Forum Replies Created
-
AuthorPosts
-
Thanks Jordan, not exactly what I’m looking for but I’ll see if I can adapt it to the notification message instead of the autoresponder.
Checking back, thanks.
Sorry about that. Try now and it will work.
Hey Victoria, you’re on the wrong page. It’s the search boxes on the homepage. If you click on the first box “location” you’ll see that you can’t select anything that crosses the next color section. Thank you!
Mike,
The solution does work for me, thank you for your help!
Kahil, I don’t have the inventory issue but the products on my site are virtual.
Hi Mike, yesterday you had rolled Enfold back to 4.2.4 and I upgraded later in the day, when you got to the product page was it on that version or 4.2.5? What are our next steps, it seems like more people are having trouble with 4.2.5. Thanks!
The shop page loads but I can’t get to any individual product page on the staging site. I know WPEngine said 60 seconds but but it really only takes 20-30 seconds to get the 502 error.
You were able to get to a single product page in staging? I’ve tried a number of times with no luck.
Hi Mike,
I worked with WPEngine support and they say they have a script that stops the process at 60 seconds, likely before an error. Here is their response after running a trace:
That trace output I got actually does indicate the issue- it looks like there are a ton of database queries that are trying to run when a product page is loaded. The trace I ran was run on a product loading request, and that’s showing that there’s a single database query running 1179 times when the page gets loaded. The full output of the trace I ran (with the output parsed) can be found in the following text file:
It looks like those queries may be getting run by either the WooCommerce plugin itself, or the “enfold” theme, as the top files making the query requests were files from that plugin and theme.
So no errors are being reported because the kill script. I’ve had this problem in both live (cached) and staging (not cached), could it be something to do with WPEngine nginx configuration?
Mike, sorry I didn’t mention the state of live / staging. I set up the staging site for you to use in case you couldn’t reproduce on your end. You can do whatever you need in there and I can restore to the current state if you need. Live is working perfectly with the older version of Enfold.
You can close it, thank you Jordan.
Thank you Mike. It looks like the WPML uploader converts the image to 18×12 so uploading via FTP worked great.
Thanks for posting this waveshaper and your response Basilis. I have had a recent jump in spam emails with Enfold contact forms with the math equation. It looks like it’s automated as well. I’d like to ask for the Recaptcha feature as well in a future release, perhaps add under the Google Services section.
waveshaper, i’ve been moving my contact forms over to Contact Form 7 which has Recaptcha integration and works great in keeping out spammers. The only drawback is that formatting can be a little off with the forms and the recaptcha box doesn’t look great on mobile.
My preference is the Enfold forms, they look great and are so quick to set up.
Thanks
Hi Vinay, thanks for your help.
I actually think I have it figured out. This works if you think it seems like the right css and that I am not creating other problems on the site.
form.avia_ajax_form.av-form-labels-hidden.avia-mailchimp-form p#element_avia_3_1 {display: none;}
form.avia_ajax_form.av-form-labels-hidden.avia-mailchimp-form p#element_avia_4_1 {display: none;}
form.avia_ajax_form.av-form-labels-hidden.avia-mailchimp-form p#element_avia_5_1 {display: none;}This removes the third, fourth & fifth fields from the contact form.
Works perfectly! I didn’t know that I could add a span to the Heading element. Thanks Josue.
It’s in development and password protected, see private content.
Hi Josue,
Sorry if that wasn’t clear, we can add color sections but in this instance, we are scrolling to sections inside a grid row We’ve tried a simple HTML anchor tag and also using a code block with:
<div id="my-anchor"></div>
both work for scroll but the the scroll speed is instant. If you anchor using a color section, the scroll speed is slower an more pleasant. :)
Thanks for your help!
November 20, 2015 at 12:22 am in reply to: WPML / Woocommerce direct URL to specific currency #539285Sorry about that, I refreshed the staging site and forgot to add your login back in. Its there now if you’d like to see the problem.
That said, I put a ticket in with WPML and they have a solution that seems to be working. They added an if statement excluding the code if you’re logged in. Not sure why it works differently in Enfold than a default theme, but it does fix the problem.
The new code:
if(!is_admin()) { add_action( 'wcml_client_currency', 'currency' ); } function currency( $current_currency ) { global $woocommerce,$sitepress; $currency = isset( $_GET['price'] ) ? esc_attr( $_GET['price'] ) : $current_currency; $currency = strtoupper( $currency ); $woocommerce->session->set('client_currency', $currency); return $currency; }
November 17, 2015 at 4:01 am in reply to: WPML / Woocommerce direct URL to specific currency #537060Hi Elliott,
Yes, WordPress, Enfold and all plugins are updated and Woocommerce multilingual is installed. I have a staging area for you to look at (see private details).
November 13, 2015 at 8:30 pm in reply to: WPML / Woocommerce direct URL to specific currency #535713Any thoughts?
That worked perfectly. Thank you Basilis!
I’m not sure that this is what I need. I would like to automatically add the most recent post to the main menu. For example if I have a main menu of:
Home | Shop | Blog | Contact
I would like to hover over Blog and have the most recent blog post show up in the drop down automatically. I can of course manually add it in but is there a way for the menu list it dynamically?
Thanks!
July 22, 2015 at 1:51 am in reply to: Masonry Grid – On Hover Sheer Color with Title and Caption #476819Hi Dake,
Your solution + the color sections will work great. Thanks again for your help.
Keith
July 21, 2015 at 1:17 am in reply to: Masonry Grid – On Hover Sheer Color with Title and Caption #476239That’s perfect. Thanks for all of your help Dake!
July 20, 2015 at 9:14 pm in reply to: Masonry Grid – On Hover Sheer Color with Title and Caption #476143Hey Dake, I include the ip for a hosts file change to skip the live site. Instead try this staging site:
July 20, 2015 at 8:31 pm in reply to: Masonry Grid – On Hover Sheer Color with Title and Caption #476112Hi Dake, any ideas on the effect? Thanks!
July 15, 2015 at 7:05 pm in reply to: Masonry Grid – On Hover Sheer Color with Title and Caption #473923Here you go:
July 15, 2015 at 6:34 pm in reply to: Masonry Grid – On Hover Sheer Color with Title and Caption #473913Thank you for your help Dake.
I am not able to get this to work. I set the masonry grid tool to as you specified and added this code to quick css:
.av-fixed-size .av-masonry-outerimage-container:hover { position: absolute; background-color: #509DE1; opacity: 0.5; } .av-masonry-entry .av-masonry-entry-title { line-height: 1.3em; margin: 0; font-size: 50px; color: #fff; } .main_color .container .av-inner-masonry-content { background-color: transparent; }
The Masonry Gallery does not change, still a flip up white section with caption. The Masonry tool from the Content section has the same flip up white with not text.
Thoughts?
Thanks, Josue. Much appreciated!
Hi Josue,
In your reply you said, “using Color Sections + Columns (removed margins), backend looks like this.” – but the link from ‘this’ doesn’t have an image. I’d love to take a look at how you created that effect.
Thanks so much!
Hi Andy,
I think you misunderstood my last message. I think that I’ll need to use a grid row because I need the elements to be laid out in a specific order. And ultimately each image will have an opaque color and caption that appears on hover. Right now I just need to have all of the elements touching – no white space – regardless of the device being used to view the site.
Will you have a look?
Thanks so much!
-
AuthorPosts