Forum Replies Created
-
AuthorPosts
-
July 17, 2014 at 2:17 pm in reply to: How to prevent height cropping in fullwidth easy slider #292470
Hi!
Thank you for the update
I’m sorry I made a mistake, I thought the full width easy slider have the same image size options as easy slider but you can use the No Scaling slideshow image size if you want to use the actual dimension of the uploaded image.
Best regards,
IsmaelHi!
Thank you for using the theme.
After you’ve added the featured image, add this on Quick CSS:
img.wp-post-image { min-width: 100% !important; }Cheers!
IsmaelHey!
Thank you for the info.
Yes, it surely is possible. Remove the layer slider then replace it with the Color Section element. Add a background image. You can also use other sliders. Not sure why the layer slider will cause that kind of issue but maybe you added an html code on one of the layer then you forgot to close the tag.
Regards,
IsmaelHi!
Like Josue, I can’t access the dashboard because of the error. Please contact your hosting provider. Also, the Trappediagram page does not exist. I don’t see it under Metematik menu item. A screenshot will help.
Regards,
IsmaelHey!
Thank you for using the theme.
You’re using version 2.6.2 of the theme. Please download the latest version from your themeforest account then update the theme via FTP. Please refer to this link for more info: http://kriesi.at/documentation/enfold/updating-your-theme-files/
Cheers!
IsmaelHi!
Thank you for the update.
Please remove the av_one_full shortcode because it will constrain the slider inside a container. Deactivate the cache plugin while working on the site.
Regards,
IsmaelHi!
@laraparodi: We’ll close the thread for now. If the solutions abpve didn’t fix the issue on your end, please open another thread.Cheers!
IsmaelJuly 17, 2014 at 3:43 am in reply to: Image size problems with portfolio grid after wpml update #292341Hey allaboutapps!
Thank you for using the theme!
On the latest version of the theme, the Portfolio Grid element will inherit the size of its container so it will adjust to full width if you have the stretched layout. Edit the portfolio page then insert a 1/1 column. Place the Portfolio Grid inside the 1/1 column.
Best regards,
IsmaelHey ShortieD!
Thank you for using the theme.
Please add a custom selector on the images inside the text block. Something like this:
<img class="avia-img-fix" src="IMG URI HERE">After that, add this on Quick CSS:
.avia-msie-8 .avia-img-fix { max-width: 211px; }Best regards,
IsmaelJuly 17, 2014 at 3:34 am in reply to: Accordion slider on mobile device – Can I increase height? #292339Hey!
@broodjekaas: Yes, it is possible but not advisable because it will break the responsiveness of the slider. You can insert the slider inside a column layout to constrain its size.Best regards,
IsmaelJuly 17, 2014 at 3:32 am in reply to: In Portfolio-Grid, there's a difference in spaces between items on Chrome #292336Hey zohar!
Thank you for the screenshots.
If I am not mistaken this will vary on different screen resolutions. The script can’t accurately calculate the position of the isotope items. You can add this on Quick CSS or custom.css:
div.grid-sort-container.isotope.no_margin-container.with-excerpt-container.grid-total-even.grid-col-4.grid-links-.isotope_activated { width: 99.9%; }Best regards,
IsmaelHey!
Thank you for the update.
You added a custom menu but you didn’t select which menu to show. Please check: http://shanetucker.com/brian-davis/
Also, please deactivate the cache plugin while working on the site. Activate it when you’re ready to go live.
Regards,
IsmaelHey!
Thank you for the info.
I can see the issue on my end before refreshing the page. What is the css code that you added on the previous thread? Also, please download the latest version from your themeforest account then update the theme via FTP. Please refer to this link for more info: http://kriesi.at/documentation/enfold/updating-your-theme-files/
Best regards,
IsmaelHi Gurify!
Thank you for using the theme.
You have an old version of the theme which is not compatible with WordPress 3.9.1. Please download the latest version from your themeforest account then update the theme via FTP. Please refer to this link for more info: http://kriesi.at/documentation/enfold/updating-your-theme-files/
Note that the update might break some elements on the website because version 2.2 is a bit old and there lots of changes since.
Cheers!
IsmaelHey Bjørn!
Thank you for visiting the support forum.
Please post the website URL here. We would like to check it.
Regards,
IsmaelHi elbnetz!
Thank you for using the theme.
Do you mind if we take a look at the website? Make sure that you have the latest version of the theme, Enfold 2.9.1. Also, please edit the slider then go Global Settings > Layout > Full-width slider settings. Disable this option then check the page.
Cheers!
IsmaelHi srs6270!
Thank you for using the theme.
Why exactly do you want to edit the breadcrumbs? If I am not mistaken, the avia framework can only be modified using filters on the child theme functions.php. If you can tell us why you need to edit the breadcrumbs, maybe we can help. If you want to alter the avia shortcodes using a child theme, add this on functions.php:
add_filter('avia_load_shortcodes', 'avia_include_shortcode_template', 15, 1); function avia_include_shortcode_template($paths) { $template_url = get_stylesheet_directory(); array_unshift($paths, $template_url.'/shortcodes/'); return $paths; }Create a shortcode folder then copy the element or shortcode that you want to edit from config-templatebuilder > avia-shortcodes folder. Place it on the child theme’s shortcode folder. I’ll ask Dude to check, maybe my answer is insufficient.
Best regards,
IsmaelHi!
Thank you for the info.
You didn’t add any tags on the post that’s why the related section is not showing. The related section is base on tags. Also, please update the theme. :)
Cheers!
IsmaelHey!
Thank you for the update.
First, see if the solution here fix the issue: http://www.fontsquirrel.com/blog/2010/11/troubleshooting-font-face-problems
You’re using a very old version of the theme, 2.0.1. The update should fix the issue but it might break some elements on the theme especially the header. All you need to do is to modify the theme options again and recreate some page elements on the advance layout builder. Please download the latest version 2.9.1 from your themeforest account then update the theme via FTP. Please refer to this link for more info: http://kriesi.at/documentation/enfold/updating-your-theme-files/
Please update the theme as much as possible. Always make sure that you have the latest patch of the theme to fix minor bugs.
Regards,
IsmaelHi!
It looks ok now. Please remove browser cache and reload the page a few times:

