Forum Replies Created

Viewing 30 posts - 59,821 through 59,850 (of 67,463 total)
  • Author
    Posts
  • in reply to: Masonry Detail Order #242453

    Hi!

    Yes, the avia post navigation is being for portfolio items so you can still follow Yigit’s instruction on the link.

    Regards,
    Ismael

    in reply to: Font Color Sidebar Slider #242451

    Hey Valerie!

    Please try this one:

    .main_color .sidebar p.rtw_main > *, .main_color .sidebar p.rtw_meta > *,  .main_color .sidebar p.rtw_main a,  .main_color .sidebar p.rtw_meta a,  .main_color .sidebar .rotatingtweet {
    color: red !important;
    }

    Remove browser cache then reload the page a few times.

    Regards,
    Ismael

    in reply to: Disable CSS "icon overlay" #242448

    Hey LynxXrossed!

    Please add this on Quick CSS or custom.css:

    .image-overlay.overlay-type-extern .image-overlay-inside:before {
        display: none;
    }

    Regards,
    Ismael

    in reply to: social header showing only on scroll #242109

    Hey Sebastian!

    You only want the top bar to show once you scroll? Add this on Quick CSS or custom.css:

    #header_meta { display: none; }
    .header-scrolled #header_meta { display: block; }

    Best regards,
    Ismael

    in reply to: portfolio category in single portfolio item #242093

    Hi mhrnjak!

    You can add something like this on functions.php:

    add_filter('avf_title_args','avf_portfolio_title_args', 10, 1);
    
    function avf_portfolio_title_args($args) { 		
    	$title = get_the_title($id);
    	
    	if(is_singular('portfolio')) {
    	$terms = get_the_terms( $id, 'portfolio_entries' );
    	$portfoliocat = array();
    	foreach ( $terms as $term ) {
    		$portfoliocat[] = $term->name;
    	}	
    	$args['title']    = $title . ", " . $portfoliocat[0];	
    	} else {	
    	$args['title']    = $title;
    	}
    	return $args;
    }
    

    This will echo out the first category of the portfolio item.

    Regards,
    Ismael

    in reply to: Remove space above 1/3 layout #242069

    Hey hlchia!

    Please add this on Quick CSS or custom.css:

    .avia-testimonial {
    padding: 0 20px;
    }
    
    .avia-testimonial-wrapper {
    margin: 0 0 30px 0;
    }

    Regards,
    Ismael

    in reply to: Homepage tweaks #242068

    Hi!

    Please use this on Quick CSS or custom.css:

    #av_section_2 > div > div > div > div > div.flex_column.av_three_fourth.avia-builder-el-18.el_after_av_one_fourth.avia-builder-el-last {
    margin-top: -30px;
    }

    Regards,
    Ismael

    in reply to: Small bugs with Icon Lists and Horizontal ruler #242064

    Hey Mono14!

    You can write a blank div or span on the icon list content. Something like this:4

    <div class="blank-content"></div>
    

    You can also use this on Quick CSS:

    .iconlist_content {
    display: none;
    }
    
    .main_color .avia-icon-list .iconlist_icon {
    color: #c12327!important;
    margin-bottom: 20px;
    }

    Cheers!
    Ismael

    Hi!


    @garbath
    : Add something like this on functions.php:

    add_filter('avf_logo_subtext', 'kriesi_logo_addition');
    function kriesi_logo_addition($sub)
    {
    	$sub .= "<strong class='logo-title'>Company Name</strong>";
    	$sub .= "<strong class='logo-title logo-subtitle'>Additional Text Here</strong>";
    	return $sub;
    }

    Change the company name and add another custom text if you want.

    Add this on Quick CSS to adjust the position of the subtext.

    .subtext {
    position: absolute;
    top: 30px;
    }
    
    .subtext strong {
    margin-right: 10px;
    }

    Regards,
    Ismael

    Hi Wordepressed!

    I think you used a plugin loading-page which is not a theme default feature. Please deactivate the plugin then contact the plugin author to fix it on IE. The site is loading but it takes a lot of time before it fully loads.

    Regards,
    Ismael

    in reply to: Media Queries aren't applying. #241960

    Hi headbentdesign!

    Can you please give us a link to the website? Do you have the latest version of Enfold? Try (max-width : 479px) instead of 320px. A screenshot of what you’re trying to do will help.

    Cheers!
    Ismael

    in reply to: Modify Header to Enlarge Area and Menu Location #241959

    Hi!

    Please download the latest version of Enfold, 2.6.2. Update the theme via FTP. Watch this video by Devin: http://vimeo.com/channels/aviathemes/67209750

    You’ll see new header options like header height, logo position etc. You don’t need to add custom css modifications anymore. You can find the custom.css file via FTP or your cpanel, it is inside the css folder. You can also use the Enfold > Styling > Quick CSS file.

    Cheers!
    Ismael

    in reply to: Bold Category Names #241958

    Hi hellovlad_!

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

    #js_sort_items a {
    font-size: 15px;
    font-weight: bold;
    }

    Cheers!
    Ismael

    in reply to: Content Deleted Randomly w/ No Revisions Stored #241957

    Hey addwebtoday!

    Can you please give us a link to the website? Please increase the wordpress php memory limit to at least 128M. Refer to this link: http://dailyblogging.org/wordpress/increase-wordpress-memory-limit/

    Cheers!
    Ismael

    in reply to: icons are displayed wrong #241956

    Hey!

    Please try to troubleshoot the icon issue using the instructions here: http://www.fontsquirrel.com/blog/2010/11/troubleshooting-font-face-problems

    Regards,
    Ismael

    in reply to: PROBLEM WITH ICONS #241955

    Hi bitnavarra!

    Please refer to this link and follow Kriesi’s instruction regarding .htaccess and theme update: https://kriesi.at/support/topic/icons-still-not-working-in-firefox-and-ie/#post-173204

    Cheers!
    Ismael

    in reply to: How to change the menu in the header to a menu I prefer #241954

    Hey sr123!

    Create a new menu on Appearance > Menu then make sure that it is set as Enfold Main Menu on the Theme Locations option.

    Regards,
    Ismael

    Hey Julien90!

    You can add on Quick CSS or custom.css:

    #av_section_1 > div > main > div > div > div.flex_column.av_two_third.first.avia-builder-el-1.el_before_av_one_third.avia-builder-el-first > div.togglecontainer.toggle_close_all.avia-builder-el-3.el_after_av_heading.avia-builder-el-last.enable_toggles > div {
    word-wrap: break-word;
    }

    Regards,
    Ismael

    Hi!

    You can create a portfolio item then look for “Overwrite Portfolio Link setting”, select “Define custom link”. Add the url of the vimeo or youtube video. This should open the video on lightbox when the portfolio thumbnail is clicked.

    Best regards,
    Ismael

    in reply to: Getting a strange error on my local installation #241951

    Hey Martin!

    Please download the theme again from your themeforest account then override the theme files. That should fix the issue.

    Best regards,
    Ismael

    in reply to: Breadcrumbs not showing correct path #241948

    Hey!

    The breadcrumb does not follow the menu arrangement if that is what you’re expecting. Please add this on functions.php:

    add_action('after_setup_theme','avia_remove_portfolio_breadcrumb');
    
    function avia_remove_portfolio_breadcrumb(){
    remove_filter('avia_breadcrumbs_trail','avia_modify_breadcrumb');
    }

    Best regards,
    Ismael

    in reply to: Layer Slider Layout Dimensions #241946

    Hi simplyaha!

    The layer slider demo have this settings:

    Slider width: 100%
    Slider height 470
    Responsive: On
    Full-width: On
    Responsive under: 1140
    Layers container: 1140

    Cheers!
    Ismael

    in reply to: Video embed image #241945

    Hey!

    Using a text block, try this embed code:

    [video mp4="http://www.vinesinstruct.com/wp-content/uploads/2014/02/vinesinstruct-vid.mp4" poster="http://schools.ccrsb.ednet.ns.ca/hnrh/thomson/rw_common/themes/blendit/images/header/image5.jpg"]
    

    Just replace the poster url. It will look like this:

    Regards,
    Ismael

    in reply to: Fallback option for video #241942

    Hi simplyaha!

    Edit the video slide then look for the “Choose fallback image for mobile devices” option right below the video url field. Unfortunately, the fallback image is not available on the layer slider.

    Cheers!
    Ismael

    in reply to: ENFOLD + WOOCOMMERCE : Problem #241941

    Hey Stephane!

    You have an old version of the theme. Please download 2.6.2 from your themeforest account then update the theme via FTP. Watch this video by Devin: http://vimeo.com/channels/aviathemes/67209750

    This should fix the woocommerce compatibility issue. Make sure that you’re using the latest shop plugin version.

    Best regards,
    Ismael

    in reply to: Where are button shortcodes? #241940

    Hi fryec1135!

    If you have the latest version of enfold, edit the slide image then look for “Apply a link or buttons to the slide?”. This will give you the option to attach one or two buttons.

    Regards,
    Ismael

    in reply to: Shop page all categories don't show up #241939

    Hi!

    You can add the parent=”0″ attribute to show the top level categories.

    [product_categories number="" parent="0"]
    

    Cheers!
    Ismael

    in reply to: Posts not displaying after woocommerce products grid #241938

    Hey Gurify!

    Can you please give us a link to the website? I tested this on my end and it works ok. On top I added a full width slider with the color section below, a product grid inside the color section. Under the first section I added another color section with the post slider and widget area elements. Is this the setup of your page?

    Regards,
    Ismael

    Hey abedia!

    You can use this:

    .small-preview, .single small-preview  {
    pointer-events: none;
    }

    Best regards,
    Ismael

    in reply to: Mobile Menu Logo #241936

    Hey!

    Please use this to adjust the mobile view:

    @media only screen and (max-width: 767px) {
    .responsive #header .social_bookmarks {
    position: relative;
    right: -90px;
    }
    
    .responsive .mobile_slide_out .logo {
    margin-left: 0;
    width: 80%;
    margin-top: 20px;
    }
    }

    Regards,
    Ismael

Viewing 30 posts - 59,821 through 59,850 (of 67,463 total)