Forum Replies Created

Viewing 30 posts - 61,201 through 61,230 (of 67,453 total)
  • Author
    Posts
  • in reply to: column width change #221091

    Hey!

    Can you please post a screenshot of what you’re trying to do? The column is centered already.

    .flex_column.av_one_third.avia-builder-el-14.el_after_av_one_third .av_textblock_section p {
    text-align: center !important;
    }
    
    .home .flex_column.av_one_third.avia-builder-el-14.el_after_av_one_third {
    max-width: 266px;
    margin-left: 8%;
    }

    Best regards,
    Ismael

    in reply to: hide menu no longer working with theme update #221090

    Hey!

    Please post the login details here as a private reply. We would like to inspect the website.

    Cheers!
    Ismael

    in reply to: Images not adjusting correctly #221089

    Hey!

    The screenshot is still not visible. Please use imgur or dropbox. Post the login details here as a private reply.

    Cheers!
    Ismael

    in reply to: bbPress styling glitch in enfold theme #220828

    Hey Raymmar!

    I’m really not sure what is the issue with the avatar area. This is what it looks like on my end.

    Best regards,
    Ismael

    Hey!

    Glad we could help you. :)

    Cheers!
    Ismael

    in reply to: Layer Slider – Embed Video to be Responsive #220823

    Hey!

    Can you please post the video code here? If you’re using an iframe, please try to add the class attribute. Something like this:

    <iframe class="full-width" width="" height="" src="//www.youtube.com/embed/jexUS43sdeQ?rel=0" frameborder="0" allowfullscreen></iframe>
    

    Then add this on Quick CSS or custom.css:

    iframe.full-width, .ls-s-1.ls-video-layer {
    	width: 100% !important;
    	height: 100% !important;
    }

    Cheers!
    Ismael

    in reply to: animation thumbnails ajax portifolio not work #220819

    Hi!

    Please add this on your custom.css to fix the grid entry image height:

    .grid-entry .attachment-no.scaling.wp-post-image {
    max-height: 44px;
    }

    Regards,
    Ismael

    in reply to: Menu #220818

    Hi!

    Please remove the modifications that you added then replace it with this:

    .main_menu {
    top: 35px;
    }
    
    .main_menu .menu ul {
    top: 83px;
    }
    
    .avia-menu-fx {
    bottom: 32px;
    }

    Best regards,
    Ismael

    in reply to: Hover on Blog Icon #220816

    Hi!

    You can edit includes > loop-index.php, find this code on line 113:

    $blog_meta_output = "<a href='{$link}' class='small-preview' title='{$featured_img_desc}'>".$slider.$icon."</a>";
    

    Replace it with this code:

    $blog_meta_output = "<a href='{$link}' class='small-preview' title=''>".$slider.$icon."</a>";
    

    Cheers!
    Ismael

    in reply to: Inconsistent main menu and sub menu on-states #220808

    Hi!

    I think this will work if you set a page hierarchy. http://en.support.wordpress.com/pages/page-attributes/

    You can see an example if you “Import the dummy data” then check the “Blog” menu item.

    Best regards,
    Ismael

    in reply to: Left Hand Tabs – Size #220805

    Hi AndrewDelaware!

    Please add this on Quick CSS or custom.css to move the icon:

    .tabcontainer .tab_icon {
    position: relative;
    top: -2px;
    }

    Best regards,
    Ismael

    in reply to: Hover on Blog Icon #220804

    Hi hawea74!

    I’m not sure what is the blog icon that you’re referring to. Please post a screenshot and the link to the actual blog page.

    Regards,
    Ismael

    in reply to: LayerSlider Bug – Bad Transitions and Cannot Disable #220802

    Hi trezaei!

    Have you tried removing the browser cache or have you test it on another browser? If you have a cache plugin, try to flush the cache settings then test the slider again.

    Cheers!
    Ismael

    in reply to: I have some questions! #220801

    Hi bbettega!

    1.) Looks like you managed to remove the date on all posts.

    2.) Please try to add a blank Text Widget on all widget areas in the Appearance > Widgets panel. The nested sidebar navigation will only appear if there is no widget on the widget areas.

    3.) You can edit includes > error404.php.

    Regards,
    Ismael

    in reply to: Icon Set #220799

    Hi masterr!

    You can watch this video by Devin on how to add icons: http://vimeo.com/channels/aviathemes/75743285

    Cheers!
    Ismael

    in reply to: Erasing padding/space in general lay-out #220798

    Hey!

    Please add this on Quick CSS or custom.css:

    .content, .sidebar {
    padding-top: 10px;
    padding-bottom: 10px;
    }

    Cheers!
    Ismael

    in reply to: Navegation Post (avia-post-nav) only in the same category #220796

    Hey jmaguirrei!

    Edit functions-enfold.php, find this code on line 327:

    function avia_post_nav($same_category = false, $taxonomy = 'category')

    Replace it with:

    function avia_post_nav($same_category = true, $taxonomy = 'category')

    Regards,
    Ismael

    in reply to: Removal of shortlink from header #220794

    Hey aribann!

    I don’t get any errors when I added it on functions.php and I don’t really see any difference neither.

    Cheers!
    Ismael

    in reply to: Install not working #220793

    Hey!

    Please post the login details here as a private reply. We would like to inspect it.

    Cheers!
    Ismael

    Hey!

    I checked the website on Chrome, Firefox 26.0 and IE9. The icons show properly. Please try to remove browser cache then reload the page a few times. Please refer to this link for trouble shooting: https://kriesi.at/support/topic/invisible-icons/#post-216288

    Regards,
    Ismael

    in reply to: Blog post image without link #220791

    Hi Raul!

    1.) Please edit includes > loop-index.php, find this code:

    //echo preview image
            if(strpos($blog_style, 'big') !== false)
            {
                if($slider) $slider = '<a href="'.$link.'" title="'.$featured_img_desc.'">'.$slider.'</a>';
                if($slider) echo '<div class="big-preview '.$blog_style.'">'.$slider.'</div>';
            }

    Replace it with:

    //echo preview image
            if(strpos($blog_style, 'big') !== false)
            {
                if($slider) echo '<div class="big-preview '.$blog_style.'">'.$slider.'</div>';
            }

    2.) Add this on Quick CSS to create a separator below the image:

    .single .big-preview.multi-big {
    border-bottom: 1px solid gray;
    }
    
    .template-blog .post .entry-content-wrapper, .template-blog .blog-meta {
    overflow: hidden;
    margin-top: 10px;
    }

    3.) You can use this:

    .tag .post-title.tag-page-post-type-title {
    border-top: 1px solid gray;
    padding-top: 10px;
    margin-top: 10px;
    }

    Best regards,
    Ismael

    in reply to: Enfold Showcase #220789

    Hey!


    @chavamx
    : Lucky friend! The website http://orwa.com.mx/ is not loading.


    @Raymmar
    : Nice website. Clean and sleek. Thank you for using Enfold. :)

    Cheers!
    Ismael

    in reply to: Icons in Icon Box are Chinese Characters #220784

    Hi!

    This is what I see on my end. Is this correct? On what browser and OS are you testing this with? Please remove browser cache then reload the page a few times.

    Cheers!
    Ismael

    in reply to: Header Background Image #220782

    Hi aliquill!

    Please remove the header background then add this on Quick CSS or custom.css:

    .bottom_nav_header.social_header #header_main .container {
    height: 88px;
    line-height: 88px;
    background: #ffffff url(https://test.brightminder.co.uk/wp-content/uploads/2013/04/header-710x100.jpg) center left no-repeat scroll;
    }

    Regards,
    Ismael

    Hi Felix!

    Please edit config-templatebuilder > avia-shortcodes > postslider.php, find this code on line 366:

    $markup = avia_markup_helper(array('context' => 'entry_time','echo'=>false));
    						$output .= "<time class='slide-meta-time updated' $markup>" .get_the_time(get_option('date_format'), $the_id)."</time>";

    Replace it with:

    $markup = avia_markup_helper(array('context' => 'entry_time','echo'=>false));
    						$output .= "<time class='slide-meta-time updated' $markup>" .get_the_modified_time(get_option('date_format'), $the_id)."</time>";

    Cheers!
    Ismael

    in reply to: Menu Image items on Mobile. #220776

    Hey!

    Can you please post the login details here as a private reply? You can add a text on the “Buy Now” menu item then enclose it on div or span tag. We can hide it on desktop view. I don’t think it is possible to show images on the mobile dropdown menu without major modifications.

    Regards,
    Ismael

    in reply to: Hiding very top Banner so not a double navigation #220770

    Hey!

    Create a new contact page but don’t add the menu on Appearance > Menus. The menu item will not show unless you add it.

    Regards,
    Ismael

    in reply to: Internet Explorer 10 and under compatibility issue #220768

    Hi!

    Please deactivate all plugins then post the login details here as a private reply. Add this plugin, see if it helps: http://wordpress.org/plugins/html5shiv/

    Regards,
    Ismael

    in reply to: Images not adjusting correctly #220767

    Hey!

    I’m sorry but there is no screenshots. Please post a screenshot of the issue. Like Yigit, I can see the Easy Slider is working normally as expected.

    Regards,
    Ismael

    in reply to: Replace breadcrumbs with social icons #220761

    Hi!

    Please add this on functions.php:

    add_filter('avf_title_args', 'change_breadcrumb', 10, 2);
    function change_breadcrumb($args,$id) {
    	if($args['breadcrumb'] == true) {
    		$args['breadcrumb'] = false;
    		avia_social_media_icons();
    	}
    	
    	return $args; 	
    }

    Add this on Quick CSS or custom.css:

    #top .social_bookmarks {
    width: 1030px;
    margin: 0 auto;
    height: 0;
    position: relative;
    top: 45px;
    }
    
    #top .social_bookmarks li {
    height: 30px;
    position: relative;
    float: right;
    z-index: 1000;
    border-right: none;
    }
    
    #main {
    position: relative;
    top: -31px;
    }

    Regards,
    Ismael

Viewing 30 posts - 61,201 through 61,230 (of 67,453 total)