Forum Replies Created

Viewing 30 posts - 60,061 through 60,090 (of 66,134 total)
  • Author
    Posts
  • in reply to: animation shift / layer slider #217299

    Hey Munford!

    There is no layer slider on the page. On what browser and OS are you testing this with?

    Regards,
    Ismael

    in reply to: Social Media Icon HTML #217298

    Hey Gstar72!

    This is the html code of the social icons:

    <ul class="noLightbox social_bookmarks icon_count_5"><li class="social_bookmarks_linkedin social_icon_1"><a target="_blank" href="http://www.linkedin.com/in/GaryFlooks" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello" title="Linkedin"></a></li><li class="social_bookmarks_twitter social_icon_2"><a target="_blank" href="https://twitter.com/NaturalOutlook" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello" title="Twitter"></a></li><li class="social_bookmarks_gplus social_icon_3"><a target="_blank" href="https://plus.google.com/u/0/104229833865270222238/about" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello" title="Gplus"></a></li><li class="social_bookmarks_mail social_icon_4"><a href="mailto: (Email address hidden if logged out) " aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello" title="Mail"></a></li></ul>

    Cheers!
    Ismael

    in reply to: Logo in correct place. #217295

    Hey!

    There are 3 images on the header. Can you please elaborate the issue?

    Regards,
    Ismael

    Hi wayzart!

    What do you mean by “chasing the image”?

    Best regards,
    Ismael

    in reply to: move media from uploads folder outside of wordpress folder #217290

    Hi!

    You can add something like this on wp-config.php to move the image folder.

    define( 'UPLOADS', '/wp-content/uploads/custom' );

    This will create a folder named “custom” inside the uploads folder. All images will be place on “custom” folder.

    Note: This will change the directory of the image folder and you might need to move the existing images on the new folder.

    Regards,
    Ismael

    in reply to: Masonry Gallery maximum Picture Size #217287

    Hey frawer!

    You can change the thumbnail size on Settings > Media. Change the Large Size value then regenerate the thumbnails using this plugin.

    Cheers!
    Ismael

    in reply to: Centralising the slider image when in responsiveness mode #217284

    Hey!

    You can use the button shortcode. Produce the shortcode on a page or post, copy it then paste it on the Div / Video field of the layer slider. You will see the actual shortcode on the preview but it will render the right button on the front end.

    Best regards,
    Ismael

    in reply to: Styling bbpress topic header. #217281

    Hey Lorra!

    Can you please post a screenshot of how you want the forum to look like? You can inspect the forum elements using the Google Chrome Inspect Element tool then apply the modifications on the Quick CSS or custom.css file. Please watch this video.

    Regards,
    Ismael

    in reply to: Icons at top right #217280

    Hey oncorsolutions!

    You can use html tags on Enfold > Header > Phone Number or small info text.

    Regards,
    Ismael

    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

Viewing 30 posts - 60,061 through 60,090 (of 66,134 total)