checco.lnx
Forum Replies Created
-
Sorry for previous post: ignore it!
I’m doing some new test…Checco
Forum: Plugins
In reply to: [eCommerce Product Catalog Plugin for WordPress] Search function problemOk, but even if I enable “Product Listing Page” there are problems: search function works but product list widget does not.
Regards,
Checco[update: need some new test. For now ignore this]
Hi ndre,
Updating the plugin only solved the problem temporarily.
After I have set “Product listing shows at most” to 99 (to show all products with no pagination) and saved the settings, the problem appeared again.i.e.:
https://www.silstar.eu/main/product-category/fishing-rods/See the site to test search and categories problem:
https://www.silstar.eu/main/Note: I’ve disabled other plugins to avoid conflicts.
Thank you for your support,
CheccoForum: Plugins
In reply to: [eCommerce Product Catalog Plugin for WordPress] Search function problemHi ndre,
unfortunately the search function (via the new “product search widget”) still shows only one result.
There are other problems too (see new post).Regards,
CheccoForum: Plugins
In reply to: [eCommerce Product Catalog Plugin for WordPress] Search function problemThank you for all the great work you are doing.
Is there any news about the search widget?Regards,
CheccoPerfect. Thank you so much ??
It worked for me.
In:
ecommerce-product-catalog/templates/content-al_product.php
I’ve changed this:<div class="entry-thumbnail product-image"> <?php if (has_post_thumbnail()) {the_post_thumbnail('medium');} else { echo default_product_thumbnail();}?> </div>
With this:
<div class="entry-thumbnail product-image"> <?php if (has_post_thumbnail()) { $large_image_url = wp_get_attachment_image_src( get_post_thumbnail_id(), 'large'); echo '<a href="' . $large_image_url[0] . '" title="' . the_title_attribute('echo=0') . '" >'; the_post_thumbnail('medium'); echo '</a>'; } else { echo default_product_thumbnail(); } ?> </div>
Regards,
CheccoPerfect ??
Forum: Themes and Templates
In reply to: [Attitude] TranslationForum: Themes and Templates
In reply to: [Attitude] TranslationBad file names. From https://codex.www.remarpro.com
The .mo files must use language-only filenames, like languages/de_DE.mo in your theme directory.
Unlike plugin language files, a name like my_theme-de_DE.mo will NOT work.So, for italian: it_IT.po and it_IT.mo
Forum: Themes and Templates
In reply to: [Attitude] TranslationHi,
I’m trying to translate the theme into italian.
I’ve generated the 2 files (.po and .mo) with Poedit (attitude-it_IT.po and attitude-it_IT.mo). These files are inside wp-content/themes/attitude/library/languages folder.e.g. I want to translate “Read more” with “Leggi il resto“:
msgid "Read more" msgstr "Leggi il resto"
but nothing: I continue to see the “Read more”.
Any idea?
Thanks,
Hi,
I’ve the same problem. On my site there are 26 tags. I want to display 6 random tags in widget and get the same six tags sorted randomly. Other tags are ignored.
Regards,
It was a database problem. Probably importing post from tumblr and/or other manual operations.