Forum Replies Created

Viewing 30 posts - 91,981 through 92,010 (of 93,503 total)
  • Author
    Posts
  • in reply to: video background #421024

    Hey reraow!

    Do you have a link for the site in question so that we can have a closer look please? Also, a temporary admin login might be required too, you can post the details here as a private reply.

    Cheers!
    Rikard

    Hi!

    Great, please get back to us if you should have any more questions.

    Regards,
    Rikard

    in reply to: Child Theme Not Working #421008

    Hi!

    Glad you got it fixed, we’ll review the documentation to make sure it’s correct. Thanks for letting us know.

    Regards,
    Rikard

    in reply to: Fullwidth problem with Progress Map Plugin #421007

    Hi mohmo!

    Our support for third party plugins is limited, did you try to contact the plugin authors about this?

    Best regards,
    Rikard

    in reply to: Strange background image issue #421005

    Hey!

    You can upload screenshots to for instance imgur.com or a public dropbox folder and then link them here if you like.

    Cheers!
    Rikard

    in reply to: H1 Permalink #421004

    Hey John!

    I’m not sure I understand your problem, do you want to remove or not show the H1 altogether or just the link and keep the actual text?

    Cheers!
    Rikard

    in reply to: Fullscreen slider caption positioning #421003

    Hey Marcel!

    Sorry, I must have misunderstood you, please try the following CSS in Quick CSS under Enfold–>General Styling:

    .caption_bottom .slideshow_caption .slideshow_inner_caption .slideshow_align_caption {
      text-align: right !important;
    }

    Cheers!
    Rikard

    in reply to: CSS Buttons issue #421000

    Hey sitesme!

    If you right click the element in question and select inspect element you can see exactly what classes are being applied to that element. I’m not sure I understand what you would like to have done though, could you be a bit more specific please?

    Best regards,
    Rikard

    in reply to: Codeblock unescaping escaped HTML #420994

    Hi!

    It’s difficult for us to see what’s going wrong if you’re on a local installation, could you please upload something to a live server so that we can have a look for ourselves?

    Regards,
    Rikard

    in reply to: wp-admin broken #420992

    Hi!

    Great, glad you got it fixed :)

    Regards,
    Rikard

    in reply to: Add my own font #420991

    Hi!

    It’s difficult for us to help you when you are working locally, could you upload to a live server so that we can have a look ourselves?

    Cheers!
    Rikard

    Hi dynamitec!

    None of our customers are complete idiots, but there are knowledge gaps, not everyone can be a seasoned web developer, and I guess that’s why this support forum is an appreciated service provided by Kriesi.

    I tried your step-by-step on my local installation but I couldn’t reproduce. I might misunderstand your last step though; are you referring to the display a small styling shadow at the top of the section option? If not, please elaborate this step. This is why a link to somewhere where we can see the error ourselves is useful. A screenshot would help even more.

    Best regards,
    Rikard

    in reply to: Help Customizing Tabs #420984

    Hey!

    Please try the following instead:

    .js_active .tab{
    color:red important!;
    font-size:16px !important;
    background-color:blue !important;
    }
    
    .js_active .active_tab{
    color:yellow important!;
    font-size:18px !important;
    background-color:black !important;
    }

    Please delete any cache from caching plugins if you should have one active and delete your browser cache before viewing changes.

    Regards,
    Rikard

    in reply to: QUESTION #420979

    Hey zunini!

    You could try to wrap the number in a span like this:

    <span style="color:red !important;">+51 1 371 1199</span>
    

    Cheers!
    Rikard

    in reply to: Icon box styling #420976

    Hi McEwans!

    You can target the icons using the following CSS in Quick CSS under Enfold–>General Styling:

    #top .iconbox_left_content .iconbox_icon{
      width: 100px !important;
      height: 100px !important;
      font-size: 60px !important;
      line-height: 72px !important;
      border-style: solid !important;
      border-width: 1px !important;
      border-radius: 500px !important;
      text-align: center !important;
      margin-right: 22px !important;
    }

    Try playing around with values until you find the design you like.

    Best regards,
    Rikard

    in reply to: Removing page from menu for desktop #420972

    Hi!

    Please try the following in Quick CSS:

    @media only screen and (min-width: 767px) {
    #menu-item-272{
    display:none !important;
    }
    }

    Regards,
    Rikard

    in reply to: strange page #420970

    Hey codecreative!

    I get 404 page following your link, could you check please?

    Best regards,
    Rikard

    in reply to: OPACITY BACKGROUND LIGHTBOX #420969

    Hi!

    I’m not sure I understand what you mean, could you provide us with a screenshot highlighting your problem please?

    Best regards,
    Rikard

    in reply to: WMPL whitout flags #420968

    Hey!

    So you got this fixed?

    Regards,
    Rikard

    in reply to: Masonry grid box size #420967

    Hey bahamencz!

    I’m not entirely sure I understand what you are trying to do, you want the masonry grid to display differently on landscape and portrait view? Please provide us with screenshots highlighting what you are trying to achieve.

    Best regards,
    Rikard

    in reply to: child theme error parent theme missing #420965

    Hey!

    Great, glad you worked it out.

    Regards,
    Rikard

    in reply to: Tabs not working on mobile devices #420964

    Hey!

    I think you need to play around with the values a bit, I’m pretty sure the iframe is not fully responsive.

       width:640px;
       height:480px; /* your iframe height */
       top:480px;  /* your iframe height */
       margin-top: -480px;  /* your iframe height */

    Cheers!
    Rikard

    in reply to: Change Header Height when Responsive #420963

    Hi!

    Great, thanks for the link. Could you please provide us with screenshots highlighting how you want it to look instead? It’s difficult for us to help you unless you are as specific as possible.

    Cheers!
    Rikard

    in reply to: Can't see text in socket #420959

    Hey!

    Your thread will go to the back of the queue if you post replies yourself, we will help you faster if you don’t reply.

    I can’t view your page because logging in is required, could you please provide us with details? You can post them here as a private reply.

    Cheers!
    Rikard

    Hey!

    I see the problem you are referring to, it should be fixed in the version you are using. Are you using any caching plugin on the site? Please clear the cache if so and deactivate the plugin, the problem should go away after that.

    Cheers!
    Rikard

    Hey SSG!

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

    #footer-social-buttons li {
      display: inline !important;
    }

    Best regards,
    Rikard

    Hey!

    Great, glad we could help :)

    Best regards,
    Rikard

    in reply to: Partner logos / images not shown #420954

    Hey!

    Self repairing theme, not bad right?! :)

    Glad you got it fixed.

    Cheers!
    Rikard

    in reply to: Anchors with sidebar – code shortcode or masonry? #420950

    Hey!

    The markup is wrong for the div:

    <div id="”#dish2”"></div>
    

    Please just add dish2 as the ID

    Best regards,
    Rikard

    in reply to: floating issue with Footer Columns in Vers. 3.1 #420949

    Hi!

    I don’t think there is any point to that if you are not going to do customisations, could you try my recommendation but in the parent theme instead? Download a fresh copy of the theme from Themeforest and update footer.php via FTP: http://kriesi.at/documentation/enfold/updating-your-theme-files/

    Regards,
    Rikard

Viewing 30 posts - 91,981 through 92,010 (of 93,503 total)