hemjesti
Forum Replies Created
-
Forum: Plugins
In reply to: [Better Search Replace] Moving ONHey @kevinwhoffman I’d def be open to scheduling a feedback session. I’m in Dallas, Texas. So let me know when and where. Thank you for the detailed response. I truly appreciate it.
Forum: Developing with WordPress
In reply to: Creating a Variable for a ShortcodeSo, after testing it out, I had to put the $i back in there. And wound up using this code here for each of the four variables i needed. Thank you guys for taking a look and i hope this helps someone else down the road. Us non-coders have to stick together, or get busy coding!
/* variables for global variable counts */ // Add Shortcode function var_FSL_function() { $i = '700+'; return $i; } add_shortcode('varFSL', 'var_FSL_function'); // COUNTRIES function var_Countries_function() { $i = '140+'; return $i; } add_shortcode('varCountries', 'var_Countries_function'); // SAME DAY DELIVERIES function var_SameDay_function() { $i = '90K'; return $i; } add_shortcode('varSameDay', 'var_SameDay_function'); // NEXT DAY DELIVERIES function var_NextDay_function() { $i = '450K'; return $i; } add_shortcode('varNextDay', 'var_NextDay_function');
and to insert into the page copy, you would use [] and the variable – for example [varSameDay]
We have over [varSameDay] deliveries.
all the best to you guys!
Forum: Plugins
In reply to: [Boxzilla] Can NOT hide box on a specific pagei’m almost done building the site, i’ll reach out again when its live so we don’t keep missing each other. ??
Forum: Plugins
In reply to: [Boxzilla] Can NOT hide box on a specific pageif you’re around i will turn off maintenance mode. So you can take a look
Forum: Plugins
In reply to: [Boxzilla] Can NOT hide box on a specific pageHere’s a screen shot – and Lap – thank you for the assistance. i really appreciate it.
it contains the url where i do not want it to show up. i have one other page i don’t want it to show up but for now, i’d just like to get it working.
https://snipboard.io/i3pM7j.jpg
Thank you again @lapzor for your time and patience.
Forum: Plugins
In reply to: [Boxzilla] Can NOT hide box on a specific pageThat uninstall reinstall didn’t fix anything. ??
Forum: Plugins
In reply to: [Boxzilla] Can NOT hide box on a specific page@lapzor Man – that didn’t do it either. I’ve used Box for several sites, never had this issue. I don’t want to have to switch to a different plugin. I’m going to uninstall and reinstall, see if that fixes it.
Forum: Plugins
In reply to: [WooCommerce] Increase bottom padding on main container@lorro thank you a thousand times over – worked perfectly. Thank you so much!!
Forum: Plugins
In reply to: [Boxzilla] Can NOT hide box on a specific pagehey @lapzor – that didn’t seem to work either.
That section says, “load box if” – i wish there was a ‘disable box if’ option.
It just doesn’t make sense to have the box on a thank you page where they’ve already filled out the form OR on the form page – as it asks them to fill out the form.
If you’d like, i can create a login for you to login and take a look. Since the site isn’t live. Send me a DM if interested. And thank you again soooo much for tryin’ to help me out here.
Forum: Plugins
In reply to: [WooCommerce] SubCategory Display CategoriesI don’t THNK i’m using a product filter. I can include some screen shots.
its like theres a category list on the main shop page, and then on the product page, but not on the categories page. I know its redundant but i promise, this isn’t my request. i’ve been asked to put this in place.
Forum: Plugins
In reply to: [Boxzilla] Can NOT hide box on a specific pageThank you for the speedy response.
this is just the one rule. I have no idea why this isn’t working.
Forum: Plugins
In reply to: [WooCommerce] Increase bottom padding on main containerdang it – site isn’t live yet. i’m using the avada theme. but going to guess that doesn’t help much.
Forum: Plugins
In reply to: [WooCommerce] Add To Cart Hover issueI apologize the site isn’t active for review. I was able to resolve the issue though.
Removing the above CSS and adding the following CSS allowed the hover to work properly.
for some reason my attachment link to show you what it looked like didn’t take. Nevertheless, here is the CSS i applied that changed both the Filter button and the Add To Cart button. The default state and hover state.
.button.single_add_to_cart_button.button.alt { background-color: #007194; }
.button.single_add_to_cart_button.button.alt:hover { background-color: #0099e5; }.price_slider_amount button { background: #008cb7 !important; }
.price_slider_amount button:hover { background-color: #0099e5 !important; }Thank you for the response and your time.
Forum: Plugins
In reply to: [WooCommerce] Add To Cart Hover issueNo ideas? i was hoping someone would have been able to tell me what was wrong by now. A tad bit of a time crunch at the moment. Thank you in advance for any insight you can offer.
Forum: Plugins
In reply to: [Boxzilla] Box Not Showing in Chrome or MS EdgeI don’t know how, but turning “test” on an and off resolved it. I do NOT understand this.