johncannon
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Different meta descriptionsForum: Themes and Templates
In reply to: Different meta descriptionsYes I saw that but since I can’t find
author/admin/page/2/
author/admin/page/3/
author/admin/page/4/how can I edit them?
I guess I should have asked “Where can I find those pages to edit them”
Forum: Themes and Templates
In reply to: Different meta descriptionsI have tried it.
But I can’t find theblog/author/admin/page/2/
blog/author/admin/page/3/
blog/author/admin/page/4/ etc pages nowhere in the platform so I can edit the meta description.Forum: Plugins
In reply to: [WooCommerce] Images on product pageThank you.
Forum: Fixing WordPress
In reply to: Product-categories appear as parents in menu on mobileThank you. I did that.
Forum: Plugins
In reply to: [WooCommerce] Images on product pageI am back thought, with a related question:
Now, if I click on a product image, I have a little zoom, but I want to increase it.
I have tried with at least 15 plugins and the majority just won’t work at all, or does not have proper Settings.Can you please help me increase that woocommerce default zoom?
Thanks again in advance.
Forum: Plugins
In reply to: [WooCommerce] Images on product pageIt worked but I had to set another property for the active class:
.engo-product-detail .owl-product-image .owl-item.active {
opacity: 0;!important;
pointer-events:none
}in order to display the main.
Big thanks for the help. Hope this helps anybody with the same problem.Forum: Plugins
In reply to: [WooCommerce] Images on product pageI just did that.
Forum: Plugins
In reply to: [WooCommerce] Images on product pageI have installed that plugin, updated the theme and now it’s showing the number of products I want per row, it’s working. Thank you.
Now I need to remove those cloned opaque images from the product page, I tried with “display: none;” , but they all disappear.- This reply was modified 9 years, 8 months ago by johncannon.
Forum: Plugins
In reply to: [WooCommerce] Images on product pageIndeed, I have updated style.css but nothing changed.
I am thinking I need to re-install the updated theme from scratch?Forum: Plugins
In reply to: [WooCommerce] Images on product pageYes, that’s the theme.
It is updated and the problems persist, the number of products per row doesn’t change (the removing of those opaque images it’s just something I want for the design, I don’t think the theme has such option).Forum: Plugins
In reply to: [WooCommerce] Images on product pageSure.
Here is the products page.
From the Woocommerce settings, the number of products is set to 4 per row.- This reply was modified 9 years, 8 months ago by johncannon.
- This reply was modified 9 years, 8 months ago by johncannon.
Forum: Fixing WordPress
In reply to: Duplicate WP in order to translateSorry, I forgot to ask something:
Now I got two languages on my website, how can I implement something so that when a user from USA enters the website mydomain.com he gets redirected to mydomain.com/en, and when someone enters from Spain, gets redirected to mydomain.com/es.
With other words I am interested in just 2 redirects: Spain for /es and the rest of the world for /en.
Forum: Fixing WordPress
In reply to: Duplicate WP in order to translateAnyway, I installed qtranslate-x.3.4.6.8 and it works like a charm.
But my curiosity was how to duplicate the same website but change the URL, database and wp-admin details.Forum: Fixing WordPress
In reply to: Duplicate WP in order to translateI did the following:
Created a folder named “es”, copied the whole WP into that “es”. Exported the database with phpMyAdmin, created another database, imported the database and changed the name, linked it in wp-config, changed the URL at site and home from database with a subdomain I linked it to “es” folder. I get an error: no server found.