Forum Replies Created

Viewing 30 posts - 6,541 through 6,570 (of 10,428 total)
  • Author
    Posts
  • in reply to: image Overlay full screen #647150

    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,
    Vinay

    Hi,

    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 Demo

    Best regards,
    Vinay

    in reply to: Pricing table: different styles within the same row #647143

    Hi,

    Glad we could help!
    To know more about enfold features please check – http://kriesi.at/documentation/enfold/
    Thank you for using Enfold!

    Best regards,
    Vinay

    in reply to: Layout Builder Not Loading #647142

    Hi,

    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,
    Vinay

    in reply to: Google – unexisting pages #647139

    Hey 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,
    Vinay

    in reply to: Social Icons align right of menu #647136

    Hey 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,
    Vinay

    Hey 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,
    Vinay

    in reply to: uploads time out #647129

    Hey 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,
    Vinay

    Hi,

    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,
    Vinay

    in reply to: page title – h1 – not showing #647126

    Hey 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,
    Vinay

    in reply to: Change Icon Font color in Tabs Element #647124

    Hi,

    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,
    Vinay

    in reply to: main content transparency #647121

    Hi,

    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,
    Vinay

    Hey 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,
    Vinay

    in reply to: Centering main nav menu #647115

    Hi,

    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,
    Vinay

    Hey 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,
    Vinay

    Hi,

    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,
    Vinay

    in reply to: Some problems since we installed the theme #647110

    Hey 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,
    Vinay

    in reply to: WooCommerce – Cart Icon Color #646990

    Hey 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,
    Vinay

    in reply to: Problem with menu on the dashboard #646987

    Hi,

    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,
    Vinay

    Hi,

    .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,
    Vinay

    in reply to: Footer column cuts off email address. #646972

    Hey 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,
    Vinay

    in reply to: Don't want the word "FROM" on product Grid #646968

    Hey 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,
    Vinay

    in reply to: Margins on elements and images #646966

    Hey 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,
    Vinay

    Hey 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,
    Vinay

    Hi,

    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,
    Vinay

    Hi!

    It appears you have figured this one out? I do not see any empty containers on the homepage.

    Cheers!
    Vinay

    in reply to: Transparency Menu on Mobile Issues #646748

    Hi!

    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,
    Vinay

    in reply to: Data Table – Responsiveness after Update #646744

    Hey!

    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,
    Vinay

    in reply to: Opacity Iconbox background #646742

    Hi,

    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,
    Vinay

    in reply to: random strikethrough text #646740

    Hi!

    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

Viewing 30 posts - 6,541 through 6,570 (of 10,428 total)