Forum Replies Created
-
AuthorPosts
-
Hi!
Is this still happening? Can you please disable Yeost SEO plugin? See if the issue persist.
Cheers!
IsmaelHi 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,
IsmaelHey!
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,
IsmaelHey!
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,
IsmaelHey!
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,
IsmaelHey!
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,
IsmaelJanuary 30, 2014 at 2:35 pm in reply to: Main menu not appearing on small screens (tablets or phones) #216953Hi 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!
IsmaelHi!
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,
IsmaelHey LokaalTotaal!
Please don’t remove the search via Theme Options. Add this on Quick CSS:
#menu-item-search { display: none; }Regards,
IsmaelHi!
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,
IsmaelHi!
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!
IsmaelJanuary 30, 2014 at 1:29 pm in reply to: font-color of phone-info is only partially applied on iPad/iPhone #216928Hi klabuz!
Please use this:
.social_header .phone-info span { color: white; }Cheers!
IsmaelHey 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,
IsmaelHey 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!
IsmaelHey!
Can you please post the login details here? Set it as a private reply.
Best regards,
IsmaelHi 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,
IsmaelHi 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!
IsmaelHi!
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!
IsmaelHi!
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,
IsmaelHi!
I’m talking about the Blog Style that you set on Blog Posts element or on the Enfold > General Settings > Blog Style.
Cheers!
IsmaelHi!
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,
IsmaelHi 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 sliderYou 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 sliderRegenerate 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,
IsmaelHey!
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,
IsmaelHi 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,
IsmaelHi!
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,
IsmaelHi!
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,
IsmaelHey!
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 -
AuthorPosts
