drog1998
Forum Replies Created
-
Forum: Plugins
In reply to: [Page scroll to id] Cannot get it to work, please can you help?Thanks for that! And thank for getting back to me so quickly.
Forum: Plugins
In reply to: [Plugin: Woocommerce] Change add to cart button on product pageHi Kevin,
i think it was the functions.php file in woocommerce plugin folder.
Make a back up before you try it though.
Forum: Plugins
In reply to: [Plugin: Woocommerce] Change add to cart button on product pageFor anybody else needing the answer here it is:
//Button remove_action( 'woocommerce_after_shop_loop_item', 'woocommerce_template_loop_add_to_cart', 10 ); add_action( 'woocommerce_after_shop_loop_item', 'my_woocommerce_template_loop_add_to_cart', 10 ); function my_woocommerce_template_loop_add_to_cart() { global $product; echo '<form action="' . esc_url( $product->get_permalink( $product->id ) ) . '" method="get"> <button type="submit" class="single_add_to_cart_button button alt">' . __('More Detail', 'woocommerce') . '</button> </form>'; }
Forum: Plugins
In reply to: [Plugin: Woocommerce] Change add to cart button on product pageok thanks.
Forum: Plugins
In reply to: [Plugin: Woocommerce] Change add to cart button on product pageHi thanks for your answer but it wasn’t what I was after.
I want to change the buttons on this page and the other categories pages to ‘More Details’ and once clicked it go through to the actual product details.
Thanks.
Forum: Plugins
In reply to: [Contact Form 7] Make input field 50% width in one section.perfect. thanks for that and a great plugin.
Forum: Plugins
In reply to: [Page scroll to id] No scrolling or animatingcan you help please?
Forum: Plugins
In reply to: [Page scroll to id] No scrolling or animatingHi Malihu,
any ideas how to fix the problem above? When i look at the code i can see the Div id but the scroller wont scroll to it.
THanks.
Forum: Plugins
In reply to: [Page scroll to id] change URL into #idHi thanks for looking.
I only have one page. the links at the top are trying to link to DIV ids on the same page.
Everything is on the same URL and page.
Thanks.
Forum: Plugins
In reply to: [Page scroll to id] No scrolling or animatingForum: Plugins
In reply to: [Page scroll to id] No scrolling or animatingThanks any way but my theme has an option to turn off ‘smooth scrolling’ I did that and it works.
Many thanks.
Forum: Plugins
In reply to: [Page scroll to id] No scrolling or animatingIs there any way of explaining what I need to do to get this working?
I looked at the link you gave but I don’t understand. Where do i put ‘$.mPageScroll2id(“scrollTo”,”#id”);’?
Thanks.
Forum: Plugins
In reply to: [Page scroll to id] No scrolling or animatingok thanks for that.
Forum: Plugins
In reply to: [Page scroll to id] No scrolling or animatingHi Malhu,
apologies, it’s off now, please take a look.
Thanks.
Forum: Plugins
In reply to: [Page scroll to id] change URL into #idJust delete the https:// text that already in the URL section and replace it with a Div Id.
So for mine to scroll down to the footer widgets i just put #footer-widgets
Also make sure that you add m_PageScroll2id into the Link Relationship (XFN) area below. If you can’t see it make sure it’s visbale by turning it on in Screen Options up the top of the page.