Viewing 30 results - 84,001 through 84,030 (of 142,641 total)
  • Author
    Search Results
  • #749032

    Hi,
    I have found that this issue has been reported by people using Godaddy Managed WordPress, if this is your case the solution seems to call them for a cache flush on their end. Please read more here.

    Best regards,
    Mike

    #749031

    In reply to: Customize menu

    Hey KVSchneppenheim,
    You can add following code to Quick CSS in Enfold theme options under General Styling tab

    ul#avia-menu { position: relative; top: -50px; }
    #header_main_alternate { z-index: 4; }

    and then add a menu item in the middle and set its opacity to 0 with following code

    li#menu-item-117 .avia-menu-text, li#menu-item-117 .avia-menu-fx { opacity: 0; }

    This would be a way to achieve what you are looking for and you could use it as a starting point. You can also try adding margin to right or left of menu items to increase the gap. You can request customization here, as this kind of customization as it is beyond the scope of support we can provide here.

    Best regards,
    Mike

    #749000

    Topic: Issue with Grid-Row

    in forum Enfold
    digitalprint2222
    Participant

    Hi, we got an strange issue with your grid-row.
    This is the code we have in use:

    
    [av_layout_row border='' min_height_percent='' min_height='0' color='main_color' mobile='av-flex-cells' id='' custom_class='']
    [av_cell_one_third vertical_align='top' padding='30px' padding_sync='true' background_color='' src='' attachment='' attachment_size='' background_attachment='scroll' background_position='top left' background_repeat='no-repeat' mobile_display='' custom_class='minimen1']
    
    [av_textblock size='' font_color='' color='' custom_class='']
    <a href="#">DIE | LÖSUNGEN</a>
    [/av_textblock]
    
    [/av_cell_one_third][av_cell_one_third vertical_align='top' padding='30px' padding_sync='true' background_color='' src='' attachment='' attachment_size='' background_attachment='scroll' background_position='top left' background_repeat='no-repeat' mobile_display='' custom_class='minimen2']
    
    [av_textblock size='' font_color='' color='' custom_class='']
    <a href="#">DIE | TECHNOLOGIE</a>
    [/av_textblock]
    
    [/av_cell_one_third][av_cell_one_third vertical_align='top' padding='30px' padding_sync='true' background_color='' src='' attachment='' attachment_size='' background_attachment='scroll' background_position='top left' background_repeat='no-repeat' mobile_display='' custom_class='minimen3']
    
    [av_textblock size='' font_color='' color='' custom_class='']
    <a href="#">DIE | LEISTUNGEN</a>
    [/av_textblock]
    
    [/av_cell_one_third]
    [/av_layout_row]

    The result seems quite strange and buggy to us since its moved totally to the left and not centered as it is supposed to be:

    Thanx for helping
    Regards Martin

    #748982

    Topic: To Fix Mobile View

    in forum Enfold
    erkuto
    Participant

    Hi there,

    On homepage of our website fixx.me, at the top of the page, right side with grey background, the texts and button on it overflowing to the right.
    http://quirktools.com/screenfly/#u=http%3A//fixx.me/&w=1024&h=600&a=1&s=1

    What’s wrong with it?

    Thanks,
    Orhan

    #748978

    Hello Yigit,

    yes, that would be a good solution. Unfortunatly, the lightbox offers other videos (from cookies?) to play if the video is finished. I don’t want this. If I use embedded youtube code the video stops as it should, but lightbox does not seem to play embedded youtube code.
    I have seen the same issue at other users here in the forum without finding a solution. It should be possible I think.

    Let me give you an example (both codes are placed in the box “Picture link”):
    1. works with lightbox, but shows related videos after playing:
    https://www.youtube.com/watch?v=qqXi8WmQ_WM?rel=0
    2. does not works with lightbox (starts as “fullscreen”), stops as it should without offering related videos:
    https://www.youtube.com/embed/qqXi8WmQ_WM?rel=0

    I would like to have the advantages of both: works with lightbox, stops as if should without offering related videos

    Best Regards
    Kai

    PS.: can Kriesi add the functionality as default, so there is no need to use this workaround:
    https://kriesi.at/support/topic/disable-youtube-related-videos/#post-713269

    • This reply was modified 8 years, 11 months ago by Kai.
    #748977

    I found this in a similar post, which unfortunately does not work for me:

    #top #wrap_all .avia-gallery .avia-gallery-thumb a:nth-last-child(-n+3) {
    display: none !important;
    }

    Unfortunately it only helps, if all of the galleries have the same amount of images, which is not the case. Or do I just not understand the nht-last-child correctly? Any other ideas?

    #748963

    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

    #748953

    In reply to: Responsive problems

    Hey inaudit,

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

    Best regards,
    Rikard

    #748950

    Hi Jacopo,

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

    Best regards,
    Rikard

    #748932
    Tia
    Participant

    Hi
    I know you provide a social sharing strip with the Enfold theme but I would like to have a social bookmarking function also – I hope I am using the correct terminology.
    What I am looking for is the panel as shown on the kriesi.at page at this link:

    I would like to know what plugin you recommend for this with Enfold?

    Thank you
    Tia

    #748920

    Hi,

    Can you try adding this css code in Quick CSS (located in Enfold > General Styling):

    #top .dropdown_widget .cart_list li, 
    #top .dropdown_widget .buttons {
        background: #fff !important;
    }

    Hope this would help.

    Best regards,
    Nikko

    #748909

    Hey Dave,
    To have a sticky menu check the box at Enfold Theme Options > Header > Header behavior > Sticky Header
    To have the logo hidden in the sticky menu upload your logo at Enfold Theme Options > Header > Transparency Options
    Sorry, padding the top of the menu does not give the effect you are looking for without making the whole menu transparent, which would make the menu hard to see.

    Best regards,
    Mike

    Hey jancecile,
    You can increase it’s size by using this code in the General Styling > Quick CSS field:

    #top label.checkbox {
        font-size: 1.2em;

    Please note that it’s size now is 0.92em, so try 1.2, 1.5, etc to you see the size you like. Also note it’s size & placment is based on Woocommerce & not Enfold.
    But I hope I was helpful :)

    Best regards,
    Mike

    #748892
    roosites
    Participant

    I am using the masonry gallery in several places. It works great but a client just found a bug. On a mobile device, when clicked on the images open but shut immediately. This only happens on phone, not iPad or desktop.
    Screenshot

    Example Pages:

    http://mdenglandandsons.com/recent-projects/ (all six posts have galleries)

    Please advise.

    #748888
    #748886

    Hey Oversberg,
    You can change the blue menu button to green by adding this code in your Enfold Theme Options > General Styling > Quick CSS field:

    #top #wrap_all .header_color .av-menu-button-colored > a .avia-menu-text {
        background: #83A846;
        border: none;
    }

    You can add a icon shortcode, or an image HTML code, beside the text on the Navigation Label. For example:

    <span class="av-icon-char" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello"></span>

    Best regards,
    Mike

    #748879

    Hey Alexander,
    If you want a search bar inside the mobile menu, add this in the 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).'</li>';
    		$items = $search . $items;
    	}
    	return $items;
    }

    After that, use this code in the Quick CSS field:

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

    Best regards,
    Mike

    #748872

    The new javascript didn’t make any change to my blog posts. The featured image was still at the top

    #748868

    Hey kieranvyas!

    Please take a look here
    https://kriesi.at/support/topic/move-featured-image-below-post-title-date-etc/

    let us know if it works out for you or you need anything else.

    Thanks a lot

    Best regards,
    Basilis

    #748857
    Uros
    Participant

    Because i am building website on local i recorded the problem

    How to disable page reloading on button click. as you can see i used enfold button and linked to product item, but on click i want only item to go to cart and not reloading page again and sending me to top of the page.

    #748845
    alexandernoe
    Participant

    Hi team,
    i tried several ways to activate a mobile search form for my customer.

    Like this: https://kriesi.at/support/topic/search-button-on-mobile/
    or this: https://kriesi.at/support/topic/mobile-search-bar/ (i didn´t found >>do_action(‘ava_after_main_menu’);<<)

    But it doesn´t works…one time i had to recover the page.

    Hope u can help.

    WordPress: 4.7.2
    Enfold: 3.8.4

    Best regards,

    Alexander

    • This topic was modified 8 years, 11 months ago by alexandernoe.
    #748835
    serdalinho85
    Participant

    I want that my logo is smaller and it schould vertically be in the middle. Actually when I change the header size, also the logo is getting bigger and when I change the size via css customization, then the logo is on top but I want it in the middle. How can i do both?

    For example:
    .logo img {
    width: 150px!important;
    }

    #748821

    Hi emilbroll!

    Thank you for using Enfold.

    Unfortunately, we don’t have any control over the layer slider script. Please review our response and suggestion in the previous thread.

    // https://kriesi.at/support/topic/performance-issue-with-layerslider-hidden-assets-loading-and-no-lazyloading

    Cheers!
    Ismael

    #748799

    Hi Nikko
    Thanks for that, however I don’t understand the w3schools website.

    Menu still sticks to left & not floating to the center!

    I have played with the header widget & can get it to the right of the logo & above menu on desktop view.

    However when you start to scroll the header widget is hard on top of the menu (no padding)
    Also in mobile view the header widget clashes with the menu & logo.

    This is a pdf with screen shots – http://www.findnetsolutions.com/wp-content/uploads/2017/02/Header-widget-is-the-Book-Now-form.pdf

    What is the code I need to use or change to fix this?

    This is what I have so far.
    functions.php
    add_action( ‘ava_main_header’, ‘enfold_customization_header_widget_area’ );
    function enfold_customization_header_widget_area() {
    dynamic_sidebar( ‘header’ );
    }

    style.css
    #header .widget {
    right: 5%;
    padding-right: 90;
    padding-top: 0;
    padding-bottom: 15;
    position: absolute;
    transform: translate;
    z-index: 0;
    }

    #748795

    Hi Christian,

    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

    Hi Petra,

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

    Best regards,
    Rikard

    #748789
    Dave
    Participant

    Hi
    I want to keep the menu at the top of the page when scrolling, is that a sticky menu?.
    At the moment the only way it seems is to also keep the logo area, can I just show the menu.

    Can you also add padding to the top of the menu to give a 20 or 30px gap at the top of the page so you can see the scrolling page through the gap?

    Thanks for your time

    Kind regards

    Dave

    #748776

    Hi Briana,

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

    Best regards,
    Rikard

    #748775
    somaticrevolution
    Participant

    Hi there,

    We love your theme, but have been having a few issues with the responsive function. On mobile devices the secondary menu does not become responsive, only the main menu does. This results in half our menu being mobile and half showing up on the page. Also our top banner does not show up in the header area correctly. Can you tell me how to fix this please?

    Thank you,
    Darin

    http://orcasislandchamber.com/

    #748774

    In reply to: mobile menu cut of

    Hey MexWordpress17,

    Try this as well:

    .home #advanced_menu_toggle {
        margin-top: 20px;
    }

    Best regards,
    Rikard

Viewing 30 results - 84,001 through 84,030 (of 142,641 total)