Viewing 30 results - 78,451 through 78,480 (of 142,902 total)
  • Author
    Search Results
  • #806322

    In reply to: Toggle dots on mobile

    Hi,
    please change your code to this:

    @media only screen and (max-width: 767px) {
    .responsive #top .avia-slideshow-controls a { display: inline-block !important; }
    }

    Best regards,
    Mike

    #806316

    In reply to: Moving main logo

    Hi Rikard,

    Yes it works. One more question, what’s the best way to bring the top-right ‘Login | Register’ links closer to the left?

    #806313
    parosweb
    Participant

    Hi
    I have difficulties to translate the “latest portfolio” widget.
    The translation will not pick any category and will display empty.
    I’ve read this topic https://kriesi.at/support/topic/enfold-latest-portfolio-wpml/ and tried widget logic.
    But in my case, as soon as I add ICL_LANGUAGE_CODE==‘xx’ to a widget, it just doesn’t display at all!
    Thank you for any help.

    #806295

    Hi,
    Try this code in the General Styling > Quick CSS field:

    .header_color .header_bg {background-color: transparent!important;  }
    #top #wrap_all .header_color.av_header_transparency {background-color: transparent!important!important;  }
    
    @media only screen and (max-width: 767px) {
    .responsive #top .av_header_transparency.av_alternate_logo_active .logo a > img {opacity: 0 !important;}
    .responsive #top .av_header_transparency .logo img.alternate {display: block !important;}
    
    #top #wrap_all .av_header_transparency, .av_header_transparency #advanced_menu_toggle {
      background: transparent!important;
      position: absolute!important;
    }}

    Best regards,
    Mike

    #806294
    bejan2k
    Participant

    Hi there,

    I would like to change the background of the submenu from the solid black to transparent i have tried the following css code but with no luck help please

    #top .sub-menu { background: transparent !important; box-shadow: none !important; }

    Thanks
    Bejan

    #806291

    Topic: Toggle dots on mobile

    in forum Enfold
    bejan2k
    Participant

    Hi there,
    Firstly great theme, just started working on it and really customisable.

    I need your help I’m trying to get the pagination dots on the slider for mobile to appear in the centre of the screen above the downwards arrow at the moment they are currently sitting in the far left of the screen and would prefer to be in the middle.

    I did previously put in some CSS code to make the white arrows on the slider always show on mobile and not hide i put this in and it solved the arrows issue on mobile but made the pagination dots go to the far left can you help or give some css code to fix this?

    @media only screen and (max-width: 767px) {
    .responsive #top .avia-slideshow-controls a { display:block !important; }
    }

    Thanks
    bejan

    narayananirudh
    Participant

    Hello,
    1. This feature of extra diagonal border which runs like a band across the screen was coming over the main containers initially but then i changed its color etc. and now it has gone behind the containers. Its just visible on the sidebars but how to get them on top once again?
    2. I want to change the ‘grey’ default color on the pages to black. How do i do that? Tried putting the codes from earlier threads but it didnt work.
    3. I want to put a background image in first color section of landing page but with text and buttons over it. A bit transparent image. How do i do that? Please tell me how to do it and if the similar way/code can be used for other pages on the website too.
    4. I believe in this theme I cant make the main content containers on the landing page a bit transparent, is it? please let me know.

    Providing link to my website below.
    Awaiting response. Much appreciated.

    #806269

    Hi Jordan,

    Solved! Close topic!

    Thank you,

    Jas

    • This reply was modified 8 years, 10 months ago by Jasmer.
    #806266
    Cameron
    Participant

    My header is transparent on desktops but gray for some reason on mobile devices. I’d like it to show up as white on mobile devices.

    Please help.

    Thanks,

    Cameron

    #806263

    Topic: Move Back to Top Arrow

    in forum Enfold
    alliancepp
    Participant

    Hello support,
    Is there any Quick CSS that will allow me to move the back to top arrow from the lower right hand corner of the enfold site to the middle or left hand side of the site? I have a client wanting to use a chat app but it gets covered by the arrow.

    Thanks for your help! – Gary

    #806246

    Perfect. This is what I used. But I asked a question above I’d like understand

    “Why does the Enfold theme not center these automatically? I’d like to know if there is something I can do differently, because I don’t want to center the fields via CSS on different devices every time I build a website.”

    Do I need to use a different element? This element should renderr correctly without custom CSS.

    @media only screen and (max-width: 767px)  {
    .page-id-18 .avia-builder-el-2{
    padding:25px!important;
    padding-top:45px!important;
    }}

    Thank you so much for your help,

    Jas

    #806240

    Hi Yigit,

    I need one thing, to make the all the landscape images on my site to be full frame with no giant white space below the image. (See screenshot in Private Content below) I do not to replace the images. It takes forever to find excellent images. There has to be way as this has been successful on other sites.

    This is not just about one image. I need others adjusted. Please look at the other images listed below (in Private Content) to see what I am talking about. This is more than a width problem. People’s heads are cut off, all the people don’t fit in the photo, etc.

    Perhaps we also need to use CSS to resize the height of the Color Section or use a different element. This is a problem on almost all of my sites. I would like to find a permanent solution for this so I don’t have to bother you guys with this problem on every site.

    Thank you so much for your help Yigit.

    As I mentioned this CSS below, worked to some degree, but still with problems. I put the CSS back on the site so you can see the problem when you go to the site on your mobile device. The CSS below worked for another site with the similar image dimensions. (See Private Content below for the other site.)

    @media only screen and (max-width: 767px) {
    #home-slider-image .av-parallax-inner.main_color.avia-full-stretch {
        position: relative;
        top: -200px;
        background-size: contain !important;
    }} /*home slider image + uncrop width*/
    
    @media only screen and (max-width: 480px) {
    #home-slider-image {
        background-position: 50% 0%!important;
        background-attachment: scroll!important;
    }}
    • This reply was modified 8 years, 10 months ago by Jasmer.
    #806233
    jgraddy
    Participant

    Good Afternoon,

    On several pages of my site when I use a color section, they do not show up on mobile. Here are several examples where it looks good on desktop, but not mobile:

    There are others, I just provided a few examples to you.

    Thank!

    #806211
    AccentaDisplay
    Participant

    Hi, the tab section seems to have stopped working for us. When clicking on the menu item the tab doesn’t change. Please check it out here: http://exhibitorideas.com/supreme/

    #806209

    Hi Basilis,
    thanks a lot. This was great help! It works just perfect. You can close this thread.
    Just wanted to share for others how I changed the CSS code (thanks to you link):

    #top label {
    margin-top: -15px;
    margin-bottom: 0px;
    }
    #top .avia_ajax_form .text_input, #top .avia_ajax_form .select {
    padding: 8px;
    }
    @media screen and (min-width:480px) {
    #top .avia_ajax_form input[type=”checkbox”] {
    top: -12px!important;
    }
    }

    Best regards,
    Bernd

    #806204
    Christine Sandall
    Guest

    Hi, I already have Enfold, I just can’t log in to post this question on the forum. I want to change the font size of the titles in the accordion on my website and I found this post from 2014 that answers that question:
    https://kriesi.at/support/topic/accordion-feature-increase-size-of-font-and-changing-color-of-font-in-title/
    I just don’t know where I am supposed to change the class of the accordion titles – in the title text box, or somewhere else? I have a basic understanding of HTML and CSS, I’m just not 100% familiar with how to change these things within WordPress.

    bbbfg
    Participant

    I’ve added two input fields for a custom search function to my page. The first field is an autocomplete plugin, the second one a calendar. Both plugins do create a div with ‘position:absolute’ on the fly.

    Now I have z-index problems in two situations and increasing the z-index of these plugin wrappers doesn’t help:

    1. First I added a “color section” using the “Avia Layout Architect” and inserted both input fields to it. Below the color section there are many 1/3 boxes containing simple text boxes and buttons simulating the search output. When I click on the input fields, it looks like this:

    Screenshot

    I’ve tracked down the problem to the CSS ‘unit’ class:

    .unit, .units {
      float: left;
      display: inline;
      margin-left: 50px;
      position: relative;
      z-index: 1;
      min-height: 1px;
    }

    When I remove the ‘position: relative’ my problem is solved, but I think this will cause problems somewhere else. Is there another solution for this?

    2. Situation:

    I want to have those two input boxes at the front page on top of the slider, so I’ve added it to the text caption of an aria slider image, but the text caption box has some overflow scroll logic and my position:absolute boxes are truncated:

    Screenshot

    Is there a way to open up something, that is bigger than the slider caption box and lays above all other content?

    Thanks!

    force-media
    Participant

    Hi Guys,

    I hope you can help me on this topic. I am using a WooCommerce Addon called “Improved Variable Product Attributes for WooCommerce”. However, currently I am modifying the shop sites of my WooCommerce installation.

    What I am going to do is to center product descriptions and images. So far i was able to get everything done with my CSS knowledge, but for some reason I don’t get the product attributes moving where i want to have them (centered below the description).

    Thanks for your help!

    ah, sorry, should have written it here. Thanks.

    I made a workaround and replaced the variable topbar_height in avia.js with a global variable and manipulated it in another script.
    Thanks for returning.

    #806096

    Hi,

    Then just add the following to the css I gave you:

    padding-top:50px!important;

    Adjust the number to whatever it needs to be.

    Best regards,
    Jordan Shannon

    #806083

    Thanks Rikard, I will try.

    Please note that this was not my topic – just interfering… ;-) and I am not sure whether for @olieshop24 it is all clear now.

    Enjoy your weekend!
    Monique

    #806067

    Hi Jas,

    Color Section height changes depending on the screen size and background image’s proportions are not always the same with color section. I think for now the best solution would be replacing background image on mobile to a one with more spaces on both top and bottom using following code

    @media only screen and (max-width: 767px) {
    #home-slider-image .av-parallax-inner.main_color.avia-full-stretch {
        background-image: url(URL_TO_YOUR_IMAGE_HERE);
    }}

    Best regards,
    Yigit

    #806059

    Hi,

    Ok, great, I’m guessing it was some kind of caching acting there. Anyway, great that it’s working now. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #806058

    Hi,

    Ok, thanks for the feedback. Let us know if you should need any further help on the topic.

    Best regards,
    Rikard

    #806026

    Hi,

    Great, glad we could help. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #806021

    Yes – i think the easiest way is to give each Menu Point his own class

    (you can click every image to enlarge)

    Goto Menu and have a look on top of the window (red arrow – press the button)

    the slideing out gives you many oportunities – mark that Classes square

    now open the menu-point you like to give a class and input a classname in the concerning field:

    now you can select that menu point with the class you gave.

    in my example :

    li.special-color .avia-menu-text {
        color: #090;
    }
    #806020

    Topic: Header border

    in forum Enfold
    nanetu
    Participant

    Hi!
    How can I remove via css this border (see link).
    I hav tried this:

    .container_wrap {
    border-top-style: solid;
    border-top-width: 1px; -> border-top-width: 0px;
    clear: both;
    position: relative;
    }

    It’s working if I set border width to let say 2px, but doesn’t work if I set it to 0px :). I also tried with !important;, but no luck..

    Regards,
    Jernej

    #806006

    Hi,

    Great, glad we could help :-)

    Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #806005

    Thanks Jordan! You can close this topic.

    #806001

    Hi Jordan,

    Yes that is good. But I’d like to increase the top of the overlay by 20px as well.

    I wasn’t everything to stay the same, but I want the white overlay to be taller at the top by 20px. Can you help with that?

    THANK YOU,

    Jas

Viewing 30 results - 78,451 through 78,480 (of 142,902 total)