Forum Replies Created

Viewing 30 posts - 88,201 through 88,230 (of 93,503 total)
  • Author
    Posts
  • in reply to: Toogle / wp google maps conflict #477558

    Hey hasbeat!

    Could you please provide us with a temporary admin login so that we can take a closer look? You can post the details in the Private Content section of your reply.

    Cheers!
    Rikard

    in reply to: Portfolio Grid Sort Order #477556

    Hi!

    It would take a lot of time to develop an alternative like that and it’s out of scope of theme support, but you can request a feature here: https://kriesi.at/support/enfold-feature-requests/. If you need to hire a freelancer we recommend Codeable: https://codeable.io/

    Best regards,
    Rikard

    • This reply was modified 10 years, 8 months ago by Rikard.
    in reply to: Carousel and Shortcodes won't work #477553

    Hi!

    It’s most likely a conflict with a plugin, are we allowed to disable them for testing purposes?

    Regards,
    Rikard

    in reply to: Enfold Theme #477551

    Hey!

    The theme itself has nothing to do with setting the picture for the post, it’s up to Facebook to select if one isn’t explicitly defined using a plugin like Yoast SEO for instance. I’m not sure why you are testing with demo pages either? I’m not sure if there’s a Facebook share image defined there so I can’t really tell you if it’s right or wrong.

    Cheers!
    Rikard

    in reply to: Main Menu links in a thin font #477496

    Hi!

    It seems like that font only comes in 300 and 400, I’m guessing the one you are using is the 400 so you would have to important the 300 as well to be able to use it. https://www.google.com/fonts#UsePlace:use/Collection:Muli

    @import url(https://fonts.googleapis.com/css?family=Muli:300);
    
    #top #header .av-main-nav > li > a {
      color: #ffffff;
      font-size: 14px;
      font-family: 'Muli', 'Helvetica Neue', Helvetica, Arial, sans-serif;
      font-weight: 300 !important;
    }
    

    Best regards,
    Rikard

    in reply to: Post Slider element hover customization #477494

    Hi!

    Glad we could help :-)

    Regards,
    Rikard

    in reply to: Rearrange logo and menu on right sidebar layout #477490

    Hey!

    Sorry for the late reply, unless you wan to rearrange in the source files, you could try the following in Quick CSS:

    .html_header_sidebar .logo {
      position: absolute !important;
      bottom: -250px !important;
    }

    Regards,
    Rikard

    in reply to: Woocommerce Vorschaubilder #477484

    Hi IngoSt!

    Excuse me if I’ve misunderstood your question, my german is not perfect but I think you are saying that you are having problem with images overlapping each other? I couldn’t see anything like that on the link you sent, could you please provide us with a screenshot of the problem? You can upload to for instance imgur.com or a public dropbox folder and then link to it here.

    Regards,
    Rikard

    in reply to: Responsive not working; Reduce white space… #477482

    Hi!

    Is it only the horizontal you wan to decrease? If so you can try the following in Quick CSS:

    .page-id-60 .av_two_third {
      margin-left: 2%;
      width: 68.666667%;
    }

    You might have to play around with the values to get it just right.

    Cheers!
    Rikard

    in reply to: iframe Lightbox Anchor Link Not Working in Safari #477479

    Hey seanbaugh!

    It’s working fine on my end using both ipad mini and iphone 4 with latest version of Safari, the only difference from desktop is that you have to click twice, once to show the Learn More and once more to actually open the lightbox.

    Best regards,
    Rikard

    in reply to: Masonry padding / margin on mobile devices #477476

    Hi,

    I’m not sure what you mean by a background for the image, but you can try this for setting a background to the widget:

    #text-2 .textwidget {
    background-color: gray;
    }

    …and you can try the following for controlling the width of the logos:

    .header-double-logo {
    max-width: 45%;
    }

    Best regards,
    Rikard

    in reply to: Item Cloning Question & Accordion Issue #477475

    Hey!

    As far as I know that should not be happening, the cloned element should not take on the properties of the parent. Could we have access to a page where you are getting this problem please?

    Regards,
    Rikard

    Hi!

    Great, glad we could help :-)

    Cheers!
    Rikard

    in reply to: Syntax Error? #476920

    Hey!

    Could you please provide us with a temporary admin login so that we can take a closer look? You can post the details in the Private Content section of your reply.

    Best regards,
    Rikard

    in reply to: Preview text not showing when using advanced layout #476918

    Hey comiccaper!

    When using the ALB for posts you will need to add the excerpt manually, if you can’t see the option for it then click Screen Options in the top right hand corner of your screen and you should have the option to select to show it there.

    Best regards,
    Rikard

    in reply to: Buttons Inside Tabs #476916

    Hey allinmom!

    I think you are looking to use the Masonry element?

    Cheers!
    Rikard

    in reply to: remove animation on av_font_icon #476912

    Hi mikogradle!

    Could you provide us with a link to the site in question so that we can take a closer look please?

    Cheers!
    Rikard

    in reply to: Question about fullwidth submenus #476910

    Hi PaintedMidget!

    You have too much text in the submenu causing it to display on two lines, it there any way you can shorten the amount of text? If not we can have a look at some CSS fixes.

    Best regards,
    Rikard

    in reply to: YouTube Embed Video Is Not Shrinking Properly. #476908

    Hi!

    Could you provide us with a link to the site in question so that we can take a closer look please?

    Cheers!
    Rikard

    in reply to: Change color of bullets #476907

    Hi!

    It seems to not like the !important statement so try this instead:

    .avia_mega_div .avia-bullet {
    border-color: red;
    }

    The bullets will take the colour of the list in general, but you can use your own image using this:

    ul {
    list-style-image: url('http://yoursite.com/image.jpg');
    }

    Regards,
    Rikard

    in reply to: Moving iconboxes #476905

    Hey!

    Not sure, you could try the max-height CSS argument but it’s easier if we can see the page itself, could you link to it please?

    Best regards,
    Rikard

    in reply to: Optimizepress #476904

    Hey holleycreative!

    1. Did you specify your front page in Appearance–>Customise?

    2. We need to inspect the element, I’m not sure which it is though. Maybe that will become clear when we can see the page.

    Regards,
    Rikard

    in reply to: Blog in the menu bar #476890

    Hey!

    I’m not sure what you mean by your blog not having a URL, if you’re linking to a category it should look something like this: http://yourpage.com/category/images/, it should work linking to anchors as well using the full URL.

    Regards,
    Rikard

    in reply to: Social Media Icons #476888

    Hey!

    Great, glad we could help. Please let us know if you should need any more help on the subject.

    Regards,
    Rikard

    Hi!

    Could you please provide us with a temporary admin login so that we can take a closer look? You can post the details in the Private Content section of your reply.

    Cheers!
    Rikard

    in reply to: Issues with front page slider #476884

    Hey gearouthere!

    Could you please provide us with a temporary admin login so that we can take a closer look? You can post the details in the Private Content section of your reply.

    Best regards,
    Rikard

    in reply to: Mega menu hover positioning #476881

    Hi!

    No adding the CSS will render the exact same problem you had before, please try to remove the line or set the value to the same height as the non-hover state.

    Best regards,
    Rikard

    in reply to: Row height #476878

    Hi Missca!

    I’m not sure what element you are referring to on that page, could you provide us with a screenshot highlighting what you want to change please?

    Best regards,
    Rikard

    in reply to: portfolio grid sort options text seperator / #476870

    Hi!

    Please try adding this as well:

    .text-sep business_sort_sep {
      font-size: 15px !important;
    }

    Regards,
    Rikard

    in reply to: code block with twitter feed – not mobile responsive #476868

    Hey sensiblekaren!

    You could try something like this in Quick CSS:

    @media only screen and (max-width: 767px) {
    .rotatingtweet, .rtw_main {
    width:100% !important;
    }
    }

    Please note that this isn’t a theme issue but the code you inserted.

    Regards,
    Rikard

Viewing 30 posts - 88,201 through 88,230 (of 93,503 total)