Viewing 30 results - 89,521 through 89,550 (of 142,844 total)
  • Author
    Search Results
  • #697961

    Hey!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    pre {
        padding-top: 0;
        padding-bottom: 0;
    }

    If you would like to keep the bottom padding, please remove “padding-bottom: 0;” line

    Regards,
    Yigit

    #697960

    Almost like an ecommerce site where you can filter by a drop down menu or similar, but there would be topics for the filter. I want to be able to choose “employee engagement” for example and have only the white papers that fall under that category to display. Right now the page has a whole list of white papers that you have to scroll forever to see. It would be more user friendly if they could filter for the topic they’re interested in and only see those displayed.

    #697949

    Hi!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    @media only screen and (max-width: 1024px) {
    .responsive #top .av-submenu-container {
        top: auto !important;
        position: relative !important;
        height: auto;
    }
    .responsive #top #wrap_all .av-menu-mobile-active.container {
        width: 100%;
        max-width: 100%;
    }
    }

    Regards,
    Yigit

    #697938

    Hey Basilis,

    This custom CSS stopped working at the most recent WordPress updates. Is there any way I can get this functionality back?

    #697924

    Thanks for your response, Andy! The position the cart icon is being displayed in is going against my settings in Theme Options.

    Under Cart Options I have the Header Shopping Cart Icon position set as Always Display attached to Main menu. Also, it’s hard to tell, but the Cart icon is currently sitting on top of another social icon, in its current position. This can of course be fixed with css, but it shouldn’t even be in that area in the first place, unless the Cart Options setting I’ve chosen doesn’t apply to the Header Center/Above setting for some reason.

    Thanks for taking the time to check things out, sorry I didn’t clarify all that sooner. Please let me know if there’s anything I can do to help resolve or if this is a deeper issue with the theme that will be addressed in a later update. Shasta!

    – j

    #697915

    Hi,

    Glad we could help and thanks for the feedback :-)

    Please let us know if you should need any further help on the topic.

    Regards,
    Rikard

    Hey aerobis,

    @aerobis
    thank you for your solution. I’ve been looking for that But can these pages also be displayed in Masonry style?
    In the solution of this thread

    the blog page is also changed and all Masonry elements on other pages are no longer displayed.

    Thank you in advance for a reply
    Margit

    #697898

    In reply to: Remove Cart

    Hi!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .responsive #top .cart_dropdown { display: none !important; }

    Regards,
    Yigit

    #697892
    nick_obee
    Participant

    Hi guys,

    Sorry to open a new thread. I have found part of my answer on other peoples threads. I wanted to change the font colour and background on mobile menu. After a fair bit of playing around with bits of quick css I have managed to do what I want with the exception of the bar along the top, next to where the hamburger menu button is which then becomes a cross when you open the menu.

    I want that bar to be coloured with #19445a when the mobile menu is open.
    The only way I can see to achieve this in the Enfold settings is to change the Main Content> Primary Colour to be #19445a. It’s currently set to #ffffff. Unfortunately when I do this it then changes the primary background everywhere which is not what I want.
    Is there a way to colour just the top bar where the icon is when the mobile menu is open? It just looks a bit odd having the cross symbol on this white background??

    #697864

    in this case the description and the short description are shown below the image.
    i just want to show the main description below, the short description i want to stay right beside the image

    i just want the woocommerce tabs to show below.
    i tried to use this code, but that doesn’t look the way i want to

    is there a simple hook to reorder the wootabs (main description) below the image an the shortdescription?

    • This reply was modified 9 years, 5 months ago by langnaese.
    #697862

    In reply to: Contact Form problem

    We don’t have a developer in our team at this moment. Would you mind if we gave you access to the website so you can do it yourself because we don’t have any knowledge on this topic and we surely don’t want to ruin the website. ;)

    #697855

    Hey ecrodgwz,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .title_container .breadcrumb {
        right: auto;
        left: -3px;
        top: 75%;
    }
    

    Best regards,
    Yigit

    #697846

    @yigit, please note, that ‘Investor Relations’ in top menu used to be a button, but is not any more.

    Before the change, we had implemented these code to the button:

    #top #wrap_all .header_color .av-menu-button-colored > a .avia-menu-text {
    background: #2c4143;
    color: #ffffff !important;
    font-weight: bold;
    border-color: #2c4143;
    }
    #top #wrap_all .header_color .av-menu-button-colored > a:hover > .avia-menu-text {
    background: #2c4143;
    color: #ffffff !important;
    font-style: bold;
    border-color: #2c4143;
    }
    #top #wrap_all .header_color .av-menu-button-colored> a:hover > .avia-menu-text, 
    #top #wrap_all .header_color .av-menu-button-colored .current-menu-item > a > .avia-menu-text,
    #top.single-portfolio #wrap_all .header_color .av-menu-button-colored > a > .avia-menu-text {
        background: #2c4143;
        color: #ffffff !important;
        font-style: bold;
        border-color: #2c4143;
    }
    #697840
    santanin
    Participant

    Good day. I read a few older threads on how the large testimonial does not look good on a mobile device. Is there anyway to make it look better and/or control this via CSS? The best solution I found was to create 2 testimonials – one large for desktop viewing and one compact for mobile viewing – and use CSS to only show the compact testimonial on mobile and hide the large testimonial on mobile. Is that still the best solution? Or is there a better way to do this without having to create a duplicate of the testimonials (which means I would need to remember to update both when adding new ones to keep them in sync, which is tough.) Thank you.

    #697835

    Hi Yigit

    I tried your suggestion but it didn’t help.

    I want to have the ‘Investor Relations’ in top menu show that it’s active, when either of the ‘Investor Relations’ pages are active in the left widget (even when ‘Meddelelser’ – archive page – and the underlying posts are active):

    – Investor Relations
    – Meddelelser (archive blog page, with blog posts)
    – Nøgletal
    – Ejerstruktur
    – Bestyrelsen
    – Kontakt IR

    Now ‘Investor Relations’ in top menu are only active, when ‘Investor Relations’ in widget are active.

    How can I create this link?

    #697830

    Hi,

    try to add an !important:

    #top .thumbnail_container img {
    width: 250px !important;
    max-width: 250px !important;
    height: 250px !important;
    }
    

    Don’t forget to clear browser cache and hard refresh a few times.

    Best regards,
    Andy

    Hi,

    about which image/text on your website are you talking about? screenshots would help (imgur.com, Dropbox).

    Color secondary menu:

    #top #header_meta a, #top #header_meta li, #top #header_meta .phone-info {
    color: red;
    }
    

    Best regards,
    Andy

    #697797

    In reply to: Jumpy page / section

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    #top .avia-slider-testimonials.avia-testimonial-wrapper .avia-testimonial-row {
        min-height: 550px;
    }
    

    It will display whitespace below your short testimonial however currently that would be the only solution if the one i suggested above did not work :)

    Best regards,
    Yigit

    #697793

    In reply to: RSS Feed Follower

    Hi Andy,

    danke für deine Rückmeldung. Habe Enfold aktualisiert – neuen Beitrag hochgeladen und wieder das selbe Problem:

    Neuer Beitrag auf RAVEPEDIA

    [av_section min_height='custom' min_height_px='500px' padding='default' shadow='no-shadow' bottom_border='no-border-styling' bottom_border_diagonal_color='#333333' bottom_border_diagonal_direction='' bottom_border_style='' id='' color='main_color' custom_bg='' src='https://ravepedia.de/wp-content/uploads/2016/10/space-closing-fiesta-2016-144.jpg' attachment='2785' attachment_size='full' attach='scroll' position='bottom center' repeat='stretch' video='' video_ratio='16:9' overlay_opacity='0.5' overlay_color='' overlay_pattern='' overlay_custom_pattern=''][/av_section]
    [av_one_fifth first min_height='' vertical_alignment='' space='' custom_margin='' margin='0px' padding='0px' border='' border_color='' radius='0px' background_color='' src='' background_position='top left' background_repeat='no-repeat' animation=''][/av_one_fifth]
    [av_three_fifth min_height='' vertical_alignment='' space='' custom_margin='' margin='0px' padding='0px' border='' border_color='' radius='0px' background_color='' src='' background_position='top left' background_repeat='no-repeat' animation='']
    [av_textblock size='' font_color='' color='']
    Das große Finale von einem der legendärsten Clubs auf Ibiza liegt hinter uns. Am 2. Oktober fand die große Closing Party vom Space Ibiza statt. Über 100 DJs waren dabei, unter anderem mit einem phänomenalen Set von Carl Cox.
    [/av_textblock]
    [/av_three_fifth][av_one_fifth min_height='' vertical_alignment='' space='' custom_margin='' margin='0px' padding='0px' border='' border_color='' radius='0px' background_color='' src='' background_position='top left' background_repeat='no-repeat' animation=''][/av_one_fifth]
    [av_one_full first min_height='' vertical_alignment='' space='' custom_margin='' margin='0px' padding='0px' border='' border_color='' radius='0px' background_color='' src='' background_position='top left' background_repeat='no-repeat' animation='']
    [av_image src='https://ravepedia.de/wp-content/uploads/2016/10/Bildschirmfoto-2016-10-03-um-20.33.01.png' attachment='2783' attachment_size='full' align='center' styling='' hover='' link='' target='' caption='' font_size='' appearance='' overlay_opacity='0.4' overlay_color='#000000' overlay_text_color='#ffffff' animation='no-animation'][/av_image]
    [/av_one_full]
    [av_one_full first min_height='' vertical_alignment='' space='' custom_margin='' margin='0px' padding='0px' border='' border_color='' radius='0px' background_color='' src='' background_position='top left' background_repeat='no-repeat' animation='']
    [av_textblock size='' font_color='' color='']
    Das Space Ibizia wurde 1989 von Pepe Rosello gegründet und war viele Jahre Anlaufpunkt für feierfreudige Raver auf Ibiza. DJs aus der ganzen Welt brachten hier die Meute bis in die frühen Morgenstunden zum Tanzen. Besonders beliebt war die Partyreihe Revolution von Carl Cox. Hier bewies er sein Können jeden Dienstag als Resident hinter den Turntables. Natürlich durfte eine solche Legende bei der großen Closing Party nicht fehlen.
    Mehrmals wurde das Space Ibiza vom DJ Mag Voting (Top 100 Clubs) auf Platz 1 gewählt. Wer einen Blick hinter die Geschichte von einem der beliebtesten Clubs der Welt werfen möchte, der kann das in diesem 50 minütigen Dokumentationsfilm tun. Mit dabei sind interessante Interviews mit Pepe Rosello, Carl Cox, Richie Hawtin und Co…
    [/av_textblock]
    [/av_one_full]
    [av_one_full first min_height='' vertical_alignment='' space='' custom_margin='' margin='0px' padding='0px' border='' border_color='' radius='0px' background_color='' src='' background_position='top left' background_repeat='no-repeat' animation='']
    [av_video src='https://www.youtube.com/watch?v=jlqsJuRiR_0' format='16-9' width='16' height='9']
    [/av_one_full]
    [av_one_full first min_height='' vertical_alignment='' space='' custom_margin='' margin='0px' padding='0px' border='' border_color='' radius='0px' background_color='' src='' background_position='top left' background_repeat='no-repeat' animation='']
    [av_textblock size='' font_color='' color='']
    Hier noch ein toller Netzfund. David Guetta im Space Ibiza in den 90’er Jahren:
    [/av_textblock]
    [/av_one_full]
    [av_one_full first min_height='' vertical_alignment='' space='' custom_margin='' margin='0px' padding='0px' border='' border_color='' radius='0px' background_color='' src='' background_position='top left' background_repeat='no-repeat' animation='']
    [av_video src='https://www.youtube.com/watch?v=cYu-Z1qsad8' format='16-9' width='16' height='9']
    [/av_one_full]
    [av_one_full first min_height='' vertical_alignment='' space='' custom_margin='' margin='0px' padding='0px' border='' border_color='' radius='0px' background_color='' src='' background_position='top left' background_repeat='no-repeat' animation='']
    [av_textblock size='' font_color='' color='']
    Alle Livesets zu der großen Closing Party findest du hier:
    https://be-at.tv/brands/space-ibiza/space-closing-fiesta-2016-discoteca
    Fotonachweis: Space Ibiza
    [/av_textblock]
    [/av_one_full]
    [av_social_share title='Teile diesen Eintrag' style='' buttons='' share_facebook='' share_twitter='' share_pinterest='' share_gplus='' share_reddit='' share_linkedin='' share_tumblr='' share_vk='' share_mail=''][/av_social_share]
    [av_comments_list]
    Ravepedia | Oktober 11, 2016 um 12:56 pm | URL: http://wp.me/p79K5Q-IP
    Kommentieren Alle Kommentare anzeigen

    barak97
    Participant

    I added a google font (Heebo) to my site with the action as suggested here:
    https://kriesi.at/support/topic/add-new-font/#post-234710

    Problem is that it works only on Google chrome, but on other browsers (I tried IE, Edge and Safari on MAC) it seems like the font doesn’t load and “Arial” is displayed instead.

    I also added these lines to the Quick CSS part in the theme settings:

    @import url(//fonts.googleapis.com/css?family=Heebo:400,500,700&subset=hebrew);
    
    /*הגדרת פונט ל-HEEBO*/
    html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video{
       font-family: 'Heebo', Arial, sans-serif;
    }

    But it seems like it doesn’t help.

    Do you know how to fix the problem and make the font displayed on all platforms?

    #697754
    #697728

    Hey Andy

    I understand. Just close the topic. I can not provide a link on this project anymore duo to the deadline i had. I dropped the LayerSlider and just added a color section instead.

    Kind regards,
    Michael

    Hi,

    thanks for the screenshots. Try this code:

    #top #header .avia_mega_div > .sub-menu {
    padding-right: 80px;
    }
    

    and adjust as needed.

    Best regards,
    Andy

    Hi mk,

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

    #top .avia-icon-list .iconlist_title a:hover {
        text-decoration: none !important;
    }

    The iphone 5 version looks fine on my end when I check it with the Chrome inspector, did you manage to get it fixed?

    Best regards,
    Rikard

    #697707

    I’m already running wordpress theme enfold photography. I want to change this template shop.
    Would it be my record “enfold shop” to my site.
    I need him in such form as your topic “enfold shop” This is how I do it?

    #697706
    nikolaj
    Participant

    Hi,

    At my page shop homepage at https://www.juletraeronline.dk/ i have inserted some text. My problem is that the text is shown on top of the other content (products and sidebar) and not in the content area, like on the other pages.

    What can I do to get the text shown inside the “content field”?

    #697704
    m_roventine
    Participant

    I’m trying to display the top portion of my sidebar over the lower portion of a color section above it via CSS. The effect I’m going for is the image in the top of my sidebar slightly overlapping the background of the color section. I’ve tried negative margins and z-index but couldn’t get the sidebar to display on top. Is this possible somehow?

    #697699
    Ralf
    Participant

    Hello experts,
    I would like to NOT show the date in magazine listing at the right hand side of the page linked below (and some more pages where I use the magazine).
    Last time I had something similar with the post slider when you suggested a code to put into the quick css-field which works great.
    See here: https://kriesi.at/support/topic/remove-categories-and-date-with-grey-lines-from-blogslider/

    #697688

    Hi,

    Great, glad you got it working :-)

    Please let us know if you should need any further help on the topic.

    Thanks,
    Rikard

    #697675

    Topic: Validations

    in forum Enfold
    Guenni007
    Participant

    on most of the enfold sites there are at the end of footer section some closing p tags which have no opening tag.
    i think it is only if using socket and the widgets.

    f.e on http://kriesi.at/themes/enfold/

    No p element in scope but a p end tag seen.
    From line 322, column 67; to line 322, column 70
    </div></p></div>

    mostly i can prevent this by disabeling the autop function of wordpress.

    remove_filter( 'the_content', 'wpautop' );
    remove_filter( 'the_excerpt', 'wpautop' );

    what for is this link in the head section of the html? for example:
    <link rel='https://api.w.org/' href='http://kriesi.at/wp-json/' />

    this is afaik on every enfold generated page.

Viewing 30 results - 89,521 through 89,550 (of 142,844 total)