Viewing 30 results - 85,531 through 85,560 (of 142,739 total)
  • Author
    Search Results
  • #734698

    Hi,

    stick to one question only in one ticket and feel free to open another one for a different question.

    Use this code inside Quick CSS field:

    .avia_desktop .av-hover-overlay-active .av-masonry-image-container {
    opacity: 1;
    }

    Best regards,
    Andy

    #734696
    lleonera
    Participant

    Hey guys!

    I need to add text in my easy slider. The only options on enfold of where to place this text is right, left, buttom and center, but I need the text to be on the top of the image in the right corner or left.

    There is any code of anything to achive what I want?

    Hope you can answer as soon as possible.
    Thank you so much!

    #734688

    In reply to: drop down menu too low

    Hi,

    1.) Use this code inside Quick CSS field:

    .avia_mega_div {
    top: 80px !important;
    }

    2.) Use this code:

    .logo img {
    width: 42% !important;
    max-height: 200px; 
    }

    Adjust as needed.

    Best regards,
    Andy

    #734682

    Hi,

    you need to wrap the code Nikko provided to you inside media queries, to make sure it’s working properly on smaller screen sizes. So for iPad something like this:

    @media only screen 
      and (min-width: 768px) 
      and (max-width: 1024px) {
    #top.page-id-705 .avia-layerslider .ls-slide p {
    height: auto !important;
    line-height: 1.2 !important;
    padding: 0 20px !important;
    position: static;
    width: 100% !important;
    text-align: center;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    }
    
    #top.page-id-705 .avia-layerslider .ls-slide p.ls-main-heading {
    font-size: 28px !important;
    padding: 30px 20px 0 !important;
    }
    
    #top.page-id-705 .avia-layerslider .ls-slide p.ls-subheading {
    font-size: 18px !important;
    padding: 10px 20px 0 !important;
    }
    
    #top.page-id-705 #wrap_all .ls-wp-fullwidth-container .ls-slide {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    }
    
    #top.page-id-705 .ls-wp-fullwidth-container {
        height: 74px !important;
    }}

    For more information about media queries refer to: https://css-tricks.com/snippets/css/media-queries-for-standard-devices/

    Best regards,
    Andy

    #734673

    Hi,

    could you explain which problems you experience exactly on the frontend? so what exactly is not working properly?

    Have in mind that we have no experience with this plugin and it’s not one recommended in our plugin list for Enfold. So best to contact plugin’s author for support about it, as they know their plugin best.

    Best regards,
    Andy

    #734666
    p-inc
    Participant

    Hi there

    For our client, we are recreating the following website http://www.lichtsteiner-stiftung.ch/ in wordpress.
    Of course in enfold ;)

    The “big problem” ist the open and close function that the boxes have (the plus and minus sign in the top right corner and the [MEHR] and [WENIGER] that stands for more and less in german below the teaser texts.)
    Does somebody know if it’s possible to use the accordion element for the hidden content and have a second trigger to activate it? Then we could place it below the text and just add the trigger as a plus and minus sign.
    Unfortunately im only good in html and css, so jquery and javascript things are a problem for me.

    Maybe someone could help, or knows a workaround with a plugin or something.

    Thanks!

    #734658

    Topic: Vertical top menu

    in forum Enfold
    GraphicEyeDK
    Participant

    Hello,

    Is it possible to make a vertical top menu in the Enfold theme like on this site: http://varigejob.nu/

    Best regrads,
    Helle Østergaard

    #734657
    J.A.R.
    Participant

    hello,

    i’m having some element issues on the Arabic side of my site again, first of all here is the codes you gave me so far to fix most issues:

    .rtl .post-title, .rtl .slide-entry-title {
        letter-spacing: 0.01em!important;
    }
    ul.avia_wpml_language_switch_extra {
    display:none !important;
    }
    .responsive #top .avia-team-member .team-social {
        max-width: 300px;  
        margin: 0 auto;
    }
    @media only screen and (max-width: 767px) {
    .responsive.html_mobile_menu_tablet.html_logo_right #advanced_menu_toggle {
        left: 5px !important;
    }
    }
    .iconbox_left .iconbox_icon {
        left: 5px;
    }
    @media only screen and (max-width: 767px) {
    	.responsive #header_meta .social_bookmarks li {
    	    border: 0 !important;
    	}
    
        #header_meta .container{
            text-align: center;
        }
    
        #header_meta .container > * {
            display: inline-block;
            width: auto !important;
            padding: 0;
        }
    
        #header_meta .phone-info.with_nav {
            position: absolute;
            right: 0;
            top: 5px;
        }
    
        #header_meta .responsive #header .social_bookmarks {
            position: absolute;
            left: 0;
        }
    .sub_menu {
        position: absolute !important;
        left: 0;
        right :0;
        top: 0px;
        margin: 0 auto;
    }
    }
    .rtl #header .social_bookmarks li:last-child {
        border-right: 1px solid #e2e2e2!important;
    }
    .rtl .av_secondary_left .sub_menu>ul>li:last-child, .rtl .av_secondary_left .sub_menu>div>ul>li:last-child {
        padding-right: 10px;
    }
    .rtl .sub_menu {
        padding-right: 0;
        padding-left: 10px;
    }
    .rtl #header .social_bookmarks li:first-child {
        border-right: none!important;
    }
    .avia-tooltip.avia-tt {
        width: 200px;
    }
    .av_header_transparency a .avia-menu-text{
        color:#fff!important;
    }
    .av_header_transparency .phone-info a {
        color: #ffffff;
    }
    @media only screen and (max-width: 767px) {
    #header_meta .phone-info a {
        color: black;
    }}
    #top #wrap_all .av_header_transparency .sub_menu > ul > li > a {
        color: #ffffff;
    }
    #top.rtl #header .social_bookmarks li:last-child {
        border-color: rgba(255,255,255,0.25) !important;
    }
    
    #top.rtl #header.header-scrolled .social_bookmarks li:last-child {
        border-right: 1px solid #e1e1e1 !important;
    }
    @media only screen and (min-width: 767px) {
      a#advanced_menu_toggle {
        color: white!important;
      }
    
      .header-scrolled a#advanced_menu_toggle {
        color: #000 !important;
      }
    }
    @media only screen and (max-width:960px) {
    	#header_main .container.av-logo-container {
    	  padding: 9;
    	  max-width: 100%;
    	}
    
    	#advanced_menu_toggle {
    	  left: 10px !important;
    	}
    }

    1) first of look at this picture of the home page, this is when it is first loaded (no scroll), its perfect, no issues
    https://www.dropbox.com/s/se5uhawt671qxcv/Home%20page%20when%20first%20loaded.png?dl=0
    2) look at the home page when i scroll down a little and the header turns to sticky, it perfect as well
    https://www.dropbox.com/s/wzznf2908ehy62i/Home%20page%20after%20scroll.png?dl=0
    3) heres a look at another page, you can see the lines are missing on the social media
    https://www.dropbox.com/s/cj4e9n3rekgzh5n/Page%20when%20first%20loaded.png?dl=0
    4) after i scroll down it works normally
    https://www.dropbox.com/s/yuqcibnon5lmfo2/Page%20after%20scroll.png?dl=0
    5) i don’t know if this is part of the issue, but look at the share icons under the comments and you will see there is a line missing there as well
    https://www.dropbox.com/s/6n17a5ir8pqglys/Share%20icons%20on%20blog%20page.png?dl=0

    The issue with these lines is non stop, if i set lines between the menus in the main header there will be lines missing and such. please let me know what to remove and add in the code above to fix all these issues.

    I also hope you guys can fix these issues as i love this theme and i’m getting many jobs coming up in Arabic, and i don’t want to try another theme for those jobs, but i will have to if i cant fix these issues.

    #734656
    Activities
    Participant

    Hello,

    I created 4 bookable products for my website and I need them to be translated into 3 languages. I created the original ones in english and I made a nice product page with it, from the Enfold travel theme (that uses woocommerce booking as well.)
    For the english page, everything is good (see link below)

    The problem arrives when I want to translate my product with WPML, I cannot access the design of my product page, i just have the coding source. Which should be fine, I can still do the changes there but when I post the page, there are some display issues : the product appears twice, and I don’t want it to appear at the top of the page. And then my blue header is not displayed correctly and also the pictures at the bottom of the page.

    I have already checked with WPML and Woocommerce and they say it might be a Theme issue, but when I bought Enfold I made sure it was compatible with Woocommerce booking and you even recommand it on your demo theme Travel.

    Can you help me ? I have to launch my website this week and I am stuck !

    #734648

    Ahh see I knew it would be something stupid.

    You sir, are a genius! Thank you. All working well on that part on desktop but on checking responsive it is still not full width? Any theories?

    Plus can I increase the padding above the logo as it looks a bit squashed at the top of the container?

    Also, sorry but while I’ve got your attention I’m going to make the most of your knowledge.

    On this site, I would like each of the colour sections to fill the screen so that the arrow to jump to next section is always placed at the bottom and it looks/works really sleek. Is this possible as when I selected the “100% of browser height” in the row settings it works fine for the first section but when it jumps to the second it shifts down the page and it looks rubbish. Am I doing something wrong or is there some way of doing this that you can advise?

    Thanks
    Emma

    p.s. can you think of any reason why the following code in quick css would knock out my advanced button styling not to work on desktop version? I have eliminated all other codes by removing and re-applying one-by-one and this is the one that affects it for some reason?

    p.p.s Any chance I could get an answer on this one soon? Sorry to pester as I know you are probably snowed under.

    @media only screen and (max-width: 767px) {
    .responsive .logo a {
    display: inline-block;
    vertical-align: middle;
    }

    • This reply was modified 9 years, 1 month ago by efletcher.
    #734635

    Hello Nikko,
    Thanks for your help! It looks nice on the second row, but now there is a tiny tiny gap at the first en last masonry, is there a workaround for only the middle masonry?

    And a bit off topic, I am trying to hide the captions on a tablet (portrait mode) and on mobile phones, but I am not succeeding, see also the style.css of the child theme.

    Thanks for your help, and thanks in advance,

    Greetings
    Bert

    #734623

    Hi,

    Try adding this css code:

    #top .single-product-main-image .onsale {
        top: -40px;
    }

    Let us know if this helps :)

    Best regards,
    Nikko

    YongyanLi
    Participant

    Hi, Can you help me to solve this problem?
    add the woocommerce product add-on extention lately, but the content didn’t show quite well.

    laptop view( looks better but still not in the right position)
    https://drive.google.com/file/d/0B6L9QZ3Td5YjQVJKY2h4WTB6UVk/view?usp=sharing

    Mobile view( looks really terrible)
    https://drive.google.com/file/d/0B6L9QZ3Td5YjZEctekdZWkNpdVE/view?usp=sharing

    setup screenshot
    https://drive.google.com/file/d/0B6L9QZ3Td5YjZTcxRl9uVXB5WFU/view?usp=sharing

    • This topic was modified 9 years, 1 month ago by YongyanLi.
    #734587

    In reply to: Yoast Breadcrumbs

    Hey ralfbelusa,

    Thank you for using Enfold.

    How did you add the breadcrumb? And where do you want to add it? If you want to replace the default breadcrumb, please follow this thread.

    // https://kriesi.at/support/topic/make-breadcrumb-path-follow-primary-category/#post-607364

    Best regards,
    Ismael

    #734585

    In reply to: Remove footer menu

    Hi,

    Great, glad you got it working :-)

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

    Best regards,
    Rikard

    #734563

    Hey olofnaucler,

    Thank you for using Enfold.

    You can add more social media button by using the “avia_social_share_link_arguments” filter. Example here:

    // https://kriesi.at/support/topic/adding-whatsapp-button-on-social-share-buttons/#post-573570

    Best regards,
    Ismael

    #734537

    Hi,


    @jewsforjesus
    : I’m sorry but I’m asking you to create a new topic or thread. This is a public thread for the theme translation. Please create your own topic or thread.

    Best regards,
    Ismael

    #734526

    Hey!

    There’s a missing closing curly brace.

    .av-section-bottom-logo.header_color + div + .avia-section {
    margin-top: -135px;
    
    .av-section-bottom-logo.header_color .container, .av-section-bottom-logo.header_color .container .inner-container {
    width: 100% !important;
    max-width: 100%;
    }
    

    ..should be:

    .av-section-bottom-logo.header_color + div + .avia-section {
    margin-top: -135px;
    }
    
    .av-section-bottom-logo.header_color .container, .av-section-bottom-logo.header_color .container .inner-container {
    width: 100% !important;
    max-width: 100%;
    }
    

    Best regards,
    Ismael

    #734507

    Hi,

    Great, glad it started working again. Let us know if you should have any further problems on the topic.

    Best regards,
    Rikard

    #734500

    Hey muskowl16,

    Yes they are, though you’ve placed a widget on top of them. Try this in Quick CSS:

    #header .widget {
        padding-top: 0;
        top: 5px;
    }

    Best regards,
    Rikard

    #734488

    Hi,

    We have added the below code in Quick CSS please review the site now :)

    #top #wrap_all .footer_2_color .social_bookmarks{	
        display: flex;
        justify-content: center;    
    min-height:100px;
    }
    
    #top #wrap_all .footer_2_color .social_bookmarks li {	
    border:none;
    margin:0 2em;
    }
    #top #wrap_all .footer_2_color .social_bookmarks li a {	
    margin-top:25px;
    max-height:55px;
    min-width:55px!important;
    border-radius: 50px;
    font-size:35px;
    padding: 12px 0 0 0;
    }
    
    #top .footer_2_color .social_bookmarks .social_bookmarks_facebook [data-av_icon]:before{
    	color:#FFF!important;
    }
    #top .footer_2_color .social_bookmarks .social_bookmarks_facebook [data-av_icon]:hover::before{
    	color:#FFF!important;
    }
    #top .footer_2_color .social_bookmarks .social_bookmarks_instagram [data-av_icon]:before{
    	color:#FFF!important;
    }
    #top .footer_2_color .social_bookmarks .social_bookmarks_instagram [data-av_icon]:hover::before{
    	color:#FFF!important;
    }
    #top .footer_2_color .social_bookmarks .social_bookmarks_youtube [data-av_icon]:before{
    	color:#FFF!important;
    }
    #top .footer_2_color .social_bookmarks .social_bookmarks_youtube [data-av_icon]:hover::before{
    	color:#FFF!important;
    }

    Best regards,
    Vinay

    #734487

    In reply to: Demo page shortcodes

    Hi Nadea,

    Glad we could help :-)

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

    Best regards,
    Rikard

    #734485
    CloudChoice
    Participant

    Hi,

    I would like to use color sections in Posts. BUT the problem is that, unlike a page where the color section can be at the top and with full width, in the POSTS it comes below the post title and does not get full width.

    In the example I show the same color section in a page and in a post. I would like that in the post it had the same look as the page.

    Any suggestion?

    • This topic was modified 9 years, 1 month ago by CloudChoice.
    #734462
    mterrian
    Participant

    Hello there,
    We are using the newest version of Enfold and using a 5-panel accordion slider on the home page.
    On mobile devices, this is really unusable. The previews are too narrow and nothing looks good.

    I know that I can turn if off on mobile, but I thought I’d ask a question first:

    Is there a way via CSS that comes to mind that would allow me to show:
    1) the whole normal accordion on desktop/laptop, and
    2) a single pane of the accordion on mobile? Or even a separate image unrelated to the accordion?

    My thought is there is some kind of use of “display:none” that could be used to toggle the two things…but I’m unsure.

    Anything come to mind? Thanks so much for all you do!

    #734449

    Topic: testimonial custom css

    in forum Enfold
    drimmerj
    Participant

    I put the following code (provided by you) in the custom.css file and in Theme General Styling. It worked for one of my sites. I have two, using the same theme for both. Can you take a look why the changes are not working on this particular site? The goal is to reverse the sizes of the text in the testimonial carousel. Where the name is larger and the quote is smaller. I’ll put login info in private section.

    strong.avia-testimonial-name {
    font-size: 7px !important;
    }
    .avia-testimonial-content {
    font-size: 10px !important;
    }
    #top .av-large-testimonial-slider .avia-testimonial-meta {
    margin-top: 7px;
    }

    #734436

    Hey!

    It seems like you have this code in Quick CSS (located in Enfold > General Styling):

    div.phone-info {
        width: 100%;
        text-align: center;
        margin-top: -30px;
    }

    try replacing it with:

    div.phone-info {
        width: 100%;
        text-align: right;
        margin-top: 0;
    }

    Let us know if this helps :)

    Cheers!
    Nikko

    #734413
    LifeIsNow001
    Participant

    Im trying to change the icon boxes to text, I enabled classes on all elements, gave the Icon box the class of iconBox1 and added this css code into
    quick css. Can’t get anything to show. Any ideas? Website login info below

    .iconBox1 [data-av_icon]:before {
       content: "car 1225 "!important;
    }

    referencing this post

    #734410

    Hi Rikard,
    just one more question if i may please.
    when i load the home page

    the page loads in a funny order the contents of the page are first rendered at the top of the page and then when the slide show appears they are pushed down the page.
    is there a way to have them rendered where they will end up – ranter than having them move down the page – it looks a little jerky on load

    thanks

    Ian

    #734406

    Theme: Twenty Seventeen
    Plugin: enabled
    the HTML +/- buttons are revealed, fractional quantities can be saved to cart

    Theme: Enfold
    Plugin: enabled
    the Enfold +/- buttons are not working, manual input with fractional quantities is not accepted by page

    Theme: Enfold child with Josua code to disable Enfold +/- buttons
    Plugin: enabled
    Enfold +/- buttons are disappeared
    The HTML +/- buttons are not revealed, manual input with fractional quantities is accepted by page
    The decimal separator in the header cart is wrong (‘.’ instead of ‘,’ as defined in woocommerce config)

    Obviously, the fractional quantities directly supported by Enfold +/- buttons … is the desired solution :-)

    Fractional quantities question moved HERE

    • This reply was modified 9 years, 1 month ago by tipinoncomuni. Reason: deleted access info
Viewing 30 results - 85,531 through 85,560 (of 142,739 total)