• Resolved phemzieak

    (@phemzieak)


    here is my page.php code

    <?php
    /**
     * The template for displaying all pages.
     *
     * This is the template that displays all pages by default.
     * Please note that this is the WordPress construct of pages
     * and that other 'pages' on your WordPress site may use a
     * different template.
     *
     * @link https://codex.wordpress.org/Template_Hierarchy
     *
     * @package VG Calaco
     */
    
    get_header(); ?>
    <div id="vg-main-content-wrapper" class="main-container page-site">
    	<div class="page-content">
    		<div class="site-breadcrumb">
    			<div class="container">
    				<?php vg_calaco_breadcrumbs(); ?>
    			</div>
    		</div><!-- .site-breadcrumb -->
    		<div class="container">
    			<div class="row">
    				<div id="content" class="col-xs-12 col-md-9 site-content">
    					<main id="main" class="site-main" role="main">
    
    						<?php while(have_posts()) : the_post(); ?>
    
    							<?php get_template_part('template-parts/content', 'page'); ?>
    
    							<?php
    								// If comments are open or we have at least one comment, load up the comment template.
    								if(comments_open() || get_comments_number()) :
    									comments_template();
    								endif;
    							?>
    
    						<?php endwhile; // End of the loop. ?>
    
    					</main><!-- #main -->
    				</div><!-- #primary -->
    
    				<?php get_sidebar(); ?>
    			</div>
    		</div>
    	</div>
    </div><!-- #vg-main-content-wrapper -->
    <?php get_footer(); ?>
    
Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author weDevs

    (@wedevs)

    Hello,

    Can we have the link of your store page please? We will check what kind of issue are you getting on the store layout.

    Thread Starter phemzieak

    (@phemzieak)

    Thread Starter phemzieak

    (@phemzieak)

    still unable to fix please

    Plugin Author weDevs

    (@wedevs)

    @phemzieak, I have checked your store page. It seems like <div class="container"> and <div class="row"> is missing on the store page. You can override the store.php from your child theme and insert those missing div into the store.php after the header.

    If you are unable to do this then contact us- http://wedevs.com/contact and our support team will do that for you 🙂

    Thread Starter phemzieak

    (@phemzieak)

    I just did please help further, I also pasted my page.php for the right div tags to be seen. You can help insert into the dokan store.PHP and paste the right code here. Thanks for your prompt response… 5 stars

    Plugin Author weDevs

    (@wedevs)

    @phemzieak, I am not using your theme on my localhost so, after adding the code I need to check it if it is working or not. So, it would be better if you can contact via the contact form then our support team will fix it on your website 🙂

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Help fix broken store page’ is closed to new replies.