Forum Replies Created
-
AuthorPosts
-
Hi!
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,
IsmaelHey biklops!
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 of Enfold on your themeforest account. Update the theme via FTP. Watch this video by Devin: http://vimeo.com/channels/aviathemes/67209750
Anyway, the site looks fine when I checked it on smaller screens. The three buttons are not being cut off.
Best regards,
IsmaelHey Pablo!
How are you? I hope you’re doing well today.
You can use this plugin to maximize the search power of your website: SearchWP
Refer to this link in order to integrate the plugin on ajax search: http://kriesi.at/documentation/enfold/use-searchwp-instead-of-the-standard-search/
Best regards,
IsmaelHi Snerp!
You can also use a Custom Background Color for the Color Section instead of the Background Image. Edit the color section then look for “Custom Background Color”.
Best regards,
IsmaelMarch 6, 2014 at 5:54 am in reply to: Styling- have tried everything in support for font changes #233055Hi!
Thank you for using the theme. I hope you’re doing ok.
Can you please give us a link to the website? What heading font are you trying to use? Make sure that the dynamic_avia folder’s permission is writable.
Cheers!
IsmaelMarch 6, 2014 at 5:52 am in reply to: strtolower() error Line 181 of config-woocommerce/admin-options.php #233054Hey Bundus!
Thank you for using the theme. I hope you’re doing great.
I’m not sure why it would cause errors when woocommerce plugin is not installed. Do you have a cache plugin? Can you please give us a link to the actual website? If you’re experiencing the issue when you add a third party plugin, please contact the actual plugin author.
Best regards,
IsmaelHey!
How are you? I hope you’re doing well today.
You can adjust the size of the slider using this on Quick CSS or custom.css:
@media only screen and (max-width: 767px) and (min-width: 480px) { .responsive #main .container_wrap:first-child .container { width: 528px; margin: 0 auto; } }Adjust the width value if necessary.
Best regards,
IsmaelMarch 6, 2014 at 5:44 am in reply to: Problem with ICON box which is too deep in any browsers #233052Hi Frankcom!
Thank you for using the theme. I hope you’re doing great.
I’m not sure if we can help you with this one. I checked the website on IE8 and IE9 on Windows 7 and they are working fine. I don’t have a windows xp machine to test this with and I doubt if any of the support team member have it. FYI on April 2013 XP is no longer supported by Microsoft: http://www.microsoft.com/en-us/windows/enterprise/endofsupport.aspx and same goes with Enfold.
And with XP at 11% http://www.w3schools.com/browsers/browsers_os.asp and IE8 at 3% http://www.w3schools.com/browsers/browsers_explorer.asp, these browsers and OS can be ignored in near future imo.
Best regards,
IsmaelHi!
Thank you for using the theme. I hope you’re doing great.
Make sure that you’re uploading images with the same dimension and ratio to get a nice overall look for the shop page. You can change the thumbnail size on config.php and set the crop settings to false if necessary. Regenerate the thumbnails.
Best regards,
IsmaelHi!
Thank you for using the theme. I hope you’re doing great. Nice website!
You can set a minimum and max height for the grid images. Add this on Quick CSS or custom.css:
.grid-image.avia-hover-fx img { max-height: 240px; min-height: 240px; }Adjust the height value if necessary.
Cheers!
IsmaelMarch 6, 2014 at 5:30 am in reply to: Add Social Icons and Click To Phone Number To Right Of Menu #233048Hi!
How are you? I hope you’re doing well today.
Please add this at the very bottom of the child theme’s style.css:
#top .social_bookmarks { position: relative; top: 43px; } .sub_menu { top: 47px; }Cheers!
IsmaelHi!
Thank you for using the theme. I hope you’re doing great.
I don’t it is possible to arrange the gallery thumbnail by category. Please hire a freelance developer if you want to make that change on the gallery shortcode. For further customization, please visit Werkpress.
Cheers!
Ismael -
AuthorPosts
