RICH65
Forum Replies Created
-
Solved
Forum: Plugins
In reply to: [Gallery by FooGallery] Missing required attribute srcThank you.
Forum: Plugins
In reply to: [Gallery by FooGallery] Missing required attribute srcSorry.
The code:<img alt="Systémy pro ozelenění" title="Systémy pro ozelenění" width="145" height="145" data-src-fg="http://cabletech.cz/wp-content/uploads/2018/05/trelaz.jpg" class="fg-image" />Forum: Plugins
In reply to: [Gallery by FooGallery] Missing required attribute srcHello bradvin.
I use the a3 Lazy Load plugin. This allows you to exclude by URIs.
After removing the lazy load on the page, for example: http://cabletech.cz/products/, the number of errors was reduced by half.Instead of the “src” attribute, the “data-src-fg” attribute is displayed.
Example:When I check “Disable Lazy Loading” in Advanced (Gallery Settings), it has no effect.
Forum: Plugins
In reply to: [Gallery by FooGallery] Validatin errorsProblem solved.
Each time you change files, you need to clean the html cache (button “Clear Gallery HTML Cache” in FooGallery – Settings).- This reply was modified 8 years, 9 months ago by RICH65.
Forum: Plugins
In reply to: [Gallery by FooGallery] Validatin errorsIt’s probably in the file: …/wp-content/plugins/foogallery/extensions/default-templates/thimbnail/gallery-thumbnail.php
But any changes to the file do not take effect.
Forum: Plugins
In reply to: [Photo Gallery - Responsive Image Galleries by Supsystic] Validation errorThank you. Good job!
Thank you very much!!!
Everything works!!!
Have a nice day!!!Hi Maxim!
Thank you for answer. Search with Multi-Checkbox now works, but do not display the values (in property_stats overview) that were checked in the Multi-Checkbox.view-source page:
<ul id="property_stats" class="property_stats overview_stats list"> <li class="property_typ wpp_stat_plain_list_typ "> <span class="attribute">Typ<span class="wpp_colon">:</span></span> <span class="value"> </span> </li>template-functions.php:
<ul class="overview_stats wpp_property_stats list"> <?php foreach ( $gstats as $tag => $data ) : ?> <?php $label = $data[ 'label' ]; $value = $data[ 'value' ]; $alt = ( $alt == "alt" ) ? "" : "alt"; ?> <li class="<?php echo $stats_prefix; ?>_<?php echo $tag; ?> wpp_stat_plain_list_<?php echo $tag; ?> <?php echo $alt; ?>"> <span class="attribute"><?php echo $label; ?>:</span> <span class="value"><?php echo $value; ?> </span> </li> <?php endforeach; ?> </ul>Perhaps it will be the parameter “value”.
Can you help me with this problem?
Thank you!
RICH65Forum: Plugins
In reply to: [Image Slider Widget] validation errorProblem resolved!
I used HG SliderForum: Plugins
In reply to: [CataBlog] Catablog gallery – Form Validation ErrorHi!
All images are precisely optimized for the Web in Photoshop.I found this solution, which removes both problems (error in editing the gallery and long response time).
I create 47 galleries for 47 pages of the catalog. The shortcode will be following:[catablog_gallery id="1329" catablog template="gallery" navigation="disable"] <!--nextpage--> [catablog_gallery id="1330" catablog template="gallery" navigation="disable"] <!--nextpage--> .....Pagination performs plugin WP-PageNavi.
I will use the same solution for displaying categories of the catalog.
It will be a lot of work, but I get the absolute control over the content of catalog, which I need for future updating and editing of content.
By this I close this thread.
Have a nice day.
RICHForum: Plugins
In reply to: [CataBlog] The response timeHi!
I found this solution, which removes both problems (error in editing the gallery and long response time).
I create 47 galleries for 47 pages of the catalog. The shortcode will be following:[catablog_gallery id="1329" catablog template="gallery" navigation="disable"] <!--nextpage--> [catablog_gallery id="1330" catablog template="gallery" navigation="disable"] <!--nextpage--> .....Pagination performs plugin WP-PageNavi.
I will use the same solution for displaying categories of the catalog.
It will be a lot of work, but I get the absolute control over the content of catalog, which I need for future updating and editing of content.
By this I close this thread.
Have a nice day.
RICHForum: Plugins
In reply to: [CataBlog] Catablog gallery – Form Validation ErrorThanks for the reply. I will test it after switching to a live server, but I do not believe in success.
Thanks, RICHForum: Plugins
In reply to: [CataBlog] The response timeHi!
I have a PC. Tested in the Google Chrome 43.0.2357.73 beta-m, Firefox 38.0.1, Opera 12.17.
In all of these browsers is the same response time.Forum: Plugins
In reply to: [CataBlog] Catablog gallery – Form Validation ErrorHi!
Unfortunately, so far without success. I do not know which parameter on localhost could cause this problem.
Thanks, RICH