Viewing 30 results - 84,091 through 84,120 (of 142,724 total)
  • Author
    Search Results
  • #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

    #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

    #748772
    #748762

    Hi Emily,

    Ok, thanks for the feedback, much appreciated :-)

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

    Best regards,
    Rikard

    #748747

    Hi,

    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

    #748745

    Hey asanvica,

    We only have one moderator who speaks spanish, I have tagged him for the topic but I would recommend that you use english since you will get help much faster if you do.

    Best regards,
    Rikard

    #748740
    fulanoinc
    Participant

    Enfold team,

    I just started a new project with the updated theme and was very happy to see the new “Display Menu Item as Icon” in the Header section. However, what is the point if it’s going to be badly executed?

    I enabled this and saw the great looking hamburger menu on the desktop. I love the black overlay with the center justified menu. Very nice! Then I tested it. When it goes to mobile, you get the old mobile menu. What is the point? You go from a nice simple desktop minimal menu to the old mobile menu? Why did you guys leave this and launch to the new update like this. Is there a way to turn it off? Quite unfortunate.

    Sorry to be so critical, it just seems poorly thought out.

    Thanks

    Snikkeren
    Participant

    Hi.
    I’ve just installed Facebook Comments on my website. My issue is that I don’t get notifications when someone leaves a comment on posts made with the advanced layout builder. The notifications work fine on older post (from before I started using Enfold), and they show in the moderation panel in Facebook Developers. However, the comments from the posts made with Advanced Layout Builder doesn’t show in the moderation panel.
    They do show on the actual post, just not in the moderation panel, and I don’t get notified.

    Is there a workaround for this, or do I have to stop using the advanced layout builder?

    Best regards

    Kjetil.

    #748722
    mattb1169
    Participant

    Hello,

    All of a sudden my site stopped loading properly. http://dev.residentialsystemsinc.com

    I am receiving the following at the header area:

    error: Warning: Class __PHP_Incomplete_Class has no unserializer in /home/content/p3pnexwpnas16_data03/61/2475561/html/wp-content/object-cache.php on line 894

    Warning: session_start(): Cannot send session cache limiter – headers already sent (output started at /home/content/p3pnexwpnas16_data03/61/2475561/html/wp-content/object-cache.php:894) in /home/content/p3pnexwpnas16_data03/61/2475561/html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php on line 32

    Please let me know if this is a theme issue, a conflict plugin, hosting problem, or something else.

    I have not added any new code or plugins, just updated Yoast SEO today.

    Thanks!

Viewing 30 results - 84,091 through 84,120 (of 142,724 total)