Forum Replies Created

Viewing 30 posts - 16,771 through 16,800 (of 35,071 total)
  • Author
    Posts
  • in reply to: H-Headlines / The fontsize don't adjust on mobile #1220089

    Hi,
    Sorry for the late reply, the css I posted above will work on any site viewed as mobile with an H2 that also has the class av-mini-font-size-14:

    @media only screen and (max-width: 767px) { 
    #main .av-mini-font-size-14 > h2 {
    	font-size: 12px !important;
    }
    }

    I don’t imagine that you would like the other “H” tags to have the same font size on mobile as the H2, so if you can tell us what mobile sizes you want with each “H” tag we can assist.
    I also recommend linking to a test page with different H tags you would like to customize because they may not all use the class av-mini-font-size-14 for mobile so we should check, I also recommend choosing a custom class to add the H tags that you would like to customize, because changing the font size broadly and across your whole site can have surprising results because each element has different font sizes for the H tags depending on how they are used.
    Using custom classes for customized styles gives you better control than broadly making changes that may cause conflicts later.

    Best regards,
    Mike

    in reply to: Woocommerce Category Archive Sidebar not visible #1220086

    Hi,
    Sorry for the late reply, @coretekk on my localhost with a fresh Enfold install, the sidebar for product archive pages works fine.
    Since we have not been able to reproduce this error please open a new thread with admin login in the Private Content area, so we can investigate. Did you have the sidebar showing on your product archive pages and then lost them when you updated or are you trying to get the sidebar to show on product archive pages for the first time? Since this is not your thread posting your login here will not be private and you will not see anything we write in the Private Content area, but you can post a link to your new thread here so we can find it easier.
    We will want to see that the error occurs then all of your plugins are disabled, can we disable them for testing?

    Best regards,
    Mike

    in reply to: Dashicons broke in Contact Form 7 #1220083

    Hi,
    Sorry for the late reply, ok thanks for explaining, so I logged out and saw the error, but the browser didn’t give the CORs error that I expected to get from your screenshots, or any other errors to explain why the dashicons are not showing when logged out.
    I did find a solution for a similar issue, which was:

    Usually this is caused by an optimisation plugin that lets you disable dashicons. If you have any optimisation plugins installed, please check their options for anything that mentions dashicons, and make sure they’re enabled.

    If that doesn’t help I came up with a css solution, please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    div.wpcf7-validation-errors:before {
        content: "\e813" !important;
        color: red !important;
        font-family: entypo-fontello !important;
    }
    div.wpcf7-mail-sent-ok:before {
    	content: "\e812" !important;
    	color: green !important;
        font-family: entypo-fontello !important;
    }

    this will substitute the dashicons font for the entypo-fontello font, after applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Editing a custom Sidebar Menu #1220075

    Hi,
    Ok, I think we are not talking about the same things, so in the screenshot in the Private Content area, the area in the red box is where the available widgets are, but the green box is where the used widgets are.
    I hope this makes since.

    Best regards,
    Mike

    in reply to: Anchor problems with menu highlight #1219813

    Hi,
    Thank you for the login, I tried to recreate this on my localhost, but my menu works correctly highlighting each menu item as it is in view, with no flickering. I see that you are using a child theme but the WordPress > Appearance > Editor is disabled so I can’t see if you have any custom functions in your functions.php
    Please enable the Theme Editor. It looks like your server is using OPCache, is this an option you can disable while we investigate?
    I recall an issue with some OPCache because it stores the script precompiled, instead of loading and parsing scripts on each request.
    So it would be good to rule this out.

    Best regards,
    Mike

    in reply to: main menu #1219768

    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 in the Enfold forum and we will gladly try to help you :)

    Best regards,
    Mike

    in reply to: Editing a custom Sidebar Menu #1219765

    Hi,
    Thanks for the screenshot, so do you mean the yellow “!” in the widget?
    2020-06-05_060429.png
    this is because the widget is empty, there is nothing to worry about.

    Best regards,
    Mike

    in reply to: Skiplink button is visible but not working #1219762

    Hi,
    Very good, we have submitted this to the feature requests for the dev team to review, thanks for using Enfold.

    Best regards,
    Mike

    in reply to: using own icons in icon list #1219747

    Hi,
    Thanks for the svg, I convert it to an icon font at Fontello.com, but your site is asking for another login before the WordPress login, please check and include a login so we can import the icon font.

    Best regards,
    Mike

    in reply to: Anchor problems with menu highlight #1219401

    Hi,
    Sorry for the late reply, thanks for the feedback, so for companypartners.de it looks like all of the menu items are custom links to anchors on the same page, except for “Startseite” & “News”. I notice that on the “News” page that News & Kontakt flash and the Kontakt menu item takes you to the homepage Kontakt form and not the Kontakt form on the News page.
    I also notice that the language switch menu is also getting the “current-menu-item” class on scroll in the same flashing way, but since there is no css rules for this you don’t notice it. Does Kontakt flash on scroll if the language menu is disabled?
    Please include an admin login in the Private Content area I would like to copy your menu to my localhost to try to reproduce this and investigate further.

    Best regards,
    Mike

    in reply to: Header elements positioning issue #1219379

    Hi,
    Sorry for the late reply, to correct the space above the header please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    #advanced_menu_toggle,#advanced_menu_hide {
    	display: none !important; 
    }

    For the category shortcode not showing above the “NEW PRODUCTS”, I believe there was an error in your shortcode, I changed a little and put in a code block element and it seems to be working now.
    The added shortcode required some css to adjust the top padding, so I added this:

    .html_header_top.html_header_sticky #top #wrap_all #main{padding-top: 325px;} 

    Please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: layer slider #1219350

    Hi,
    Thanks, have you tried disabling your plugins and then clearing your browser cache? We have had issues with the smushit plugin and it looks like you are using it.
    I did find a similar issue on the layerslider support site that points to a server issue, please see here.

    Best regards,
    Mike

    in reply to: Words or characters limit for Blog post title length #1219048

    Hi,
    Thank you, I have not seen this before and I can’t reproduce it on my localhost, I have asked the rest of the team for suggestions, Thank you for your patience.

    Best regards,
    Mike

    in reply to: Dashicons broke in Contact Form 7 #1219034

    Hi,
    Sorry for the late reply and thanks for the login, if I understand correctly you want the error message to show a red X
    2020-06-03_070558.png
    I see the red X, so I’m not sure what the issue is.

    Best regards,
    Mike

    in reply to: layer slider #1219029

    Hi,
    Sorry for the late reply, and thanks for the layerslider export, I tested on my localhost with Enfold v4.7.5 and Chrome, Firefox, & Edge and it worked well without the white flash. I see that you are using Enfold Version: 4.5.7, please try updating.
    You may need to update via FTP, the easiest and safest way to do this is to download the newest version from Theme Forest and rename your current theme folder to “enfold-old” via ftp then upload the new “enfold” folder and check that your site is working correctly.
    Should for some reason you wish to roll-back to the old version, it’s easy to do, simply rename the new “enfold” folder to “enfold-new” via ftp and then rename “enfold-old” to “enfold” then refresh your page.
    Once you are happy you can delete the “enfold-old” folder via ftp, (not the WP theme page)
    Please don’t try to overwrite the theme folder, as this will leave old files behind and cause errors.

    Best regards,
    Mike

    in reply to: Editing a custom Sidebar Menu #1219025

    Hi,
    1. You can append the list with javascript, but the way you are doing it will probably use less resources
    2. When I check the Custom HTML is inside the Festival Sidebar, this seems correct.
    3. I can’t see your screenshot, please try uploading your screenshots here and posting the links in your post.

    Best regards,
    Mike

    in reply to: Youtube icon not allowed by Google #1219018

    Hi,
    Glad to hear it works, I checked the link again and the red background with a white playbutton is complying with youtube requirements, you can even download it from the page.

    Best regards,
    Mike

    in reply to: Anchor problems with menu highlight #1218768

    Hi,
    I meant for companypartners.de to change your main menu Kontakt menu item link from #kontakt to /#kontakt, right now it is still #kontakt

    Best regards,
    Mike

    in reply to: Prevent MP4 videos from looping #1218762

    Hi,
    Thank you for the FTP access, I changed the define('DISALLOW_FILE_EDIT',true); to define('DISALLOW_FILE_EDIT',false); in your wp-config.php so the WordPress > Appearance > Editor would show. I found your child theme section.php was empty, I added the correct code, but then realized that the video you were pointing to was in a video element so I copied the Video directory from Enfold shortcodes to your child theme an then in video.php changed line 347 from: $video_html_raw = avia_html5_video_embed( $src, $fallback_img ); to:

    $types = array('webm' => 'type="video/webm"', 'mp4' => 'type="video/mp4"', 'ogv' => 'type="video/ogg"');
    $attributes = array('autoplay' => 0, 'loop' => 0, 'preload' => ''  );
    $video_html_raw = avia_html5_video_embed($src, $fallback_img, $types, $attributes);

    and now your video only plays once. Please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: multiple video sources in color section #1218748

    Hi,
    Glad @Ismael was 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 in the Enfold forum and we will gladly try to help you :)

    Best regards,
    Mike

    in reply to: Skiplink button is visible but not working #1218747

    Hi,
    Glad to hear this helped, I don’t believe this will be added to Enfold as it is a customization for a single plugin, but we will add a feature request about this for the dev team to review.
    Unless there is anything else we can assist with on this issue, shall we close this then?

    Best regards,
    Mike

    in reply to: Editing a custom Sidebar Menu #1218741

    Hi,
    Thanks for the login, I checked your sidebar and it seems you must have a widget in it for it to show, I added an empty “custom HTML” widget and now it shows.
    Although you have two of them showing, probably another customization you made because it only shows once on my localhost.
    Please check.

    Best regards,
    Mike

    in reply to: Highlight active menu #1218732

    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 in the Enfold forum and we will gladly try to help you :)

    Best regards,
    Mike

    in reply to: Youtube icon not allowed by Google #1218728

    Hi,
    On my localhost with the download fontello-c4ea405f.zip in my functions.php on line 256 I changed it to:
    'youtube' => array( 'font' =>'fontello', 'icon' => 'uf16a'),
    Please try this.
    Your css should be:

    #top #wrap_all .av-social-link-youtube a:hover {
    color: #fff;
    background-color: #d81939;
    }

    Then clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Highlight active menu #1218419

    Hi,
    Well it seems that when changing the menu items to custom it removes the highlighting, so I adjusted the menu and the script and it seems to be working now.
    Please clear your browser cache and check.

    The new script is:

    function custom_landing_script(){
      ?>
      <script>
    (function($){
      $(document).ready(function(){
    if (window.location.hash == '#tos'){
    	setTimeout(function(){
    	$("#top.page-id-497 #menu-item-1077").removeClass("current-menu-item");
    	$("#top.page-id-497 #menu-item-6449").addClass("current-menu-item");
    	},500);
    } else {}
    });
    })(jQuery);
    </script>
    <?php
    }
    add_action('wp_footer', 'custom_landing_script');

    menu-item-1077 is the standard menu item that gets highlighted, menu-item-6449 is a custom menu item that doesn’t get highlighted but it adds the hash #tos to the URL that fires the script above.

    Best regards,
    Mike

    in reply to: Editing a custom Sidebar Menu #1218414

    Hi,
    Yes, I did select “Festival Sidebar” in the Edit page, Layout > Sidebar Setting > Festival Sidebar, and ensure that Enfold Theme Options > Sidebar Settings > Sidebar on archive pages is selecting a sidebar,
    2020-05-31_185855.png
    I’m pretty sure that was the only other step I took.

    Best regards,
    Mike

    in reply to: portfolio page icons and equal eight columns #1218411

    Hi,
    Thank you for the feedback, we will close this then.

    Best regards,
    Mike

    in reply to: Youtube icon not allowed by Google #1218305

    Hey vossenm,
    Sorry for the late reply, to change the default YouTube icon you will first need to download the new icon and import it in the Enfold Theme Options > Import/Export > Iconfont Manager
    Then edit your functions.php on line 256 find
    'youtube' => array( 'font' =>'entypo-fontello', 'icon' => 'ue921'),
    and change the icon code ue921 and the font name to your new one, such as uf16a if you choose this one:
    2020-05-31_205714.png
    Best regards,
    Mike

    in reply to: youtube icon apperas too big #1218303

    Hi,
    Sorry for the late reply, please try this css to change the size of your YouTube icon on your contact page.
    Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    #top.page-id-11 #main > div > div > main > div > div > div.flex_column.av_one_third.first > section:nth-child(1) > div > div > p:nth-child(3) > span:nth-child(4) {
    	    transform: scale(.85) !important;
    }

    Best regards,
    Mike

    in reply to: using own icons in icon list #1218302

    Hi,
    Sorry for the late reply, I was not able to login to your site, please check.
    I see that you linked to an image above, this image needs to be converted into an icon font, but the icon font can only be black & white. So do you want your icon to be a black dot with a white logo, or do you want a white background and a black logo? I would recommend the later, can you modify the image and repost? If you can export as SVG that would be great.
    I can then turn it into an icon font at Fontello.com and if the login is working I can import it for you.

    Best regards,
    Mike

Viewing 30 posts - 16,771 through 16,800 (of 35,071 total)