Forum Replies Created

Viewing 30 posts - 85,531 through 85,560 (of 93,586 total)
  • Author
    Posts
  • in reply to: different color menu on separate pages (slider) #517893

    Hi bonami,

    I couldn’t see anything like that on your page but I think the easiest way to get your menu to show is to change the background which is hiding the menu. I don’t think changing the colour of the menu per slide would be possible to be honest with you.

    Best regards,
    Rikard

    in reply to: Adding a header widget to the logo container #517890

    Hi,

    Did you add the CSS as well? You will have to adjust the left and top values to get it right:

    #header .widget {
      left: 50%;
      padding-top: 0;
      position: absolute;
      top: 0;
      transform: translate(-50%);
    }

    You can use pixels values as well if you like.

    Best regards,
    Rikard

    • This reply was modified 10 years, 6 months ago by Rikard.
    in reply to: Portfolio images wont show on site anymore #517888

    Hi,

    If you are using a child theme then you have nothing to worry about, that’s the whole purpose of a child theme :-)

    Please make sure to back your site up before updating though to be on the safe side.

    Regards,
    Rikard

    in reply to: Portfolio Grid Title Hover Color #517887

    Hi,

    Please try the following instead:

    .portfolio-grid-title a:hover {
    color: red !important;
    }

    Regards,
    Rikard

    Hi,

    Please try the following instead:

    #top #wrap_all .social_bookmarks a, .phone-info span {
    font-size: 20px !important;
    }

    Make sure to clear your browser cache and reload a few times after adding it to be sure you are seeing the correct results.

    Best regards,
    Rikard

    in reply to: One Page Menu shows current-menu-item state randomly #517882

    Hi,

    I totally agree, I just wanted you to change it to be sure it works. Maybe you can add an empty color section above the slider and give it an ID you like?

    Thanks,
    Rikard

    in reply to: Unable to edit the width of the container ? #517881

    Hi,

    Please try to clear the cache from and deactivate your W3 Total Cache plugin to see if that helps.

    Best regards,
    Rikard

    in reply to: Deactivating first Section on Mobile #517879

    Hallo Mathias,

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

    @media only screen and (max-width: 767px) {
    .home .av_four_fifth, .home .av_one_fifth {
    display:none !important;
    }
    }

    Grüss,
    Rikard

    in reply to: Menu Font Size With Logo Directly Above #517878

    Hi denisesl23,

    You can change those settings under Enfold–>Advanced Styling, you shouldn’t have to use custom CSS for it.

    Best regards,
    Rikard

    in reply to: Error following google font install #517877

    Hi,

    I added the following code to your functions.php:

    add_filter( 'avf_google_heading_font',  'avia_add_heading_font');
    function avia_add_heading_font($fonts)
    {
    $fonts['Permanent Marker'] = 'Permanent Marker';
    return $fonts;
    }
    
    add_filter( 'avf_google_content_font',  'avia_add_content_font');
    function avia_add_content_font($fonts)
    {
    $fonts['Permanent Marker'] = 'Permanent Marker';
    return $fonts;
    }

    You will find the new font at the bottom of each font list.

    Best regards,
    Rikard

    in reply to: How To Align Footer Columns #517874

    Hi,

    Glad we could help :-)

    Best regards,
    Rikard

    in reply to: Footer columns #517873

    Hi,

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

    Thanks,
    Rikard

    in reply to: categorized side bar "enfold recent new" #517872

    Hi,

    I think Andy wanted to say that the thread is sent to the back of our support queue and we try to answer all threads at a first-come-first-serve basis.

    We cannot be compatible with all plugins, it’s just impossible. And I think it’s about how you look at it as well, if the plugin doesn’t work with a theme shouldn’t the plugin authors fix so that it is? You can always look for alternatives to see if another one works out better for you.

    Thanks,
    Rikard

    in reply to: Enfold builder not working properly #517871

    Hi,

    I checked your OM OSS page and the builder is loading more or less instantly on my end, maybe you need to empty your browser cache to see if that helps? I checked the font on the backend as well and it’s indeed Open Sans, not all styles will be applied to the backend though so some things may appear a bit different there compared to the frontend.

    Thanks,
    Rikard

    in reply to: Blog posts featured image size #517869

    Hi,

    Glad we could help :-)

    Thanks,
    Rikard

    in reply to: HTTP Error #517868

    Hi,

    It very much sounds like a hosting problem, did you try to contact your host about the problem? If so, what did they say?

    Thanks,
    Rikard

    in reply to: Contact page disappearing #517866

    Hi,

    I asked you to check for unclosed html markup because it breaks the builder and that’s why content is disappearing. So, please check that all your added html markup is closed properly. You might want to consider rebuilding the page without adding any to make sure it works as expected.

    Best regards,
    Rikard

    in reply to: Left Justify the Left Sidebar #517865

    Hi,

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

    .sidebar .widget {
    text-align: left !important;
    }

    Try to add code like this to the title of the widget:

    <a href="http://yoursite.com/link">Title</a>
    

    Best regards,
    Rikard

    Hi,

    Great, please let us know if you should need any more help on the topic.

    Thanks,
    Rikard

    in reply to: Mansonry title on iPad VS desktop #517860

    Hey pako69,

    Are you trying to change it on hover only? I see some hover selectors in your code and there is no hover state on touch screens. Please post a link to the site so that we can have a closer look.

    Thanks,
    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.

    Regards,
    Rikard

    in reply to: Page up and next show square instead of arrow #517855

    Hi,

    Ok, I guess you could create a page listing all the authors. Is that what you are looking to do?

    Thanks,
    Rikard

    in reply to: Cannot chance sides #517852

    Hi Alfred,

    I’m not sure if we’re missing your point here but for instance after the Worauf Sie beim Kauf eines Sofas achten sollten! header I can see all the 5 points on the front-end: http://imgur.com/6oprfqq

    Best regards,
    Rikard

    in reply to: content element "reacties" (review?) #517849

    Hi,

    I added a comment and it’s showing up now, please check your WordPress comments settings.

    Best regards,
    Rikard

    in reply to: Stuff randomly disappears from my site. #517842

    Hi,

    Thanks for the details but they are not working for me unfortunately, could you check please? Also, if you have some kind of step-by-step on how to reproduce the error that would be great as well.

    Regards,
    Rikard

    in reply to: Remove Tags from Search #517839

    Hi,

    Great, please let us know if you should need any further help on the topic.

    Best regards,
    Rikard

    in reply to: Logo covers up first two menu items #517838

    Hi,

    Please try the following to activate the mobile menu earlier:

    @media only screen and (max-width: 1200px) {
    nav.main_menu {display:none !important;}
    #advanced_menu_toggle, #advanced_menu_hide {display:block !important; }
    }

    Best regards,
    Rikard

    in reply to: tab styling mobile – top border #517827

    Hi Nancy,

    I couldn’t see any top borders on mobile view, did you manage to get it fixed? If not then please post a screenshot highlighting what you would like to remove.

    Best regards,
    Rikard

    in reply to: Shadow on column #517825

    Hi,

    I think the easiest way would be to add the CSS to a class in Quick CSS and then assign the class to the columns you wish, you can activate that function by following this: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/

    .box-shadow {
        box-shadow: 0px 0px 10px black;
    }

    Best regards,
    Rikard

    Hi,

    The indicators seem to work fine on my end, though I’m only seeing the shortcode for the sliders? Please send us a temporary admin login so that we can have a closer look. You can post the details in the Private Content section of your reply.

    Best regards,
    Rikard

Viewing 30 posts - 85,531 through 85,560 (of 93,586 total)