Forum Replies Created

Viewing 30 posts - 58,381 through 58,410 (of 67,175 total)
  • Author
    Posts
  • in reply to: Fixed-width image to left of responsive-width content #262691

    Hi Ben!

    Thank you for using the theme!

    What you can do is to create a page then insert 2/5 and 3/5 or 1/5 and 4/5 depend on how wide you want to the grid to be. Add the content on the larger portion of the page then we’ll set the image as background image on the smaller column. We’ll help you with the css once you set up the page. Please provide us with the image URL.

    Best regards,
    Ismael

    in reply to: Google Map – Tool Tip #262690

    Hi Dominik!

    Thank you for using the theme!

    I’m sorry but I’m not sure if I understand you clearly. Can you please elaborate? A screenshot explaining what you want on the google map will help. Use imgur, dropbox, clipular etc to post a screenshot.

    Cheers!
    Ismael

    in reply to: Icon shortcode #262689

    Hey Gary!

    Thank you for using the theme!

    The wp dashboard doesn’t load the css that is needed for the shortcodes so the preview won’t render them properly. It will work on the front end though.

    Regards,
    Ismael

    in reply to: no layerslider found click here to create one #262688

    Hi!

    Thank you for the update.

    You can try to create a dummy site with the Enfold theme then go to Enfold > Import/Export panel. Click the “Import dummy data”. The layer slider items are included. After importing the dummy data, go to the Layer Slider panel then Export the sliders. Go back to your current installation then Import the sliders.

    Best regards,
    Ismael

    in reply to: gallery not working #262687

    Hi deerstonedevelopment!

    Thank for visiting the support forum!

    What theme are you currently using? If you updated to WP 3.9, you need to download the latest version of the theme then update it via FTP. Please refer to this link for more info: http://kriesi.at/documentation/enfold/updating-your-theme-files/

    Cheers!
    Ismael

    in reply to: Image issues #262686

    Hi!

    Thank you for the update.

    We would like to chime in but we don’t have an access to the website. If you don’t mind, please post the login details that you gave to Josue then post it here as a private reply so that every time that a support member read this thread, they will be able to check it.

    Cheers!
    Ismael

    Hey dmudie!

    Thank you for using the theme!

    1.) I’m sorry but we’re not entirely certain of the what it is you’re trying to do. Are you trying to link the post slider items to an author page? Maybe you can create a post then set the post format to link. Add the url of the author page.

    2.) Add this on functions.php to display the selected name:

    add_filter('avf_author_nickname', 'avf_author_display_name');
    
    function avf_author_display_name($name) {
    	$curauth = (get_query_var('author_name')) ? get_user_by('slug', get_query_var('author_name')) : get_userdata(get_query_var('author'));
    	$output = __('Author Archive','avia_framework')." ";
    	
    	if(isset($curauth->nickname) && isset($curauth->ID))
    	{
    		$name = $curauth->display_name;
    		$output .= __('for:','avia_framework') ." ". $name;
    	}
    	
    	return $name;
    }

    Best regards,
    Ismael

    in reply to: Enfold – Menü (avia) bitte ohne Rahmen (border) #262683

    Hey!

    Thank you for visiting the support forum!

    From what I understand, you want to remove the borders of the main menu. Please use this on Quick CSS or custom.css:

    .html_header_top.html_bottom_nav_header .main_menu ul:first-child>li:first-child a, .html_header_top.html_bottom_nav_header .main_menu ul:first-child>li a {
    border: none;
    }

    Cheers!
    Ismael

    in reply to: table issue with tab #262682

    Hi!

    Thank you for the update.

    Unfortunately, this is an old issue with the responsive table and we haven’t find any fix until now. What you do is to remove the mobile phone media query for the table on css > shortcodes.css. Find this section then remove it:

    @media only screen and (max-width: 767px)
    {
    	.responsive .avia-pricing-table-container , .responsive .pricing-table-wrap{display:block;}
    	.responsive .pricing-table{display:block; margin-bottom:40px;}
    	.responsive .pricing-table.avia-desc-col{display:none;}
    }

    Cheers!
    Ismael

    Hi playball1!

    Thank you using the theme!

    Do you mind if we take a look at the actual page? If you don’t mind, please provide us with a temporary login details. A screenshot regarding the issue will greatly help. We’ll give you an update once we have taken a look the confirmation page.

    Cheers!
    Ismael

    in reply to: Changing sidebar width #262251

    Hi!

    Thank you all for using the theme!

    On functions.php, you can change the alotted grid units for the content and the sidebar, find this code on line 153:

    $avia_config['layout']['fullsize'] 		= array('content' => 'twelve alpha', 'sidebar' => 'hidden', 	 'meta' => 'two alpha', 'entry' => 'eleven');
    $avia_config['layout']['sidebar_left'] 	= array('content' => 'nine', 		 'sidebar' => 'three alpha' ,'meta' => 'two alpha', 'entry' => 'nine');
    $avia_config['layout']['sidebar_right'] = array('content' => 'nine alpha',   'sidebar' => 'three alpha', 'meta' => 'two alpha', 'entry' => 'nine alpha');

    Decrease the content units to eight then increase the sidebar width to four.

    $avia_config['layout']['fullsize'] 		= array('content' => 'twelve alpha', 'sidebar' => 'hidden', 	 'meta' => 'two alpha', 'entry' => 'eleven');
    $avia_config['layout']['sidebar_left'] 	= array('content' => 'eight', 		 'sidebar' => 'four alpha' ,'meta' => 'three alpha', 'entry' => 'eight');
    $avia_config['layout']['sidebar_right'] = array('content' => 'eight alpha',   'sidebar' => 'four alpha', 'meta' => 'three alpha', 'entry' => 'eight alpha');

    Regards,
    Ismael

    in reply to: Author pic is not showing #262244

    Hey!

    I’m very sorry for the delay.

    You need to register the author email on http://en.gravatar.com/ to show the author pic. :)

    Cheers!
    Ismael

    in reply to: Conflict with MediaElement.js? #262242

    Hey!

    Thank you for the update.

    We managed to target the download button. Please try this on Quick CSS or custom.css:

    #enmse-download {
    z-index: 9999 !important;
    display: block !important;
    position: relative !important;
    top: -30px !important;
    }

    Cheers!
    Ismael

    in reply to: Styling Sort Buttons: Sortable Masonry Blog #262241

    Hi wonddigital!

    Thank you for using the theme!

    You can start with this on Quick CSS or custom.css:

    .av-masonry-sort a {
    background-color: #ff4a50;
    padding: 5px 15px;
    border-radius: 5px;
    margin: 0 10px;
    }
    
    .av-masonry-sort span.text-sep {
    display: none;
    }

    Best regards,
    Ismael

    in reply to: Secondary Menu Bug #262238

    Hey Andrew!

    Thank you for visiting the support forum!

    I’m sure this has been fixed on the latest patch of the theme, version 2.7.1. Please add this on Quick CSS or custom.css:

    .av_secondary_right .sub_menu>ul>li:last-child, .av_secondary_right .sub_menu>div>ul>li:last-child {
    border: none;
    margin-right: 0px;
    padding-right: 0;
    padding-left: 10px;
    }

    Best regards,
    Ismael

    in reply to: Enfold Showcase #262235

    Hi!

    @perdrosierra: Please open a new thread for theme related issues. Thanks!


    @sevsh
    : Good job! I like the domain name. :)

    Regards,
    Ismael

    in reply to: Scroll problem with header when #262232

    Hey JochenBake!

    Thank you for visiting the support forum!

    From what version of Enfold did you update? I think the problem is that the header overlaps and cover the main content area once you scroll. Please try this on Quick CSS or custom.css:

    .html_header_top.html_header_sticky #header {
    z-index: 0;
    }

    Remove browser cache then reload the page a few times.

    Best regards,
    Ismael

    in reply to: Uber Menu CSS issue on 3.7.1 #262231

    Hey!

    Thank you for using the theme!

    Are you trying to change the background color of the whole header? I noticed that when you scroll, the header background is transparent. Please add this on Quick CSS or custom.css:

    div#header_main, #header_main_alternate {
    background-color: white !important;
    }

    Cheers!
    Ismael

    in reply to: Next / previous blog post bug #262223

    Hi!

    Thank you for the update.

    I can see the issue but I’m not sure why it’s happening and every viable fix that I could imagine is not working. In my opinion, this is not a big deal because the chances that the user will scroll while hovering or clicking the post navigation is quite slim. They probably won’t notice it anyway. We’ll report the issue to Kriesi. Please wait for his response. Is this what you’re seeing on your end?

    Best regards,
    Ismael

    in reply to: Logo / partner element hidden until you scroll down #262218

    Hey Freshstart!

    Thank you for visiting the support forum!

    If you don’t mind, please provide us with a link to the actual website. We would like to check the logo/partner element. On what browser and OS are you testing this? Please try to add this on Quick CSS or custom.css:

    #top .avia-content-slider, #top .avia-content-slider-inner, #top .avia-content-slider-inner .slide-entry-wrap {
    -webkit-transform-style: flat;
    }

    Cheers!
    Ismael

    in reply to: Columns Overlapping in IE9 #262217

    Hey surferjohn!

    Thank you for using the theme!

    Do you mind if we check the website? Please post the website url here. We would like to inspect it on IE9. We’ll give you a better response once we have taken a look at the website.

    Cheers!
    Ismael

    in reply to: Mega Menu Column Title #262214

    Hey!

    Thank you for the update.

    I’m not so sure but you might need to remove the css code that we suggested to revert it back to the default settings where the fallback image doesn’t stretch to fit the container. You can also try this:

    
    @media screen and (max-width: 320px) {
        .avia-fullscreen-slider .avia-slideshow>ul>li {
        background-size: cover !important;
        background-position: center center !important;
    }
    }

    Best regards,
    Ismael

    in reply to: Sidebar not showing up on blog #262212

    Hi discover_peppermint!

    Thank you for visiting the support forum!

    I checked the website on Chrome Windows 8 and I can see the sidebar. Is this fixed?

    Regards,
    Ismael

    in reply to: Weird bars/lines shows up in Chrome #262209

    Hi!

    Thank you for the update.

    I can also see the issue on Windows 8 Chrome but I’m not sure why it’s doing that. Please try to add this on Quick CSS or custom.css:

    div#after_layer_slider_1 {
    z-index: 9999;
    }

    Also, we noticed that the memory limit is set to 40M which is way too low for the avia builder to work properly. You might want to increase the wordpress php memory limit to at least 128M. Depending on your hosting environment you might experience an issue when trying to access the Advance Layout Builder. This is usually due to the builder timing out because of a memory limit in your server environment. The first thing you can do to fix this is to add the following lines in your wp-config.php file located at the root of wp directory:

    define( 'WP_MEMORY_LIMIT', '128M' );
    define( 'WP_MAX_MEMORY_LIMIT', '256M' );

    You can also contact your host if you’re not comfortable doing the adjustments yourself. Refer to this link for more info: http://dailyblogging.org/wordpress/increase-wordpress-memory-limit/

    Best regards,
    Ismael

    Hey Chrisidonner!

    Thank you for using the theme!

    I’m not so sure what’s the issue but I just noticed that you’re not using the latest version of the theme. Please download the latest version Enfold 2.7.1 from your themeforest account then update the theme via FTP. Please refer to this link for more info: http://kriesi.at/documentation/enfold/updating-your-theme-files/

    If possible, please translate the thread description to english so that we can understand it better. Google translate doesn’t seem to help. I’ll ask Dude to check this.

    Best regards,
    Ismael

    Hi grpetz!

    Thank you for using the theme.

    Please add this on Quick CSS or custom.css to remove the post navigation on products:

    .single-product .avia-post-nav {
    display: none !important;
    }

    Best regards,
    Ismael

    in reply to: Remove menu underline but keep the arrow? #262204

    Hi pcglenn!

    Thank you for visiting the support forum!

    If you don’t mind we would like to see the actual website where you’re planning to implement this. Add this on Quick CSS or custom.css to make the background color of the hover effect transparent:

    .header_color .avia-menu-fx {
    background: transparent;
    }

    Cheers!
    Ismael

    in reply to: Icon Box issue on explore #262202

    Hi!

    Thank you for the update.

    Please remove the inline styling then add a custom css selector for the iconboxes that you want to have a centered content. Edit functions.php, find this code:

    if(isset($avia_config['use_child_theme_functions_only'])) return;
    

    Below, add this code:

    add_theme_support('avia_template_builder_custom_css');
    

    Edit any avia elements like the icon box element then scroll below. Add a unique css selector on “Custom Css Class” field. For example, add “.centered-iconbox “.

    You can add something like this on your custom.css or Quick CSS:

    .centered-iconbox div.iconbox_content_container {
    text-align: center;
    }

    Refer to this link for more info: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/

    Cheers!
    Ismael

    in reply to: Display bugs.. #262198

    Hey!

    Thank you for the update.

    The css code above should change the bottom border of the active tab. Try to remove browser cache then reload the page a few times. Looks like we are on a standstill here since we can’t see the actual issue on your end and we can’t reproduce it on ours. Please post the link to the actual website. We’ll probably continue once your site goes live.

    Cheers!
    Ismael

    in reply to: Horizontal Whitespace Control #262135

    Hey!

    Thank you for the update.

    Please let us know how it goes. If there are any issues, please post the website URL here so that we can inspect it.

    Best regards,
    Ismael

Viewing 30 posts - 58,381 through 58,410 (of 67,175 total)