Viewing 30 results - 79,021 through 79,050 (of 142,897 total)
  • Author
    Search Results
  • #800949

    In reply to: Blog Post Category bug

    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

    #800948

    In reply to: change the menu

    Hi,

    Please use the following code in Quick CSS.

    To change the background color of menu area:

    #header_main_alternate {
    background-color: green;
    color:white ;
    }

    To change the font size of menu

    .av-main-nav > li > a {
    font-size: 15px !important;
    }

    To make the menu center aligned, please go to Enfold > Header and under Menu and Logo Position, choose “logo center, menu below”. Then add following code to Quick CSS in Enfold theme options under General Styling tab:

    .html_header_top.html_logo_center .logo { left: 0; }

    Alternatively, you can keep your current header layout, and use this instead:

    nav.main_menu {
      left: 25% !important;
    }

    Best regards,
    Sarah

    Hi,

    Great, glad you got it working and thanks for the feedback. You were likely getting cached results the first time you tried I think. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    Hi,

    The code from the previous thread works well on my installation but you have to do a slight modification.

    // https://kriesi.at/support/topic/add-a-quantity-field-to-woocommerce-products/#post-690610

    Find this line:

    // For AJAX add-to-cart actions
    add_to_cart_button.data( "quantity", jQuery( this ).val() );
    

    .. replace it with:

    // For AJAX add-to-cart actions
    add_to_cart_button.attr( "data-quantity", jQuery( this ).val() );
    

    The ajax functionality of the add to cart button is still working after adding the code.

    Best regards,
    Ismael

    #800919

    In reply to: Hreflang Google errors

    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

    #800918

    Hi,

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

    Best regards,
    Rikard

    #800914

    Hi,

    Great, glad you got it working and thanks for letting us know. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #800907
    Terrassenkind
    Participant

    hey guys, hope one of you can fix my prob….

    so, i use the content slider as a testimonial, it looks nice in desktop version but when i use the mobile version the text is bellow the image and it does not look good. so i want to remove the pictures from the content slider, but just for mobile version. is this possible… i also tried some css codes from the forum but it had not the affect i want….

    thank you very much and good night…

    #800903

    In reply to: Mobile menu search

    Hello Victoria,

    I am facing the same issue… every time a page loads on desktop screens, the search bar appears for a second, and then disappears once the page is loaded.

    in functions.php file:

    add_filter( ‘wp_nav_menu_items’, ‘avf_add_search’, 3, 2 );
    function avf_add_search( $items, $args ) {
    if ($args->theme_location == ‘avia’)
    {
    $search = ‘<li id=”menu-item-search-mobile” class=”menu-item menu-item-type-post_type menu-item-object-page current-menu-item page_item page-item-18 current_page_item menu-item-top-//level menu-item-top-level-5″>’.get_search_form(false).’‘;
    $items = $search . $items;
    }
    return $items;
    }

    in quick css:

    @media only screen and (max-width: 767px) {
    #top #searchform> div {
    display: block !important;
    opacity: 1 !important;
    }
    }

    and for mobile view quick css:

    #menu-item-search-mobile {
    display: block;
    }

    Could you help me please?

    Thank You in advance,

    Nick

    #800888
    A. J.
    Guest

    Hello,

    I am considering to buy the theme Enfold.
    The thing I wasn’t able to find in your demos is a sticky menu in the responsive mode.
    I.e. if you scroll down that the menu stays on top of the screen.
    Do the settings allow to have such a sticky menu?

    Kind regards,
    A. Jansen

    #800834
    spiekutowski
    Participant

    Hi Guys,
    I have encountered the problem. When I deal with Woocommerce plugin and Enfold I have the following two problems. These only seem to affect woocommerce:

    1. When I placed plugin extensions – product sliders – on bottom of Home Page – on desktop it looks all right. On mobile version, 3 products “don’t fit” and one of them goes underneath.

    2. The whole Categories section seems to be 75% width what means not all images fit next to each other.

    How to make it all full screen so everything is responsively decreased but will fit on a whole page ?

    Website: https://colwayinternational.online
    Products Slider from <a href='https://automattic.pxf.io/y2XdbN/' target='_blank' rel='nofollow'/ rel=Woocommerce plugin only 70% width of the page. Products do not fit." />
    Categories images not full screen :(

    #800815

    Hey soularas,
    I see a blue bar at the top of your page, but I don’t see any green, is this the area you are talking about?

    Best regards,
    Mike

    #800804

    Hey mleite1,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    .avia-section-huge .content {
      padding-top: 40px;
      padding-bottom: 40px;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #800800

    765 990
    Hi,

    What code has been changed exactly? Because the same issue still occurs.
    From 990px and 765px width the sub menu button is aligned to the left side of the window, smaller than 765 it jumps to the center. It should always be centered.

    Page

    hi vicoria,
    well, that would be a solution for desktop only. if i can apply the column link to tablet and mobile only?

    thanks

    #800790

    Hi LifeIsNow001,

    The mess is created by adding those links with the telephone. LOOKS like too many are there in html. Try removing the extra ones. The logo image is not in a correct container also.
    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    ..main_menu {
        top: 0;
    }
    

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #800784

    Hey foxp3,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    @media only screen and (max-width: 450px) {
      #top .avia-slideshow-button {
        margin-top: 0;
      }
      .slideshow_align_caption {
        vertical-align: top;
      }
    }
    

    Let me know how do you like this suggestion :)
    If you need further assistance please let us know.
    Best regards,
    Victoria

    Hi,

    I still don’t see the search icon there. But here are the styles for mobile with room left for the icon:

    
    @media only screen and (max-width: 450px) {
    .responsive #top ul#menu-item-shop.cart_dropdown,
     .responsive #top #menu-item-shop.cart_dropdown li {
      width: 50px;
      height: 80px;
      min-width: 50px;
      margin-right: 70px;
    
    }
    }
    

    Best regards,
    Victoria

    #800755

    Hi bitojoe,

    On the screenshot in private you van see elements and animation applied, you can override it via css:

    
    .avia_sortable_active .isotope {
        -webkit-transition: height 0.5s 0.2s cubic-bezier(0.165, 0.840, 0.440, 1.000);
        transition: height 0.5s 0.2s cubic-bezier(0.165, 0.840, 0.440, 1.000);
    }

    Best regards,
    Victoria

    #800736

    Hello

    I went to the shop option to choose woo commerce product gallery, and now it is working

    May I ask?
    1)mobile view: why swiping the images, the whole page(product page) are moving ? is that because of the image size is not the same?

    2) desktop: why the thumbnails are all going vertically , can’t slip to next image untill you click the next thumbnails? so for now, I have to scroll down the find the thumbnails and then scroll up to view images.., and do not able to double click to the full size of the images(normal view)

    #800735

    Hey mleite1,

    I noticed that one line ends with an exclamation mark instead of a semicolon, and there are spaces where there shouldn’t be. This may be why your CSS isn’t working. Please use this code instead:

    .testsh .av-special-heading-tag {
         font-family: “PT Sans”, “HelveticaNeue”, “Helvetica Neue”, Helvetica, Arial, sans-serif;
         font-size: 22px !important;
         font-style: italic;
         font-weight: bold;
         line-height: 1.5em;
         margin-bottom: 8px;
         margin-top: 43px !important;
         padding-right: 6px !important;
         text-align: left !important;
    }

    and see if that fixes it! If one of the attributes don’t work, try adding a !important before the semicolon, just make sure that there’s no space after the exclamation mark, and that you retain the semicolon! :)

    Let us know if you need further help.

    Best regards,
    Sarah

    #800721

    Hi John,

    sorry but you are incorrect. I do have this css for the bottom padding of the about row (however it doesn’t seem to be working for whatever reason. The question is why???

    /****************** Padding – About row – top and bottom – mobile + tablet ******************/

    @media only screen and (max-width: 768px) {
    .about-element .content {
    padding-top: 0px!important;
    padding-bottom: 20px!important;
    }
    }

    /****************** Padding – About row – top and bottom – mobile + tablet ******************/
    /****************** Padding – About row – top and bottom – desktop ******************/

    .about-element .content {
    padding-top: 0px!important;
    padding-bottom: 50px;
    }

    /****************** Padding – About row – top and bottom – desktop ******************/

    #800717

    Hey garyhsueh,

    To solve your problem, just add the following custom CSS code:

    .logo img {
      margin-top: 10px !important;
    }
    

    Best regards,
    John Torvik

    #800702

    In reply to: Mobile vs. PC Display

    Hi Victoria,

    Nothing critical? I’d like to attache what I see and what others see when they go to my site on a phone vs a PC. They’re very different, but I don’t see a way to send them to you or attach them.

    The worst thing that happens with the mobile version (on both phone and tablet) is that it CUTS OFF the top portion of the picture (i.e., hides it beneath the banner) in a way that’s much different than the non-mobile.

    On the site, I’ve adjusted the picture, the size of the header, added padding, pretty much everything I can think of and nothing helps.

    How can this be fixed and still keep the properties of the picture/page? And is it possible to send you pictures of what I’m seeing?

    Thanks,
    Chuck

    #800693

    Hey washington7765,
    To make the sub-menu pop out right, try this code in the General Styling > Quick CSS field:

    #top .av-main-nav ul ul {left: 207px!important; }

    You may find that the sub-menu now goes off screen, below will move the menu over left so you can see the sub-menu:

    .main_menu {right: 120px !important; }

    Best regards,
    Mike

    Let me clarify:

    Production – WC 2.6.14 and Enfold 4.0.5 – WORKING
    Dev – WC 3.0.7 and Enfold 4.0.7 – BROKEN

    I have provided a Dev URL for you to test on and two other people have reported the same issue.

    Please stop trying to dismiss this problem, it’s very frustrating. I paid for the theme and I expect it to work.

    Hey 3DStudio,
    Try this code in the General Styling > Quick CSS field:

    #top .av_header_with_border.av_header_transparency #header_main {
        background-color: transparent!important; }
    .inner-container { background-color: #57c7ff;!important; opacity: 0.8!important; }

    Best regards,
    Mike

    #800671

    Hey clairemartindigital,
    The hr element has no padding and is 1px high, but it’s in the div “.template-page .content” which has a top & bottom padding of 50px, so this would reduce that padding to 10px:

    #after_section_5 .template-page.content {
        padding-top: 10px!important; 
        padding-bottom: 10px!important; }

    Best regards,
    Mike

    #800670

    In reply to: Mobile Secondary Menu

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

    
    @media only screen and (max-width: 767px) { .responsive #top .av_header_transparency #header_meta { background-color: #35383c!important; }}

    Best regards,
    Mike

    #800653

    Hi,
    you could try this that reduces the padding around the buttons on mobile so they don’t drop down below the frame:

    
    @media only screen and (max-width: 767px) { 
    #top .avia-slideshow-button {padding: 5px 6px!important; }}

    Best regards,
    Mike

Viewing 30 results - 79,021 through 79,050 (of 142,897 total)