• Resolved AbhishekK

    (@abhishekk)


    I have made changes on my website themes page.php file. Now whatever new page I publish a page on my website. it will reflect content only from my home page which is page.php file. The page.php code is as such:
    <?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 will use a
    * different template.
    *
    * @package SKT Full Width
    */

    get_header(); ?>

    <div id=”primary” class=”content-area”>
    <div class=”site_name”>
    <p><span style=”color:#8ad323;font-size:50px; font-family:’Roboto Condensed’, Arial; font-weight:bold;”>A</span>reca Ventures</p>

    </div>

    </div>
    I have deleted all the code to suit my homepage design idea. I am using a woocommerece plugin for this site. But am unable to change the theme’s page to get support from woocommerce. Please direct me to the necessary changes to fix both the issues. recapping:One, the new pages reflect only my home page content and woo commerce suport!!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author sonalsinha21

    (@sonalsinha21)

    It seems that your page.php isn’t coded properly. Hence its showing index.php content.

    Kindly restore original page.php and apply only div of styles and make changes to the styles in main.css within css folder of the theme.

    Full Width theme is already compatible with WooCommerce so not much has to be done for it.

    Thread Starter AbhishekK

    (@abhishekk)

    Thanks for the advice. It works.
    I have another issue. Please tell me how to add social media buttons on my home page for this theme. I don’t want to change any code on page.php or any other file. Kindly tell me how to add social buttons on the top right hand corner of the home page.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Coding issues’ is closed to new replies.