Forum Replies Created

Viewing 30 posts - 58,081 through 58,110 (of 92,380 total)
  • Author
    Posts
  • Hi Franz,

    Your content should be safe if you overwrite the theme files, to make sure your content is safe you can create backups of your site in case something should go wrong. You should probably also try to copy your site to a staging area or local installation so that you have somewhere to develop and experiment with the site.

    Best regards,
    Rikard

    in reply to: Change of header – only for one sub-URL #885476

    Hi,

    Thanks for helping out @guenni007, did you try that out @Loining?

    Best regards,
    Rikard

    in reply to: Add Burger Icon next to menu item rather than the down arrow #885474

    Hey Beth,

    So you are looking to replace the arrow with a burger icon?

    Best regards,
    Rikard

    in reply to: Failed to upload the Theme on WordPress Admin panel #885471

    Hi Justin,

    Thanks for the feedback. Please upload the package that you are using to somewhere where we can download it. For instance google drive or dropbox, then post admin login details here in private so that we can try it out from our end.

    Best regards,
    Rikard

    in reply to: Automatically posted messages appear #885470

    Hey mktideas,

    I’m not sure I understand what you mean by that, could you try to explain a bit further please?

    Best regards,
    Rikard

    in reply to: Post migration graphic #885467

    Hi,

    Thanks for the feedback, I removed the two empty 1/4 from the shortcode and saved the page which seems to have helped. Could you check and verify please?

    Let’s stick to one problem at time as threads tend to get messy and confusing otherwise.

    Best regards,
    Rikard

    in reply to: Lightbox / Image Size #885463

    Hi WebbR,

    Did you try the suggestions posted by @guenni007 and did you have any luck with them? Thanks for helping out as always Günter :-)

    Best regards,
    Rikard

    in reply to: Info block fullsize #885440

    Hey gcecca,

    Yes you should be able to make something similar to that with our builder as well. I’m not sure if you have any more specific questions though? If you are having problems then please try to explain them a bit further.

    Best regards,
    Rikard

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

    Hi,

    You can try this out, though you might need to adjust the values a bit if you run into problems:

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

    Best regards,
    Rikard

    • This reply was modified 7 years, 7 months ago by Rikard.
    in reply to: Header extend to all the window when browse in mobile. #885434

    Hi,

    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

    Hey imakeitwork,

    I can’t see that problem on your site on my end, did you try clearing your browser cache and reload the page?

    Best regards,
    Rikard

    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

Viewing 30 posts - 58,081 through 58,110 (of 92,380 total)