apkostas

Forum Replies Created

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • in reply to: 404 #7137

    apkostas
    Participant

    OK, now it is working!

    THX

    Regards,
    AK

    in reply to: News category navigation not working #7136

    apkostas
    Participant

    I am using xili language plugin.

    Thank you.

    Apostolos Kostas

    in reply to: 404 #7111

    apkostas
    Participant

    This is the code of 404.php. Can you please tell me what I have to change;

    <?php
    
    global $vozx_options;
    if(isset($vozx_options['404_page']) && $vozx_options['404_page']!=''){
    	if($current_page = get_post($vozx_options['404_page'])){
    		header('Location: '.$current_page->guid);
    	}
    }
    
    get_header();
    
    get_template_part('partials/header_menu'); 
    get_template_part('partials/title_breadcrumbs_bar');
    
    ?>
    
    	<section id="page404" class="container">
    		<p class="big_404"><?php _e('404', 'ABdev_vozx') ?></p>
    		<p class="big_404_text"><?php _e('PAGE NOT FOUND', 'ABdev_vozx') ?></p>
    		<p><?php _e('You can go back to the ', 'ABdev_vozx'); ?><a>" ><?php _e('Homepage', 'ABdev_vozx'); ?></a><?php _e(' or search what you are looking', 'ABdev_vozx'); ?></p>
    		<?php if ( have_posts() ) : while ( have_posts() ) : the_post();?>
    			<?php the_content();?>
    		<?php endwhile; endif;?>
    	</section>
    
    <?php get_footer();
    in reply to: 404 #7110

    apkostas
    Participant

    Good evening.

    I deleted page-4o4.php. Nothing changed…

    Also, now there isn’t any 404 template when I edit pages.

    Thank you in advance.

    Apostolos Kostas

    in reply to: Import demo site #5675

    apkostas
    Participant

    Good morning.

    Thank you for the immediate response.

    I managed to install the demo content.

    Regards,

    AK

Viewing 5 posts - 1 through 5 (of 5 total)