Forum Replies Created

Viewing 30 posts - 45,541 through 45,570 (of 66,126 total)
  • Author
    Posts
  • Hey!

    I’m sorry but this is not possible at the moment. There is no shortcode available for post meta infos. You can request for the feature here: https://kriesi.at/support/enfold-feature-requests/

    Regards,
    Ismael

    in reply to: maximum characters in search bar #505258

    Hey claraelisa!

    Thank you for using Enfold.

    Please replace the code with this:

    add_action('wp_footer', function() { ?>
    	<script>
    		(function($) {
    			$('#top #menu-item-search.menu-item-search-dropdown > a').click(function() {
    				setTimeout( function() { 
    					$('#top #s').attr('maxlength','10'); 
    				}, 500);
    			});
    		})(jQuery);
    	</script>
    <?php });

    Cheers!
    Ismael

    in reply to: Transparent top logo area showing background color #505255

    Hi!

    For clarification, you want the menu to disappear when you scroll down? Is that correct? Please try this:

    .header-scrolled #header_main_alternate {
        display: none;
    }

    If this is not what you’re looking for, please provide a screenshot.

    Best regards,
    Ismael

    in reply to: newsletter widget area #505250

    Hi wiwaldi79!

    Thank you for using Enfold.

    If it is a widget, you can use the Widget Area element. Select the name of the widget area where you add the newsletter widget. Regarding the image, add a custom css class to the image element then use it in the Quick CSS field to move the image downwards. Example:

    .custom-image {
        margin-bottom: -48px !important;
    }

    Use a unique custom css class.

    Regards,
    Ismael

    Hey!

    https://developers.google.com/speed/pagespeed/insights/?url=http%3A%2F%2Fwww.kiawahislandweddings.com

    I ran the url in the google pagespeed insights again and most of the images listed under the “Optimize the following images” are actually there:

    http://southeast.rickdeanphotogra.netdna-cdn.com/wp-content/uploads/2015/08/01a_Coups.jpg
    http://southeast.rickdeanphotogra.netdna-cdn.com/wp-content/plugins/instagram-feed/img/loader.png

    .. except for the instagram images. Did you use an instagram plugin?

    Cheers!
    Ismael

    in reply to: Fixed column width for the text above the background image #505229

    Hi!

    The background image have a fixed dimension and is not responsive. Basically, the text and the background inside the column have no connection in terms of responsiveness. The background image is not going to wrap around the texts. Unfortunately, this layout is not going to work the way you expected it. You can try to add a background via the Quick CSS field, try this:

    .flex_column.av_one_third {
        background-color: rgba(255,255,255,.6);
        border: 2px solid violet;
        border-radius: 10px !important;
    }

    OR you can set the background size property to 100% but it will stretch the background image:

    .flex_column.av_one_third {
     background-size: 100% 100% !important;
    }

    I think you should look for another design. This layout is only going to work if the character count inside the box is limited.

    Best regards,
    Ismael

    in reply to: Related Portfolio Items not working #505217

    Hi!

    Did you build the portfolio content in the advance layout builder? if that is the case, you need to modify the template-builder.php file, look for this code on line 43:

    echo $content;
    

    .. below, add this:

    	//show related posts based on tags if there are any
    	if(is_singular('portfolio')) {
        	get_template_part( 'includes/related-posts');
    	}
    

    You still need to follow the solution provided on the previous thread.

    Cheers!
    Ismael

    in reply to: Headline rotator not working right #505216

    Hi!

    We modified the file for you. Remove browser cache then reload the page: https://sheffield-hypnosis.co.uk/home-lead-generation/

    Regards,
    Ismael

    in reply to: iFrame Issues #505215

    Hey!

    This is what I get when I embed the page in a code block:

    This is the actual embed code:

    <iframe src="http://vismilwaukee.clubspeedtiming.com/sp_center/Toptime.aspx?days=1&track=2" width="100%" height="500px"></iframe>
    

    Best regards,
    Ismael

    in reply to: Is it possible to get a mobile menu button on a fixed layout? #505213

    Hey!

    This is actually possible but there’s a lot of modifications involve. For example, you will have to modify the js > avia.js file to enable the mobile menu even if the theme is not set to responsive. And if you manage to enable the mobile menu on fixed layout, you will have to deal with the mobile menu styling which is not compatible with fixed layout. I think the better solution is to add a full width sub menu on mobile view to compensate for the missing sub menus in the main menu.

    Best regards,
    Ismael

    in reply to: 'share on' translate by wpml #505211

    Hey Peter!

    Thank you for using Enfold.

    You can use this plugin to translate the strings: https://wordpress.org/plugins/loco-translate/

    Go to the Loco Translate panel, look for Enfold and then modify the language file. Search for the string “Share on”, translate, save then sync the language files.

    Cheers!
    Ismael

    in reply to: Linking to pdf files from an image #505208

    Hey!

    1.) If you want the link to automatically download the file instead of going to a new window or tab, you need to add the “download” attribute in the link tag. Something like this:

    <a href="http://www.dwmultimedia.co.uk/test/wordpress/wp-content/pdf/no_56_spring_2015.pdf" download>Download Here</a>
    

    2.) It’s not possible to push the background beyond the container or column. However, you can try this:

    .page-id-190 .flex_column.av_one_third.flex_column_div.av-zero-column-padding.avia-builder-el-4.el_after_av_two_third.avia-builder-el-last.column-top-margin {
        margin-left: 2%;
        padding-left: 4%;
    }

    You might need to use css media queries to adjust the column background on mobile devices.

    Regards,
    Ismael

    in reply to: Removing date/time (other META info) from social shares #505206

    Hi lzevon!

    Thank you for using Enfold.

    Did you switch from post to page? I was expecting the link to be a post but it’s not. It is a page. Pages don’t have meta infos by default.

    Best regards,
    Ismael

    in reply to: Contact form type:submit tracking with GA #505204

    Hey!

    What is impossible? It’s been almost two months since your last reply that I’m not sure where we left off. If you want to add tracking events on the theme’s contact form, you can follow the solution provided here: https://kriesi.at/support/topic/add-5-different-google-track-codes-on-button-submission/#post-497826

    Best regards,
    Ismael

    in reply to: Blog Categories #505202

    Hey!

    1.) If you want to enable the sidebar for category pages, go to Enfold > Sidebar Settings panel then set the sidebar on Sidebar on Archive Pages option.

    2.) Once you enable the sidebar on the category pages, the featured image size will decrease automatically. Or try to use this in the functions.php file to set a different blog style for archive pages:

    add_filter('avf_blog_style','avia_change_category_blog_layout', 10, 2); 
    function avia_change_category_blog_layout($layout, $context){
    if($context == 'archive') $layout = 'single-small';
    return $layout;
    }

    Cheers!
    Ismael

    in reply to: Hide background image for specific sections on mobile devices #504514

    Hey!

    The background is displaying on my iPod when I checked it so I guess the solutions are not working. Please try this instead:

    @media screen and (max-width: 989px) { 
    	.avia-android #waarom, .avia-android #referenties, .avia-ipad #waarom, .avia-ipad #referenties, .avia-iphone #waarom, .avia-iphone #referenties { 
    	background: none !important; 
    	} 
    }

    What is this code for?

    @media screen and (max-width: 767px) { #waarom, #referenties { background: transparent !important; } }
    

    Please remove it.

    Cheers!
    Ismael

    in reply to: Mailchimp integration failure #504512

    Hey!

    Great! Glad we could help. :)

    Best regards,
    Ismael

    in reply to: Transparent header by default #504508

    Hi decastell!

    Thank you for using Enfold.

    1.) Unfortunately, it’s not possible to set the transparent header as default. You need to do it manually for all posts or pages.

    2.) That is actually the default behavior of the the transparent header and it works well when there is a background image on top of the page. If you want to move the content a bit, use this in the Quick CSS field:

    .html_header_transparency #main {
        padding-top: 60px !important;
    }

    Cheers!
    Ismael

    in reply to: Search icon in mobile menue (hamburger) #504504

    Hi!

    I’m having a bad connection day so I can’t access the dashboard. Anyway, please 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, go to the Quick CSS field then add this code:

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

    This will render a search box inside the mobile or hamburger menu.

    Cheers!
    Ismael

    Hey!

    Please create a new thread then we’ll tackle the issue there. Provide the login credentials inside the private field. Did you build the menu items manually? The “current-menu-item” class attribute is not being applied on the current menu item.

    Best regards,
    Ismael

    in reply to: Problem with layer in Advanced Layerslider #504497

    Hey!

    We added a transparent box layer for you. Please check it here:

    http://www.karlmohr.net/
    http://www.karlmohr.net/wp-admin/admin.php?page=layerslider&action=edit&id=26

    Best regards,
    Ismael

    in reply to: Image to fill 1/2 of fullwidth view #504495

    Hey!

    I think you managed to apply the height to the cell with the map. Unfortunately, it’s not possible to alter the layout of the cells the way you wanted. This will require custom modifications that is outside the scope of support. Please contact codeable: http://kriesi.at/contact/customization

    Regards,
    Ismael

    in reply to: Enfold Popup windows #504494

    Hi!

    We’re very sorry for the delay. We will check this again with Kriesi. Please wait for his reponse.

    Cheers!
    Ismael

    in reply to: thumbnails size in grid portfolio #504493

    Hey!

    Please remove the code we suggested on functions.php then go to the child theme folder. Create a new functions.php file inside, add this code:

    // target _top
    function add_custom_script(){
    ?>
    <script>
    (function($) {
    	$('.social_bookmarks_vimeo a').removeAttr('title');
    	$('.social_bookmarks_vimeo a').attr('title', 'Media');
    })(jQuery);
    </script>
    <?php
    }
    add_action('wp_footer', 'add_custom_script');

    What is the url of the page with the portfolio grid element? You can try this in the Quick CSS field in order to disable the link:

    .grid-image { pointer-events: none !important; }
    

    Best regards,
    Ismael

    in reply to: Fixed column width for the text above the background image #504492

    Hey!

    How did you add the background? We need to see the actual page so that we can inspect the elements. I think the issue is that the columns are responsive but the background is not.

    Cheers!
    Ismael

    in reply to: Pricing table – getting equal height rows #504486

    Hey!

    We forgot to wrap the code inside a style tag. Please check it now: https://store.mjft.co.uk/

    Adjust the min-height property if necessary.

    Best regards,
    Ismael

    Hey!

    We’ll close this thread for now.

    https://kriesi.at/support/topic/ipad-drop-down-menu-wont-tap-off/

    Best regards,
    Ismael

    in reply to: iPad drop down menu won't "tap-off" #504483

    Hi jimmymoto!

    Thank you for using Enfold.

    Sorry for the delay. We closed the other thread. Please try to update the theme to the latest version then deactivate all plugins. Remove browser cache before checking the page on iPad.

    Cheers!
    Ismael

    in reply to: Can't embed video #504481

    Hi!

    We’ll add it for you. Please post the embed code on pastebin.com. Add the login details in the private field.

    Best regards,
    Ismael

    in reply to: Place an image betwen the top of page and the header #504479

    Hey!

    Great! Glad we could help. Have a nice day! :)

    Best regards,
    Ismael

Viewing 30 posts - 45,541 through 45,570 (of 66,126 total)