Forum Replies Created

Viewing 30 posts - 23,401 through 23,430 (of 34,635 total)
  • Author
    Posts
  • in reply to: Contact form in slider #1046711

    Hi,
    Sorry for the late reply, I tested your layerslider form by adding my email address to it and I received a sent message & the email.
    I see that you have a hidden second form under the first, which could be causing the conflict when it was not hidden.
    Please check again, I believe you’ll find that it’s working.

    Best regards,
    Mike

    in reply to: Add image caption to images on single product page #1046301

    Hi,
    My demo was using a woocommerce 3 product page, please include a link to your page.

    Best regards,
    Mike

    Hi,
    Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    #top .av-special-heading-h3.blockquote h3.av-special-heading-tag {
        font-size: 1em !important; 
    }

    Best regards,
    Mike

    in reply to: Gallery Content/Images not Loading for All Sections #1046113

    Hey So Evolve,
    Since you have quite a few images, it looks like the animation delay is holding up the bottom images from displaying. When I check with the Chrome dev tools, the images a downloaded fairly quickly.
    You could try this edit to reduce the animation delay.
    Or you could try this css to remove the animation:
    Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    .av-masonry-entry {
      visibility: visible !important; 
      opacity: 1 !important; 
    }
    .avia_desktop.avia_transform3d .av-masonry-entry.av-masonry-item-loaded .av-inner-masonry {
      -webkit-animation: none !important; 
      animation: none !important; 
    }
      
      .av-masonry-entry {
      opacity: 1 !important;
      visibility: visible !important;
      }

    Best regards,
    Mike

    in reply to: Button round ratio #1046103

    Hi,
    Sorry for the late reply, but it sounds like you got it working, so unless there is anything else we can help with on this issue, shall we close this then?

    Best regards,
    Mike

    in reply to: open link in new window #1046102

    Hey diefleischerei,
    Try adding this code to the end of your functions.php file in Appearance > Editor:

    function open_masonry_in_new_tab(){
      ?>
      <script>
    (function($){
    $(document).ready(function(){
     
      $('a.av-masonry-entry').click(function(){
        window.open(this.href);
        return false;
      });
     
    });
    })(jQuery);
    </script>
      <?php
      }
      add_action('wp_footer', 'open_masonry_in_new_tab');

    Best regards,
    Mike

    in reply to: Remove Sub-Menu in Footer Socket Only #1046098

    Hi,
    Glad @michaelH was able to help, unless there is anything else we can help with on this issue, shall we close this then?

    Best regards,
    Mike

    in reply to: Post Slider Customization #1046097

    Hi,
    Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    .html_elegant-blog .avia-content-slider .slide-entry.post-entry span.av-vertical-delimiter {
    display:none !important;
    }
    .html_elegant-blog .avia-content-slider .slide-entry.post-entry .slide-meta {
        border-top-width: 0px !important; 
        border-bottom-width: 0px !important; 
        padding: 0px !important; 
        margin-top: 0px !important; 
    }
    .html_elegant-blog .avia-content-slider a.more-link {
        margin: 0px !important;
        border: none !important; 
        border-width: 0px !important; 
        padding: 0px !important; 
    }
    .html_elegant-blog .avia-content-slider .read-more-link {
        top: 0px !important; 
        padding-bottom: 0px !important; 
    }
    .html_elegant-blog .avia-content-slider .slide-entry-title {
        padding-bottom: 0px !important; 
        margin-bottom: 0px !important; 
    }

    Best regards,
    Mike

    in reply to: Remove date on blog post Masonry thumbnails #1046094

    Hi,
    Thanks @michaelH for helping, @nparent please let us know if this helps.
    There may be a chance that you will want to add !important; like this:

    .av-masonry-date {
    display: none !important; 
    }

    Best regards,
    Mike

    in reply to: Updating Enfold 3.0.8 does not work #1046089

    Hey Daandag,
    Theme Forest has changed their API for Token keys, v4.5 fixes this, but you will need to update manually.
    There is a free plugin that will allow you to manually update via the WordPress Theme panel by uploading the enfold.zip file, otherwise you can update via FTP, if you do update by ftp, please remember to delete the current enfold folder and then upload the new one. Please don’t try to overwrite the theme folder, as this will leave old files behind and cause errors.
    My recommendation is to go to your Theme Forest account and download the updated Enfold v4.5.1 and manually update it, then going forward it will use the new Token keys. All users will need to generate a new token for updates.
    Please try using the Update Theme and Plugins from Zip File plugin to update, here are step by step instructions on how to use, it is very easy to use.
    It is always good practice to make a backup of your site using your webhost’s backup tool, before updating your site.

    Best regards,
    Mike

    Hi,
    I believe that the tabs are using Ajax to load the content without reloading the page, you could try using this plugin: Ajaxify WordPress Site to add this to your tab links in your menu.
    I have not tried this but the description sounds like what you are looking for.

    Best regards,
    Mike

    in reply to: Move top menu down #1046083

    Hi,
    Very good, thanks for your patience and using Enfold.
    Glad we were able to help, we will close this now.

    For your information, you can take a look at Enfold documentation here
    For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)

    Best regards,
    Mike

    in reply to: Lightbox not opening video #1046082

    Hi,
    The child theme loads the parent theme functions.php, and then adds it’s own functions.php.
    You would not want to copy the parent functions.php into the child. Please only add your custom functions into the child functions.php.

    Best regards,
    Mike

    in reply to: Add image caption to images on single product page #1046072

    Hey waveseven,
    Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    #top .woocommerce-product-gallery__wrapper a:first-child:after {
    content: attr(title);
    margin: 10px 0;
    position: relative;
    display: block;
    width: 100%;
    font-size: 12px;
    text-align: center;
    }

    2018-12-16-145909
    please ensure that your image has the description field filled in:
    2018-12-16-150142
    Best regards,
    Mike

    in reply to: Lightbox not opening video #1046029

    Hey Snerp,
    Thank you for the login, I see that you are using a child theme with a older header.php file.
    The header.php was changed a few versions ago and your lightbox issue is a result of using the older file, please try updating your file with the current on from the parent theme. Please retain your older file as it may contain customizations that you will wish to incorporate into your new header.php

    Best regards,
    Mike

    in reply to: Contact form in slider #1046020

    Hi,
    I took a look at your form, but I don’t see any errors, I do see that the form response is not showing.
    Can you please include a admin login in the private content area so we can take a closer look.

    Best regards,
    Mike

    in reply to: Successful Check #1046011

    Hey J,
    Do you mean that when your browser goes to the Envato download section it tries to download?
    Or that when you visit the update option page in Enfold it preforms a check?
    Where are you seeing the log above?
    The auto update function check is causing issues right now and the dev has solved this, they are just doing the last tests before releasing it.

    Best regards,
    Mike

    in reply to: Change background-image for mobile #1045996

    Hi,
    Sorry for the late reply, your code above was correct except you were targeting a parent div with the ID “#reviewinstagram”
    where the current background image was a child of it with the class “av-parallax-inner”
    Good job! you were so close :)

    @media only screen and (max-device-width: 767px) {
    	#top #reviewinstagram .av-parallax-inner {
    		background-image: url(https://www.bonjiglass.com/wp-content/uploads/2018/12/longchill1.png) !important;
    		background-position: 0% 50% !important;
    		}
    	}

    2018-12-16-111006

    Best regards,
    Mike

    in reply to: Hover effect on image #1045985

    Hey Dutchman,
    I took a look at your page and hovered over the images at the bottom that grow & tilt, but I’m not sure that I understand what the issue is with them, the effect looks good.
    Please see the screenshot in Private Content area of what I’m seeing.

    Best regards,
    Mike

    in reply to: Can't update the theme to newest version 4.5.1 #1045966

    Hi,
    I tried to login to your ftp but I received the error: “Response: 530 IP access denied.
    I also tried using a nl vpn, but got the same response.
    Please try using the using Update Theme and Plugins from Zip File plugin to update, it is very easy to use.
    It is always good practice to make a backup of your site using your webhost’s backup tool, before updating your site.

    Best regards,
    Mike

    in reply to: 500 error after updating Enfold theme #1045953

    Hi,
    Try asking your webhost if the Internal Server Error is showing in the server log and what is causing it.
    Do you see a yellow warning at the top of the cPanel page that says your account has been limited?

    Best regards,
    Mike

    in reply to: Contact Us form CAPTCHA compromised #1045942

    Hi,

    @laptophobo
    thanks for the update, perhaps you could let us know in a week if this has make a big difference for you.

    Best regards,
    Mike

    in reply to: Remove extra ampersand markup from enfold #1045935

    Hi,

    @Guenni007
    great tips, thanks.

    Best regards,
    Mike

    in reply to: 500 error after updating Enfold theme #1045915

    Hi,
    When I looked at your site today, it was not loading correctly, it had many 400 (Bad Request), so I tracked it down to your “bwp-minify” plugin, which I renamed to disable, and then your site loaded correctly. I then renamed back and left disabled, and disabled a few other plugins such as your caching, login limit, and user roles. Just to limit the chance of errors.

    I then saved a copy of your theme settings, quick css, and dynamic_avia folder with your css. Then I uploaded Enfold v4.5.1 and renamed your old theme to “enfold-old”.

    So everything was fine after the theme update, but when I tried to update WordPress to v5 you got a “Internal Server Error” and in your cPanel the error is that your account has been limited due to resource usage. Your server had be running at 51% cpu & 50% memory, updating WordPress seems to have pushed it too much and your host limited your account so the update doesn’t finish and brakes the core files. That is what I believe.

    I recommend updating your hosting plan.

    Best regards,
    Mike

    in reply to: Remove extra ampersand markup from enfold #1045790

    Hey jacqueschoquette,
    Please look in \wp-content\themes\enfold\functions-enfold.php
    lines: 582-583
    You could remove the lines or edit to suit.

    Best regards,
    Mike

    in reply to: jump to anker #1045786

    Hey diefleischerei,
    I took a look at your page, and I see the button for “videos” but I don’t see the anchor. Where do you want to land when someone goes to the url?
    Please check that the ID for videos is in place.

    Best regards,
    Mike

    in reply to: Button style in the contact form #1045784

    Hey hendrikwenschuch,
    For the contact form the “colors” tab when editing the element has 3 options to choose from. If you would like to have a custom color please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    .main_color input[type='submit'] {
        background-color: blue !important; 
        color: #ffffff !important; 
        border-color: blue !important; 
    }
    .main_color input[type='submit']:hover {
        background-color: red !important; 
        color: #ffffff !important; 
        border-color: red !important; 
    }

    Please adjust the colors to suit.

    Best regards,
    Mike

    in reply to: Unable to upgrade my theme enfold 4.2.2. to 5.0.1 #1045782

    Hey Bernardino,
    Theme Forest changed their API to a Token key which caused a problem with automatic updating, we corrected the issue with version 4.5 but to get it you will need to manually update, please see this post
    If you would prefer to have some help with this, Please include a admin login & FTP access in the Private Content area so we can assist.

    Best regards,
    Mike

    in reply to: Fix Search Button #1045779

    Hi,
    Sorry for the late reply, please go to Enfold theme options > Header > Extra Elements and make sure that “Append search icon to main menu” is checked.
    Did this change happen after updating the theme?
    It looks like the search element is code inside a code block?

    Best regards,
    Mike

    Hey Birdster,
    Sorry for the late reply, Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    #top .backtotop.iconbox_right_content .iconbox_content {
    display: inline-block !important;
    }
    #top .backtotop.iconbox_right_content .iconbox_icon {
        float: right !important; 
    }

    Best regards,
    Mike

Viewing 30 posts - 23,401 through 23,430 (of 34,635 total)