Sarnico
Forum Replies Created
-
Forum: Plugins
In reply to: [Italy Cookie Choices (for EU Cookie Law & Cookie Notice)] Blocco dei cookiesUna domanda interessante lineadiconfine.
Sono d’accordo con bassplayer84 ma volevo sentire anche la risposta d’autore.
Forum: Themes and Templates
In reply to: [WP-Forge] Lightbox doesn't workMuchas gracias amigo π
I did it.
Forum: Themes and Templates
In reply to: [WP-Forge] Lightbox doesn't workCiao Thomas,
I just want to remind you about this issue π
Forum: Themes and Templates
In reply to: [WP-Forge] Lightbox doesn't workIt’s very kind of you.
Forum: Themes and Templates
In reply to: [WP-Forge] Lightbox doesn't workThanks Tsquez π
I use these two:
– WooCommerce
https://ww.wp.xz.cn/plugins/woocommerce/– WooCommerce Admin Bar Addition
https://ww.wp.xz.cn/plugins/woocommerce-admin-bar-addition/Forum: Themes and Templates
In reply to: [WP-Forge] Lightbox doesn't workFirst of all thank you very much Tsquez for your help!
When I turned on WP_DEBUG, WP_DEBUG_LOG and also WP_DEBUG_DISPLAY there is no any message on the screen. Also there is no file debug.log inside of wp-content folder. There is file debug.log of Woocommerce but is absolutely empty. So I will try to explain you with more details.
With you theme I like to develop one on line shop. Works like a charm an I like it so much. This is second time that I use Zurb Foundation and I have to tell you that I am very curious about this framework. First I did developed my own WP theme, based on ZF, but at the end I did decide to use yours because is obviously much better than mine.
Sometimes my clients, who are already familiar with WordPress, ask me for the on line shop. Woocommerce seems to be right choice for them.
There is only that βlittle obstacleβ: when I click on the big image of product it does not open in lightbox.
Seems that my problem is hidden in the function my_post_image. When I change this part of code:
$html = '<a href="' . get_permalink( $post_id ) . '" title="' . esc_attr( get_the_title( $post_id ) ) . '">' . $html . '</a>'; return $html;with:
$large_image_url = wp_get_attachment_image_src( get_post_thumbnail_id(), 'large'); $html = '<a href="' . $large_image_url[0] . '" rel="lightbox" title="' . esc_attr( get_the_title( $post_id ) ) . '">' . $html . '</a>'; return $html;big image of product, on single product page, opens in light box. But unfortunately not only big pictures. When I click on the small thumbnails, instead of open new page, pictures open in lightbox because link is broken.
P.S.
Sorry for my English.Forum: Themes and Templates
In reply to: [WP-Forge] Lightbox doesn't workOne more thing: when I change theme to Twenty Fifteen or Twenty Fourteen everything work fine.
Forum: Themes and Templates
In reply to: [WP-Forge] Lightbox doesn't workYes you are right Tsquez, Woocommerce is one plugin for e-commerce. I develop website on my computer so it is not available on line π
Also seems to me like a conflict of some sorts but Firebug and DevTools do not warn me about any error or conflict.
I think that this part of code, which is on page content-image.php, cause my problem:
<code> <a class="entry-format" href="<?php echo esc_url( get_post_format_link( 'image' ) ); ?>" title="View all Image Posts"><span class="genericon genericon-picture"></span> <?php echo get_post_format_string( 'image' ); ?></a> </code>I upgraded to the latest version 3.6.5. Problem solved!
Site is completely inaccessible again:
Fatal error: Call to undefined method wfDB::queryWrite() in /web/htdocs/www.caravaggi.com/home/new/wp-content/plugins/wordfence/lib/wfLog.php on line 33
In Wordfance Options – Basic Options
– when I tried to switch security level to level nula – does’t work
In Wordfance Options – Advanced Options
– when I tried to turn off all options – does’t work
I hope someone will answer. I did post as well here:
https://www.wordfence.com/forums/topic/fatal-error/#post-9075
Nothing. It happens by itself.
Site is accessible now. How long will be accessible I don’t know π
Thank you very much for your kind answer mbrsolution.
Are you sure? All troubles started when i did run update of Wordfence.
Kind regards