Forum Replies Created
-
AuthorPosts
-
Hey!
Thank you for using the theme.
To be honest, we really can’t provide advance support for these plugins as stated on our support policy. As Yigit stated there are various styling issues when using the Formidable. We suggest that you try both plugins’ demo then pick which ones suit you best.
Cheers!
IsmaelJuly 7, 2014 at 3:08 pm in reply to: Bug Avia framework enfold blocks seo plugin Infinite SEO, Yoast Seo, All in seo #287998Hi!4
Thank you for the update.
I enabled the WP Seo plugin and the advance layout builder is still working. Maybe a combination of your plugins are causing the issue. Activate them one at a time to find the culprit.
http://reseauweb.fr/wp-admin/post.php?post=100&action=edit&lang=fr&message=1
Cheers!
IsmaelHey!
Thank you for the access.
What blog style are you planning to use? Please duplicate the includes folder on the child theme then place the loop-index.php. Edit the file, look for this code:
echo '<div class="entry-content" '.avia_markup_helper(array('context' => 'entry_content','echo'=>false)).'>'; echo $content; echo '</div>';Replace it with this:
echo '<div class="entry-content" '.avia_markup_helper(array('context' => 'entry_content','echo'=>false)).'>'; if(!is_archive()){ echo $content; } else { $excerpt = the_excerpt(); echo $excerpt.'<a href="'.get_permalink().'" class="more-link">'.__('Read more','avia_framework').'<span class="more-link-arrow"> →</span></a>'; } echo '</div>';Best regards,
IsmaelHi ykblue!
Thank you for using the theme!
The site looks ok on IE11. Please try to remove all browser extension then check it again:

