Forum Replies Created
-
AuthorPosts
-
Hey ZenzeMedia!
You can use this on Quick CSS, this is for the accordion content:
.toggle_content { font-size: 11px; }And this is for the toggle title:
.toggler { font-size: 12px; }Best regards,
IsmaelHey whitstablesunsets!
What do you mean the way the page load? Bounce rates come from visitors that don’t interact with the website. Due to the fact that you redesign the website using Enfold, maybe users are more interested with the website now because of the improvements.
Cheers!
IsmaelHi!
What is your title template settings for Title & Metas > Post Types > Pages? You should probably check that.
Best regards,
IsmaelHi!
Can you please give us a link to the website? Unfortunately, you can’t add a custom css class for column layouts. You can create a text block then add something like this:
<div class="flex_column av_one_half first custom">Content here</div><div class="flex_column av_one_half">Content here</div>Add this on Quick CSS or custom.css:
.flex_column.av_one_half.first.custom { margin: 0; float: left; clear: none; }Best regards,
IsmaelHey!
You can edit the footer columns on Appearance > Widgets, add widgets on the Footer – Column widget area. The area will adjust according the footer content. You can add this on Quick CSS or custom.css to decrease the footer padding:
#footer { padding: 5px 0 5px 0; z-index: 1; }Cheers!
IsmaelHi Sven!
You can add this on Quick CSS or custom.css:
#top .main_menu .menu li:hover { background: gray; }Best regards,
IsmaelHey!
Please use this on Quick CSS or custom.css:
#av_section_1 > div > div > div > div > div.flex_column.av_one_fourth.first.avia-builder-el-13.el_before_av_three_fourth.avia-builder-el-first > section { margin-top: 25px; } .page-id-75 .avia-section-small .content { padding-top: 0; }Regards,
IsmaelHey!
Please add this on Quick CSS or custom.css:
#main > div.main_color.container_wrap.fullsize > div > main > div > div > div.flex_column.av_one_half.avia-builder-el-11.el_after_av_one_half.avia-builder-el-last.column-top-margin { margin-top: -8px; }Cheers!
IsmaelHi!
Thank you for using the theme. I hope you’re doing great.
I’m really sorry but that is a bit unclear for us. I’m not sure if I understand you clearly. Maybe, a screenshot will help.
Best regards,
IsmaelMarch 6, 2014 at 2:44 pm in reply to: Social Icons (Fontello) not working in Firefox, Enfold 2.5.4 #233184Hey robinwo!
Thank you for using the theme. I hope you’re doing great.
Have you tried flushing the W3 Total Cache plugin settings? You can also deactivate it first then check the website again.
Cheers!
IsmaelHi!
Did you use .overflow with the dot on custom css class? You should remove the dot. You can then use it on Quick CSS like this:
.page-id-27 .avia-builder-el-10 .overflow { display: none !Important; }Maybe adding the !important will help.
Cheers!
IsmaelHi!
I think Dude is referring to editing the files on both languages simultaneously. I think you should avoid that and edit or translate the entries one at a time.
Best regards,
IsmaelHi erickeith9!
How are you? I hope you’re doing well today. You can use this plugin: http://wordpress.org/plugins/addthis/
Refer to this link for more info: https://kriesi.at/support/topic/placing-addthis-social-icons-into-the-header?replies=4#post-134606
Best regards,
IsmaelHi!
If you follow the instructions above about adding the custom css support for avia elements. You’ll find a “Custom Css Class” field when editing an Image element or any other avia elements using the Advance Layout Builder. Add a unique css class selector like, “awesome-image” for example. You can then use that selector for that specific image element on Quick CSS:
.awesome-image { width: 100px; height: 100px; }Regards,
IsmaelHi!
Glad we could help. You can request it here: https://kriesi.at/support/topic/enfold-feature-requests/
Closing the thread now.
Cheers!
IsmaelHi!
Thank you for using the theme. I hope you’re doing great.
You can use this but it will stretch the images:
.event-portfolio { height: 500px; } .event-portfolio .avia-slideshow.image_no_stretch li img { width: 100%; height: 500px; }You should upload images with the same ratio and dimension to maintain a static slider height. If you want to maintain the image proportion of the images, you can use this:
.event-portfolio { height: 500px; } .event-portfolio .avia-slideshow.image_no_stretch li img { width: auto; height: 500px; }Cheers!
IsmaelHi!
Thank you for using the theme. I hope you’re doing great.
Yes, Enfold does have this problem before but I can see that you’re using a very old version of the theme. Please download the latest version 2.5.4 on your themeforest account. Update the theme via FTP. Watch this video by Devin: http://vimeo.com/channels/aviathemes/67209750
It has been fixed on the latest update. Updating might affect the content of your website especially those elements that are using font icons. You might need to recreate them. Please always check for theme updates.
Best regards,
IsmaelHey newmesis!
How are you? I hope you’re doing well today.
You’re using a very old version of the theme. Please download the latest version 2.5.4 on your themeforest account. Update the theme via FTP. Watch this video by Devin: http://vimeo.com/channels/aviathemes/67209750
It should fix most of the issues that you’re having right now.
Best regards,
IsmaelHey!
How are you? I hope you’re doing well today.
If you choose the post format gallery then added images using the add media button or add the shortcode gallery, that gallery will be shown as featured image for that specific post. What do you want the post format gallery to look like? It’s not out of whack, it is suppose to look that way when using the gallery format. If you want to learn more about posts format you can refer to this link: http://codex.wordpress.org/Post_Formats
Please watch these videos to learn more about the theme: http://vimeo.com/channels/aviathemes/
Cheers!
IsmaelHey stacyr311!
Thank you for the question. I hope all is well with you today.
Please refer to this link: http://selfcontained.us/2008/03/08/simple-jquery-image-rollover-script/
Instead of using the Image element, please use a text block then follow the steps on the link I gave you. You can place this image: http://www.fpcosms.com/fpcnew/wp-content/uploads/2014/03/gather-hover.png as the data-hover:
<img src="first.gif" data-hover="http://www.fpcosms.com/fpcnew/wp-content/uploads/2014/03/gather-hover.png" />Place the jquery code on js > avia.js on line 7 below this code:
$(document).ready(function() {Make sure that the first image and the rollover has the same size for better results.
Best regards,
IsmaelHi!
How are you? I hope you’re doing well today.
I think the jump is cause by fact that the search icon is loaded after the menus. Please use a caching and minifying plugin to optimize page speed. The “jump”, does not occur when the page has been loaded multiple times by hitting refresh.
Regards,
IsmaelMarch 6, 2014 at 7:11 am in reply to: Make navigation menu item UPPERCASE when on menu item child blog post #233074Hi akamaxbuz!
Thank you for the question. I hope all is well with you today.
You can add this on Quick CSS or custom.css:
.single .current_page_parent a { text-transform: uppercase; }Best regards,
IsmaelHi AndrewDelaware!
Thank you for using the theme. I hope you’re doing great.
1.) Change the icon list background color using this:
.main_color .avia-icon-list .iconlist_icon { background-color: red; }2.) Please use this on Quick CSS or custom.css to change the size of the icon list on the toggle:
.avia-icon-list .iconlist_title { text-transform: normal; color: #C14000 !important; } .page-id-56 .iconlist-char { font-size: 15px; } .page-id-56 .avia-icon-list .iconlist_icon { height: 32px; width: 32px; line-height: 32px; font-size: 15px; margin-right: 30px; margin-left: 15px; }Best regards,
IsmaelHi understandchristianity!
Thank you for using the theme. I hope you’re doing great.
You can only filter the avia post navigation by post category. Add this on functions.php:
add_filter('avia_post_nav_settings','avia_same_category_filter', 10, 1); function avia_same_category_filter($settings) { $settings['same_category'] = true; return $settings; }This will return all posts with the same category.
Cheers!
IsmaelHey pako69!
Thank you for using the theme. I hope you’re doing great.
You can use this plugin instead: WP MigrateDB or WP MigrateDB PRO
Best regards,
IsmaelHi Albulushi!
How are you? I hope you’re doing well today.
1.) Please add this on Quick CSS or custom.css to remove the shortcode:
.slide-entry-excerpt { display: none; }2.) Please add this on functions.php:
add_filter('avf_title_args', 'fix_single_post_title', 10, 2); function fix_single_post_title($args,$id) { if ($args['title'] == 'Blog – Latest News') { $args['title'] = ucfirst(get_the_category($id)); $args['link'] = get_permalink($id); } return $args; }Regards,
IsmaelHey!
Please add this on Quick CSS to prevent the image from being cut off on iPhones or screens with 320px resolution:
@media only screen and (max-width: 321px) { .responsive #main .container_wrap:first-child { border-top: none; max-width: 320px; } }Regards,
IsmaelMarch 6, 2014 at 6:18 am in reply to: LInks to Vimeo not working on home page of Enfold theme #233062Hey!
Thank you for using the theme. I hope you’re doing great.
What do you mean by it’s not working? It opens a lightbox instead? Please add the class=”nolightbox” on the link code. You can also hide the vimeo url using goo.gl then use it instead of the actual vimeo url. A link to your website will help.
Regards,
IsmaelHi alfredo72!
Thank you for using the theme. I hope you’re doing great.
No, that is not possible without heavy customization. Are you referring to a set of portfolio images on a portfolio category page? Please post a screenshot of what you’re trying to do. Maybe we can separate them by page id.
Best regards,
Ismael -
AuthorPosts
