1) "PAGE GALERIE" => When i use lightbox link for gallery, it open a double lightbox and of course it is'nt suitable !! I've followed the 1st method at this address https://www.themepunch.com/faq/double-lightbox/ but it didn't work and the 2nd method is not possible for the user of the website (too "hard"). Can tell me how to fix the issue with the theme ?
2) "PAGE BLOG" => I get an error message and the line 30 (error) is this <div class="post-content<?php echo empty ( 'hide' === get_theme_mod( 'qt_blog_bigdate' ) ) ? '' : ' no-big-date';?>"> Thank you to help me to fix this too !
If you need an admin access to the WP, thank you to let me know ! Besto Regards, Romain
Hello,
I've 2 problems with the theme i've instaled there http://gadras.sites-web.net
1) "PAGE GALERIE" => When i use lightbox link for gallery, it open a double lightbox and of course it is'nt suitable !! I've followed the 1st method at this address https://www.themepunch.com/faq/double-lightbox/ but it didn't work and the 2nd method is not possible for the user of the website (too "hard"). Can tell me how to fix the issue with the theme ?
2) "PAGE BLOG" => I get an error message and the line 30 (error) is this <div class="post-content<?php echo empty ( 'hide' === get_theme_mod( 'qt_blog_bigdate' ) ) ? '' : ' no-big-date';?>"> Thank you to help me to fix this too !
If you need an admin access to the WP, thank you to let me know ! Besto Regards, Romain
Hi there
1) Please navigate to Ess. Grid -> Global Settings (small button above the grid summary) and set Default Lightbox to off.
2) Please navigate to the following path on your server: wp-content/themes/themes/the-landscaper/loop/blog/list.php and change line 30 to this one:
<div class="post-content<?php echo 'show' === get_theme_mod( 'qt_blog_bigdate', 'show' ) ? '' : ' no-big-date';?>">
Best regards,
Barry
QreativeThemes.com | WordPress Themes
Thank you very much for this very fast answer ! Everythink works (y) Best Regards, Romain
You're welcome :)
Best regards,
Barry
QreativeThemes.com | WordPress Themes