valentina.a
Forum Replies Created
-
Forum: Developing with WordPress
In reply to: Can’t see widget areas in my customizerActually I don’t know how the problem has been solved, I installed the health-check plugin and suddenly my Customizer started to show all my sidebars in the widget panel.
Perfect!
Thank you very much to all!
Forum: Developing with WordPress
In reply to: Can’t see widget areas in my customizerFirst of all, thank you all for your helps.
As asked me by Jan Dembowski, I’m copying here a few lines of code:file: front-page.php
<?php if ( is_active_sidebar( ‘sidebar-right’ ) ) { ?> <?php get_template_part( ‘template-parts/modules/sidebar’, ‘right’ ); ?> <?php } ?> <?php if ( is_active_sidebar( ‘sidebar-left’ ) ) { ?> <?php get_template_part( ‘template-parts/modules/sidebar’, ‘left’ ); ?> <?php } ?>
file:
sidebar-right.php
<div id=”sidebar-right” class=”sidebar grid-box”>
<?php dynamic_sidebar( ‘sidebar-right’ ); ?>
</div>Similar code in the sidebar-left.php file.
I always call my sidebars by using dynamic_sidebar(). The strange fact is that if I set my Homepage as Blog layout instead of Static layout, my index.php, with the same sidebar structure, will load all the content correctly and I can see my sidebars in the Customizer.Thank you again for all your tips!
- This reply was modified 7 years ago by valentina.a.
Forum: Developing with WordPress
In reply to: Can’t see widget areas in my customizerHello,
Thank you for your answer.
Please, take a look to the screenshot here:
https://www.dropbox.com/s/bikqwa6vwvyyine/Schermata%202018-02-23%20alle%2016.53.31.jpg?dl=0Thank you!
Forum: Fixing WordPress
In reply to: Comment Form doesn't show upI can even start to cry! Thank you!! it solved the problem, it was going to make me mad!
Have a nice day!
Forum: Themes and Templates
In reply to: All the images disappearThank you for your response, sorry for the post, you’ve reason, I have inherit this website from someone and I don’t have the login for the elegantthemes area and I was hoping that someone have the same problem, but I’ve solved the problem, I’ve a multisite wordpress and this was a problem with the apache cache of the server (like the host said me) and now I’ve solved!
Thank you again