paulanzr
Forum Replies Created
-
Forum: Plugins
In reply to: [Breadcrumb NavXT] Product Shop PageI found the solution here.
Forum: Plugins
In reply to: [Yoast SEO] My sitemap encountered an issueAnother possibility is that the directory is not writeable and therefore the file is not being created and thus triggering this error automatically.
I dont know the solution but I did create the sitemap_index.xml file in the base directory of the wp installation. Now I can access the file without getting that error but my plugin is not generating the sitemap.
Forum: Plugins
In reply to: [AwoCoupon] Coupons by State in the United StatesI figured out how to do it but now the discount does not apply to my products in the checkout page properly.
It shows as $0.00 discount instead of %5 discount.
Its actually causing a 500 error when I try to add the coupon or add a product to the cart.
- This reply was modified 6 years, 4 months ago by paulanzr. Reason: added: Its actually causing a 500 error when I try to add the coupon or add a product to the cart
Forum: Plugins
In reply to: [WooCommerce] Search Query Returns Simple instead of Category SlugIt was an issue with my database wp_terms, solved.
Forum: Plugins
In reply to: [AddToAny Share Buttons] app_id ” removes images from FB shared postI did search the forum and you never completely bring a solution to this specific issue.
I think you know exactly what I am talking about but decide to not help. And that is okay.
Forum: Plugins
In reply to: [AddToAny Share Buttons] app_id ” removes images from FB shared postThis is obviously an issue with your plugin.
My choices are either Let your Webpage show in every post. Or use app_id ” and have a plugin that does not parse images through to facebook.
Its an issue with your plugin not facebook or my site.
You think I downloaded and installed and wasted my time with your plugin just to blame Facebook. No sir, its your issue. Facebook and my website work fine.
You are obviously trying to push for free publicity by not giving good instructions on how to get rid of your brand on the posts to facebook.
I will download a much simpler plugin that actually works or code it myself.
Thanks anyway.
Forum: Plugins
In reply to: [AddToAny Share Buttons] app_id ” removes images from FB shared postIt previews the image just fine, but when shared it won’t share the correct image.
Are you saying I have to manually create meta tags for this to work?
Forum: Plugins
In reply to: [AddToAny Share Buttons] Can I customize the ‘AddToAny’ text on FB links?Using the following code does not work for images. It removes the AddToAny text but also removes images from being shared properly to facebook……
see code:
a2a_config.templates.facebook = { app_id: '' };
Please help me find a solution.
- This reply was modified 6 years, 9 months ago by paulanzr.
Forum: Plugins
In reply to: [WooCommerce] related.php Styling CSS/Javascript1. I am not using plugin.
2. My issue is not hooks.
3. My issue is css classes and ids with the code above.It seems you did not read my issue properly.
This has led me nowhere.
Thanks anyway.. I hope someone that can understand my issue will contribute soon.
Forum: Plugins
In reply to: [WooCommerce] related.php Styling CSS/JavascriptCan you explain what do you mean by plugins do not work?
I tried using a plugin to make the Related Product section into a slider for me, but they do not work.
Plugin:
WooCommerce Related Product SliderI found a limited and temporary solution by using DOM Javascript to change classes but there has to be a better way.
I cannot find the HTML within the WC templates that contains classes and id’s that I see with browser inspector. I think the classes and id’s are generated by php code.
I am not sure whats going on but the WC template overriding should work if you followed the process correctly. In your case you need to override related products template.
Yes my WC overrides are working just fine. My issue is how to locate and modify classes and ids of this template. Code posted above works but it does not let me or show me the classes and ids to modify.
Forum: Plugins
In reply to: [WooCommerce] related.php Styling CSS/JavascriptHello @aranwer104,
I have copied the folder and everything is working perfect.
Plugins do not work (which is unfortunate), I am guessing it is because the Theme structure or code.