Forum Replies Created
-
AuthorPosts
-
Thank you, but how can I disable ajax serch?
Dear Kriesi,
we want to disable ajax search and replace it with WooCommerce Predictive Search (or any other suitable) to give precedence to products over post or pages
I followed instruction in this post and also in
https://kriesi.at/support/topic/disabling-ajax-search/
and
https://kriesi.at/support/topic/remove-or-fix-ajax-search-functionality/but still results appear normally from ajax search.
(I disabled cache plugin and tested in incognito mode)Thank you
MauroThank you Rikard,
I know Pingdon but my question is about if it possible an optimization because from that test seems that the same resource is downloaded twice:
/en/wp-content/themes/naturalnicheperfume/config-templatebuilder/avia-template-builder/assets/fonts/entypo-fontello.eot?v=3
Content Type: application/vnd.ms-fontobject – Size: 46.41KB
0.15 secs
/en/wp-content/themes/naturalnicheperfume/config-templatebuilder/avia-template-builder/assets/fonts/entypo-fontello.eot?v=3#iefix
Content Type: application/vnd.ms-fontobject – Size: 46.41KB
0.15 secs
Thank you
MauroOk thank you
Sorry maybe was still in cache, now is ok. Only one instance of
<meta name=’robots’ content=’noindex,follow’ />When we will go live should I keep this filter?
add_filter(‘avf_set_follow’,’avia_set_nofollow’);
function avia_set_nofollow(){
return “”;
}or removing the checkbox to Search Engine Visibility “Discourage search engines from indexing this site” will be sufficient to allow search engines to crawl the site?
Thank you Mauro
it’s the same. Here is how it looks without minification
<meta name=”robots” content=”noindex, follow” />
<!– mobile setting –>
<meta name=”viewport” content=”width=device-width, initial-scale=1, maximum-scale=1″>
<!– Scripts/CSS and wp_head hook –>
<meta name=’robots’ content=’noindex,follow’ />Thank you, now there is no conflict but the directive is still repeated twice
<meta name=”robots” content=”noindex, follow” /><meta name=”viewport” content=”width=device-width, initial-scale=1, maximum-scale=1″><meta name=’robots’ content=’noindex,follow’ />
When we will go live should I keep this filter and change it to this?
add_filter(‘avf_set_follow’,’avia_set_nofollow’);
function avia_set_nofollow(){
$meta = ‘<meta name=”robots” content=”index, follow” />’ . “\n”;
return $meta;
}or removing the checkbox to Search Engine Visibility “Discourage search engines from indexing this site” will be sufficient?
Thank you
MauroI cannot because we are not entitled to receive their support
That’s quite a problem because it is in the home page and if we cannot put six columns in all the graphical istances of all the site, we have to abandon the solution reached in the first part of this ticket and look for something else.
The point is that the shop owner doesn’t like at all big images in category and home page. Having 6 products per row was a nice solution.
Do you have another way to display smaller images?Thank you Mauro
sorry the home page
We have in the home page a product slider.
Him too accept only a maximum of 5 products.
How can I change this setting and bring it to six?
Please see http://www.profumo.it/screenshots/six-slider.PNG
Thank you Mauro
Great thank you!
MauroOk Thank you
And how can I center it, now it is left aligned
we would like either to have 1 image per row but smaller
http://www.profumo.it/screenshots/notToo.big.PNG
also three per row might be ok but there is a problem with the aligning
http://www.profumo.it/screenshots/3xrow.PNG
Thank you Mauro
No change.
The result, with three products per line looks good, the problem is that they are not aligned properlyThank you Ismael,
but in this way on mobile I see the website with very small images, three per row.
What I would like to have is one image only per line but not so big.
Thank you Mauro
Thank you very much, it works perfectly.
Also in mobile view, we would like to have smaller product images. How can I resize them?
Three functions are at the bottom of functions.php, one enabled and two commented
You can look for instance at http://naturalnicheperfume.com/en/fragrances/olfactory-jewels/the-scents-of-the-soul/thank you Mauro
I have resized with simple-image-sizes the size “shop_catalog” that I suppose is the one related to shop catalog images but images are loaded as 180×180 as intended but enlarged to 230x230px and the graphical result is as before.
We would like to see smaller images, not just to load smaller images.Thank you Mauro
Ok thank you
We would like to have 6 columns like in this image (made with photoshop)
http://www.profumo.it/screenshots/6COLONNE.jpg
Thank you MauroThank you,
regeneration is not ended yet but I still see this code
<span class=”news-thumb “></span>I have flushed cache of Wp super cache and Bwp minify
Here it is
Dear Kriesi,
I am returning to this ticket because there is a problem that cannot be solved with stylesheet:
the images in “ON SALE” or “FEATURED PRODUCTS” footer section are loaded as 120x120px and then via stylesheet rendered as 70x70px
while the images in “BLOG” footer section (that use the “Enfold child latest news” widget) are loaded as 36x36px and then via stylesheet rendered as 70x70px
<span class=’news-thumb ‘></span>
and so the images, that are so small and then enlarged, apper blurry
Thank you
MauroThank you Elliott,
perfect, for my taste, with:
.av-masonry-entry figcaption { min-height: 100px !important; }
.av-no-gap.av-fixed-size .av-masonry-entry .av-inner-masonry { bottom: -20px; }
h3.av-masonry-entry-title.entry-title { margin-top: -5px; }Thank you very much
MauroIt works
Thank you very much
Mauro
Dear Ismael,
I did it but nothing changed
thank you Mauro
PS.
I am using a function taken from your support to display 5 products
———————
function avia_chance_wc_related_columns(){
global $avia_config;
$avia_config[‘shop_single_column’] = 5; // columns for related products and upsells
$avia_config[‘shop_single_column_items’] = 5; // number of items for related products and upsells
}
add_action(‘wp_head’, ‘avia_chance_wc_related_columns’, 10);
———————-
but the second line of products is displayed with or without this functionToday I receive again:
Failed to connect to marketplace.envato.com port 80: Connection timed out
Warning: Invalid argument supplied for foreach() in /home/nicheper/public_html/en/wp-content/themes/enfold/framework/php/auto-updates/class-pixelentity-theme-update.php on line 49and no problem if I remove my credentials
ok I fix it with
td.pricecol { text-align: right; } -
AuthorPosts