Forum Replies Created
-
AuthorPosts
-
I activated Twenty Sixteen. I changed some settings, link color, background, text color and changes were immediately reflected in the site without clearing the cache
November 23, 2016 at 12:10 pm in reply to: Move Product Categories widget below the product description in mobile view #715867Thank you but that code seems that it is intended to move to the right sidebar, but we don’t have a sidebar on the product page.
We tested it and it is not working correctly neither in mobile nor in desktop view.We would like to move the Product categories widget below the product description only in mobile view, so that after the picture the visitor see the relevant text of the product and not the long list of the categories. In desktop view it is all right were it is now, below the product picture.
That’s great!
Can I use the code in https://kriesi.at/support/topic/seo-site-title/#post-123651 to work correctly with Yoast SEO?
Thank you NikkoNovember 21, 2016 at 11:38 am in reply to: Move Product Categories widget below the product description in mobile view #714756Here it is
I almost solved with:
——————————–
<span class=”avia-bullet”></span><span class=”avia-menu-text”>Aromatherapy & Perfumery</span>
——————————-but the small arrow doesn’t go in the proper place
<span class=”avia-bullet”></span>I disabled all plugin (except WooCommerce and SMTP Mailer, because I fear I will loose their settings) but still there is a double <title> tag
ok I have set back folder names and style.css as default.
You can close the ticketThank you Rikard,
but ftp uploads can be tricky: sometimes non everything is uploaded correctly, it takes a long time and in that time website might give error 500
No workaround is possible?
Our style.css in child theme folder already contain the lines
—————————————————-
/*
Theme Name: naturalnicheperfume-child
Description: A Child Theme for the Enfold WordPress Theme.
Version: 1.0
Author: Kriesi
Author URI: http://kriesi.at
Template: naturalnicheperfume
*/
@import url(“../naturalnicheperfume/style.css”);
—————————————————-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 Mauro -
AuthorPosts