craig01
Forum Replies Created
-
Hi Justin – No problem, thank you for the update.
I’m going to be using this plugin on a new project and love the fact that it’s free.
Cheers,
Craig.
Hi Justin,
Thank you for the swift response.
Sorry I wasn’t too clear in my original post. I’m trying to link to a blog post on my website when clicking on the title of a product (see picture, red text). And clicking the ‘view on amazon’ button will link to the actual product on Amazon. Is this possible using your plugin?
link to my image. Can’t upload images apparently. Cheers
Cheers,
Craig
Forum: Plugins
In reply to: [Sokol: Smart WooCommerce Search] Remove Live Search?I have found the answer in a previous thread. This can be closed.
Forum: Themes and Templates
In reply to: [ResponsiveBlogily] Full page widthCan you use this theme without the sidebar? Thank you
Forum: Themes and Templates
In reply to: [Simple ResponsiveBlogily] Remove sidebar?Hello, please can you answer my question? Thank You.
Forum: Themes and Templates
In reply to: [Simple ResponsiveBlogily] Desktop view on mobile deviceHello, please can you answer my question? Thank You.
Forum: Plugins
In reply to: [WooCommerce] My Account, Wishlist & Basket/Cart plugin??Thank you for the reply, Zach. I will take a look.
Cheers
Forum: Plugins
In reply to: [WooCommerce] My Account, Wishlist & Basket/Cart plugin??bump
Forum: Plugins
In reply to: [WooCommerce] Product Categories move when zooming out of my homepage?Where can i get support for my issue? I Don’t mind paying either as this is preventing my site going live.
Thank you
Forum: Plugins
In reply to: [WooCommerce] Product Categories move when zooming out of my homepage?I would appreaciate any help regarding my question. Thank you.
Forum: Fixing WordPress
In reply to: Blog Excerpt not displaying correct number of wordsHello judgerookie, Thank you for your replies. I will test this later and will get back to you. Thank you
Hello, I would really appreciate it if someone can help me. Thank you
Forum: Fixing WordPress
In reply to: Blog Excerpt not displaying correct number of wordsHi judgerooke, Thank you for the reply. Unfortunately, I have added the code to my functions.php and nothing has changed. I assumed if I added the “insert read more tag” anywhere within the post, then it would show all content above the “read more” tag. By default, does the excerpt only show 5 words? as this has baffled me. Thank you for your time though.
Hello Support, please can I get an update on this issue? Thank you
Forum: Themes and Templates
In reply to: [Storefront] Custom Product CategoryFor those of you who wish to rename one of their Product Categories in the Homepage, you
simply need to edit this bit of code and insert it to your functions.php file.add_filter( 'storefront_featured_products_args', 'custom_storefront_product_featured_title'); // Frontpage Featured Products Title function custom_storefront_product_featured_title( $args ) { $args['title'] = __( 'New Featured Products Title Here', 'storefront' ); return $args; }