Forum Replies Created

Viewing 27 posts - 32,971 through 32,997 (of 32,997 total)
  • Author
    Posts
  • in reply to: Submenu Hover Links #749037

    Hey bswallow,
    Thank you for using Enfold.
    use this code in the General Styling > Quick CSS field:

    .sub-menu li a:hover:after { content: ' →'; } 

    Best regards,
    Mike

    in reply to: Problems with warnings/errors #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

    in reply to: Customize menu #749031

    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

    in reply to: Motion Background Slider #749025

    Hi,
    Thanks a lot for your patience and for using Enfold.
    Can you link to the page in question & which slider are you using, I have not been able to recreate your slider options.

    Best regards,
    Mike

    in reply to: Strange paragraph issue #749023

    Hi,
    your paragraph looks correct on my end.
    paragraph
    Are you using Chrome by chance? I have found that refreshing does not always clear css properly. I found using the Clear Cache extension to help.

    Best regards,
    Mike

    in reply to: Rounded corner buttons #749021

    Hi,
    Thanks a lot for your patience and for using Enfold.
    Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed.

    body div .avia-button { border-radius: 10px; border: none !important; }

    Best regards,
    Mike

    in reply to: Pricing Table #749017

    Hey rlogan2334,
    I couldn’t login with the credentials you supplied, yet I believe what you are seeing is the tab adjusting for the content height.

    Best regards,
    Mike

    in reply to: Main Slider With Contact Form Not responsive #749014

    Hey NetphoriaInc,
    I looked at your site and didn’t see your contact form in your slider, I would suggest using “@media screen” statements in your css to adjust your contact form for screen size.

    Best regards,
    Mike

    Hey Chris,
    To add a button element in the Layout Builder without a link, use Set Manually from the drop down and place a “#” in the url field.

    Best regards,
    Mike

    in reply to: Replace span.iconfont with img or remove #749003

    Hey galpinr,
    Can you please link to the actual page?

    Best regards,
    Mike

    in reply to: Problem with responsive #748939

    Hey barbarajermini,
    I replied to your first post…
    I see you are using the “Fullscreen Slider” which scaling your images for height, causing you to lose the sides of your images. Try using the “Fullwidth Easy Slider”, it will scale your images for width.

    Best regards,
    Mike

    in reply to: Problem with responsive #748938

    Hey barbarajermini,
    Thank you for using Enfold.
    I see you are using the “Fullscreen Slider” which scaling your images for height, causing you to lose the sides of your images. Try using the “Fullwidth Easy Slider”, it will scale your images for width.
    Best regards,
    Mike

    in reply to: Slider on all pages or Header #748937

    Hey kghorbani,
    Thank you for using Enfold.
    You can create a dynamic template via template builder. Add the “Slideshow” element then choose the home page slider. Apply the template to your pages.
    Best regards,
    Mike

    Hi,
    This is a known issue with color background and mobile video. If you select a youtube video as a background and don’t specify an image background, the mobile browser displays a still photo of the video with a red “play” icon but the icon does NOT play the Youtube video. The video background option is disabled on mobile due to various incompatibility reasons. Please add a fallback image.

    Best regards,
    Mike

    in reply to: Color section not appearing on phone #748930

    Hi Perry,
    Has this been resolved? I don’t see this issue, can you add a screenshot?

    Best regards,
    Mike

    in reply to: Remove Masonry Grid Categories #748929

    Hey Danielle,
    Please try adding this code to the Quick CSS section under Enfold > General Styling

    span.blog-categories.minor-meta {
        display: none!important;
    }

    Best regards,
    Mike

    in reply to: Strange lines appearing on site from grid row. #748926

    Hey Michael,
    This issue is the .post_delimiter set to left: -1500px;
    Your can set it to left: 0px; in the General Styling > Quick CSS field:
    to have a line between posts

    .post_delimiter {
        left: 0px;
    }

    or to display: none; to hide it

    .post_delimiter {
        display: none;
    }

    Best regards,
    Mike

    in reply to: Page not loading, issue with theme or quick css code? #748923

    Hey mattb1169,
    Did you resolve this issue? I don’t see any errors.

    Best regards,
    Mike

    in reply to: "gravity-mod.css" Causing Big Problems #748916

    Hey lucindaholland,
    I belive your error is due to the .htaccess file in your Gravity Forms folder, giving a status of 403 (Forbidden) for the directory /config-gravityforms/
    You can read about this at https://www.gravityhelp.com/documentation/article/security/#the-htaccess-file
    Best regards,
    Mike

    in reply to: disable image links on simple gallery doesn't work #748912

    Hey Doron,
    could you try choseing ‘no, don’t add link to the images at all’ and saving again?
    Or send an admin login, in the private data, so I can look closer

    Best regards,
    Mike

    in reply to: Keeping menu when scrolling #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

    in reply to: Footer issues #748902

    Hey ianazi,
    You can place your socket statement in Enfold Theme Options > Footer > Copyright.
    You can also use the code below for the heart, and I found that searching Google for “translation to Arabic” gave a Google translation box to copy and paste from.

    ❤

    Best regards,
    Mike

    • This reply was modified 7 years, 7 months ago by Mike.
    in reply to: Sticky Header: Hide the Logo when scrolling down #748901

    Hey mikschne,
    To hide the logo when scrolling down, ensure your logo is in Enfold Theme Options > Header > Transparency Logo
    After that, use this code in the General Styling > Quick CSS field:

    .header-scrolled .logo img { display: none; }

    Best regards,
    Mike

    in reply to: Color of ONE Menuelement in the main Navigation #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

    in reply to: Search Form on mobile devices #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

    in reply to: Problem with wenu on smartphones #748859

    Hey TimoUrban,

    Please try this solulion, go to your custom menu item “Portfolio” and put a “#” in the URL box. This will allow the menu to open and show sub-menu items on user touch (click).

    Best regards,
    Mike

Viewing 27 posts - 32,971 through 32,997 (of 32,997 total)