Forum Replies Created

Viewing 30 posts - 5,881 through 5,910 (of 34,918 total)
  • Author
    Posts
  • in reply to: Avia Testimonial and image/section responsiveness #1418078

    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,
    Try using the cPanel Softaculous Administration WordPress Clone option to clone the main site into your other sites.
    Enfold_Support_3055.jpeg
    When you click the clone button it will ask you where you want to clone it, then you can add the directory you want, such as /en/, /de/, /fr/, ect.
    Enfold_Support_3143.jpeg

    Best regards,
    Mike

    in reply to: text on mobile too small #1418074

    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: Mobile Menu doesn’t work #1417990

    Hi,
    Sorry I notice now that your code is php so that won’t work. When I click on the search icon it doesn’t open the ajax search field like it should, instead it preforms a empty search. I’m not sure why the slider is causing this.

    Best regards,
    Mike

    in reply to: Correct settings for captions / Masonry Gallery #1417988

    Hey Marc,
    Thanks for the link to your site, I modified your css and I think it’s the way you wanted it.
    Please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: enfold header with elementor footer #1417987

    Hi,
    Thanks for the login, but I couldn’t get it to work.

    Best regards,
    Mike

    in reply to: Mobile Menu doesn’t work #1417986

    Hi,
    Try using the code block element from the Advanced Layout Builder
    Enfold_Support_3140.jpeg

    Best regards,
    Mike

    in reply to: Mobile Menu doesn’t work #1417984

    Hi,
    Try adding the iframe code to a code block element at the top of the page. Perhaps the slider js is capturing the click instead of the burger menu?

    Best regards,
    Mike

    in reply to: Can’t change h2/h3 tags via advanced styling #1417982

    Hi,
    I see that it is a “web safe” font and when I look online it looks similar:
    Enfold_Support_3138.jpeg
    I’m not sure how accurate the “web safe” fonts are, it’s not like a google font that you can see a sample.
    Perhaps try downloading it and installing it in Enfold Theme Options ▸ Import/Export ▸ Custom Font Manager, or choose a google font.

    Best regards,
    Mike

    in reply to: Placing captions UNDER images #1417975

    Hi,
    If you have enabled the Image Caption for your ALB image element:
    Enfold_Support_3134.jpeg
    you can use this css to move it to the bottom:

    .av-image-caption-overlay {
      bottom: -20px !important;
      font-size: 10px !important;
      height: auto !important;
      left: 50% !important;
      transform: translate(-50%) !important;
      width: 100% !important; 
      text-align: justify !important;
    }

    Enfold_Support_3136.jpeg
    Best regards,
    Mike

    in reply to: Mobile Menu doesn’t work #1417974

    Hi,
    If you remove this code does the mobile menu then work? I ask because it looks like you are also using the elementor plugin which could be causing the conflict.

    Best regards,
    Mike

    in reply to: Full screen slider loading slow #1417973

    Hey Xiscoj,
    Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field to add a background image to the slider while your images are loading.

    #top .avia-fullscreen-slider {
      background-repeat: no-repeat;
      background-image: url(https://leukosarchitecture.es/wp-content/uploads/2023/06/reforma-integral-vivienda-los-alcazares-murcia-2-1-1500x1000.jpg);
      background-position: 50% 55%;
      background-size: cover;
    }

    Best regards,
    Mike

    in reply to: Placement Menu Custom Line Up Logo and below logo #1417969

    Hi,
    Please try using the browser inspector in the Dev Tools

    Best regards,
    Mike

    Hi,
    I was not able to clear your cache so I added this css to your WordPress ▸ Customize ▸ Additional CSS to hide the yellow phone number on mobile and to add some padding to the #main container so the top text is not behind your sticky mobile header.

    @media only screen and (max-width: 500px) {
    .responsive #top #header #header_main .inner-container #text-5.widget {
      display: none;
    }
    .html_header_sticky #top #wrap_all #main {
        padding-top: 165px !important;
    }
    }

    I also added this css to make your menu items not white:

    .header_color .main_menu ul:first-child > li > a,
    .header_color .main_menu .menu ul li a {
    	color: #000;
    }

    Please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: text on mobile too small #1417967

    Hi,
    I have checked your page /josephines-practice/ and I see the different sized text:
    Enfold_Support_3128.jpeg
    If you look at the text in the Text tab of the editor you will see that you have some empty “code” tags, so it is an error:
    Enfold_Support_3130.jpeg
    so you should remove these from all of the pages that has this error, I did it for you on this page.
    I also notice that you have a lot of empty “div” tags, typically these would be paragraph tags, so I fixed this for you:
    Enfold_Support_3132.jpeg
    I believe that this occurred by someone copy & paste text into the “visual tab” of the editor, so the clipboard formating was applied.
    Please clear your browser cache and check, and if you have any other pages like this try to follow these steps.

    Best regards,
    Mike

    in reply to: Pod with MP3 file on frontpage #1417966

    Hi,
    I have checked on Windows in Chrome, Firefox, & Edge, and Android mobile Chrome and Mac in Safari, Chrome, Firefox
    It’s showing for me, as in my screenshot above. I’m not sure why you would not see it.

    Best regards,
    Mike

    in reply to: How to exclude current posts from related posts grid #1417957

    Hi,
    Good point, he did say it was a CPT.

    Best regards,
    Mike

    in reply to: Pod with MP3 file on frontpage #1417956

    Hi,
    This is not the audio player on your frontpage that you added?
    In which section did you add the audio player to?
    I see this on Chrome.
    Perhaps try creating a test page with only the audio player so we will both know we are looking at the same one.

    Best regards,
    Mike

    in reply to: Color Separators between items in Dropdown menuy #1417955

    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: Portfolio Grid does not appear …? #1417954

    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: Portfolio Grid does not appear …? #1417922

    Hi,
    Thanks for your patience and the link to your site, when I checked your site all of your portfolio items are in draft, you will need to publish some items for them to show. Please check your portfolio categories it shows you have zero published items:
    Enfold_Support_3123.jpeg

    Best regards,
    Mike

    in reply to: Pod with MP3 file on frontpage #1417921

    Hey Gagik,
    Is it this one called “pod”?
    Enfold_Support_3119.jpeg

    Best regards,
    Mike

    in reply to: Tabbed Content Slider #1417918

    Hey darneson,
    Thanks for the link to your site, I see that you are using the smush plugin, please disable the lazyload option in the smush plugin and then clear any cache plugin and your browser cache.

    Best regards,
    Mike

    in reply to: yoast says there are no images #1417915

    Hi,
    Ok, take care :)

    Best regards,
    Mike

    in reply to: Blog Posts Element – More Rows #1417913

    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: yoast says there are no images #1417912

    Hey sammybotz,
    Try enabling SEO Support ▸ Search Engine Optimization Support ▸ Preprocessing Shortcodes In Header ▸ allow to preprocess shortcodes
    with this enabled Yoast can read the shortcode and find the images:
    Enfold_Support_3117.jpeg

    Best regards,
    Mike

    in reply to: Blog Posts Element – More Rows #1417910

    Hey anthonybennett,
    Thanks for the link to your site, it looks like you are showing three columns with pagination, please go to your pagination tab and choose how many items you want to show in Post Number, it looks like you are only showing three right now:
    Enfold_Support_3115.jpeg

    Best regards,
    Mike

    in reply to: Page isn’t usable on mobile #1417909

    Hi,
    Sorry to hear that you are having problems, you will need to start the refund process in your Envato Theme Forest account so it can go though the correct channels, here in the support forum we don’t have access to this process.

    Best regards,
    Mike

    in reply to: Footer widget links background color on hover #1417908

    Hi,
    Thank you for your patience your page /footer-v2/ is a “page not found” for me, perhaps it is shown only to logged in users?
    Your other page /eat-drink/nightlife/ works for me, and the color is just white with opacity:

    #top .content .flex_column .widget_nav_menu li a:hover {
        background-color: rgba(255,255,255,0.4);
    }

    I’m not sure if this was added as a setting or not as my demo is not behaving this way, but you can change the color in this css and add it to your Quick CSS.

    Best regards,
    Mike

    Hi,
    Thanks for your patience and the link to your site, I found that the Enfold Theme Options ▸ Performance ▸ Disable jQuery Migrate was enabled and this didn’t allow the cookie bar to work correctly.
    In my testing I cleared your WPRocket cache many times and then the cookie buttons worked correctly, I also enabled the cookie badge so I would know when the WPRoket cache was cleared.
    But now in a second test the buttons are not working and the badge is not showing and the WPRocket cache is not clearing, it looks like you have a CDN, perhaps on your server, please check and clear.
    If you can’t clear the WPRocket cache so the cookie badge shows, try disabling WPRocket and clearing your server cache.

    Best regards,
    Mike

Viewing 30 posts - 5,881 through 5,910 (of 34,918 total)