Viewing 30 results - 81,151 through 81,180 (of 142,855 total)
  • Author
    Search Results
  • #779944

    @luisgasser the issues you describe are not related to enfold. The chances are you have third party plugin causing that issues. There is only one issue with woocommerce 3.0.3 and enfold.

    #779943

    In reply to: Body link color

    Hello Rikard,

    Thank you for your help!

    Just a small adjustment needed. This CSS made all links green, including those from the top bar, widgets, etc… I’d like to edit the color of the links in the body text only. As in the text of a post, or when creating text for a landing page.
    What could be the CSS for this purpose?

    Many thanks,

    Miguel

    I’ve had trouble too with the Masonry Gallery after updatin to the latest version. Both on desktop and mobile it only shows one image if not none. I’ve tried deactivating the plugins, but none of them is causing the trouble. Nor is my custom code.

    If I’m logged in it works fine (on desktop at least).

    • This reply was modified 8 years, 11 months ago by m9491.
    realbambam
    Participant

    Hi guys,
    normally a page opens at the top, near title or header, but in my case the focus is set to the first tab (or other tab selected in properties with the number). see link
    How can i change this behavior, and go directly to the top – without changing the calling links or insert anchors.
    Thank you in advance for your support

    #779910

    >> Is there by any chance, you are loading the JS from your functions.php and now it is braking everything?

    doh.

    Yes. I had used a bit of code suggested in a previous ticket (https://kriesi.at/support/topic/how-do-i-disable-wordpressenfold-lightbox-but-retain-plugins-lightbox-effect/) as I was having issues with the Envira gallery plugin and the Lightbox not showing correctly.

    I have now removed this as the client no longer uses Envira and everything works correctly.

    NOTE: I’ve linked to the previous ticket so there’s a trail in case anyone else has a similar/related issue.

    Thanks for your help and this ticket can be marked as resolved.

    #779903
    Kuba Gaj
    Guest

    Hi Yigit,
    Any news? It’s been already 4 months :P I do not want to push but it will be nice to get the answer. Many has changed since my first message. We have many awesome affiliates (top authors included). Only in March we have paid out over $3,500 to our affiliates. And we are just gettings started. Having you on board means a world to us. I personally have been an Kriesi fan for a long time :)

    Kind regards,
    Kuba

    #779899

    Hi Nikkp,

    Sure, and thanks for speedy reply!

    See above and below the images, I’d rather have there be plain white as background.

    2 follow up questions:
    The categories at the top are centered horisontally – I’d love to have them justified to the left instead.

    Also, the image captions below – where to adjust the vertical positioning? I would like them to be located closer to the parent images.

    Best regards
    Metin

    #779877
    MatsHoff
    Participant

    Hey,
    I’ve found two threads nearly solving my problem:
    https://kriesi.at/support/topic/accordion-slider-mobile-3-full-width-underneath-each-other/
    https://kriesi.at/support/topic/accordian-menu-stack-in-mobile/

    Though the fix still covers the content below the Accordion Slider on mobile devices.
    Any suggested fix?

    Cheers

    #779876

    Hi Dino,

    Here is the thread that might give you some insight on how to adjust image generation settings.

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

    #779869

    Hi,

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

    .html_header_sidebar #top #header {
        width: 301px !important;
    }

    Best regards,
    Rikard

    #779839
    Tarmota
    Participant

    Hi

    My webpage is http://aiamaastikud.ee/
    When I open it on mobile, then logo is missing. If I just scale the website on desktop, then everything is ok. Could anyone point out what could be the problem?

    Tarmo

    #779827

    In reply to: Map Icon Sizing issues

    Hi,

    We tested this on our installation and the two options return different results. Did you modify any of the theme files? If I am not mistaken, this is a duplicate of another thread.

    // https://kriesi.at/support/topic/google-marker-icon-larger/

    Best regards,
    Ismael

    #779825

    Hi,

    It’s possible to disallow any url with the search (?s=key) query.

    // https://kriesi.at/support/topic/gwt-problems-indexing-enfold-soft-404-with-search-activated-s

    Best regards,
    Ismael

    Hi,

    The child or sub menu items of the “What We Do” menu are displaying properly. It will look better if the page is using a right sidebar. Or use the following css code to change the style of the custom menu.

    #top .sidebar_left .widget_nav_menu .current-menu-item > ul, #top .sidebar_left .widget_nav_menu .current_page_item > ul, #top .sidebar_left .widget_nav_menu .current_page_ancestor > ul, #top .sidebar_left .widget_nav_menu .current-menu-ancestor > ul {
        padding: 0;
        left: 13px;
        position: relative;
    }
    
    #top .sidebar_left .widget_nav_menu ul ul li a {
        padding: 6px 0px 7px 0px;
    }
    
    #top .sidebar_left .widget_nav_menu .sub-menu {
        padding-right: 0;
    }
    
    #top .widget_nav_menu ul ul .sub-menu, #top .widget_nav_menu ul ul .children {
        padding: 0;
        overflow: hidden;
        margin: 0;
    }
    
    #top .sidebar_left .widget_nav_menu .sub-menu > li > a {
        position: relative;
        right: 15px;
    }
    
    #top .sidebar_left .widget_nav_menu .sub-menu .sub-menu li a {
        right: 26px;
        position: relative;
    }
    
    #top .sidebar_left .widget_nav_menu .sub-menu .sub-menu .sub-menu li a {
        right: 39px;
    }

    Best regards,
    Ismael

    #779801

    Hey Briana,

    Try adding this css code in Quick CSS (located in Enfold > General Styling):

    
    @media only screen and (max-width:1024px) {
      .html_header_top.html_header_sticky #header {
        position: absolute !important;
      }
    
      #top #header_main > .container {
        height: 185px !important;
        line-height: 185px !important;
        background-color: rgba(255,255,255,0.5) !important;
      }
    
      #top #header_main > .container .logo a, 
      #top #header_main > .container .logo img {
        max-height: 185px !important;
      }
    }
    

    Hope this helps :)

    Best regards,
    Nikko

    #779784

    In reply to: Fullwith button

    Hi,

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

    #top .avia-button {
        border-radius: 0 !important;
    }

    I have verified that it’s working.

    Best regards,
    Rikard

    #779773

    Hi!

    Please rename the file to “columnslinkable.php” file then use the following code.

    // https://pastebin.com/EEUXG5Bq

    In the functions.php file, use this code:

    add_action( 'admin_head', 'ava_custom_admin_style' );
    function ava_custom_admin_style() {
    	$output  = '<style type="text/css">';
    	$output .= '.avia_layout_builder .av_one_fifth_linkable{width:18%;}';
    	$output .= '.avia_layout_builder .av_two_fifth_linkable{width:38%;}';
    	$output .= '.avia_layout_builder .av_one_half_linkable {width:48%;}';
    	$output .= '.avia_layout_builder .av_three_fifth_linkable{width:58%;}';
    	$output .= '.avia_layout_builder .av_four_fifth_linkable{width:78%;}';
    	$output .= '.avia_layout_builder .av_one_fourth_linkable{width:23%;}';
    	$output .= '.avia_layout_builder .av_three_fourth_linkable{width:73%;}';
    	$output .= '.avia_layout_builder .av_one_third_linkable{width:31.3%;}';
    	$output .= '.avia_layout_builder .av_two_third_linkable{width:64.6%;}';
    	$output .= '.avia_layout_builder .av_one_full_linkable{width:98%;}';
    	$output .= '}</style>';
    	echo $output;
    }

    And then add this in the custom.css file or the child theme’s style.css file.

    
    div .flex_column {
      z-index: 1;
      float: left;
      position: relative;
      min-height: 1px;
      width: 100%;
    }
    div .av_four_fifth_linkable {
      margin-left: 6%;
      width: 15.2%;
    }
    div .av_one_fourth_linkable_linkable{
      margin-left: 6%;
      width: 20.5%;
    }
    div .av_one_third_linkable {
      margin-left: 6%;
      width: 29.333333333333332%;
    }
    div .av_two_fifth_linkable {
      margin-left: 6%;
      width: 36.4%;
    }
    div .av_one_half_linkable {
      margin-left: 6%;
      width: 47%;
    }
    div .av_three_fifth_linkable{
      margin-left: 6%;
      width: 57.599999999999994%;
    }
    div .av_two_third_linkable {
      margin-left: 6%;
      width: 64.66666666666666%;
    }
    div .av_three_fourth_linkable {
      margin-left: 6%;
      width: 73.5%;
    }
    div .av_four_fifth_linkable{
      margin-left: 6%;
      width: 78.8%;
    }
    div .av_one_sixth_linkable {
      margin-left: 6%;
      width: 11.666666666666666%;
    }
    div .av_one_seventh_linkable {
      margin-left: 6%;
      width: 9.142857142857142%;
    }
    div .av_one_eighth_linkable {
      margin-left: 6%;
      width: 7.25%;
    }
    div .av_one_nineth_linkable {
      margin-left: 6%;
      width: 5.777777777777778%;
    }
    div .av_one_tenth_linkable {
      margin-left: 6%;
      width: 4.6%;
    }
    /* Columns for better content separation (no margin)
    ================================================== */
    #top div .no_margin {
      margin-left: 0;
      margin-top: 0;
    }
    #top .no_margin.av_four_fifth_linkable {
      width: 20%;
    }
    #top .no_margin.av_one_fourth_linkable_linkable{
      width: 25%;
    }
    #top .no_margin.av_one_third_linkable {
      width: 33.3%;
    }
    #top .no_margin.av_two_fifth_linkable {
      width: 40%;
    }
    #top .no_margin.av_one_half_linkable {
      width: 50%;
    }
    #top .no_margin.av_three_fifth_linkable{
      width: 60%;
    }
    #top .no_margin.av_two_third_linkable {
      width: 66.6%;
    }
    #top .no_margin.av_three_fourth_linkable {
      width: 75%;
    }
    #top .no_margin.av_four_fifth_linkable{
      width: 80%;
    }
    #top .no_margin.av_one_sixth_linkable {
      width: 16.666666666666668%;
    }
    #top .no_margin.av_one_seventh_linkable {
      width: 14.285714285714286%;
    }
    #top .no_margin.av_one_eighth_linkable {
      width: 12.5%;
    }
    #top .no_margin.av_one_nineth_linkable {
      width: 11.11111111111111%;
    }
    #top .no_margin.av_one_tenth_linkable {
      width: 10%;
    }
    
    /* Columns with equal height
    ================================================== */
    
    #top .flex_column_table{
    	display: table;
    	table-layout: fixed;
    	width:100%;
    }
    
    #top .flex_column_table_cell{
    	float:none;
    	display: table-cell;
    }
    
    #top .av-flex-placeholder{
    	display: table-cell;
    	width: 6%;
    }
    
    .av-align-top{ vertical-align: top; }
    .av-align-middle{ vertical-align: middle; }
    .av-align-bottom{ vertical-align: bottom; }
    
    /*breaking point logic for the common  1/4 element in ipads. makes sure that it converts to a 1/2 element in most cases*/
    @media only screen and (min-width: 768px) and (max-width: 989px) {
      .responsive .av_one_fourth_linkable.first.el_before_av_one_fourth.flex_column_div,
      .responsive .av_one_fourth_linkable.first + .av_one_fourth_linkable.flex_column_div,
      .responsive .av_one_fourth_linkable.first + .av_one_fourth_linkable_linkable+ .av_one_fourth_linkable.flex_column_div,
      .responsive .av_one_fourth_linkable.first + .av_one_fourth_linkable_linkable+ .av_one_fourth_linkable_linkable+ .av_one_fourth_linkable.flex_column_div,
      .responsive .av_one_half_linkable.first + .av_one_fourth_linkable.el_before_av_one_fourth.flex_column_div,
      .responsive .av_one_half_linkable.first + .av_one_fourth_linkable.el_before_av_one_fourth + .av_one_fourth_linkable.flex_column_div,
      .responsive .avia-content-slider-inner .av_one_fourth_linkable.flex_column_div {
        margin-left: 4%;
        width: 48%;
      }
      .responsive .av_one_fourth_linkable.first.el_before_av_one_fourth.flex_column_div,
      .responsive .av_one_fourth_linkable.first + .av_one_fourth_linkable_linkable+ .av_one_fourth_linkable.flex_column_div,
      .responsive .av_one_half_linkable.first + .av_one_fourth_linkable.el_before_av_one_fourth.flex_column_div,
      .responsive .av_one_fourth_linkable.first + .av_one_fourth_linkable_linkable+ .av_one_half_linkable.flex_column_div,
      .responsive .avia-content-slider-inner .av_one_fourth_linkable.first.flex_column_div {
        margin-left: 0%;
        clear: both;
      }
      .responsive .av_one_half_linkable.first.el_before_av_one_fourth.flex_column_div,
      .responsive .av_one_fourth_linkable.first + .av_one_fourth_linkable_linkable+ .av_one_half_linkable.flex_column_div {
        width: 100%;
      }
      .responsive .av_one_half_linkable.first + .av_one_fourth_linkable.flex_column_div,
      .responsive .av_one_half_linkable.first + .av_one_fourth_linkable_linkable+ .av_one_fourth_linkable.flex_column_div,
      .responsive .av_one_fourth_linkable.first + .av_one_fourth_linkable_linkable+ .av_one_fourth_linkable.flex_column_div,
      .responsive .av_one_fourth_linkable.first + .av_one_fourth_linkable_linkable+ .av_one_fourth_linkable_linkable+ .av_one_fourth_linkable.flex_column_div,
      .responsive .av_one_fourth_linkable.first + .av_one_fourth_linkable_linkable+ .av_one_half_linkable.flex_column_div {
        margin-top: 30px;
      }
    }

    Best regards,
    Ismael

    #779772

    Hi,

    Thanks for the link, please try this CSS as well:

    .single-sfwd-topic .related_posts {
      display:none !important;
    }

    Best regards,
    Rikard

    #779756

    Hi!

    I see. Please remove the previous css code then add this one.

    .woocommerce-tabs #tab-description ol, #top .woocommerce-tabs .commentlist .description ol {
        list-style-position: outside !important;
    }

    Best regards,
    Ismael

    #779744
    xfacta
    Participant

    When on the single image page and I click on any of the product images in the gallery images pops up it seems to have to be clicked on twice to close the pop up image. How can I stop this so it just expands to a larger image and can scroll through and only click on cross to close once

    #779740
    Briana
    Participant

    I am trying to set the margin of my short seperator so the space above and below are equal but for some reason the top margin on my separators (which are not within a flex column) are sitting on top of /overlapping the flex column that comes before it so the spacing is off.

    I tried adding clear:both but to no avail.

    Overlapping margin

    As you can see the yellow (margin) is sitting overtop of the text within the flex column above.

    Thanks in advance for your help :)

    • This topic was modified 8 years, 11 months ago by Briana. Reason: Note: this is a desktop screenshot simulating the size of a tablet for responsive tweaks :)
    #779736
    Briana
    Participant

    Hello :)

    I recently asked to have my website’s shrinking header turn white before it shrunk and scrolled for a particular visual appearance. It looks great however now it causes the header on tablet to be sticky and shrink which I don’t want. Can I please have another bit of code to counteract this or adjust the original functions code provided? ( I don’t want any sticky or shrinking, just default).

    Code in use (child theme functions):

    add_action('wp_footer', 'ava_new_custom_script');
    function ava_new_custom_script(){
    ?>
    <script type="text/javascript">
    (function($) {
        var lastScrollTop = 0;
        var target = $(".container.av-logo-container");
    
        $(window).on('scroll', function() {
            st = $(this).scrollTop();
    
            if(st < lastScrollTop) { 
                if (st <=  2) {
                	target.css("background-color", "rgba(255, 255, 255, 0.5)");
                }
    
            }
            else {
                target.css("background-color", "#fff");
    
            }
            lastScrollTop = st;
        });
    })(jQuery);
    </script>
    <?php
    }
    #779734
    artisforever
    Participant

    Hello,

    I have two pages that have full-width buttons that are getting pushed into half their original width for some reason. This happened after I completed the last piece of element on that page, and they aren’t even close to the final element that I placed.

    I provided the 2 links in the private content to where the buttons are breaking, you’ll notice they are half the size as the other ones.

    This is the only css I’m using in regards to the full-width buttons at this time:
    #top .avia-button-fullwidth {
    padding: 15px 15px 12px;
    }
    #top .avia-button-fullwidth {
    font-size: 10px;
    }

    Hey Eleina_Shinn,

    I updated the height to 160px then added the following to quick css:

    
    @media only screen and (min-width: 768px) {
    strong.logo a img{
    margin-top:20px!important;
    }}
    

    Best regards,
    Jordan Shannon

    #779706

    Hi Victoria,

    This almost worked.

    – Two things happend: menu button on mobile version is still visible on top.
    – When mobile menu is opened, site jumps back to top?

    code is added on project page.

    Current custom css:
    
    @media only screen and (max-width: 767px) {
    
    .responsive #top #wrap_all #header {
        position: fixed;
        background: transparent;
    }
    }
    
    .av_header_transparency .logo { 
           opacity: 0; 
    }
    
    .logo { 
           opacity: 1; 
    }
    
    .av_header_transparency .main_menu {
           opacity: 0; 
    }
    
    .main_menu { 
           opacity: 1; 
    }
    
    #socket .copyright {
        float: right; !important
       }
    • This reply was modified 8 years, 11 months ago by insanityNL.
    Eleina_Shinn
    Participant

    Site Here: http://realestateschoolmadeeasy.com/

    Logo centered, menu above…

    Looks good now, but if I add a top Bar, to add a phone number in Enfold Theme Options, the top of the logo goes up behind the main menu and gets cut off – it’s perfect at 160 px – take a look, it’s weird what it’s doing.

    #779686

    Thanks for the link John. Need a little help.

    I’ve almost got it but my solution is only affecting the individual elements within the grid column and not the column itself. I can’t figure out how to target it. My mouse-out transition won’t work either. Here’s my code:

    #top .rtr-column-link av-layout-grid-container entry-content-wrapper main_color av-flex-cells  avia-builder-el-1  el_after_av_revolutionslider  el_before_av_section  submenu-not-first container_wrap fullsize {
      display: block;
      width: 100%;
      height: 100%;
      transition: opacity background-color 0.5s ease-in-out;
    }
    #top .rtr-column-link :hover {
      background-color: white;
      transition: background-color 0.3s ease-in-out;
      opacity: 0.5;
    }
    

    Appreciate any help.

    Thanks!
    NIck

    • This reply was modified 8 years, 11 months ago by ridick6.

    FYI in the sidebar settings area of my Enfold Theme Options, I have No Sidebar set to all the top 4 options, and the 2 checkboxes below that are checked (Smartphone and page navigation) and Sidebar Separator is set to With Border.

    In the Layout section of the actual product page for the shirt, the first option where you usually can choose whether the page has a sidebar or not only works with the advanced layout builder and can’t be changed. Sidebar settings underneath that I haven set to Default sidebar. The footer settings are also set to default, the title bar settings is hide both, and header visibility is set to no transparency.

    Also, could this have anything to do with the fact that I installed Woocommerce after I had already worked up the site? Should I have installed it first?

    Hope that gives necessary info to fix this, thanks.

    #779652
    felipebing
    Participant

    Hello!
    The contact form stop sending e-mails. I just don’t receive e-mails from my website anymore.

    I’m already follow troubleshooting tips on http://kriesi.at/documentation/enfold/my-contact-form-is-not-sending-emails/.

    But still doesn’t work…

    Help please.

    #779651
    dith_solanki
    Participant

    dear sir / madam
    please look at my product page view

    and please look at the demo product page view

    its changed i would like to keep same say how it is in demo product image please help how i can do i have tired keeping
    #top .product div.images img {
    width: 50%;
    }
    Please go to Enfold theme options > General Styling > Quick CSS
    it didn’t work

Viewing 30 results - 81,151 through 81,180 (of 142,855 total)