Forum Replies Created

Viewing 30 posts - 301 through 330 (of 33,009 total)
  • Author
    Posts
  • in reply to: Icon and text style, with 2 columns #1464325

    Hey bemodesign,
    Thanks for your patience and the link to your screenshot, but it requires a login, please try a free screenshot service or disable the login requirement.

    Best regards,
    Mike

    in reply to: enfold fullwidth easy slider caption text move on mobile #1464324

    Hi,
    Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    @media only screen and (max-width: 425px) { 
    	.html_header_transparency #top .avia-builder-el-0 .slideshow_caption {
        padding-top: 0;
    }
    #top #wrap_all #main .avia-slideshow .avia-caption-title {
        font-size: 40px;
    }
    }

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

    Best regards,
    Mike

    in reply to: Different logo on different page Id’s #1464323

    Hey lobstahhhhhhh,
    It sounds like your function is only changing the standard logo and not the transparent logo, typically these are two different logos.
    For the standard logo use this function:

    add_filter('avf_logo','av_change_logo');
    function av_change_logo($logo)
    {
        if(is_page(206) )
        {	
        $logo = "https://kriesi.at/themes/enfold-business-flat/wp-content/uploads/sites/43/2014/08/logo_flat_portfolio.png";
        }
        return $logo;
    }

    for the transparent logo use this function:

    function av_change_alt_logo_img($header){
        if(is_page(206) ){
            $header['header_replacement_logo'] = "https://kriesi.at/themes/enfold-startup/wp-content/uploads/sites/47/2015/02/logo_coming_soon.png";
        }
        return $header; 
    }
    add_filter('avf_header_setting_filter','av_change_alt_logo_img');

    If you want both to be the same image, you can also do that.

    Best regards,
    Mike

    in reply to: Issues with iframe, Vimeo video link to open in a pop up #1464322

    Hi,
    Thanks for the link to your site, on your homepage the popup changing to a new tab looks like a anther plugin or script, try disabling your other plugins.
    For the test page that you created for us the popup works correctly and doesn’t open a new tab, perhaps because this page is not published so the plugin or script is not causing the error. Please see the screenshots in the Private Content area.

    Best regards,
    Mike

    in reply to: Menu items to wrap in navigation #1464321

    Hey Ivana,
    First you will need to know the menu item ID for each one, on my test page it is #menu-item-3040 then I use this css:

    #menu-item-3040 {
    	overflow: visible;
      max-width: 120px;
    }
    #menu-item-3040 a {
    	line-height: 20px;
    	align-items: center;
      display: flex;
      text-align: center;
    }

    and it now looks like this:
    Screen Shot 2024 08 10 at 8.59.15 AM
    Please give this a try, if you need further help please link to your page so we can examine.

    Best regards,
    Mike

    in reply to: Burger menu disappeared #1464320

    Hi,
    Thanks for the login, your plugin “Woo Product Add-ons” was braking the mobile menu and the animated-number on the homepage, I disabled and now both of these work.

    Best regards,
    Mike

    Hi,
    Thanks for the line to your video test page, I see that the video is set to auto play, when you use this setting the videos will be muted, this is due the browsers, you could try using the LayerSlider, but please note that this might not always work.
    Screen Shot 2024 08 10 at 7.09.56 AM

    Best regards,
    Mike

    in reply to: header bg in a transparent header #1464315

    Hi,
    Thanks for your patience, when I add Guenni007’s css it solves the line in the header when scrolling

    #top .avia-menu.av_menu_icon_beside {
      border: none !important;
    }

    please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Styling (css) areremoved/missing #1464314

    Hi,
    Your MIME error seems to be due to a server error with X-Content-Type-Options “nosniff” and not a theme error, please refer back to this thread.
    While we can not reproduce this on any of our servers, thinkjarvis had this issue in this thread and he solved it by changing his server settings. In the page you wrote that your server support will not change this for you, perhaps this info will help your new developer. Unfortunately we don’t have any other ideas, your two threads seem to cover all of the possibilities.

    Best regards,
    Mike

    in reply to: Changes to right sidebar header #1464313

    Hi,
    To change the burger menu background to #201d1e and the lines white: Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    #top .av-hamburger {
    	line-height: 40px;
    	background-color: #201d1e;
    }
    #top .av-burger-overlay li li .avia-bullet, #top .av-hamburger-inner,#top .av-hamburger-inner::before, #top .av-hamburger-inner::after {
      background-color: #fff !important; 
     }

    this is the expected results:
    Screen Shot 2024 08 10 at 6.17.02 AM
    to change the social icons color to – #304d03, try this css:

    #right-toolbar .social_bookmarks a {
    	color: #304d03;
    }

    this is the expected results:
    Screen Shot 2024 08 10 at 6.21.24 AM
    when the menu is open there is no padding on the left, this is the width of the menu. For a smaller menu try this css and adjust to suit:

    .html_av-overlay-side .av-burger-overlay-scroll {
        width: 200px;
    }

    this is the expected results:
    Screen Shot 2024 08 10 at 6.25.57 AM

    Best regards,
    Mike

    in reply to: Comments area not appearing #1464159

    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

    Hi,
    Glad Rikard 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

    Hi,
    Glad Rikard 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: bug report #1464077

    Hi,
    Glad Rikard 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

    Hi,
    When I checked, you had an extra video element in your layerslider causing a strange overlay, so I hide this in your LayerSlider and this seems to solve.
    Screen Shot 2024 08 07 at 7.54.02 PM

    Best regards,
    Mike

    in reply to: Unexplainable Changes to My Site/Posts NOT by me #1464075

    Hi,
    I do not know how this page broke, but if you used the same broken temples on many pages then they will also be broken.
    When I check your page the first error I find is in this text element with this double closing “p” tag:
    Screen Shot 2024 08 07 at 7.27.32 PM
    it is hard to examine line-by-line for other errors, but as I posted above some of these errors have broken the shortcode, so your best approach is to re-create this page from scratch and check your pasted text for rouge HTML tags.
    Are you copying this site from another site, or are you bulk importing the pages?
    This is typically I see this kind error.

    Best regards,
    Mike

    in reply to: Unexplainable Changes to My Site/Posts NOT by me #1464068

    Hi,
    Glad that this helped some, when I check your page (Colorado Trail Guide – Bikepacking) I find a broken shortcode at the bottom:
    Screen Shot 2024 08 07 at 4.59.54 PM
    and when I check the backend I see more broken shortcode:
    Screen Shot 2024 08 07 at 5.12.24 PM
    and when I click to edit “columns”
    Screen Shot 2024 08 07 at 5.14.08 PM
    these all open as “text elements” instead the “columns” that they show as:
    Screen Shot 2024 08 07 at 5.17.12 PM
    This page looks totally broken, please recreate from scratch and delete the template.

    Best regards,
    Mike

    in reply to: enfold update to 6.0.2 crash my site #1464044

    Hi,
    Alright, shall we close this thread then?

    Best regards,
    Mike

    in reply to: header bg in a transparent header #1464043

    Hi,
    To remove the border try adding this css:

    #header.header-scrolled #header_main {
    	border: none;
    }

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

    Best regards,
    Mike

    in reply to: Styling (css) areremoved/missing #1464041

    Hi,
    Your Enfold Theme Options ▸ Performance ▸ Delete old CSS and JS files is correct, but you still have Enfold Theme Options ▸ Performance ▸ JS & CSS file merging and compression enabled, but I thought that you wanted to disable the them caching and only use your server caching.
    Enfold Support 6457

    Best regards,
    Mike

    in reply to: Site Health issue after recent update version 6.0.2 #1464039

    Hi,
    It’s not always the same, but below are a couple that I have had lately.

    Best regards,
    Mike

    in reply to: header bg in a transparent header #1463990

    Hi,
    Thank you for the screenshots, your image: https://imgur.com/gKX4x24
    looks like a transparent header with a image or a slider at the top of the page.
    This should be easy, so if you don’t see this please link to your site and provide a admin login so we can examine.

    Best regards,
    Mike

    in reply to: Easy WINS #1463989

    Hey Julie,
    Thank you for your ideas, please submit them to our Github Feature Request. It is for users to place requests and follow them as the Dev Team reviews them. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: blue question mark in mobile header #1463988

    Hey lzevon,
    Thanks for the link to your site, on mobile this looks like an issue in your SVG file, please try to recreate your SVG file.
    If this doesn’t work for you, try converting it to a jpg or png file.

    Best regards,
    Mike

    in reply to: Color menu. #1463987

    Hey Zaccc,
    Thanks for the link to your site, it looks like you are using a transparent header, do you want the header a different color or just the menu items?
    Try using a header that is not transparent, so the header color will show.

    Best regards,
    Mike

    in reply to: Site Health issue after recent update version 6.0.2 #1463986

    Hi,
    Unfortunately I’m getting an error that my IP is banned, please note that we all work remote and have different IPs, please allow all IPs or create a staging site that we can examine without the IP checks.

    Best regards,
    Mike

    in reply to: Custom layout to display posts for category / year-month #1463984

    Hi,
    Glad to hear that we 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: Avia Element Pagination #1463982

    Hi,
    Unfortunately, this can not be changed without causing a conflict with the WordPress pagination.
    I asked the Dev Team again today and they said that this is still true.

    Best regards,
    Mike

    in reply to: Footer Widgets disappeared #1463981

    Hi,
    Thanks, I see that your live site is using v4.4, and your test site is v6.0.2, but unfortunately your child theme has many core theme files, such as header.php, footer.php, shortcodes.php, & include files & tribe files.
    I see that you tried to update these some of these files, but when I switch to the parent theme many of the issues are solved.
    I’m not sure how intensive your customizations are, but jumping from v4.4 to v6.0.2 is a big jump, please check your customizations and try to remove as many as possible.
    I have not seen any other issues like this from users making a similar upgrade without customizations.

    Best regards,
    Mike

    in reply to: Unexplainable Changes to My Site/Posts NOT by me #1463963

    Hi,
    When I check the /colorado-trail-resupply-guide/ page, I the backend ends with the tab section “bundles” and the next section “WATER RESUPPLY” doesn’t show on the backend.
    I also note that the entire tab for the “bundles” is not showing, I see many empty columns:
    Are these columns meant to show content? Or is this also broken?
    I see the last working column has unclosed div tags:
    Enfold Support 6455
    unclosed HTML tags can break the page structure and cause the builder to close the page early, try to recreate the page from scratch on a new blank page and don’t use the template, and be careful when pasting text, as some browsers also paste the HTML, so check for this.
    If this works correctly save this as your new template and delete the old template, typically once a template is saved with broken HTML tags it can not be corrected and resaved, thus the need to create a new blank one and saved.

    Best regards,
    Mike

Viewing 30 posts - 301 through 330 (of 33,009 total)