christianj40
Forum Replies Created
-
Hello,
I completely understand not being able to edit the subject line, but when sending a test email, the subject is blank/missing.
Thanks,
ChristianForum: Plugins
In reply to: [My Favorites] Ajax RefreshHello!
Thank you for your reply, these topics are both dealing with the list option shortcode correct. I need to reload whenever a post is unfavorited, are you saying the JS you and the other people mentioned in these topic will work without me using the list option shortcode.
Thanks
Forum: Plugins
In reply to: [My Favorites] Syncing FavoritesI found the issue!
Forum: Plugins
In reply to: [YITH WooCommerce Quick View] Popup ContentHello!
I do apologize for posting restricted content! However my site is locked down from viewing ANY content.
With that being stated, how would you like to proceed?
Thanks,
ChristianNick,
I wanted to see if you have found a similar function?
Thanks,
ChristianHello Nick,
Thank you for your very detailed explanation.
If I understand what your saying, your plugin only affects single widgets/blocks, and not grouped widgets/blocks. With that being said my widgets are all single and not grouped, so I’m not sure why it’s not working.
I did find that Jetpacks visibility settings hide the background of the widget, but I’m in need to hide the widgets based on user role. That is why I turned to your amazing plugin.
Here is the HTML of one of the widget/block:
<section id="block-23" class="widget widget_block masonry-brick" style="position: absolute; left: 0%; top: 0px;"> <div class=" wp-block-grimlock-section grimlock-section--btn-link grimlock-section--product-lines region grimlock-region grimlock-region--mt-0 grimlock-region--mb-0 grimlock-region--pt-5 grimlock-region--pb-5 grimlock-region--12-cols-center region--12-cols-center grimlock-region--container-classic region--container-classic grimlock-section section" style="border-top-color:#eceeef;border-top-style:solid;border-top-width:0;border-bottom-color:#eceeef;border-bottom-style:solid;border-bottom-width:0;z-index:0;"> <div class="region__inner" style="padding-top:5%;padding-bottom:5%;background-color:rgb(255, 255, 255);"> <div class="region__container"> <div class="region__row"> <div class="region__col region__col--1"> <div class="grimlock-reveal-element grimlock-reveal-element--thumbnail"> <div class="grimlock-section__thumbnail section__thumbnail"> <img src="https://905340.smushcdn.com/2218815/wp-content/uploads/sites/5/OBG-LOGO-1-150x150.jfif.jpg?lossy=1&strip=1&webp=1" alt="" class="grimlock-section__thumbnail-img section__thumbnail-img img-fluid no-lazyload"> </div> <!-- .section__thumbnail --> </div> </div> <!-- .region__col --> <div class="region__col region__col--2"> <div class="grimlock-reveal-element grimlock-reveal-element--content"> <div class="grimlock-section__header section__header"> <h2 class="grimlock-section__title section__title grimlock-display-3 display-3"> Product Lines </h2> </div> <!-- .section__header --> <div class="grimlock-section__footer section__footer"> <a href="https://obagi.abcotest.com/product-category/obagi/product-lines/" class="grimlock-section__btn grimlock-section__btn--1 section__btn btn grimlock-btn-link btn-link"> Browse </a> </div> <!-- .section__footer --> </div> </div> <!-- .region__col --> </div> <!-- .region__row --> </div> <!-- .region__container --> </div> <!-- .region__inner --> </div> <!-- .grimlock-section --> </section>
Hopefully this can help you find away to update your plugin to work for me.
Thanks,
Christian- This reply was modified 2 years, 9 months ago by christianj40. Reason: typo
Hi Nick,
Thank you! I will be waiting for a response!
Thanks,
ChristianForum: Plugins
In reply to: [Custom Post Type UI] Pulling ACF from CPT UIHello!
1. The connection is being made through the 3rd party plugin I had developed(I believe).
Plugin breakdown:
Attaches companies to products(dropdown).
Attaches companies to users(dropdown).Once these above requirements are met, the plugin runs the rest of its programming.
On the user’s profile, it is being shown as a dropdown with a list of companies (added through the CPT UI page)
” let’s list out the value saved from a user with a chosen company” I’m lost on what you mean here. The values that are in the dropdown are the companies that are added through the CPT UI page.
2. I’m lost on what you mean here as well.
One company I have is labeled “avo” on the CPT UI page, the primary color value is #e22726.
Please let me know another way I could help!
Thanks,
ChristianForum: Plugins
In reply to: [Custom Post Type UI] Pulling ACF from CPT UIHello!
I’m sorry for the late reply! My response was never posted.
To answer your question, I’m not sure where they are being stored (I know the main wp database, but other than that idk). I do know when I export my users the custom ACF fields are included.
I tried your suggestion of
"company_" . $term_id_from_user_meta
and it didn’t work. I also tried replacing “company” with the fields name in devtools “approver_company”.I would be more than happy to set up a staging site for you.
Thanks,
ChristianI found away RIGHT after I posted this, thank you!!!
(dang that response was fast, thanks again)
Forum: Fixing WordPress
In reply to: User/File ManagerThank you.