Forum Replies Created
-
AuthorPosts
-
Hi,
Sorry but there is not option for this in the backend.
To know more about enfold features please check – http://kriesi.at/documentation/enfold/
Thank you for using Enfold :)Best regards,
VinayFebruary 2, 2017 at 12:54 pm in reply to: Please recommend WordPress Plugin for Facebook ONLY Login and Comment #741736Hey altaigenden,
There are many plugins available for this purpose and each one has a different feature, we haven’t tried any but they all should just work fine with Enfold. You can give this plugin a try https://wordpress.org/plugins/oa-social-login/
For fb comments you may have to use another plugin like https://wordpress.org/plugins/search.php?q=facebook+comments
Best regards,
VinayHi,
Glad it’s working for you now! and thank you for sharing your solution here. There is no specific reason the code is in header.php to give a starting point. It should not have caused a conflict thanks for pointing this out.
To know more about enfold features please check – http://kriesi.at/documentation/enfold/
Thank you for using Enfold :)Best regards,
VinayFebruary 2, 2017 at 12:41 pm in reply to: Newly published blog posts not loading, but appearing in grid layout #741730Hi,
Thank you for the credentials. I checked your site and the issue. There are various reason why this can happen and the error code 500 suggest that it is a server side issue. 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 that does not help it may be due to a corrupt .htaccess file please contact your hosting company and they should be able to fix it or generate a new one for you.
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,
Thank you for the credentials.
1. To fix the responsive footer columns issue we have added the below code in quick css
/*---------------------------------------- // CSS // Responsive footer columns //--------------------------------------*/ @media only screen and (max-width:767px) { div .av_one_fourth { width: 100%!important; }}2. It’s not clear what exactly you are trying to achieve but I’m assuming you like to show or hide some element in only desktop or mobile correct?
To do so please enable custom css class name first http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ ( I have enabled this feature already :) do not add this code again. )
Give the element a class name “only_desktop” or “only_mobile” to show only in desktop or only on mobile.
Add this code to the Quick CSS section under Enfold > General Styling :
/*Show only in mobile or desktop*/ @media only screen and (min-width: 769px) { .only_mobile { display: none !important; }} @media only screen and (max-width: 768px) { .only_desktop { display: none !important; }}3. Give this plugin a try to adjust the anchor links scroll position. https://wordpress.org/plugins/hash-link-scroll-offset/
4. There are multiple sections that share the same ID #about hence the link is not scrolling the the section you like. Please check the elements to which the link is scrolling and remove the ID if it is a duplicate ID. The links should work fine.
5. Feel free to make the logo as big as you like and add the below code to push the main menu up. Adjust the margin top value if you like to adjust the vertical position of the menu.
.main_menu { margin-top: -55px; }Request you to create new tickets for issues that are not related as it helps to provide solution faster and we can keep the focus on main topic :)
Best regards,
VinayHi,
To get the website back up again please edit and remove the code that was added just before the functions.php file by downloading it via FTP from folder path \wp-content\themes\enfold-child\functions.php
If you are not using a child theme functions.php will be in \wp-content\themes\enfold\functions.php
The CSS file in the link should be added to Quick CSS I think this is what took your website down.
Let us know if you need any help.
Best regards,
VinayFebruary 1, 2017 at 7:46 am in reply to: Background image show as low resolution in color section #741039Hi,
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 CSS code in media query is min width but it was placed under max width due to which the icon’s were not showing properly. We have updated the code. Please try the snippet without any mods and it should work for you :)
I have tested the code on your site and it’s working fine now. You may not see the changes until the cached files are cleared in your browser.
Please try to hard refresh by pressing Ctrl + Shift + F5 on your browser or press the F12 key to open chrome dev tools and right click on the refresh button and select “Empty Cache and Hard Reload” and review the site again.

Best regards,
Vinay-
This reply was modified 8 years, 12 months ago by
Vinay.
Hi,
Thank you for your understanding.
I hope you will be able to retrieve your account details with themeforest soon.
To know more about enfold features please check – http://kriesi.at/documentation/enfold/
Thank you for using Enfold.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,
Glad we could help!
Please take a moment to review our theme on themeforest https://themeforest.net/downloads
To know more about enfold features please check – http://kriesi.at/documentation/enfold/
Thank you for using Enfold :)Best regards,
VinayJanuary 31, 2017 at 7:34 am in reply to: Background image show as low resolution in color section #740506Hi,
It’s a default wordpress feature irrespective of any theme.
Please refer to this link for more info and step by step info to access the settings in wordpress https://codex.wordpress.org/Inserting_Images_into_Posts_and_Pages
Please note in the above link you can skip the first couple of steps and just insert the background image from theme elements background option and it will take you to the media library. Select the image size to suit your design in the media attachment settings on the right side.
Best regards,
Vinay-
This reply was modified 9 years ago by
Vinay.
Hi,
I have selected the options in enfold settings as mentioned earlier and the social icons display in the main header area.
Please review the site now :)
Best regards,
VinayHi,
Thank you for sharing your solution here I’m sure it will help others.
To know more about enfold features please check – http://kriesi.at/documentation/enfold/
Thank you for using Enfold :)Best regards,
VinayJanuary 30, 2017 at 3:33 pm in reply to: Is it possible to move copyright footer under navigation #740213Hi,
Glad we could help!
Please take a moment to review our theme on themeforest 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,
Thank you for sharing the link the site looks great!
You can set the overlay for color section but the layerslider might just overlap it.
Let us know if there is anything else we can help you with.
Best regards,
VinayHi,
To implement the ajax search on the page give this solution a try :)
Plugin approach
https://wordpress.org/plugins/relevanssi/or customise theme files
https://kriesi.at/support/topic/enable-ajax-instantsearch-on-big-search-box-on-frontpage/#post-664248Best regards,
Vinay-
This reply was modified 9 years ago by
Vinay.
January 30, 2017 at 7:58 am in reply to: Background image show as low resolution in color section #740079Hey metafora29,
Please select a high resolution image on the right side from “ATTACHMENT DISPLAY SETTINGS” in the media library before inserting the image.

