OK I figured it out if it helps someone else. You have to have two different forms. One for the popup and one on the contact page. I think using the same for twice causes a conflice.
OK I figured it out if it helps someone else. You have to have two different forms. One for the popup and one on the contact page. I think using the same for twice causes a conflice.
Ok so I’ve added the code to functions.php, but I’m not using Elementor, I’m using the x-store header builder. I’m not seeing an option for custom post types in the Ajax search:
Thank you so much! I’m going to try that and report back.
That works great! Thank you!
OK I ended up editing the page in WP Bakery.
Thank you that works. Not a big deal, but clicking on the “x” doesn’t close the modal. Clicking anywhere else outside the modal does, so that’s fine, but really clicking on the “x” should close the modal too. Some people will try clicking there and it won’t work.
Just as a note I’ve tested the Newsletter option on other sites I use with Xstore and they don’t seem to even pop up at all when I used the timed option. My connection details are in the private content. Oh I should mention I have deactivated the newsletter popup and rolled back to an older version of the X-store core plugin. You’ll see both in the “plugins”
OK Sorry I have all countries but Canada and US blocked on my server. Which country IP’s do I need to allow for you to access?
Are there any updates on this topic? I agree with the poster. It would be a good idea to push an update that just globally change the twitter icon to “X”
I slightly improved upon your suggestion. I added <br> before the description, and display:contents that makes it inside the container.
/*********turn on menu subtext*********/
add_filter('walker_nav_menu_start_el', function ($item_output, $item, $depth, $args) {
$description = '';
if ( $item->description != '' ) {
$description = '<br /><br><span class="menu-item-descr">' . do_shortcode( $item->description ) . '</span>';
}
return str_replace('</a>', $description.'</a>', $item_output);
}, 10, 4);
/********menu item sub text*********/
.menu-item .menu-item-descr {
text-transform: none;
font-size: 11px;
line-height: 1.3;
display:contents;
}
Thank you Tony. That works. Although the text inside the mega menu isn’t inside the container. I had to set minimum height for the sub menu container. If you have a better idea of keeping the desc span inside the menu container, I’d love not to have to set the height explicitly.
Thanks Rose for your support. You guys are awesome! That’s why I’ve been a client subscriber for like almost 10 years!
Duh, never mind. I knew this was going to be noob question when I asked it. LOL. If anyone else is wondering the [terms] shortcode gets populated form the page you have designated as “terms and conditions” in Woocommerce, Settings, Advanced, Page Settings.
Note: the page can only be simple text, it will not render page builders.
Following (I have same issue).
Sorry meant to update this post. Just didn’t get to it. I got to the bottom of it. The client had checked “manage stock” on the parent items which cause them to be out of stock and thus the quantity entry was not possible. Turning off manage stock for the parent items for variable products solved the problem.
Hey Ocardc just my 2 cents, but with Google’s focus on page speed, I have for the most part tried to get rid of using any page builder at all and either use Gutenberg blocks or I write my own HTML. Sliders are a big user of page load time too, keep those to a minimum.
For Dom size, for example, if you put a widget (which has s bunch of DiV’s) inside a column, inside a row, etc. etc . you are creating a huge DOM size. Try to keep that stuff to a minimum, or just code your own HTML and keep it simple.
Following, I also have problems with the sidebar floating off the page and the shop filters area.
I rolled back the theme to previous, didn’t fix. Rolled back the X-Store core plugin back and it fixed the issue.
I tried fixing via CSS but looks like there is a missing in the layout I think. (the shop archive).
Following, I’m also having this issue. When trying to retrieve the access I get….{“error_type”: “OAuthException”, “code”: 400, “error_message”: “Insufficient developer role”} in the browser.
Thank you, thank you! That works and fixes it both on desktop and mobile!
Ok sorry about that, please try again, I gave you access to the public_html folder. The dev environment is in the “dev” folder.
NOTE: The main public_html folder has the LIVE site.
OK sorry about that, I whitelisted the Ukraine. Let me know if any problems.
Sorry about that. I have various country blocking enabled to prevent spam. What country are you connecting from?
OK created the dev environment. Just to be safe I also deactivated all the other plugins and re-installed Legenda theme. The problem still exists.
I’m running PHP 8.0 just FYI, sometimes that’s important.
Hey Rose,
Thanks so much for responding. I made a video for you. It’s just easier to show you.
I can confirm, I’m having the same issue with with any headers that contain the cart. The cart does not show. As a work around I just switched the header to variant#6 which does have a cart link in the top bar just to visitors can have functionality.
Also noticed when search bar in header is turned on, the search bar appears twice, once where it’s supposed to be and once where the cart is supposed to be.
Nice! That works perfectly.
Thanks! That’ll work!
That works thank you!!
Thanks Olga I found the field name in the database. If anyone else is wondering it’s not “byline” its “_byline” with an underscore. This will populate wpbakery grid builder custom field properly.
Oops, my bad, FTP defaults to a user directory. Forgot to remove that. Fixed now. The installation is in the publichtml folder root. Same login and password.