Viewing 30 results - 94,591 through 94,620 (of 142,833 total)
  • Author
    Search Results
  • Hi again Ismael,
    I have been adding the latest code from this: https://kriesi.at/support/topic/hidding-color-section/?login_error and now the color section is hidden, and I have a botton link that opens it!! :-) But the only thing now is that when it opens I have to scroll down to the map, the smooth scroll to the anchor link doesn’t seem to work properly.
    If you scroll down to the bottom of the page and click the link “Se kart” you will see that the map is opened when you scroll a bit down.
    http://dev.restaurantrenaa.no/matbaren/
    Kindly regards, Mathilde

    #644890

    Hi enfold team

    Sorry if i write again but i haven’t recived any replay from you since yasterday when i posted this topic. So i think i have the right to have an answer or just ” let us check it out” … But at least something.

    Thanks.

    #644860
    aossi
    Participant

    Hello,

    I created a form to search for cars. For this I created a shortcode. I added this shortcode after a Text-Block. but the code is always on the top of the page. Is there a way to fire this code later or ist there another way?
    http://shop.motor-chiptuning.at/powerbox-chipupdate/

    Thanks Alex

    #644858
    ThomasNorden
    Participant

    Hi,
    I am trying to place a sidebar to the right on a product page, where I want to display product categories, but for some reason all the widgets end up under the product image? If I turn on the Enfold Layout builder I can get the sidebar to appear on the right hand side, but then the rest of the product page stops to work and I only get a text area; no shopping functionality whatsoever.

    Enfold editor off: http://education.macsupport.se/produkt/test-product/
    Enfold editor on: http://education.macsupport.se/produkt/test2/

    /Thomas

    #644857

    Hey rypro,

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

    .avia-image-container + .av_textblock_section {
        clear: both;
        padding-top: 20px;
    }
    

    Best regards,
    Yigit

    #644835

    Hi,

    Add this too:

    #top .av-masonry-entry{opacity: 1;visibility: visible;}
    

    Best regards,
    Josue

    #644829
    marcelboersma
    Participant

    Hi,

    We are using the Enfold theme for a while now and it works oke.
    We recently made our shop page with the Enfold product filter, that works nice on desktop and tablet.
    But on mobile devices the filter shows at the bottom of the shop page, on desktop we have it on the left. The filter is necesarry to find the right product. The filter at the bottom is not working for our consumers. At the moment we switched off the responsive design for the mobile devices. Check https://blinddesign.nl/bestellen
    We like to have the website responsive on all devices of course.
    Is it possible to disable the responsive design only for the shop page on mobile devices? The shop page at the moment (not responsive) is working fine for us. So we want the complete website responsive except the shop page for mobile devices. Can you tell us how to fix this?

    Thanks, Marcel

    #644818

    That moves the ‘&’ down to where the top is even with with the capital letters. However, I need to move the ‘&” down where the top is even with the lower case letters, as shown in the picture. Can we move it down a little further ? Thanks.

    Thanks for this! It seems to work now.

    However I’ve noticed another curiosity (before your workaround); it seems to work intermittently. If you create a new page and add the shortcode again it will work. A few updates later, it will stop working with the template builder. If you delete the page and set it up again, it will work again. Obviously you can’t support all plugins, but event espresso is one of the big ones, and the bug happens in combination with the Enfold theme being active.

    #644768

    Hi Vinay
    Thanks for your prompt response. I appreciate what you are saying. On mobile devices the fields should be on individual lines – one on top of the other – not in a straight line – so this will work fine. Also – I want to remove the text associated with the “Captch field” so that it is the same as the others. and finally – I am going to use MailChimp for some of these “Quick Sign-up Forms”, but for others I just want to be able to setup “Quick Contact Forms” myself to come directly to me from the website. So I would appreciate if you can help with customising the CSS…
    Cheers.
    Kevin.

    #644762

    Hi,

    you can move them up by adding this as well:

    nav.sub_menu {
    top: -10px;
    }
    

    Adjust as needed.

    Best regards,
    Andy

    #644758
    silviouk
    Participant

    Hi there,

    I used the below code that I found on this forum to have the search element appear in the mobile menu (placed in custom.css for mobile devices), however, it also knocked out the search icon from the desktop version, I have removed the code, and now there is no search fucntion at all, any help would be cool:

    #menu-item-searchbox form div {
    display: block !important;
    opacity: 1 !important;
    width: auto !important;
    }

    #menu-item-searchbox form div #s {
    width: 300px !important;
    max-width: 300px;
    }

    #menu-item-searchbox {
    top: 0px;
    }

    #top #searchsubmit, .ajax_load {
    right: 0px;
    }

    #644740

    In reply to: Moving Social Icons

    Hi,

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

    
    #top .av-section-bottom-logo .social_bookmarks, .html_bottom_nav_header #top .av-logo-container .social_bookmarks {
        right: auto!important;
    }
    

    Best regards,
    Vinay

    #644734

    Hi,

    du kannst hier mal reinschauen, ob du was für dich findest: https://kriesi.at/support/topic/recommended-plugins/

    Gruß,
    Andy

    Hi,

    ok try this instead:

    .av_header_shrinking #header_main {
    margin-bottom: 0px;
    margin-top: 0px;
    }
    .header-scrolled #header_main {
    margin-bottom: 5px !important;
    margin-top: 30px !important;
    }
    

    and adjust as needed. I hope this helps!

    Best regards,
    Andy

    #644698
    evtilsley
    Participant

    Hi – on desktop http://www.ivorytowerbridal.co.uk/ is fine, but on my Galaxy S5 there a HUGE white gaps on the homepage. I’m assuming is due to a theme update & custom Css.. but could you advise if possible?
    THANKS as ever

    #644675

    by the way – how do i set up the “hide on mobile devices” because on ipad these option has no effect even if i setup on header/mobile menu the option on 990px

    i only could set up that option on quick css by:

    @media only screen and (max-width: 1024px) {.responsive #top .av-hide-on-mobile, .responsive #top .av-hide-on-tablet {
        display: none !important;
    }
    }

    Hi Vinay,

    Problem is that I’ve updated the enfold theme and since then the child isnt working properly anymore. I have to remove line 12 in header.php (see code in private content). I have now removed it again, so you can work on it.

    I will try to manually replace the parent theme as recommended it https://kriesi.at/support/topic/website-down-after-enfold-theme-update/ and hope the child will then work again.

    Best,
    R

    ridcon
    Participant

    hi,
    ich control th emax height of the slider with following css :

    .avia-slide-wrap {
    max-height: 630px!important;
    }

    it works. But it always cuts the slider, beginning from the bottom. ‘The feed are cutted off’.
    I want to change this. The slider shall be cut, but beginning from the the top. ‘The heads shall be cut off’

    Is there a way?
    Thanks
    ridcon

    #644651

    In reply to: WPML Language switcher

    Hello Rikard!
    Thank you for the support. The topic can be closed.

    #644630

    Hi,

    Once you login to the forum please click on Enfold under topics or click on this link on top you should be able to see a big blue button that say’s open a new thread. or just scroll down and start a new thread/ticket.

    It is just that many issues in one ticket will snowball and lead to a lot of confusion so we request you to open new tickets if the issues are not related.

    also please don’t forget to provide a link to your site so we are able to inspect the element in question in order to help!

    Best regards,
    Vinay

    #644623
    wilimediamakers
    Participant

    Hi,

    I know I’m not the first one to have this issue but I don’t understand how you solve this problem : https://kriesi.at/support/topic/duplicated-titles-w-yoast-seo-plugin/?login_error=empty

    Im am not a professional wordpress user so can you be more precise when you say : ” Try to disable the title & meta settings or reset it to default then add this on functions.php”

    What should I do exactly ?

    Thank you,

    Hi,

    Fixed menu in mobile works please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    
    @media only screen and (max-width: 767px) {
    .responsive #top #wrap_all #header {
    	position: fixed!important;
    	}}
    
    .avia_transform3d .show_mobile_menu #mobile-advanced {
        margin-top: -60px!important;
    }
    
    

    Best regards,
    Vinay

    #644613

    Topic: Tabs on Mobile

    in forum Enfold
    BrendaSarg
    Participant

    Hi there,

    I added the following code for the pricing table I have in an accordion.

    .tab_titles {
    margin-left: 42%;
    }

    .tab {
    font-size: 16px !important;
    }

    .pricing-table {margin-left: 380px; margin-right: 380px;}

    div .main_color .tabcontainer .active_tab { background-color: #004a87; font-color: white; }

    .main_color .tabcontainer .tab:hover, #top .main_color .tabcontainer .tab.active_tab {
    color: #ffffff;
    }

    I love it on desktop, but on mobile it looks terrible? Can you help me out?

    #644611

    Hi Ismael,
    I noticed that as well, its wired because I have already upgrade to 3.5 version last time, don’t know why its pull back to the old theme now.
    check out previous topic #619800

    Regards

    • This reply was modified 9 years, 9 months ago by Dave. Reason: ask someone to help with
    #644607
    Guenni007
    Participant

    thanks again for the update to 3.6 – and for the new Demos. so far i got no problems by updating to the new Version.

    I like this effect of the app demo of the fixed Element –
    i see the grid row element in which the png with the mobile phone is placed – but i realy don’t know if i want to use it with a different Image how to obtain the right paddings.
    The mobile.png on the left ( 4 pngs congruently above each other) has a top padding of 800px but the color section above doesn’t have a static dimension; the pngs have no correspondence to that 800px (hight of the pngs is 1000px (and even if i scale it to 1210px content width the hight is 807px) and f.e. distance of the bottom of the mobile phone to top is 633px etc. pp) so is it only trial and error these 800 px or is there a special clou for it. ?
    The hight of that grid row section is determined by the right content – isn’t it. (only if padding-top is much more bigger than its determined by that size)
    The effect of congruent phones only changing the display is independent from that padding – even if the paddings of gridrows are different.

    edit:
    so the important thing to that is only that pngs have the same size and that the static content of the image is congruent (you can see that best as layers in photoshop or something like that)
    very nice !
    you can see that demo on http://webers-testseite.de/ikom/ with different pngs. :lol:
    so now i know why it is important that these rows or columns could be set to “hide on mobiles” :yoo

    • This topic was modified 9 years, 9 months ago by Guenni007.

    Hello,

    The information you need is listed here in the private area.
    For Issue 1. I also noticed that the gap appears above certain browser width. If you make browser full width on a screen which is either an general desktop resolution or ipad, ipad pro, the problem exists. But if you reduce the browser to half width, the gap disappears.

    #644569

    Hey meixnerg,

    I’ve tagged the topic for our german speaking moderator, please wait for his reply.

    Best regards,
    Rikard

    #644565

    Hi,

    Great, glad you found the problem. Please let us know if you should need any more help on the topic.

    Regards,
    Rikard

    #644555

    Hey kilimats,

    Thanks for getting in touch with us!

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

    #top .all_colors strong {
        color: #FFFFFF;
    }
    

    Best regards,
    Jordan

Viewing 30 results - 94,591 through 94,620 (of 142,833 total)