Forum Replies Created

Viewing 30 posts - 59,011 through 59,040 (of 93,299 total)
  • Author
    Posts
  • in reply to: Enfold Construction Theme Footer #885431

    Hi,

    Thanks for that, I can see the same thing on my end, though it’s not coming from our theme so something must be overriding it. Could you try deactivating all plugins to see if one of them is causing that to display please?

    Best regards,
    Rikard

    in reply to: My websites is not loading correctly on iPhones or iPads #885430

    Hi,

    I see the problem on my end as well, but it’s obviously not a general theme problem since no sites would render on mobile devices if it was. I see this warning in the console:

    Blink deferred a task in order to make scrolling smoother. Your timer and network tasks should take less than 50ms to run to avoid this. Please see https://developers.google.com/web/tools/chrome-devtools/profile/evaluate-performance/rail and https://crbug.com/574343#c40 for more information.

    I’m not sure what that means but it could be related to your problem. Did you try disabling all plugins to see if the problem might be caused by one of them?

    Best regards,
    Rikard

    in reply to: Display title article in related articles post #885429

    Hey misteradamello,

    I’m not sure I understand what you mean by that, could you try to explain a bit further or post a screenshot highlighting the changes you would like to make please?

    Best regards,
    Rikard

    Hi James,

    Great, glad we could help. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    in reply to: Change color of mobile menu (dropdown) #885427

    Hi,

    You should be able to control that if you place the CSS inside a media query like this:

    @media only screen and (max-width: 767px) {
      #top .sub-menu {
        background: rgba(183,91,82,0.7) !important;
      }
      .sub-menu, .sub-menu * { 
        background: transparent !important; 
      }
    }

    Just change the values to your preferred colours.

    Best regards,
    Rikard

    in reply to: Overlapping Menu #885426

    Hi,

    Thanks for the link though your site is not loading at all on my end, could you check please?

    Best regards,
    Rikard

    in reply to: Fotos hochladen #885425

    Hey Adem Cetinkaya,

    Could you start a new thread on the support forum instead please? This channel is only for pre-sale questions. Also please post your question in english if you are able to since more moderators can help you out then.

    Best regards,
    Rikard

    in reply to: Hide Widget on product pages for mobile #885421

    Hi,

    Thanks for the login details. Please try this instead:

    @media only screen and (max-width: 767px) {
    .single-product .single_toggle { 
      display: none !important; 
    }
    }

    Best regards,
    Rikard

    in reply to: Code Block shortcode is not working with AMP #885418

    Hi @cptnem0,

    Please share your solution if you are able to.

    Best regards,
    Rikard

    in reply to: Imported Google fonts not working #885414

    Hi Petra,

    Thanks for the feedback, which element on your site is supposed to display this font? Please point out and link to it directly if it’s not on the front page.

    Best regards,
    Rikard

    Hi,

    Ok, thanks for the feedback, though I still can’t give you any CSS unless I can actually inspect the element in question. If you inspect the text which is wrong in your browser, would you be able to see what CSS is being applied to it? It might be vertical alignment or margin or padding which you need to adjust.

    Best regards,
    Rikard

    in reply to: Blog posts element #885398

    Hi,

    I’m using an incognito window so if there is caching then it’s coming from your server. I still can’t see the area you are pointing out in the video on the live site unfortunately.

    Best regards,
    Rikard

    in reply to: great problems with Enfold #885396

    Hi Martin,

    Great, glad we could help. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    in reply to: Text widget (Arbitrary text.) not allowing for content. #885395

    Hey laptophobo,

    Thanks for the login details, though I can see the content of you text widgets in the Display Everywhere area. Is that where you’re having problems? Maybe you could post a screenshot of the issue or use the Custom HTML widget instead? Did you try deactivating all plugins to see if one of them is causing a conflict?

    Best regards,
    Rikard

    in reply to: How to get the same Woocommerce menu-layout everywhere #885393

    Hi,

    Ok, that worked better. I think we have a function in place to correct that since capital W and P is the correct way of writing WordPress.

    As for your problem; is it the grey background you want to remove when clicking one of the categories in the sidebar?

    Best regards,
    Rikard

    in reply to: tab section error in IE(Internet Explorer) #885392

    Hi,

    Thanks for the feedback, I’m not sure if you managed to work out your problem though? Please let us know if you should need any further help on the topic.

    Best regards,
    Rikard

    in reply to: How to achieve that look? #885391

    Hi,

    Ok, thanks for the feedback. Please try this CSS as well:

    .home #rev_slider_1_1_wrapper {
      margin-top:40px;
    }

    Best regards,
    Rikard

    in reply to: Burger Menu #885388

    Hi,

    Please try this CSS instead:

    .av-burger-overlay-scroll {
        background: #061f3d !important;
    }
    
    #av-burger-menu-ul li .avia-menu-text {
        color:white !important;
    }

    I’m not sure what could have happened, did you do any customisations to the site?

    Best regards,
    Rikard

    in reply to: Full screen slider #885386

    Hey Nina,

    I think the image looks fairly good on mobile screens, it’s unfortunately very difficult to display background images exactly the same on all screen sizes. Maybe you could try to duplicate the slider and then use an image better adapted for smaller screen sizes and then hide/show the correct one using the element options?

    Best regards,
    Rikard

    Hi nahmialm,

    We will need more information to be able to help you out. Please send us a temporary admin login and login URL so that we can have a closer look. You can post the details in the Private Content section of your reply. Also please include the version of PHP you are running on the server.

    Best regards,
    Rikard

    Hi,

    Great, glad you got it working. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

    in reply to: Mobile view problem #885378

    Hey sonderdesigner,

    Please try the following in Quick CSS under Enfold->General Styling:

    @media only screen and (max-width: 767px) {
    .post_delimiter {
        left: 0 !important;
    }
    }

    Best regards,
    Rikard

    in reply to: Page Layout of blog category page #885376

    Hey sonderdesigner,

    Please try the following in Quick CSS under Enfold->General Styling:

    .category .post-title {
        max-width: 100% !important;
    }
    
    .category .post-title {
        font-size:25px !important;
    }
    
    .category .post-meta-infos {
        display:none;
    }

    Best regards,
    Rikard

    in reply to: Category and Blog Headlight size #885373

    Hey sonderdesigner,

    Please try the following in Quick CSS under Enfold->General Styling:

    h2.post-title a {
        font-size: 20px !important;
    }

    Best regards,
    Rikard

    in reply to: one page design active menu link problems #885372

    Hey ernaborbas,

    I couldn’t reproduce the problem on my end, I started on your front page then navigated to your News page and back again. The menu is working as it should in that scenario. How can we reproduce it?

    Best regards,
    Rikard

    in reply to: Tab section content issues with iOS on Safari #885370

    Hi comkapi,

    Thanks for sharing, much appreciated :-)

    Best regards,
    Rikard

    in reply to: Custom Breakpoints 1/3rd elements with images #884979

    Hi,

    So you want it for all 1/3 elements? If so then please try this:

    @media only screen and (max-width: 767px) {
    .av_one_third {
        margin-left: 6% !important;
        width: 29.333333333333332% !important;
    }
    
    .av_one_third.first {
        margin-left: 0 !important;
    }
    }

    Let me know if that works first.

    Best regards,
    Rikard

    in reply to: Layerslider WP Gaps/Padding #884972

    Hi,

    Those details aren’t working either unfortunately, could you check to see if they work before sending them please?

    Best regards,
    Rikard

    Hi,

    Thanks for sharing @tiranmoy :-)

    Best regards,
    Rikard

    in reply to: Masonry portfolio font size #884935

    Hi Ditte,

    Please try this in Quick CSS to make the font size smaller on smaller screens:

    @media only screen and (max-width: 1130px) {
    .av-masonry-entry .av-masonry-entry-title {
        font-size: 12px;
    }
    }

    Best regards,
    Rikard

Viewing 30 posts - 59,011 through 59,040 (of 93,299 total)