Forum Replies Created
-
AuthorPosts
-
January 30, 2014 at 2:35 pm in reply to: Main menu not appearing on small screens (tablets or phones) #216953
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!
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,
IsmaelHi dkiessling!
You can easily switch to Visual Mode when editing content, just press the “Enter” key to create spaces between paragraphs. Is that what you’re doing?
Regards,
IsmaelHi Jasmer!
Masonry will always be full width no matter what layout you selected on the page. Please watch this short video by Devin on how to work masonry elements within the theme: https://vimeo.com/channels/aviathemes/77433498
Regards,
IsmaelHey CNEG!
What is the actual height of the logo? What type of header do you have? Please give us a link to the website.
Best regards,
IsmaelHey!
You can adjust the column’s top margin:
body .column-top-margin { margin-top: 10px; }Best regards,
IsmaelHey!
You can specify a minimum height for the pricing list:
.pricing-table li { min-height: 150px; } .avia-heading-row { min-height: 0 !important; }Cheers!
IsmaelHi jfannthemusicman!
You can change the content padding using this on Quick CSS:
.content, .sidebar { padding-top: 10px; padding-bottom: 10px; }Best regards,
Ismael -
AuthorPosts
