mtibbits
Forum Replies Created
-
Just to follow up, I did open a support request at the URL provided on Friday. Still haven’t heard anything back.
I will further mention that the categories listed in the email are not categories that even exist on our site!! Same with the tags.
The site is https://www.sixteen-nine.net/
I have already gone to Settings > Reading and specified that posts in the feed should only include the excerpt.
I will also mention that we are using Yoast SEO. I know that plugin was causing issues with our RSS feed by adding info after the content. I don’t see how it could be screwing up the categories though.
Forum: Plugins
In reply to: [Simple Author Box] Guest Co Author Box drop down showing all usersOk, thank you for you quick response.
Forum: Plugins
In reply to: [Advanced Ads – Ad Manager & AdSense] Ad doesn’t link to URLMy bad… when I went to “placements” I could see that the ad type being used was Rich Content. So I just had to link the content using the WordPress editor and it is now working. This is now resolved.
Forum: Plugins
In reply to: [Advanced Ads – Ad Manager & AdSense] Ad doesn’t link to URLHi Joachim,
It is an image ad. The site is a paid site, so I cannot link to the page the ad is on. Basically I am inserting the ad below the second paragraph of all posts.
If you need to view the site I can email you a login privately.
I just had to delete the plugin and reinstall and it is working. No idea why this happened, but ATM I don’t really care.
Thanks!
MattThank you very much for the info! This did the trick.
Cheers,
MattJust some more info… the share buttons are definitely taking the very last “related post” which I am serving up via a custom WP_query. I am resetting my post data, so I am not sure why this is happening.
Any thoughts?
Forum: Plugins
In reply to: [Change Prices with Time for WooCommerce] variable productsI am trying to use the Premium version but I get the following error:
Please go to your Freemius Developers dashboard, open the PLANS section, and click the ‘Release plans’ switch.
Forum: Plugins
In reply to: [Non-Purchasable WooCommerce Products] How to target non-purchasable itemYeah I did that, and I get this:
I would like to get rid of those 2
divs that are wrapping the<a>tag.I would have thought there would be a way to wrap my code in a conditional that checked to see if the “is purchasable” option was checked…
Anyway, if I can’t then I can’t! Thanks for your response.
Matt
Forum: Plugins
In reply to: [Non-Purchasable WooCommerce Products] How to target non-purchasable itemBasically something like this:
`
//IF (ITEM IS NOT PURCHASEABLE) {
remove_action( ‘woocommerce_single_product_summary’, ‘woocommerce_template_single_add_to_cart’, 30 );add_action(‘woocommerce_single_product_summary’, ‘custom_woocommerce_call_to_order_text’, 30);
}function custom_woocommerce_call_to_order_text() {
echo ‘<a href=”mailto:[email protected]” class=”button product_type_variable”>Contact Us For Pricing</a>’;
}
`Forum: Plugins
In reply to: [Change Prices with Time for WooCommerce] variable products@ibenic Thanks for the reply! We are definitely still interested if you come up with a working solution.
Forum: Plugins
In reply to: [Change Prices with Time for WooCommerce] variable productsIf this is something you can help with we are definitely VERY interested. I look forward to hearing back from you.
Forum: Plugins
In reply to: [Change Prices with Time for WooCommerce] variable productsWould you consider adding the feature to variable products? We have a client who needs this right away and we would be interested in paying to have this done.
Thanks,
Matt