murrayallstar
Forum Replies Created
-
Forum: Plugins
In reply to: [Themify Popup] Open Popup via urlThe follow is the code im using
// Here below we change the link $link = home_url(“/custom-page/”); } return $link; }
My shortcode that is generated is.
[tf_popup link=”62343″]Launch Popup[/tf_popup]How would i add it wp_redirect() function.
Thanks Again for your assistance
Forum: Plugins
In reply to: [Themify Popup] Open Popup via urlIve created a popup which displays info for out of stock items to call or email.
I have got code that changes the read more/out of stock button to direct to a url address instead of going to the single product page of woocommerce.
What i need to know is wether i can trigger the popup ive created to open via a specific url address which i can place in my functions.php fileForum: Plugins
In reply to: [Print-O-Matic] Woocommerce Single Product PageSorry I got it to work by doing the follow line instead
[print-me target=”.product-name /”]
Next thing I managed to add the product image as well using
[print-me target=”.product-name, .product-image /”]
Is it possible to set the image size. At the moment it prints the full resolution image size. Id like to be able to specify a size or even just the image thumbnail size as shown on woocommerce
Thanks once again
Forum: Plugins
In reply to: [Print-O-Matic] Woocommerce Single Product PageJust tried the code and it didnt like it. Still nothing on the print out
Forum: Plugins
In reply to: [Print-O-Matic] Woocommerce Single Product PageIve managed to get the print o matic plugin to appear on the single product page in woocommerce, however when i print, it displays nothing.
I Tried to print just the product name.
Using [print-me target=<div class=”product-name”>]
Or am i using complete wrong info.
ThanksForum: Plugins
In reply to: [Print-O-Matic] Woocommerce Single Product PageMy site is still a work in progress. lm not fully finished yet. It offline in maintenance mode at the moment. However if you can assist me I can grant u temp access to view my site. Pm your details. Thankyou in advance.
Forum: Plugins
In reply to: [WooCommerce] Hide Add To Cart On Woocommerce But Show StockNope Sorry Still No Luck. The Theme Doesnt Seem To Like CSS Changes.
Anything I Put In The Functions.php Seems To Work Though.
I Discovered A theme-options.php File Which Has The All The Options To Disable Woocommerce Features. When I Enable Hide “Add To Cart” It Disables Stock Status Automatically.
I Tried Modifying This File php File But I Can’t Seem To Get stock_status To Work.
I Might End Up Scrapping This Theme & Trying Something ElseForum: Plugins
In reply to: [WooCommerce] Hide Add To Cart On Woocommerce But Show StockI checked the body class and can confirm it is woocommerce-page.
Still no success yet.Forum: Plugins
In reply to: [WooCommerce] Hide Add To Cart On Woocommerce But Show StockI Created A Child Theme Using One-Click Child Theme Plugin.
I Then Added Your Above Code To The style.css, Unfortunately It Didn’t Work.
I Then Tried Using The Simple Custom CSS Plugin, Which Again Didn’t Work With My Theme.
At The Moment I’m Building My Site Offline With XAMPP, So I Cant Post My Sites URL Yet.
Any Other Suggestions
Thanks Once AgainForum: Plugins
In reply to: [WooCommerce] Hide Add To Cart On Woocommerce But Show StockJust realized where i needed to put the code. However doesn’t work with my theme. Code works if i change themes to twenty fourteen.
Is It Possible to do the above mentioned code via functions.php or another method instead
Thanks Once Again LorroForum: Plugins
In reply to: [WooCommerce] Hide Add To Cart On Woocommerce But Show StockIm using the Buyshop Theme from themeforest. It has an option to disable add to cart. Which i tried and also editing the functions.php and adding code sourced from here to hide add to cart. Which both work except they both hide the stock quantity
Sorry For Asking
Where abouts would i need to add the above lines of code.
Thankyou