Regards,
IsmaelHey foking!
Thank you for visiting the support forum!
Please add this on Quick CSS or custom.css:
div.avia-testimonial-meta { margin: 0; } div.avia-testimonial-image { float: right; }Cheers!
IsmaelHey!
Thank you for the info.
This is possible but you should not enable the shrinking header option. Add this on Quick CSS or custom.css:
div.stretch_full.container_wrap.alternate_color.light_bg_color.title_container { position: fixed; z-index: 1000; border-bottom: 1px solid; }Cheers!
IsmaelHey Banqo!
Thank you for using the theme.
I see that you’re using the ajax portfolio to add a video plus description. It’ll be a good solution for now because the latest patch of Enfold will include a new a kind of lightbox. PrettyPhoto will be replaced by Magnific PopUp plugin.
Cheers!
IsmaelJuly 7, 2014 at 5:42 am in reply to: When i try editing a slide into LayerSlider, i get a blank page #287838Hey 2waybrasil!
Thank you for using the theme!
If you want to use a standalone version of the layer slider plugin, please add this on functions.php:
add_theme_support('deactivate_layerslider')You can now install the layer slider on the Plugins panel.
Regards,
IsmaelHi fgrippe!
Thank you for using the theme!
You can add a unique selector on any avia elements including the horizontal rule. Edit functions.php, find this code:
if(isset($avia_config['use_child_theme_functions_only'])) return;Below, add this code:
add_theme_support('avia_template_builder_custom_css');Edit the horizontal rule, add a custom css selector. For example, we’ll use “awesome-hr”. Add this on Quick CSS or custom.css to change the margin and height of that specific hr element:
div.hr.awesome-hr { margin: 10px 0; height: 10px; line-height: 10px; }Regards,
IsmaelHi!
Thank you for using the theme!
Please go to Settings > Permalinks, look for the Portfolio Items Base.
Regards,
IsmaelHi!
Thank you for using the theme.
If I am not mistaken, you should use [shortcode1] not [image1] in order to call the shortcode function image1.
Cheers!
IsmaelHi!
There is not testimonial element below the magazine overview but you can use this:
div.avia-testimonial_inner, div.avia-testimonial_inner > * { font-family: "Source Code Pro", arial, sans-serif;; }Regards,
IsmaelHi Charlie999!
Thank you for using the theme.
You can adjust the padding of the portfolio items:
#top .grid-entry.isotope-item { z-index: 2; padding: 10px; }Regards,
IsmaelHey!
A lot of users are using the Gravity Forms plugin so I’ll go with it but you can try both.
Best regards,
IsmaelHey Mkieling!
Thank you for using the theme!
Please use this on Quick CSS or custom.css:
.footer_color a, .footer_color p, .footer_color { font-size: 13px; }Regards,
IsmaelHi RickSharpell!
Thank you for using the theme.
I’m not sure how it looks on Nexus 7 but it sure is responsive on other devices. Please check here: http://quirktools.com/screenfly/#u=http%3A//www.rickrelax.com/&w=360&h=640&a=38
Regarding the first slide, I think you need to use the fullscreen slider if you want the text to be a part of the actual image. Or remove the text from the background image and place it as caption text. I’l ask the rest of the support team to check it on android device.
Cheers!
IsmaelJuly 7, 2014 at 4:36 am in reply to: How to edit Advanced slider to display a banner of a fixed size #287804Hey Mkieling!
Thank you for visiting the support forum!
The link you provided lead us to a 404 error page. Are you referring to the advance layer slider? A screenshot of the issue will help.
Cheers!
IsmaelHey!
Glad you found it. In case you have any questions, please take some time to review all of the resources in the Theme Documentation as a lot of basic stuff like theme installation, css snippets etc are already available in there with better explanation and awesomeness. Watch some of our Video Tutorials to learn more about the different aspect of the theme. You can also search the forums for queries that has been answered before that might be related to your problem.
If you find that you still have questions after taking the time on our documentations, don’t hesitate to let us know and we will be happy to assist you. If you have any requests or you feel like giving us a warm hug? You can definitely post it on our Feature Requests page. :)
Regards,
IsmaelHey Mkieling!
Thank you for using the theme.
You can use the Logo/Partner element on the advance layout builder or use the columns layout plus the Image elements.
Regards,
IsmaelHey snafroth!
Thank you for using the theme.
Please go to Enfold (DE) > Import/Export panel. Export the theme settings then import it on the English version of the site to correct some styling. You might need to change the English version’s Frontpage settings after importing the theme settings. If you have added any css modifications on the Quick CSS field, copy it then place it on wp-content > themes > enfold > css > custom.css file.
Best regards,
IsmaelHey blaircomm!
Thank you for using the theme.
You can use the plugin firebug or google chrome’s developer tool to get the right css selectors. You can use it directly on custom.css file. For example, if you want to change the body text of single post, use this:
.single .template-blog p { font-size: 18px; color: red; font-weight: bold; }Use this for the post title:
#top .fullsize .template-blog .post-title { text-align: center; font-size: 50px; padding: 15px 0; max-width: 800px; margin: 0 auto; }Change the round container using this:
span.rounded-container { border-radius: 0; }In case you have any questions, please take some time to review all of the resources in the Theme Documentation as a lot of basic stuff like theme installation, css snippets etc are already available in there with better explanation and awesomeness. Watch some of our Video Tutorials to learn more about the different aspect of the theme. You can also search the forums for queries that has been answered before that might be related to your problem.
If you find that you still have questions after taking the time on our documentations, don’t hesitate to let us know and we will be happy to assist you. If you have any requests or you feel like giving us a warm hug? You can definitely post it on our Feature Requests page. :)
Best regards,
IsmaelHi Mkieling!
Thank you for using the theme.
Do you mind if we take a look at the actual website? It really depends on the type of hosting plan that you have. If you’re using a shared server or plan, expect the loading speed of the website to be average. Try to optimize the website by following these little steps:
1. Optimize all images with AI/Photoshop before uploading to server ‘save as web safe’ jpg
2. Once all images are on the website optimize with ewww optimizer plugin twice 1hr 10mins apart.
3. Install wp-smushit run once to remove jpeg extra data, then uninstall.
4. Use BWP minify plugin to minify scripts and stylesheets.
5. Install WP-Super cache, select all recommended settings.
6. Logout your website, visit every page at least once to create super cache files.
7. Join Cloudflare setup your website on their CDN, Choose options: Full CDN Optimisation save then activate purge files. once done log out.
8. Have a cup of coffee.
9. Visit your site after 20 minutes or so.
10. Don’t forget to smile.If you’re still not satisfied with the page speed, get a dedicated server for your domain. You can try Media Temple or Bluehost. They have plans specifically for WordPress websites.
Regards,
IsmaelHi!
Thank you for the update.
The lightbox function is not working when I check the images. Please deactivate all plugins then test it again. If the lightbox works after deactivating the plugins, activate them one at a time to find the culprit.
Regards,
IsmaelHi besamist!
Thank you for using the theme.
What type of accordion slider are you using? Is it image or entry based? If it is image base then you can manually set the link for each image. If you want to disable the link entirely, use this on Quick CSS or custom.css:
a.aviaccordion-slide-link { pointer-events: none; }Cheers!
IsmaelHey!
Thank you for using the theme.
@Palvarini: How did the developer add the social icons? Please post the website URL here. We would like to check it.Regards,
IsmaelHi!
Thank you for the update.
The filter is actually working on my end. Testing on Enfold 2.8.1, WP 3.9.1. Anyway, please post the login details here and set it as a private reply. We would like to check it.
Cheers!
IsmaelJuly 7, 2014 at 3:28 am in reply to: Events Manager Single Event Page Title using Blog "News" header title #287788Hi!
Thank you for the info.
Please try this:
add_filter('avf_title_args', 'fix_events_page_title', 10, 2); function fix_events_page_title($args,$id) { if(get_query_var('post_type') == 'tribe_events' && is_single()) { $args['title'] = 'Screenings'; } return $args; }Cheers!
IsmaelJuly 7, 2014 at 3:20 am in reply to: How to change text size & color and remove hover in Recent Posts widget footer #287787Hi!
Thank you for the update.
Please post the website URL here. We need to inspect it.
Cheers!
Ismael -
AuthorPosts
