Forum Replies Created

Viewing 30 posts - 25,771 through 25,800 (of 34,339 total)
  • Author
    Posts
  • in reply to: Headlines Style – modern left – Font size Subtitle #984724

    Hi,
    This is because the sub-heading “Impressions” is not within the “h2” or “h3” tag, but it is in a “p” tag so your code was setting the rule:

    #top .all_colors p {
    font-size: 16px;
    }

    Also in your other code above, the “.av-subheading_below-h2” is not a class that is used, so it has no effect.

    I see that you are trying to have a different sub-heading font-size based on the heading size, h2 or h3.
    Please try this for h2 sub-headings:

    #top .all_colors .av-special-heading-h2 .av-subheading_below p {
    font-size: 30px !important;
    }

    and this for h3 sub-headings:

    #top .all_colors .av-special-heading-h3 .av-subheading_below p {
    font-size: 22px !important;
    }

    Best regards,
    Mike

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

    function copy_polylang_to_burger(){
    ?>
    <script>
    jQuery(window).click(function(){
      jQuery( "#polylang-3" ).clone().appendTo( "#av-burger-menu-ul" );
      });
    </script>
    <?php
    }
    add_action('wp_footer', 'copy_polylang_to_burger');

    Please test this code before and after the other code, as it’s placement may determine the order of the mobile menu.

    Best regards,
    Mike

    Hi,
    I didn’t find this suggestion in the feature requests, but currently we are re-designing the feature request section, if you there in over the next few weeks you will be able to add it to the requests.
    Unless there is anything else we can assist with on this issue, shall we close this then?

    Best regards,
    Mike

    in reply to: Contact form: several input fields on the same line #984635

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    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: Upload von großen Bilddatei nicht möglich #984634

    Hi,
    Vielen Dank, dass Sie uns Ihre Lösung mitgeteilt haben, es sei denn, wir können Ihnen in dieser Angelegenheit weiterhelfen. Sollen wir das dann schließen?

    ————-

    Thanks for sharing your solution, unless there is anything else we can help with on this issue, shall we close this then?

    Best regards,
    Mike

    in reply to: Caption not displayed on the lightbox #984630

    Hi,
    Yes, we will keep this open until we hear back from you. Have a great day.

    Best regards,
    Mike

    in reply to: Filter for Header Extra Info #984468

    Hey cliffrobbins,
    Sorry, I don’t believe there is, but we might be able to write some javascript to move it there for you.
    Please link to the page in the Private Content area so we can take a closer look.
    If you can also include a mockup of what you would like to see, it would be helpful.

    Best regards,
    Mike

    in reply to: Large gap below menu NEED URGENT HELP!! #984465

    Hey Chris,
    Please try this css in WordPress > Customize > Additional CSS:

    @media only screen and (max-width: 767px) {
    .responsive#ls-global #top.stretched #wrap_all #header.all_colors {
        height: 80px !important; 
    }
    .menu-item-avia-special {
        top: 40px !important; 
    }
    }

    Best regards,
    Mike

    in reply to: Using Advanced Layout Editor in Blog Posts #984450

    Hey luizomf,
    Do you mean that if you switch themes will you be able to see your advanced layout builder posts?
    If you switch themes the posts should show on your site with the extra shortcode mixed in, so you will need to edit your posts to remove the code, either by first editing from within Enfold, or using regex to remove it after.

    /\[\/?av_*?\]/

    Best regards,
    Mike

    in reply to: Portfolio masonry : remove link #984439

    Hey plichart1,
    If I understand correctly, you would like to remove the link from the masonry portfolio gallery, so clicking the images does nothing.
    Please try editing the masonry gallery element and go to the “Image Link” option and choose “Lightbox linking deactivated. (Custom links will still be used)”

    Best regards,
    Mike

    in reply to: Duplicating Content #984429

    Hi,
    Please try removing this to test.
    When I logged in I believe I saw a admin message that said something like “Thank you for updating woocommerce
    did you recently update woocommerce?

    Best regards,
    Mike

    in reply to: Google maps is blank #984425

    Hi,
    I just tried to create a new map on a test page, and got an error that your api key is not configured correctly, Please see screenshot in Private Content area, and check your api key restrictions.
    Although, it could be due to your internal server error, so please still look into that.

    Best regards,
    Mike

    in reply to: Google maps is blank #984420

    Hi,
    In the console you are getting this error:

    Failed to load resource: the server responded with a status of 500 (Internal Server Error)

    I recommend disabling your plugins, and checking your webhost logs to see if you can find the source for the internal server error, if you can’t find it try asking your webhost as they can probably tell you very quickly.
    Do you know what has changed on your site since the maps stopped working?

    Best regards,
    Mike

    in reply to: Duplicating Content #984416

    Hi,
    I believe that this function in your functions.php is removing it, do you remember adding this?

    add_filter( 'woocommerce_product_tabs', 'av_remove_product_tabs', 98, 1 );
    function av_remove_product_tabs( $tabs ) {
    	unset( $tabs['additional_information'] );
    	return $tabs;
    }

    Best regards,
    Mike

    in reply to: Problems uploaded demo theme #984399

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    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: Menu font colours #984398

    Hi,
    That is great news! We will close this now. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Google maps is blank #984209

    Hey dennsen,
    Please try this plugin to see if it helps: API KEY for Google Maps Another user was having a conflict and this solved their issue.

    Best regards,
    Mike

    in reply to: Icons appearing order #984205

    Hi,
    I have taken a look and found that the layerslider animation is the conflict, hiding the layerslider will allow the icons to animate from left to right, as intended. So since you will be using the layerslider, perhaps a solution is to create images of your 5 icons with the text, then replace the icon elements with image elements, and use one of the image animations. Hopefully the image animation will not be interrupted by the layerslider animation.

    Best regards,
    Mike

    in reply to: Why my advance layout editor turns blank #984151

    Hi,
    Please try to Enable Avia Layout Builder Debug and see if Yoast can read the shortcode in it’s window, otherwise you can copy the shortcode and paste into another blank default editor, let Yoast make it’s changes, then paste it back into the debugger window.
    I recommend saving a copy of the original shortcode, because editing it can brake the layout.
    I don’t use Yoast, but this is the first time I’ve heard that Yoast needs to edit the shortcode.

    Best regards,
    Mike

    in reply to: Change icon for mega menu sub page #983993

    Hi,
    Please try changing the lower css rule to this:

    #top .avia-bullet:before {
        content: "\f1b0" !important; 
        font-family: 'fontello' !important; 
        font-size:11px;
        line-height:1em;
        position:absolute;
        top:10px;
        left:-3px;
    }

    Best regards,
    Mike

    Hi,
    I’m sorry to say that I don’t think we are going to be able to get the custom sub-menu for the category pages with the icons to behave correctly without a lot more customization than we can provide here. I would suggest using the regular sub-menu code that we provided earlier, or if you really want the sub-menu with the icons you could try hiring a freelancer to assist.
    Would you like me to restore the code for the regular sub-menu for the category pages?

    Best regards,
    Mike

    in reply to: Caption not displayed on the lightbox #983966

    Hi,
    I added this code to the end of your functions.php file in Appearance > Editor:

    function custom_img_title_script(){
      ?>
      <script>
      jQuery(window).load(function(){
      jQuery('#top.home img').removeAttr('title');
      jQuery('.av_one_half img').removeAttr('title');
      jQuery('.avia-slide-wrap img').removeAttr('title');
      jQuery('.av_one_third img').removeAttr('title');
      });
      </script>
      <?php
      }
      add_action('wp_footer', 'custom_img_title_script');

    It seems to be removing the title from all images except the glasses that you will be opening in a lightbox.
    If you follow the same format onto your new pages, I would expect the lightbox title to also show on them.
    Please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Fatal error: …line127 #983956

    Hi,
    Sorry you are having these issues, Can you please include a admin login and ftp access in the private content area so we can take a closer look?

    Best regards,
    Mike

    in reply to: Menu font colours #983953

    Hi,
    Thank you for being patient with me, I’m pretty sure I have it right this time.
    Please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Caption not displayed on the lightbox #983676

    Hi,
    Is it the images on this one page that are your biggest concern?
    Or if is images on other pages too, are they always in the image element within a 1/4 column?
    I’m asking to find a common factor to target them with.

    Best regards,
    Mike

    in reply to: Why my advance layout editor turns blank #983672

    Hi,
    If I understand correctly, you are saying that when a page is built with the advanced layout builder, and then you switch to the default editor and edit it, the advanced layout builder elements disappear?
    This is because the default editor is braking the shortcode, we don’t recommend this.
    Perhaps if you explain why you would want to do this we can offer a different solution.

    Best regards,
    Mike

    in reply to: Problems uploaded demo theme #983665

    Hi,
    You would need to install woocommerce first, the demo doesn’t install it.
    When you use the theme’s demo installer it tells you to install woocommerce first, but as we were manually installing, I forgot to tell you.
    Unless there is anything else we can assist with on this issue, shall we close this then?

    Best regards,
    Mike

    in reply to: html code inside special heading not working #983664

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    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: Caption not displayed on the lightbox #983660

    Hi,
    Thanks for the image, I see now.
    This is because you have a function in your functions.php to remove titles.
    Perhaps we can try to target only the titles you want to remove, which ones are they?

    Best regards,
    Mike

    in reply to: Fatal error: …line127 #983623

    Hi,
    This sounds odd, adding [nolink] should not cause a crash. It sounds like you uploaded a new file into the enfold folder, I was suggesting to upload a competently new enfold folder and not to try overwriting the files.
    But I see now that your site is running v4.4.1 with your copyright in place, which seems correct.

    Best regards,
    Mike

Viewing 30 posts - 25,771 through 25,800 (of 34,339 total)