Comelen
Forum Replies Created
-
Forum: Plugins
In reply to: [ScrapeAZon] Can the reviews be open in a new window?so pity….
ok, thank you for your VERY fast reply!Forum: Plugins
In reply to: [ScrapeAZon] 100% width and heightThank you for your fast response!
I think the parent item doesn’t have the specified height.I tried to use css in my child theme stylesheet, but it doesn’t work.. what could be the reason?
updates:
It doesn’t work when I have revolution slider active, but when I delete the slider (not the plugin) from the page – it shows all images.Forum: Plugins
In reply to: [All-in-One WP Migration and Backup] temporary domainUpdate:
Just found in another topic:Question: How can I import my .com site to the .dev suffix required by ServerPress. Can I use Find and Replace to find example.com and replace with example.dev?
Answer: You can export and import without using the find/replace tool – the plugin will detect and make the changes automatically.
My question: So if it makes changes automaticaly, it means all paths will be replaced with my temporary domain name? How will I change it back to my domain name when I am ready to launch the site?
Forum: Plugins
In reply to: [All-in-One WP Migration and Backup] temporary domainUpdate:
Just found in another topic:Question: How can I import my .com site to the .dev suffix required by ServerPress. Can I use Find and Replace to find example.com and replace with example.dev?
Answer: You can export and import without using the find/replace tool – the plugin will detect and make the changes automatically.
My question: So if it makes changes automaticaly, it means all paths will be replaced with my temporary domain name? How will I change it back to my domain name when I am ready to launch the site?
Forum: Plugins
In reply to: [Simple Follow Me Social Buttons Widget] plugin breaks my website codethank you for your try, but unfortunately it didn’t help(((
Forum: Plugins
In reply to: [WooCommerce] Add to cart buttonForum: Plugins
In reply to: [WooCommerce] Add to cart buttonWhy illogical? in all major shops it works like this:
You see the “add to cart” button always, but when you press it without choosing the size it gives you an alert and says: please choose the size.
But in your case the client event can’t see how to add the product to the cart. so he/she might left without thinking a lot.Forum: Plugins
In reply to: [WooCommerce] Add to cart buttonIs anyone here???
I have found the solution here: http://wordpress.stackexchange.com/questions/114734/how-to-customize-position-of-add-to-cart-of-woocommerce-on-product-page
But…..
instead of this code: <?php
/**
* woocommerce_single_product_summary hook
*
* @hooked woocommerce_template_single_title – 5
* @hooked woocommerce_template_single_price – 10
* @hooked woocommerce_template_single_excerpt – 20
* @hooked woocommerce_template_single_add_to_cart – 30
* @hooked woocommerce_template_single_meta – 40
* @hooked woocommerce_template_single_sharing – 50
*/
do_action( ‘woocommerce_single_product_summary’ );
?>I have this one:
<?php
/**
* woocommerce_single_product_summary hook
*
* @hooked woocommerce_template_single_price – 10
* @hooked woocommerce_template_single_excerpt – 20
*/
do_action( ‘woocommerce_single_product_summary’ );
?>So there is no add_to_cart line…….
Still can’t do anything. please help and advise!