Forum Replies Created
-
AuthorPosts
-
Hi,
Here you go please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
#top.page-id-4614 .av-section-color-overlay { background-size:cover!important; }Best regards,
VinayJune 13, 2016 at 4:49 am in reply to: Import of the default Demo doesn't function (Fatal error message) #647146Hi,
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 right after @package wordpress
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
Or you can contact your service provider and they can do it for you.Alternatively demo data can be imported using XML file from Admin > Tools > Import > WordPress
Make sure to check the option “Download and import file attachments” while importing.Please note this will not import the theme settings you may need to set them up and upload if any images are missing from backend once the XML file is imported.
Default demo
App Showcase
Church Demo
Construction Demo
Cunsulting Demo
Gym DemoBest regards,
VinayHi,
Glad we could help!
To know more about enfold features please check – http://kriesi.at/documentation/enfold/
Thank you for using Enfold!Best regards,
VinayHi,
The advanced layout builder appears to load correctly on my end. Please check screenshot. It may be the internet connection if the same happens please try to refresh the page and if you notice this frequently right click anywhere on the page inspect and check the console tab if you notice any errors please take a screenshot and upload to imgur.com or dropbox and share the link with us so we can further investigate this issue.
Best regards,
VinayHey Gaspynko,
you need to wait until google re-index your site again and it will be automatically removed upon receiving a 404 error. May be it is already removed as i do not see the same results. please see attached screenshot.
Best regards,
VinayHey yes9310,
To be honest there is just enough space on the main menu to fit the social icons it might look ok on the large screen but on small screens the menu will run into logo. I would recommend keeping it on top as you have it right now. if yous till like to add the social icons inline with menu please change the settings in Enfold > Header > Extra Elements > Header Social Icons
It appears you figured out how to make the RSS icon is orange? please see attached screenshot.
Best regards,
VinayJune 13, 2016 at 4:32 am in reply to: Mobile Menu and shrinking header not working on 3.6 and other issues #647133Hey yes9310,
I checked the issue on your site a plugin conflict is 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 jhewak,
There could be a few possible reasons. A plugin conflict or some issue related to wordpress. Since you mentioned it works fine on default theme I suspect it to be a plugin conflict.
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.If the above does not resolve, Please try adding this at the very end of your themes / child themes functions.php file:
add_filter( 'wp_image_editors', 'change_graphic_lib' ); function change_graphic_lib($array) { return array( 'WP_Image_Editor_GD', 'WP_Image_Editor_Imagick' ); }We await the results of your plugin compatibility test.
Thanks for your cooperation :)
Best regards,
VinayJune 13, 2016 at 4:04 am in reply to: Latest version 3.6 but Theme update says 3.5.2 is latest version #647127Hi,
Great it’s working correctly now. If for some reason in future if the same happens after entering the correct API key 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,
VinayHey jhewak,
The page titles h1 are showing correctly please check the attached screenshot. If you do not see the same Would you mind posting us a screenshot/mockup of the issue? You can upload the screenshot to imgur.com or dropbox and share the link here :)
Best regards,
VinayHi,
The only icons I could notice are the ones above the youtube videos. The icons are part of youtube video and there is no easy way to target the elements in an iframe. It may be possible if there is an option available to change the player settings in youtube please check in the youtube settings.
Best regards,
VinayHi,
There are 2 approach to this.
1. It appears you are using a stretched layout. In this case it is recommended to use a colorsection and add your content elements inside this section and set background image with a overlay color in the colorsection options.
2. The second approach is suitable if you like to display a single background image on all the pages. In the Enfold theme options under General Layout > Layout > Use stretched or boxed layout? Select Boxed and setup a background image in General Styling > Body Background.
Let us know if you have any questions.
Best regards,
VinayJune 13, 2016 at 3:50 am in reply to: Client wants to match woocommerce to enfold fonts, etc. #647117Hey robsdesigns,
Would you mind providing 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,
VinayHi,
Glad it’s sorted :)
FYI To know more about enfold features please check – http://kriesi.at/documentation/enfold/
Thank you for using Enfold!Best regards,
VinayJune 13, 2016 at 3:48 am in reply to: Sub-menu levels not always displaying the same in sidebar navigation #647114Hey tremblayly,
When a catogery or a page is set as a child it shows up as a submenu. Please check the screenshot attached.
Best regards,
VinayJune 13, 2016 at 3:42 am in reply to: "Coming Soon" Demo page doesn't load – blank white page #647112Hi,
Glad we could help! We really appreciate it if you rate our theme on themeforest :)
To know more about enfold features please check – http://kriesi.at/documentation/enfold/
Thank you for using Enfold!Best regards,
VinayHey Lucille,
1. I noticed that the menu link color is showing up fine but the text in the phone info and social icons are white on white, to fix it please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
@media only screen and (max-width: 767px) { .phone-info { color:#000!important; } .social_bookmarks a[data-av_icon]:before { color:#000!important; } }2 and 3 i checked a few pages couldn’t find what you mentioned please provide a precise link to the page, showing the elements in question? We need to be able to inspect them in order to help :)
4. To include the images in search result please refer to the post here https://kriesi.at/support/topic/thumbnails-on-search-results-page/#post-165009
Best regards,
VinayHey rlogan2334,
There is a syntax error in the above css.
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
@media only screen and (max-width: 767px) { .responsive #top #menu-item-shop.cart_dropdown [data-av_icon]:before { color: #000!important; }}Best regards,
VinayHi,
Please switch the theme to default wordpress theme and if you still get the same error, some files related to wordpress is corrupt. Please reinstall wordpress via Admin > Dashboard > Update > Re-install WordPress
It should fix the issue.
Best regards,
VinayJune 12, 2016 at 6:08 pm in reply to: Warning and Fatal Error after updating to latest Enfold theme [CRITICAL!] #646986Hi,
.maintenance is used by wordpress during update and it is not recommended to delete this file as it may cause unknow issues in future.
Please check this link for a viable solution https://kriesi.at/support/topic/having-problems-after-updating-to-enfold-3-6-please-read-this-first/
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/
Best regards,
VinayHey Royce77,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
#footer p { word-wrap: break-word; }Best regards,
VinayHey sarutty,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.page-id-337 .price { visibility:hidden; } .page-id-337 .price .amount{ visibility:visible!important; }Best regards,
VinayHey tonyska,
Thank you for contacting us.
To make these changes please enable custom class name support http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
To reduce top margin on the buttons click on it and add class name “custom_margin”
To add margin to the blog page image click on the image and add custom class name “blog_page_img”
lastly Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.custom_margin { margin: 10px 0!important; } blog_page_img{ margin-left: 10px!important; }Best regards,
VinayJune 12, 2016 at 3:07 am in reply to: Third column in portfolio grid displaying images wrong? #646756Hey robsdesigns,
I checked the issue on the site, 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,
VinayJune 12, 2016 at 2:53 am in reply to: I would like to change the URL for the Menu customer link. #646752Hi,
we need to take a closer look 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,
VinayJune 12, 2016 at 2:50 am in reply to: I would like to change the URL for the Menu customer link. #646750Hi!
It appears you have figured this one out? I do not see any empty containers on the homepage.
Cheers!
VinayHi!
The logo is responsive now we have updated below CSS block with min-width and max-width.
.responsive .logo { min-width: 200px!important; max-width: 70%!important; min-height:60px!important; background: url('http://soleilblindsandshades.com/wp-content/uploads/2016/06/Soleiblinds-Header-Logo_up.png')no-repeat; background-size:100%; background-position: 0px 25px!important; }Regards,
VinayHey!
It is a bit tricky because the available space is very small and the content is more :( and if we reduce the font size further it will be a problem to read the text on the mobile devices. Thank you for your understanding and kind words :)
Best regards,
VinayHi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
#top .iconbox .iconbox_icon { background: rgba(0,14,105,.55)!important; }Best regards,
VinayHi!
Glad we could help! we really appreciate it if you rate our theme on themeforest :)
To know more about enfold features please check – http://kriesi.at/documentation/enfold/
Thank you for using Enfold!Regards,
Vinay -
AuthorPosts
