Viewing 30 results - 96,061 through 96,090 (of 142,831 total)
  • Author
    Search Results
  • alliancepp
    Participant

    Hello support. I’ve made some style changes using backend Enfold Theme Options. The style changes I’ve made are showing up correctly on my sub pages, but the home page isn’t changing to look the same. I’ve refreshed the page and cleared my cache.

    I put the links to the page in the private content only because they were showing the mobile version in this window.
    I wanted you to view the desktop version of the pages.

    Also I changed the Footer Background Color to black. You can see it applied the color change in the Preview but when you Save Settings and go view the site…the color is still grey…no change.

    Thanks for your help with this.
    Gary

    • This topic was modified 9 years, 10 months ago by alliancepp. Reason: Just noticed another issue not updating the home page when changes are made
    #629488

    Hi Ismael,
    now I have almost done it. would you please look at the test-site (link in private content)

    I just need a little help with the woocommerce-tabs and product description. It is too small.
    It should be place nearby the sidebar as wide as product image + product summary together.

    The following steps I have done:

    I added in function.php

    
    #
    # wrap single product image in an extra div
    #
    
    function avia_add_image_div() {
     echo "<div class='single-product-main-image alpha'>";
    }
    
    function avia_close_image_div() {
     echo "</div>";
    }
    
    #
    # wrap single product summary in an extra div
    #
    
    function avia_add_summary_div() {
     echo "<div class='single-product-summary'>";
    }
    
    function avia_close_summary_div() {
            global $avia_config;
            echo "</div>"; //close out the summary	
            $avia_config['currently_viewing'] = "shop_single";
    		get_sidebar();	
    }
    
    function avf_product_sidebar_layout_mod($layout){
     if( is_single() )$layout = "sidebar_left";
     return $layout;
    }
    
    add_action('init', 'ava_product_sidebar_mod');
    function ava_product_sidebar_mod() {
     add_action( 'woocommerce_before_single_product_summary', 'avia_add_image_div', 2 );
     add_action( 'woocommerce_before_single_product_summary', 'avia_close_image_div', 20 );
     add_action( 'woocommerce_before_single_product_summary', 'avia_add_summary_div', 25 );
     add_action( 'woocommerce_after_single_product_summary', 'avia_close_summary_div', 3 );
     add_filter( 'avf_product_sidebar_layout', 'avf_product_sidebar_layout_mod', 5);
    }

    and in enfold/config-woocommerce/config.php I deleted

    $sidebar_setting = avia_layout_class( ‘main’ , false );
    and added
    $sidebar_setting = apply_filters( ‘avf_product_sidebar_layout’, avia_layout_class( ‘main’ , false ) );

    in child css I added:

    
    .single-product .product {
    width: 68%;
    margin-left: 4%;
    clear: none;
    float: right;
    }
    
    .single-product-main-image {
        width: 50%;
    }
    
    .single-product .reviews_tab{
    display:none;
    }
    
    .single-product .sidebar {
        padding-top: 10px;
    }

    Would you help me the last step, please

    Thank you

    ajafarnia
    Participant

    I have looked around the forums for a solution, and I found this:
    https://kriesi.at/support/topic/hide-logo-area-header-bar-menu-only/

    I want to do the exact same thing however it doesn’t seem to be working for me.
    I have managed to remove the logo but the bar still appears below the menu.
    It’s a white bar appearing just below the menu covering the photograph of the lady a slight amount.
    I can’t seem to make it go away.

    #629467
    Clark
    Participant

    I like having the header invisible by default until the page scrolls down. But is it possible to also make the invisible header pop open when you hover the mouse close to the top the page? Say within 40-50 pixels of the top, and then “hide” again when your mouse leaves?

    Thanks!

    #629459

    Hi Yigit,

    Thank you that did work – but now the colored columns are half into the logo and top menu. How would you suggest I fix this?

    Also – how do you make the menu headlines to be the color white?

    #629452
    mobilesolutions
    Participant

    Put in a case 5/2 still haven’t heard back –

    #629436

    Hi,

    Please refer to this post – http://kriesi.at/documentation/enfold/custom-social-icons/

    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: 989px) {
    .responsive.html_header_top.html_mobile_menu_tablet #header_main .social_bookmarks {
        display: block !important
    }}
    

    Best regards,
    Yigit

    #629435

    Hey vossenm,

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

    
    #top #wrap_all .av-social-link-facebook a {
        color: #fff;
        background-color: #37589b;
    }
    #top #wrap_all .av-social-link-mail a {
        color: #fff;
        background-color: #9fae37;
    }
    #top #wrap_all .av-social-link-mail:hover a, #top #wrap_all .av-social-link-facebook:hover a {
    color: #719430;
    }
    

    Best regards,
    Yigit

    #629430

    Hey gtg799r,

    To resize the font in the main slider on the homepage please use the below css in Enfold >General Styling > Quick CSS

    Please feel free to change the font value to suit your design.

    @media only screen and (max-width: 768px) {
    #top .av-rotator-container-inner {
    	font-size: 26px!important;
    }
    }
    

    Best regards,
    Vinay

    #629428

    Topic: Mobile Buttons

    in forum Enfold
    BrendaSarg
    Participant

    Hi there, on my opening screen I have 2 buttons in my fullwidth easy slider – Services / Contact buttons

    On the mobile view you can only see half of the service button.

    I’m ok with them not showing at all on mobile…can you help me out with either fitting them to the screen or just removing them from mobile?

    Is there also a way to move the text down slightly on mobile view? The “YOUR ANSWER TO GOLF COURSE MANAGEMENT” is crammed right to the top of the image on mobile.

    Thanks in advance for your help.

    #629398

    In reply to: Mini Cart Item Counter

    Hi!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    
    #top .av-cart-counter {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }

    Best regards,
    Yigit

    #629365

    I activated the main them, flushed my cache and that did not help.
    I deleted and replaced the shortcodes.js file, that did not help.
    I deleted and replaced the entire enfold directory, that did not help either.
    Looking at the source of the page that is generated everything including the masonry gallery seems to be created and correct to display.
    The page is there and the pagination is working, but all I get is white. Could this be an overlay or something that is covering up the actual gallery? I purposely did not import my settings file so we could work directly with the theme file.
    This is completely beyond what I can troubleshoot. I have tested again in all three browsers.

    I am still seeing this error. I noticed its in the MASONRY section of the shortcodes.js
    TypeError: container.isotope is not a function
    shortcodes.js:1211:4
    TypeError: container.isotope is not a function
    shortcodes.js:1211:4

    #629361

    Hey Andy,

    The issue is the gap between main content and the header. The white padding is not part of the fullscreen slider. It appeared when i reduced the header with the code you can see in the beginning of this thread. Moreover, it affects the menu as it opens up at a distance from the header. All that can be seen on your screen shot. If you go to the page on either iPhone or desktop, there no gap issue.

    • This reply was modified 9 years, 10 months ago by mepho.
    #629355

    Hi, I have used the Advanced Custom Fields plugin and am ytrying to load some of this info into the blog grid – I have successfully got the modifications into the child theme but no matter where I place the code for the custom field in the postslider.php file, it loads it at the very top of the page – above all the content – when there are more than 1, it loads several above all the content – can I get this to load into the grid?
    my code looks similar to this:

    $output .= !empty($excerpt) ? “<div class=’slide-entry-excerpt entry-content’ $markup>”.$excerpt.”</div>” : “”;
    $output .= the_field(‘excerpt’);
    $output .= “</div>”;
    $output .= ‘<footer class=”entry-footer”>’;

    website still in development so only postsed a private link below.
    thanks

    #629331

    Hey wienerpresswerk,

    That happens because you have following custom CSS code

    @media (max-width: 979px) and (min-width: 768px) {
    div.avia_textblock p {
        color: rgb(71, 71, 71) !important;
        font-size: 16px !important;
        line-height: 20px !important;
        text-align: justify !important;
        vertical-align: top !important;
        padding-top: 0 !important;
        padding-right: 0 !important;
        padding-bottom: 0 !important;
        padding-left: 0 !important;
        margin-top: 5px !important;
        margin-right: 15px !important;
        margin-bottom: -15px !important;
        margin-left: -5px !important;
    }}

    Please turn on custom CSS field for ALB elements – http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ and edit your element to give it a custom class and then change your code to following one

    @media (max-width: 979px) and (min-width: 768px) {
    .your-custom-class p {
        color: rgb(71, 71, 71) !important;
        font-size: 16px !important;
        line-height: 20px !important;
        text-align: justify !important;
        vertical-align: top !important;
        padding-top: 0 !important;
        padding-right: 0 !important;
        padding-bottom: 0 !important;
        padding-left: 0 !important;
        margin-top: 5px !important;
        margin-right: 15px !important;
        margin-bottom: -15px !important;
        margin-left: -5px !important;
    }}

    Best regards,
    Yigit

    #629308
    robsdesigns
    Participant

    Has anyone encountered this before?

    I have multiple pages showing up on my home page. The heading shows another page, then the contact page appears at the top, then the actual home page appears below. All plugins are deactivated, not sure how this happened. Can someone please help? Site is in private content

    #629307

    Hey aafable,

    You can use Advanced Layout Builder to create your posts and add your images to the top manually :)

    Best regards,
    Yigit

    #629306
    fmotionmedia
    Participant

    Hello, I would like to move the searchbox from the “#header_main_alternate” div to the “.inner-container” div, or something along those lines.

    Visually I would like to set my header to have the logo on top of the menu align to the left and the search box align to the right at the logo’s level instead of the menu level.

    #629277

    In reply to: Disable Header

    Hi!

    Please change second code to following one

    .html_header_top.html_header_sticky #top #wrap_all #main {
        padding-top: 0 !important;
    }

    Best regards,
    Yigit

    #629260

    In reply to: Disable Header

    Thanks, I’m using a menu in the page. it still brings up a gap at the top though

    #629241

    Topic: Trip Advisor in top

    in forum Enfold
    carmycurly
    Participant

    Hi, I want to show a tripadvisor icon on header. My site is

    I follow this steps:
    1) create a font icon in fontello
    2) put into Functions this code:
    // Register new icon as a theme icon
    function avia_add_custom_icon($icons) {
    $icons[‘tripadvisor’] = array( ‘font’ =>’fontello’, ‘icon’ => ‘ue800’);
    return $icons;
    }
    add_filter(‘avf_default_icons’,’avia_add_custom_icon’, 10, 1);

    // Add new icon as an option for social icons
    function avia_add_custom_social_icon($icons) {
    $icons[‘Trip Advisor’] = ‘tripadvisor’;
    return $icons;
    }
    add_filter(‘avf_social_icons_options’,’avia_add_custom_social_icon’, 10, 1);

    2) import this icon in enfold general panel (ive check it the code of icon insert it an icon in a post, and look ok)
    3) Assign the url in Social Profiles

    But the ICON DONT SHOW IN HEADER

    #629238

    In reply to: Layslider

    Hey!

    Replied you regarding this issue here – https://kriesi.at/support/topic/contact-form-change-background-color/

    Cheers!
    Yigit

    #629235

    Hey!

    Please add following code to Quick CSS

    #top select, #top .avia_ajax_form .select, #top .entry-content-wrapper select{
    background-image: url(https://kriesi.at/wp-content/themes/kriesi/images/logo.png);
    }

    and change image link to replace the dropdown image.

    Regards,
    Yigit

    #629213

    In reply to: Disable Header

    And where is your navigation than?

    you can set #header to display: none
    and on main set padding-top to “0”

    #header {
        display: none
    }
    .html_header_top.html_header_sticky #top #wrap_all #main {
        padding-top: 0;
    }
    #629182

    Hi,

    Please try adding following code to Quick CSS in Enfold theme options under General Styling tab

    @media only screen and (max-width: 990px) {
    .toplevel, .toplevel_popup {
        width: 100%!important;
    }}

    Best regards,
    Yigit

    #629173

    Hi Jordan
    I’ve the same problem… also reported here: https://kriesi.at/support/topic/avia-layout-builder-not-working-please-help-im-not-a-developer/
    I left my credentials on the thead above.
    Need some help asap! Thank you. :-)

    Regards,
    Schmiddy

    #629171

    Hey Trendlining,

    Sorry for the delay. It looks like you got it sorted the testimonial text is now #5b5b5b

    If you still need to change the color change the color to #666 please use the below CSS

    #top .avia-testimonial_inner .avia-testimonial-content.av_inherit_color p{
    	color: #666;
    }

    Best regards,
    Vinay

    #629168

    Hi,

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

    
    #top #wrap_all .av_header_transparency {
        background: transparent!important;
        position: absolute!important;
    }
    

    Best regards,
    Yigit

    #629165

    By the way…
    I overseen the post of NMOI:
    https://kriesi.at/support/topic/how-to-update-embedded-layerslider/#post-628567 …wich helped me out! thxx! ;-)

    #629162

    Hi,

    To prevent the page from jumping to the top when you click on the mobile icon please follow the instructions in this post provided by Ismael https://kriesi.at/support/topic/advanced-menu-toggle-on-desktop-seems-to-be-an-anchor-tag/#post-626159

    Best regards,
    Vinay

Viewing 30 results - 96,061 through 96,090 (of 142,831 total)