You may not see the changes until the cached files are cleared in your browser.
Please try to hard refresh by pressing Ctrl + Shift + F5 on your browser or press the F12 key to open chrome dev tools and right click on the refresh button and select “Empty Cache and Hard Reload” and review the site again.
If you still have any issue let us know.
Best regards,
VinayHi,
I tried to troubleshoot this issue but the user role is not set to admin hence I’m unable to access the wordpress dashboard. Would you mind checking once again and then send us working login credentials?
The user role for the account you send us should be set to ‘administrator’ so we can try to disable all plugins and add custom code (if necessary) to resolve the issue.
Best regards,
VinayHi,
To remove the white space Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.html_top_nav_header .av-logo-container { height: 0!important; }If you have any issue with the social icons Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
Login credentials include:
- The URL to the login screen.
- A valid username (with full administration capabilities).
- As well as a password for that username.
- permission to deactivate plugins if necessary.
Best regards,
VinayHey!
Some product names are longer than others so the vertical space taken by some products is more than others hence it is not of the same height. When you select 4 products there is enough space for all the product names to fit in 2 lines probably :)
There isn’t much you can do about this except to shorten the product names if you like to do that please use the below css
.product h3 { max-height:30px; overflow: hidden; }Adjust the height value to suit your design in the above code and if the above code don’t work we need to inspect the element in question please feel free to revert back to us with a link when every it is ready for us to access it, we are here to help you :)
Regards,
VinayHi!
If you like to disable the image overlay Please refer to this link kriesi.at/documentation/enfold/disable-css-overlay-on-images/
Cheers!
VinayHi,
Please try the below css
#sub_menu1, #sub_menu1 a { background:orange; }Best regards,
VinayHey!
Thank for sharing the screenshot :) It is much clear now what you are trying to achieve.
Let me try to explain what’s happening here the equal height is applied to the 1/3 col but the text content inside the 1/3 col is not of equal word length so some of them are taking more space than the other hence the height of the content does not look same. Same things is happening to the custom css class as well.
The content of the textblock inside the 1/3 column also need to be of same height and this can be achieved using a plugin like https://wordpress.org/plugins/wp-show-more/
That way you do not have to shorten the words in icon box and also users will have a choice to click on show more if they like to know more :)
Cheers!
VinayHi,
No problem :) We love to help you with this issue. After taking a look at the site now it makes sense what you are trying to achieve.
Navigate to Dashboard > Enfold > Header > Extra Elements > Header Social Icons and make sure the option is set to “Display in main header area”.
The gap should automatically go away if you still have any issue please get back to us with the wordpress login details so we can take a closer look and if necessary we will add custom css and make it look like how you want it :)
Best regards,
VinayHey Hasan,
Yes we do provide demo content with the theme. Please note some demos do not include all the images.
Good news is for the demo you are looking for “Restaurant One Page Demo” we do provide all the content :)Best regards,
VinayJanuary 29, 2017 at 3:11 pm in reply to: Add text to socket, right align (separate from copyright, but same line) #739942Hey Elsa,
We will surely help you :) and there is an easier way to do this.
1. Add the below code to Enfold > General Styling > Quick CSS
.push-right{ position:absolute; right:20px; top:50%; transform:translateY(-50%); } @media only screen and (max-width:767px) { .push-right{ position:relative; right:auto; transform:none; }}2. Add the below html in Enfold > Footer > Copyrights
<div class="push-right"> Text you like on the right side </div>Best regards,
Vinay-
This reply was modified 9 years ago by
Vinay.
Hi,
A plugin conflict may be one of the reason for this issue.
To find which plugin is causing the conflict please follow these steps:1. Go to your plugins page > Deactivate all active Plugins
2. Update WordPress and Enfold to latest version if you have not.
3. Make sure all the plugins are updated.
4. If the problem does not persist when plugins are turned off, activate one plugin at a time and refresh until you find the plugin in conflict.We await the results of your plugin compatibility test.
Thanks for your cooperation :)
Best regards,
VinayHey Jon,
I checked your site but could not see any errors. However if you still notice any errors on your end a plugin conflict may be one of the reason for this issue.
To find which plugin is causing the conflict please follow these steps:1. Go to your plugins page > Deactivate all active Plugins
2. Update WordPress and Enfold to latest version if you have not.
3. Make sure all the plugins are updated.
4. If the problem does not persist when plugins are turned off, activate one plugin at a time and refresh until you find the plugin in conflict.We await the results of your plugin compatibility test.
Thanks for your cooperation :)
Best regards,
Vinay -
This reply was modified 8 years, 12 months ago by
-
AuthorPosts
