Viewing 10 replies - 1 through 10 (of 10 total)
  • Hello,
    Follow the steps below and the widgets will be removed.
    1.Inside your theme select sidebar.php and delete all the content only from it save the file.
    2.Go to footer.php, Remove all the codes except following code.

    <!-- enigma Callout Section -->
    <?php $wl_theme_options = weblizar_get_options(); ?>
    <!-- Footer Widget Secton -->
    
    </div>
    <a href="#" title="Go Top" class="enigma_scrollup" style="display: inline;"><i class="fa fa-chevron-up"></i></a>
    <?php if($wl_theme_options['custom_css']) ?>
    <style type="text/css">
    <?php { echo esc_attr($wl_theme_options['custom_css']); } ?>
    </style>
    <?php wp_footer(); ?>
    </body>
    </html>

    3.Save footer.php

    Note: You seem to have modified footer content, which you will have to put your customized code in footer.php

    Thread Starter cayindustries

    (@cayindustries)

    thanks for the help, but I don’t have a sidebar.php or a footer.php in my Child Theme options.

    Any other thoughts…CSS maybe.

    Hello cayindustries!
    If you want to edit any thing you have to go to the child theme. Yes,you are right, there won’t be any sidebar.php and footer.php present in child theme. You have to copy and paste those two files from the parent theme into child theme in the same directory that of the parent.Then you have to edit it according to your requirement.
    Watch https://www.youtube.com/watch?v=j8N2ECfilCE

    Hi..

    Please add below CSS code into Custom CSS Editor.

    .enigma_sidebar_widget {
        display: none !important;
    }

    Save the changes.

    Thanks.

    Thread Starter cayindustries

    (@cayindustries)

    Even with that CSS (above) the ‘Archives is still there in the Mobile version. I have since deleted that CSS code. Please advise for alternate solution.

    HI,

    Please add below CSS in Custom CSS editor.

    .enigma-sidebar {
        display: none !important;
    }

    Save the changes.

    Thanks.

    Thread Starter cayindustries

    (@cayindustries)

    The ‘Archives” is still there in the MOBILE version. Please take a look and advise. Thanks.

    Hi,

    You are not follow instructions given.

    Please add given CSS in custom CSS editor that provided with theme.

    Another CSS you are added in theme is in wrong manner, that’s why it not working.

    Please correct them.

    Thanks.

    Thread Starter cayindustries

    (@cayindustries)

    I was putting it in my Custom CSS plug-in and not in the Theme Options. When I put in the Theme Options it solved the issue. Thanks!

    Most Welcome.

    Thanks..

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘"Archives" still shows on MOBILE version’ is closed to new replies.