ksteele36
Forum Replies Created
-
Forum: Plugins
In reply to: [AI Engine] Published Post Breaks Page URLI found the issue… and this was NOT related to your plugin but the naming features of my Categories & Post slug overlapping the page slug. All good, thanks for what you do!!!
My mistake. Yes, all is good now. I had some previous CSS customization from the theme creator that needed some fixing and a little adjustment on the actual mobile version and fixed the issue. Thanks for responding so quickly!
Forum: Reviews
In reply to: [No-Bot Registration] Maybe b4 removing the reviewYou had a well written review but that is not something I care to repeat.
Forum: Plugins
In reply to: [No-Bot Registration] Are there known conflicts using other security plug-insI created a dev site to test on and it seems to be working fine…. thanks so much for this solution. FYI, being able to separate the questions and disable them completely, then add domains using wild cards was EXACTLY what I (we) needed to make this work. Now to make it live and see if they can somehow bypass it… more in a few days!
Forum: Reviews
In reply to: [SysBasics Customize My Account for WooCommerce] Very usefulI am very interested to see this project move forward as well… I do have a B2B plugin that changes the My Account page options per user group created for which I have created 2 additional besides the default Woocommerce options. Do you think this will be a problem for me or will it work across all account versions?
Forum: Plugins
In reply to: [Age Gate] Last Update Destroyed my CSS & Added Vertical ScrollbarHi Phil,
Just wondering if there was ever any more code added to remove this Scrollbar issue once and for all? Although it is currently hidden it still pops up with mouse movement on the verification page. Anything?
My page: https://nanoplanetcbd.com/Forum: Plugins
In reply to: [Age Gate] Last Update Destroyed my CSS & Added Vertical ScrollbarPerfect, thank you and good luck!
Forum: Plugins
In reply to: [Age Gate] Last Update Destroyed my CSS & Added Vertical ScrollbarCrap, I am sure that you see it already but I meant to mention that the previous CSS and Fixed CSS differ in a sense that I think the old code is maybe deprecated ???? I don’t know… b/c that would make my entire site go South…. but I tried the old code first using the added Class together with the original class like it is now and it wouldn’t work. I had to identify the border, font, etc…. as in the example before I got it back.
Thanks again for your help
Forum: Plugins
In reply to: [Age Gate] Last Update Destroyed my CSS & Added Vertical ScrollbarNow, the only minor issue that kind of BUGS is the YES button is preselected by default that puts a blue and white ring around my custom button… any way to remedy that as well?
Forum: Plugins
In reply to: [Age Gate] Last Update Destroyed my CSS & Added Vertical ScrollbarHi Phil, thank you for the quick reply.
I was using the theme custom css option to style the page which should have overwritten any changes with one exception… there was more Style added to the current class which deemed my changes Null… my previous and current example to get back to good:
PREVIOUS STYLE
.age-gate-submit-yes {
background-color: #7da966;
font-color: #1b2328;
padding: 3px 18px;
border-color: #f5ecb2; }.age-gate-submit-no {
background-color: #b74b4b;
font-color: #1b2328;
padding: 3px 18px;
border-color: #f5ecb2; }NEW STYLE
button.age-gate-submit.age-gate-submit-yes { background-color: #7da966; color: #1b2328; font-weight:400; padding: 3px 18px; border: 2px outset #f5ecb2; }
button.age-gate-submit.age-gate-submit-no { background-color: #b74b4b; color: #1b2328; font-weight:400; padding: 3px 18px; border: 2px outset #f5ecb2; }
input[type=”checkbox” i] { height: 15px; width: 15px;}/* AGE GATE REMOVE SCROLLBAR */ .age-gate::-webkit-scrollbar { display: none; } .age-gate { -ms-overflow-style: none; /* IE and Edge - probably not needed now as IE is dead and Edge will now support the webkit ones */ scrollbar-width: none; /* Firefox */ }
Forum: Plugins
In reply to: [WooCommerce Cash On Pickup] Continued Support ???No issues, but it’s been quite a while since your last update…. guessing that is going to be a problem ???? I will be setting up a dev site soon so I can test this at a later date. I will provide feedback after.
“K”
Forum: Plugins
In reply to: [Breadcrumb NavXT] How Custom Can I Be?Unfortunately I did not screenshot the error caused, nor did I try to track it down. However, there was NO php error code or indication it was php related at all… though I did recently upgrade to php 8.0, so ??? not sure if this helps.
I will revisit the WP settings and see what I can do there but I suspect this is a Yoast SEO issue as I have published many sites in the past and not ever had this problem with improper site structure showing in Google serp’s in the past. If I run across more information I think you can use at a later date I will be sure to return and give ya an update.best regards, “K”
NM, all I had to do was search the forum and I found the answer. Great plug-in by the way. I will purchase the Pro version after I have a few sales here on my new site. Thank you!!!
“K”
- This reply was modified 2 years, 10 months ago by ksteele36. Reason: found the fix
Forum: Plugins
In reply to: [Yoast SEO] How to disable Schema in Yoast SEO?Also, (taken code from the Yoast developers recommendations to remove the Yoast schema) is a recommendation to use the Functions.php in your Child Theme and Add this line: add_filter( 'wpseo_json_ld_output', '__return_false' ); However, after purging the cache and rechecking the code I get the same result as above. I am assuming this is all Yoast output since it is wrapped in the Yoast SEO plugin signature. Switching tactics here and now adding yet one more plugin to my already crowded list of website plugins (which we all know puts us at risk) to remove the Yoast schema. I honestly think this should be addressed by Yoast - but OK. For the others here the name of the plugin is appropriately: REMOVE SCHEMA (not current with my version of WordPress as of 01-23-2022) - - - I'll come back and let y'all know how it goes...
- This reply was modified 2 years, 10 months ago by ksteele36.
Forum: Plugins
In reply to: [Yoast SEO] How to disable Schema in Yoast SEO?You don’t need to create a new custom plugin to add a single line of code to your Functions.php file so long as you have a Child Theme installed (as you should – if you do not you need to backtrack and get it done immediately)
That being said, I am having a similar issue within my Woocommerce product pages “Type” being identified as “Article”.
I have been to the Admin/Product page “edit page” to address this issue and changed the “Schema Page Type” to “Item” cleared and purged all the site and server caches, reloaded the page and viewed the source code to see NO change. See below.
I am thinking it’s probably easier to just remove the Yoast Schema completely as I cannot believe this has not been addressed in the past and even more so that an option to add/remove the schema as Active or Inactive hasn’t been built into the plugin already ??? For as much as you “ding” the ppl for the Pro version on an annual basis one might think this would have been addressed. I don’t know. Ok, that’s just my 2 cents – I really do appreciate the work put into providing a free version to make some of the tedious SEO requirements accessible and easy to administer, and as a former web dev / seo guy I have always backed y’all in the past when working salary or on contract. Any how, can you please update us if there is a better snippet for our Functions.php file that will fix this issue? Or maybe there is an Active/Inactive option built-in and I just haven’t found it yet ???
Thanks in advance, “K”<!-- This site is optimized with the Yoast SEO plugin v17.9 - https://yoast.com/wordpress/plugins/seo/ --> <title>Broad Spectrum 5000mg CBD Oil Tincture » NanoPlanet CBD</title> <meta name="description" content="Our 5000mg Broad Spectrum CBD Tincture with an MCT carrier oil for better absorption and overall better shelf life is derived using a best practices, clean Co2 extraction. Broad Spectrum CBD contains the entire hemp plant minus the THC. If you have concerns that THC is not for you, this is the tincture you're looking for!" /> <link rel="canonical" href="https://nanoplanetcbd.com/cbdshop/broad-spectrum-5000mg-cbd-tincture/" /> <meta property="og:locale" content="en_US" /> <meta property="og:type" content="article" /> <meta property="og:title" content="Broad Spectrum 5000mg CBD Oil Tincture » NanoPlanet CBD" /> <meta property="og:description" content="Our 5000mg Broad Spectrum CBD Tincture with an MCT carrier oil for better absorption and overall better shelf life is derived using a best practices, clean Co2 extraction. Broad Spectrum CBD contains the entire hemp plant minus the THC. If you have concerns that THC is not for you, this is the tincture you're looking for!" /> <meta property="og:url" content="https://nanoplanetcbd.com/cbdshop/broad-spectrum-5000mg-cbd-tincture/" /> <meta property="og:site_name" content="NanoPlanet CBD" /> <meta property="article:publisher" content="https://www.facebook.com/4NanoPlanetCBD/" /> <meta property="article:modified_time" content="2022-01-23T21:43:21+00:00" /> <meta property="og:image" content="https://nanoplanetcbd.com/wp-content/uploads/2021/08/bso-5000mg.jpg" /> <meta property="og:image:width" content="450" /> <meta property="og:image:height" content="600" /> <meta property="og:image:type" content="image/jpeg" /> <meta name="twitter:card" content="summary_large_image" /> <meta name="twitter:label1" content="Est. reading time" /> <meta name="twitter:data1" content="1 minute" /> <!-- / Yoast SEO plugin. -->