Forum Replies Created
-
AuthorPosts
-
Hey Terra,
I checked your site on my android phone and the menu does move up and down when the page is scrolled. I’m not sure if you fixed it if not please elaborate the issue.
Best regards,
VinayHi,
Glad we could help!
Please take a moment to review our theme and show your support https://themeforest.net/downloads
To know more about enfold features please check – http://kriesi.at/documentation/enfold/
Thank you for using Enfold :)Best regards,
VinayHi,
There could be several reasons why this is happening and we are here to help you troubleshoot and resolve this issue :)
One of the reason could be low memory defining a higher memory limit in WordPress and if possible increasing the memory on the hosting server should resolve this issue.
To increase the WordPress memory limit please access wp-config.php file and add the below line
define('WP_MEMORY_LIMIT', '256M');For a detailed explanation please check this link http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP
and you can contact your service provider to increase the memory limit.Thank you for your understanding.
Best regards,
VinayHi,
Glad we could help!
Please take a moment to review our theme and show your support https://themeforest.net/downloads
To know more about enfold features please check – http://kriesi.at/documentation/enfold/
Thank you for using Enfold :)Best regards,
VinayHi,
I tried to create a test page and checked the contact form but the form is not sending out any emails with the scenarios mentioned above.
Please try the steps provided in this link and let us know if the issue persist http://kriesi.at/documentation/enfold/my-contact-form-is-not-sending-emails/
Best regards,
VinayHi,
You do not have to modify the avia.js file or even add it to the child theme.
jQuery snippets can be added as custom functions in the child theme to functions.php file that comes with the child theme.
Please try adding this at the very end of your themes / child themes functions.php file:
/*---------------------------------------- // Custom function //--------------------------------------*/ function iconboxLink(){ ?> <script> jQuery(document).ready(function() { jQuery(".home article.iconbox").each(function(){ var theLink = jQuery(this).find("a").attr("href"); jQuery(this).on("click", function(){ window.location.href = theLink; }); }) }); </script> <?php } add_action('wp_footer', 'iconboxLink');Best regards,
VinayHi,
Thank you @MIMMT for sharing the tip.
Yes please enable custom CSS class name support to target individual elements of the advanced layout builder.
Best regards,
VinayHi,
As I understand you like to set a different logo when the page is scrolled correct?
Please upload the transparency logo from Enfold > Header > Transparency Options > Transparency Logo
Best regards,
VinayHi,
Please try this code below in Enfold > General Styling > Quick CSS section.
.logo img { margin-top: 30px!important; min-width: 750px; }Best regards,
VinayHey IngramCopy,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.container_wrap_first .container { padding: 0px 30px!important; }Best regards,
VinayHi,
At the moment there is no option to do this without a custom code snippet, but please feel free to request such feature at our feature request system: https://kriesi.at/support/enfold-feature-requests/
This system allows us to keep track of user suggestions and lets you vote on the feature you would like to see the most. I am afraid though there is no guarantee that a feature will get implemented. If that’s something you really need you can always try to hire a developer for the task :)
Best regards,
VinayHey Suzanne,
I check your site, there could be several reasons related to this issue.
For troubleshooting purpose, we have enabled debug mode http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/ and tried to re-create the homepage but the page is not saving properly.
Increase the memory limit. Defining a higher memory limit in WordPress and if possible increasing the memory on the hosting server should resolve this issue.To increase the WordPress memory limit please access wp-config.php file and add the below line
define('WP_MEMORY_LIMIT', '256M');For a detailed explanation please check this link http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP
and you can contact your service provider to increase the memory limit.You are using a very old version of the theme, If you do not see the update option please try this plugin to clear WordPress transients if you do not receive auto updates and make sure your API key is correct: https://wordpress.org/plugins/artiss-transient-cleaner/.
If it does not help, I am afraid you might need to update the theme manually – http://kriesi.at/documentation/enfold/updating-your-theme-files/
Unfortunately, not all Server environments are able to make use of the auto-update feature provided by ThemeForest :/
Best regards,
VinayHi,
Not the link when you log in as admin. The general frontend link would be fine. Please post us a precise link to your site, showing the elements in question? We need to be able to inspect them in order to help :)
Best regards,
VinayHey Terra,
There are many lightbox plugins but you don’t need any, it can be easily achieved with just the enfold theme features.
1. Please create a new page with your text or gallery in it and hide the header and footer from the right sidebar options.
2. Use an icon, button or image element and set the new page link in there and select open in the same window.
3. Just add “?iframe=true” to the end of the page link http://site.com?iframe=trueBest regards,
VinayHi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.avia-slideshow img:hover, img:hover { border:2px solid gold!important; }To target specific page with specific color please use the page id class available in the body tag of the page source before the css class names.
Example:
.page-id-xx .avia-slideshow img:hover, .page-id-xx img:hover { border:2px solid red!important; }Best regards,
VinayHi,
Glad we could help, I checked the page in private content but it did not have any sticky header. It may be caching issue on your browser please refresh the page a few times till the browser cache is cleared.
Best regards,
VinayHi,
Glad we could help!
Please take a moment to review our theme and show your support https://themeforest.net/downloads
To know more about enfold features please check – http://kriesi.at/documentation/enfold/
Thank you for using Enfold :)Best regards,
VinayHey kev,
You can post the purchase code in private content area we will take a look at it. To update layer slider please update the theme from Enfold > Theme Options > Theme Update
Best regards,
VinayHi,
To know more about enfold features please check – http://kriesi.at/documentation/enfold/
Thank you for using Enfold :)Best regards,
VinayHey anthonycamilleri,
At the moment it is not possible to nest columns but you can use a color section or a grid row element to place multiple columns inside it.
Best regards,
VinayHey Mo,
Defining a higher memory limit in WordPress and if possible increasing the memory on the hosting server should resolve this issue.
To increase the wordpress memory limit please access wp-config.php file and add the below line
define('WP_MEMORY_LIMIT', '256M');For a detailed explaination please check this link http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP
and you can contact your service provider to increase the memory limit.If you still have any issue please post your login credentials in private content area so we can take a closer look.
Best regards,
VinayApril 9, 2017 at 8:26 am in reply to: Remove alt text on image hover (Not the inside the code) #774807Hey siteraum,
To remove the alt text that appear on hover please refer to this tutorial http://kriesi.at/documentation/enfold/remove-image-titles-that-show-up-when-you-hover-on-images/
Best regards,
VinayHi,
I checked your site again and the search feature works as intended. We will close this ticket if you have more questions please open a new ticket for technical support.
Thank you for using Enfold :)
Best regards,
VinayHi,
Image elements can open a lightbox window and display any content inside it.
1. Create a new page with your content inside it and hide the header and footer from the sidebar options or just grab the direct image link from the media library.
2. Copy the page URL or the image link and add ?iframe=true to the end of the link.
3. Go to “Link Settings” in image element and set link manually and open in the same window and paste your URL there.example : If the new page created to display in the lightbox is http://kriesi.at the link to open it in lightbox will be http://kriesi.at?iframe=true
Best regards,
VinayHi,
Glad we could help!
Please take a moment to review our theme and show your support https://themeforest.net/downloads
To know more about enfold features please check – http://kriesi.at/documentation/enfold/
Thank you for using Enfold :)Best regards,
VinayHi,
When inserting the picture from media library on the right sidebar options “ATTACHMENT DISPLAY SETTINGS” please select the image size to be full size.

Best regards,
VinayHi,
Glad we could help!
Please take a moment to review our theme and show your support https://themeforest.net/downloads
To know more about enfold features please check – http://kriesi.at/documentation/enfold/
Thank you for using Enfold :)Best regards,
VinayHi,
The settings you make in Enfold > Theme Options is overwritten by the settings you set in the blog post element on the page.
Theme options settings is a global setting and in any of the pages when you set up the blog element with a different setting from the global setting is given more importance.
It’s not clear what exactly you are trying to achieve please point us to the demo here http://kriesi.at/themes/enfold-overview/ what you like to achieve and we will tell you exactly how to achieve it or where to change the settings.
Best regards,
VinayHi,
To move the social icons inline with menu items Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
#header_main nav .social_bookmarks { top: 80%!important; }Best regards,
VinayHi,
@mensmaximus Thank for sharing the tip.Let us know if it works for you. If you still have any issue please upload a screenshot/mockup to imgur.com and share the link here so we can help you better :)
Best regards,
Vinay -
AuthorPosts
