Forum Replies Created

Viewing 30 posts - 1 through 30 (of 41 total)
  • Author
    Posts
  • in reply to: Contact form custom subject line #1156916

    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.

    in reply to: Enfold & WPML Update conflict #1138884

    Checking back, thanks.

    in reply to: Enfold & WPML Update conflict #1138100

    Sorry about that. Try now and it will work.

    in reply to: Dropdown menu in small color section #1080026

    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!

    in reply to: 4.2.5 / Woocommerce issue #924199

    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.

    in reply to: 4.2.5 / Woocommerce issue #921684

    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!

    in reply to: 4.2.5 / Woocommerce issue #921208

    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.

    in reply to: 4.2.5 / Woocommerce issue #921147

    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?

    in reply to: 4.2.5 / Woocommerce issue #920877

    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.

    in reply to: WPML larger flag selector #912891

    You can close it, thank you Jordan.

    in reply to: WPML larger flag selector #912883

    Thank you Mike. It looks like the WPML uploader converts the image to 18×12 so uploading via FTP worked great.

    in reply to: Google reCAPTCHA and Enfold Contact Form #768481

    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

    in reply to: Mailchimp widget – remove / hide form fields #602173

    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.

    in reply to: Speed of page jump (anchor) #553352

    Works perfectly! I didn’t know that I could add a span to the Heading element. Thanks Josue.

    in reply to: Speed of page jump (anchor) #552617

    It’s in development and password protected, see private content.

    in reply to: Speed of page jump (anchor) #552590

    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>

    as suggested here

    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!

    in reply to: WPML / Woocommerce direct URL to specific currency #539285

    Sorry 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;
    }
    
    in reply to: WPML / Woocommerce direct URL to specific currency #537060

    Hi 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).

    in reply to: WPML / Woocommerce direct URL to specific currency #535713

    Any thoughts?

    in reply to: Featured image in RSS feed #504427

    That worked perfectly. Thank you Basilis!

    in reply to: Most recent post(s) in menu #503326

    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!

    Hi Dake,

    Your solution + the color sections will work great. Thanks again for your help.

    Keith

    That’s perfect. Thanks for all of your help Dake!

    Hey Dake, I include the ip for a hosts file change to skip the live site. Instead try this staging site:

    Hi Dake, any ideas on the effect? Thanks!

    Here you go:

    Thank 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?

    in reply to: Enfold Masonry: Exact size of Images? #466587

    Thanks, Josue. Much appreciated!

    in reply to: Enfold Masonry: Exact size of Images? #466041

    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!

    in reply to: Space between images in grid row #463115

    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!

Viewing 30 posts - 1 through 30 (of 41 total)