• Resolved Archinformatique

    (@archinformatique)


    Hello,

    1 ) When I install Theme Customisations for storefront, the title site moves towards the right and similar for the navigation menu.

    Even when files are still empty : css; custom and functions.php.

    All plugins are uninstalled.

    WP.FR : 5.6

    2 ) In the file functions. php I can see :
    <?php
    /**
    * Functions.php
    *
    * @package Theme_Customisations
    * @author WooThemes
    * @since 1.0.0
    */

    if ( ! defined( ‘ABSPATH’ ) ) {
    exit; // Exit if accessed directly.
    }

    /**
    * functions.php
    * Add PHP snippets here
    */

    My question : where I copy the “old one”… after Exit if…

    Best regards

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi,

    That plugin does absolutely nothing unless you add some code to it so it’s impossible that it’s affecting your site layout.

    If you’re trying to add a php snippet, add it after this;

    /**
    * functions.php
    * Add PHP snippets here
    */

    ??

    Cheers

    Thread Starter Archinformatique

    (@archinformatique)

    Hi James,

    Thank you for your help. In fact I unzipped the plugin…. That’s the reason, it doesn’t work.

    Now It work like a charme.

    Have a good day

    Cheers

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘"Problem" with Theme Customisations’ is closed to new replies.