Best regards,
IsmaelHey Steve!
Thank you for using the theme!
Please add this on functions.php:
add_filter('avf_logo_alt', 'avf_change_logo_alt'); function avf_change_logo_alt($alt) { $alt = "New Alternate Text Here"; return $alt; }Change the value.
Cheers!
IsmaelHi!
Thank you for the update.
We can’t see the actual website, it requires us to login. Please post the login details here.
Cheers!
IsmaelHi elbnetz!
Thank you for using the theme.
Please remove .avia_desktop selector. Use this:
#advanced_menu_toggle, #advanced_menu_hide { background-color: #000!Important; color: #ffffff!Important; border-color: #000!Important; }Regards,
IsmaelHi!
Glad it work.
@laraparodi: Please refer to this link and follow the instructions: https://kriesi.at/support/topic/gallery-edit-issues#post-277654Regards,
IsmaelHey samforan!
Thank you for using the theme.
Have you tried adding a br tag before the button? Please post the actual page. We would like to check it. You can also add a unique selector on the p tag. Look for this code on the cf7 form:
<p>[submit "Submit my Application"]</p>Replace it with this:
<p class="form-top-margin">[submit "Submit my Application"]</p>Add a top margin on Quick CSS or custom.css:
.form-top-margin { margin-top: 15px; }Cheers!
IsmaelHey!
You can open a request for the feature on our Feature Requests page. If enough users ask for this modification, we’ll add it on the theme.
Cheers!
IsmaelHey!
Thank you for the info.
I’m sorry about that. There are lots of changes since 2.2, fyi version 2.2 has been release September last year and there are lots of changes since then. One example is the new header builder on Enfold theme options and more. Please check the change log on Enfold Overview. Good thing you didn’t upgrade WordPress to 3.9 because it will surely break the theme but again version 2.7 of the theme fix this incompatibility issue. It is absolutely necessary that you update the theme frequently to fix minor bugs, get hold of new theme features, element improvements, browser fixes etc, unfortunately, you waited to long to do this.
Regarding the modifications, please create a change log or use a child theme next time. I’m sorry but it is impossible for us to trace back the changes you’ve made on the theme. Like I said on my previous post, the update might break some elements on the theme.
Cheers!
IsmaelJuly 15, 2014 at 5:46 am in reply to: Enabling Recent Post Navigation For Blog but Disabled For Products #291395Hi!
@grwebs: What do you mean by “next products”? Can you please give us a link to the actual page? A screenshot will help.Cheers!
IsmaelJuly 15, 2014 at 5:35 am in reply to: WooCommerce Plugin and Advanced Editor (Avia Layout Builder) #291392Hey!
Thank you for the update.
Please post the login details on this installation. We would like to check it. What is the current version of PHP? Please ask your host.
Cheers!
IsmaelHi!
Thank you for the link.
Alright. Please replace the this line of code:
echo "My awesome message here";with this:
echo "<div class='jobs-message'>No jobs available.</div>";Add this on Quick CSS or custom.css:
div.jobs-message { position: absolute; bottom: 25px; }Regards,
Ismael -
AuthorPosts
