Forum Replies Created

Viewing 30 posts - 61,081 through 61,110 (of 67,145 total)
  • Author
    Posts
  • in reply to: Change color section image placement #217274

    Hi!

    Is this still happening? Can you please disable Yeost SEO plugin? See if the issue persist.

    Cheers!
    Ismael

    in reply to: Post slider quotation length adjustment #216968

    Hi maximadz!

    You can add this on functions.php to increase the excerpt length:

    add_filter('avf_postgrid_excerpt_length','avf_increase_postgrid_excerpt_length', 10, 1);
    
    function avf_increase_postgrid_excerpt_length($prepare_excerpt) {
    	$prepare_excerpt = 300;
    	return $prepare_excerpt;
    }

    Change 300 to a greater number if necessary.

    Regards,
    Ismael

    in reply to: Strange IE9 issue #216962

    Hey!

    I checked the website on IE9 and it looks fine. Maybe, a slow internet connection? You’re using an old version of the theme. Please download the latest version on your themeforest account then update the theme via FTP. Watch this video by Devin: http://vimeo.com/channels/aviathemes/67209750

    Best regards,
    Ismael

    in reply to: Layout Builder Image Resize Problem #216958

    Hey!

    Please do try that one. I’m sure serving an image with twice the size will make a difference on retina display. You need to specify half the size of the actual image size via CSS.

    Regards,
    Ismael

    in reply to: Masonry Blog Not Working #216957

    Hey!

    Please post the login details here. Set it as a private reply. The Blog and the Blog Style has nothing to do with the Fullwidth Masonry.

    Regards,
    Ismael

    in reply to: Items not Loading #216956

    Hey Casey!

    Please increase the php allowed memory. Refer to this link.

    Cheers!
    Ismael

    in reply to: Navigation Menu on iPad portrait view #216954

    Hey!

    Add this on Quick CSS:

    @media only screen and (max-width: 989px) and (min-width: 768px) {
    .responsive .mobile_menu_tablet .main_menu {
    display: block;
    }
    }

    Regards,
    Ismael

    Hi edgold!

    You have a cache plugin, please turn it off when making changes. Please try to deactivate the minify plugin, see if that fixes the issue.

    Cheers!
    Ismael

    in reply to: menu buttons custom colours #216952

    Hi!

    You can use this to change the background color of the current menu item:

    .current-menu-item.current_page_item {
    background: orange;
    background-color: orange;
    }

    Best regards,
    Ismael

    in reply to: Spacing in menu after removing search icon #216949

    Hey LokaalTotaal!

    Please don’t remove the search via Theme Options. Add this on Quick CSS:

    #menu-item-search {
    display: none;
    }

    Regards,
    Ismael

    in reply to: Problem background ALTERNATE CONTENT #216947

    Hi!

    It will only work if you have a Color Section element on a page. You can also specify a background color directly on the Color Sections’ option panel. Please watch these videos to learn more about the theme: http://vimeo.com/channels/aviathemes/64927359

    Regards,
    Ismael

    in reply to: Head With Social Media and Large Logo #216943

    Hi!

    I’m not sure why the filter is not working but please download the font that you want on http://fontello.com/ then upload it via Enfold > General Settings > Icon Font Manager. Edit functions.php, find this code:

    'scrolltop' => array( 'font' =>'entypo-fontello', 'icon' => 'ue876'),

    Below, add this code:

    'slideshare' 	=> array( 'font' =>'fontello', 'icon' => 'ue802'),
    

    I used the checkmark from Font Awesome. Edit includes > admin > register-admin-options.php, find this code on line 971:

    'Youtube'   => 'youtube',
    

    Below, add this code:

    'Slideshare'   => 'slideshare',
    

    You can now select the Slideshare social icon. You can do the same with yelp icons. Regarding the icon codes, you need to remove the plus sign. U+E802 should be converted to ue802.

    Cheers!
    Ismael

    Hi klabuz!

    Please use this:

    .social_header .phone-info span {
    color: white;
    }

    Cheers!
    Ismael

    in reply to: mailchimp for wordpress lite conflict with enfold #216847

    Hey dalcnetsrl!

    Can you please give us a link to the page? We would like to check it. The widget doesn’t load? Or the whole website doesn’t load when you add the widget?

    Regards,
    Ismael

    in reply to: Enfold Showcase #216845

    Hi!

    http://hazelwoodsoapcompany.com/ looks nice. Love the orange. Good job! :)

    Regards,
    Ismael

    in reply to: portfolio grid navigation #216843

    Hey Munford!

    If you want to change the style of a specific element on a certain page or post, you can use the Google Chrome Inspect Element. Look for the unique css body class.

    On the example above, the page’s unique selector is .page-id-2251. We can use it to change the element within that page.

    .page-id-2251 .avia-post-nav {
    display: none !important;
    }

    Cheers!
    Ismael

    in reply to: Custom post type template builder #216842

    Hey!

    Can you please post the login details here? Set it as a private reply.

    Best regards,
    Ismael

    in reply to: Ajax Portfolio image quality #216841

    Hi siws!

    The image that you need to upload should have a minimum width of 800px at least. The theme stretches the image to occupy the whole portfolio-preview-image container.

    Best regards,
    Ismael

    in reply to: Setup Minify JS and CSS #216837

    Hi gloopy1!

    Can you please elaborate the issue? What is it that you can’t get right? You can visit Werkpress or hire a freelance developer to help you.

    Cheers!
    Ismael

    in reply to: style.css? #216835

    Hi!

    You need to access the custom.css file via FTP or your cpanel. You can also use the Quick CSS field to modify certain elements on the theme.

    Cheers!
    Ismael

    in reply to: contact form sending but no confirmation #216833

    Hey!

    Please try to deactivate the Gravity Forms plugin, see if that helps.

    Best regards,
    Ismael

    in reply to: Using WP Realty plugin with Enfold #216832

    Hi!

    I’m not sure what is wrong with the plugin but the theme does support featured images. You can check a post, page or portfolio item, you can set featured images on them.

    Regards,
    Ismael

    in reply to: Move Featured Image Below Content Header #216825

    Hi!

    I’m talking about the Blog Style that you set on Blog Posts element or on the Enfold > General Settings > Blog Style.

    Cheers!
    Ismael

    in reply to: featured image default photo #216824

    Hi!

    The placeholder used on the blog is not an image. It is an icon font. You need to alter the code and add the img tag. http://www.w3schools.com/tags/tag_img.asp

    Best regards,
    Ismael

    in reply to: BLOG IMAGES : single post #216823

    Hi tacopimp!

    1.) You can edit functions.php, find this code:

    $avia_config['imgSize']['entry_without_sidebar']= array('width'=>1030, 'height'=>360 ); // images for fullsize pages and fullsize slider

    You can either change the height or the width base on the image you want to upload or disable the image crop. Replace the code with this:

    $avia_config['imgSize']['entry_without_sidebar']= array('width'=>1030, 'height'=>360, 'crop' => false ); // images for fullsize pages and fullsize slider

    Regenerate the thumbnails using this plugin: http://wordpress.org/plugins/regenerate-thumbnails/

    2.) Add this on Quick CSS:

    .single .big-preview.single-big a {
    pointer-events: none;
    }

    Regards,
    Ismael

    in reply to: Customize Enfold Accordian #216822

    Hey!

    I’m sorry but it does work on our end. Please give us a link to the page with the accordion. Just to be clear the code above is for the accordion content background color. This is for the accordion toggler or title:

    .main_color .toggler, .main_color .toggler.activeTitle:hover {
    background: red;
    background-color: red;
    }

    Best regards,
    Ismael

    in reply to: Fatal Error(s): #216820

    Hi trentwillis!

    Can you please give us a link to the website? Set the allowed memory size to at least 128M. Please refer to this link.

    Best regards,
    Ismael

    in reply to: Map & Footer Questions #216818

    Hi!

    Edit framework > php > class-framework-widgets.php, find this code on line 1211:

    
    zoom:".$zoom.",
    mapTypeControl:true,
    

    Below, add this code:

    
    scrollwheel: false,
    

    Remove browser cache then reload the page a few times.

    Best regards,
    Ismael

    in reply to: Formatting Tables #216815

    Hi!

    1.) You can add this on Quick CSS to make the heading row background white.

    .main_color tr:nth-child(odd) {
    background: white;
    background-color: white;
    }

    2.) Use this:

    td img {
    margin: 0 auto;
    }

    3.) Add this one to vertical align the text and all elements within the table at the top:

    td > *, tr > * {
    vertical-align: top;
    }

    Regards,
    Ismael

    in reply to: Layout Builder Image Resize Problem #216812

    Hey!

    Please upload the image with twice the size then specify the height and width via CSS:

    .aligncenter.size-full.wp-image-2893 {
    width: 180px;
    height: 72px;
    }

    It should be retina ready. Increasing PPIs or dots per inch won’t do it. You need to serve an image with twice the size at least then specify the width and height via CSS.

    Regards,
    Ismael

Viewing 30 posts - 61,081 through 61,110 (of 67,145 total)