Forum Replies Created

Viewing 30 posts - 10,441 through 10,470 (of 34,990 total)
  • Author
    Posts
  • in reply to: Lato Font is loaded by Avia Theme and not deleteable #1369758

    Hi,
    Thanks for the link to your site, unfortunately, I’m not able to login as I see a 403 forbidden error, but it looks like the font is loaded by the plugin: subscribe-to-comments-reloaded
    please try disabling this plugin, if this doesn’t help try disabling all of your plugins, if this doesn’t help then please disable your geo IP blocking so we can login an investigate.

    Best regards,
    Mike

    Hey tammiviestinta,
    Please include an admin login in the Private Content area so we can investigate.

    Best regards,
    Mike

    Hi,
    Please include admin login details, so we can examine.

    Best regards,
    Mike

    in reply to: What is the custom post type name for Portfolio entries? #1369753

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: What is the custom post type name for Portfolio entries? #1369724

    Hi,
    The blog element css sets the width for the items at 48% below 767px, so for tablet 768px – 1024px it would still be 4 across,
    so to achieve 4 columns desktop, 2 on tablet, 1 on mobile, I recommend this css:

    @media only screen and (min-width: 501px) and (max-width: 1024px)  {
    .responsive #top #wrap_all #main .slide-entry {
        width: 48%;
    }
    .responsive #top #wrap_all #main .avia-content-slider-even .slide-entry.slide-parity-odd {
        margin: 0;
        clear: both;
    }
    .responsive #top #wrap_all #main .slide-entry {
        width: 48%;
        margin-left: 4%;
    }
    .responsive #top #wrap_all #main .slide-entry .slide-content {
        width: 260px;
        margin: auto;
    }
    }
    @media only screen and (max-width: 500px)  {
    .responsive #top #wrap_all #main .slide-entry {
        width: 100%;
        margin: 0;
    }
    .responsive #top #wrap_all #main .slide-entry .slide-content {
        width: 260px;
        margin: auto;
    }
    }

    In my testing I found that your images have a width of 260px, this made the content below look off to the left, so I added a width of 260px to the content also to look better:
    2022-10-21_073328.png

    Now the reason the columns were not breaking to two across at 767px like that should was because in your child theme stylesheet on line 768 you added this css to change the display to flex, I assume that you added this for a different element or for a specific page so you will need to adjust it to not conflict with this page or remove it.

    .slide-entry-wrap {
        display: flex;
        justify-content: center;
        margin-bottom: 40px!important;
    }
    

    After applying the css above, please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Link in footer, and burger menu #1369717

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Updated Theme and Footer is Gone #1369679

    Hi,
    I see in your first site you have a child theme header.php, and in the second site you have a child theme header.php and footer.php.
    Please remove your child theme header.php and footer.php, if you know of any customizations in them then save them to your computer for future review.
    These files have changed in the current version and is typically the cause of this kind of error.

    Best regards,
    Mike

    in reply to: video (from vimeo) autoplay mobile version #1369676

    Hey gaffurim,
    Thanks for your question but you can not auto-play a video on mobile, Safari & Chrome have set the standard a few years back that mobile video must be clicked by the user to play, this was to try to curb “video spamming” by websites. As with any standard there are “hacks” around this but with each update Safari & Chrome block more methods. We follow the rules, you can probably find a WordPress plugin that will if you really want to do this. The last time I checked the layerslider was still auto playing background videos on mobile, but there is no telling how long this will be for. I would recommend not trying to bypass this because you will constantly need to watch your site for this breaking.

    Best regards,
    Mike

    in reply to: Remove sidebar from post for use Enfold with WP Courseware #1369650

    Hi,
    Glad Ismael could help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Link in footer, and burger menu #1369649

    Hi,
    Thanks for the link to your site, I added this css:

    #header_main .avia-menu {
    	padding: 0;
    	margin: 0;
    }
    #header_main .main_menu > .social_bookmarks {
    	display: none;
    }

    please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Image catalog sizes #1369583

    Hi,
    Glad to hear that you have this sorted out, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Open Sans 300 won't work #1369582

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Open Sans 300 won't work #1369578

    Hi,
    I guess I misunderstood, the Google Fonts only gives the fonts in .ttf, so I downloaded your font zip with the .woff fonts and used the transfonter site that Guenni007 recommended, thanks Guenni007 and created a new zip for you open-sans-woff.zip and imported it for you and now you have the multiple woff fonts:
    2022-10-20_001.png
    You can delete the other two fonts, I then changed the Enfold Theme Options ▸ Advanced Styling for H3 tags as a test, note that you must choose the font weight:
    2022-10-20_002.png
    and now on the test page the font is the 300 woff font
    2022-10-20_003.png

    Best regards,
    Mike

    in reply to: Open Sans 300 won't work #1369478

    Hi,
    Thanks for the login to your site, I see that the font you installed is for the 400 font weight:
    2022-10-19_011.png
    since you want the 300 font weight you should download it from Google Fonts, I see that the 300 is only available as the Light 300:
    2022-10-19_012.png
    I added this for you:
    2022-10-19_013.png
    I then created a test page, linked below, and applied this font to the H3 tag as a test in Enfold Theme Options ▸ Advanced Styling
    2022-10-19_015.png
    and now the font is showing at 300:
    2022-10-19_016.png
    Please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Play video in fullscreen #1369440

    Hi,
    Thanks for the link to your page, for your video element with the “Hobbit” video this css will make it full width:

    .responsive #top.home #after_full_slider_1 .container {
    	padding: 0;
        margin: 0;
        width: 100%;
        max-width: 2560px;
    }

    2022-10-19_003.png
    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Links in Topbar #1369434

    Hey diefleischerei,
    To change your topbar text to links, you would wrap the text with html link tags like this:
    Zum <a href="/newsletter/">Newsletter</a> und <a href="/shop/">Shop</a>
    please note the links are examples so you will need to adjust the url “href” to your links.
    To make the topbar text larger on mobile, try adding this css:

    @media only screen and (max-width: 767px) { 
    	#top .phone-info {
    		font-size: 22px;
    	}
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Open Sans 300 won't work #1369428

    Hey rhae,
    Thanks for your patience, the Open Sans font in the theme only includes the 400 & 600 font weight, if you want to use the 300 font weight please add it to your Enfold Theme Options ▸ Import/Export ▸ Custom Font Manager separately and apply it where you wish.

    Best regards,
    Mike

    in reply to: timeline progression indicator icon #1369385

    Hey ceccleston1,
    Thank you for your patience, please try this code in the General Styling ▸ Quick CSS field or in the WordPress ▸ Customize ▸ Additional CSS field:

    #top #wrap_all .av-timeline-nav a.av-nav-btn {
        height: 86px;
        line-height: 86px;
        background-color: red;
    }
    #top #wrap_all .avia-timeline-container.av-slideshow-ui .avia-slideshow-arrows.av-visible-prev > a.prev-slide, 
    #top #wrap_all .avia-timeline-container.av-slideshow-ui .avia-slideshow-arrows.av-visible-next > a.next-slide {
        opacity: 1;
        width: 86px;
    }
    #top #wrap_all .av-timeline-nav {
        padding-top: 45px;
    }
    #top #wrap_all .av-timeline-nav a:before {
        line-height: 86px;
    }

    After applying the css, please clear your browser cache and check.
    This is the expected result:
    2022-10-19_002.png

    Best regards,
    Mike

    in reply to: Layer slider / text layer background appearance #1369380

    Hi,
    Glad to hear that you have this sorted out, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Remove time from Sidebar-Blog #1369281

    Hi,
    Thanks for your patience, I assume that you are referring to the Latest News & Latest Portfolio widgets:
    2022-10-18_006.png
    Try adding this code to the end of your functions.php file in Appearance ▸ Editor:

    add_filter('avia_widget_time', 'change_avia_date_format', 10, 2);
    function change_avia_date_format($date, $function) {
      $output = get_option('date_format');
      return $output;
    }

    the expected results:
    2022-10-18_007.png

    Best regards,
    Mike

    in reply to: Menu custom link in a new page #1369278

    Hi,
    Thanks for the login to your site, I corrected your TikTok icon function and the css for it and now it is working, please clear your browser cache and check.
    2022-10-18_005.png

    Best regards,
    Mike

    in reply to: Layer slider / text layer background appearance #1369277

    Hi,
    Thanks for the link to your site, I believe that the slider image is not showing right away because the WP Rocket lazyload option is preventing it from loading, try disabling the Rocket lazyload option. If this doesn’t help try disabling the WP Rocket plugin and clear your browser cache and check again.

    Best regards,
    Mike

    in reply to: Google Fonts… #1369276

    Hey Katja,
    I believe the font you are seeing is loaded by Google maps, try this solution.

    Best regards,
    Mike

    in reply to: Broken revisions on home page #1369272

    Hi,
    Sorry for that, I have disabled it, unless there is anything else we can help with on this issue, shall we close this then?

    Best regards,
    Mike

    in reply to: White border in facebook likebox #1369219

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: google fonts #1369217

    Hey rixi,
    The font you are seeing is loaded by Google maps, try this solution.

    Best regards,
    Mike

    in reply to: Child Theme #1369214

    Hi,
    You could add the function container above to the parent theme but when you update it would be lost as the functions.php file is overwritten.
    It would be better to first add a child theme and then add this to the child theme functions.php, please note that if you have more custom functions each one must have a different name, so your second function could be named like this:

    function second_add_custom_code_head(){
    ?>
      YOUR SCRIPT GOES HERE
    <?php
    }
    add_action('wp_head', 'second_add_custom_code_head');

    Best regards,
    Mike

    in reply to: Broken revisions on home page #1369213

    Hi,
    If this occurs try clicking on the Advanced Layout Builder button at the top of the page, when I checked the pages open in the Advanced Layout Builder correctly, but sometimes it took an extra minute for the builder to show and the debugger window showed first, perhaps this is what you mean:
    2022-10-18_001.png
    but in the end the builder loaded correctly.
    I don’t recall if you had Enabled the Avia Layout Builder Debugger of if I did, I can disable it if you wish.
    If you mean the first text block with the button shortcode, this was always like this and it is fine to use shortcode like this:
    2022-10-18_002.png
    instead of using the shortcode in the text element you could use the notification and button elements, I created a test page for you linked below:
    2022-10-18_003.png

    Best regards,
    Mike

    in reply to: Change Active Menu Color for One Item #1369182

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Menu Item Border on Click #1369180

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 30 posts - 10,441 through 10,470 (of 34,990 total)