Forum Replies Created

Viewing 30 posts - 2,431 through 2,460 (of 10,428 total)
  • Author
    Posts
  • in reply to: Need the option of ID on buttons #933229

    Hi,

    Thanks for the tip @Guenni007

    Let us know if this tip works for you. If not please explain the issue so we can help you better.

    Best regards,
    Vinay

    in reply to: Partner Logo Element showing doubles with WPML #933211

    Hi,

    If you recently updated enfold theme to 4.2.6 and get an error here is what you should do to resolve this issue:

    1. Update the PHP version being used by your hosting server to PHP 7 by getting in touch with your hosting company.

    Access your site with FTP or log in to your control panel and access the site via File Manager and perform the below steps:

    2. Define a higher memory limit in WordPress and if possible increasing the memory on the hosting server.

    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.

    If none of the above works for you please go ahead and delete the “enfold” folder in wp-content/themes/ and upload a fresh copy of the “enfold” theme files.

    Best regards,
    Vinay

    in reply to: Can't view post navigation #933206

    Hi,

    I see the post navigation on my end, did you get it sorted out?

    Best regards,
    Vinay

    in reply to: Color selection Background image Positioning #933203

    Hi,

    The desktop screens are in landscape mode and most of the portable device is in portrait mode. It would be best to add a portrait background image for mobile device.

    Please update the background image URL for the mobile device in the below code and add it to Quick CSS in Enfold > General Styling > Quick CSS

    You can also adjust the position in X and Y axis by changing the value of the background position in pixel or percentage.

    @media only screen and (max-width: 767px) {
    #top #av_section_2 .av-parallax.active-parallax .av-parallax-inner {
    background-image: url(https://your-site.com/image.jpg)!important;
    background-position: 0% 50%!important;
    }
    }

    Best regards,
    Vinay

    in reply to: blank page after update theme #933201

    Hi,

    I tried to check your issue but I’m getting a “Connection timed out” error trying to connect to your FTP and WP login is also not working.

    If you recently updated enfold theme to 4.2.6 and get an HTTP 500 error here is what you should do to resolve this issue:

    1. Deactivate all plugins.

    2. Update the PHP version being used by your hosting server to PHP 7 by getting in touch with your hosting company.

    Access your site with FTP or log in to your control panel and access the site via File Manager and perform the below steps:

    3. Replace the header.php file in wp-content/themes/enfold folder with an updated version of the header.php file.

    4. Access your WordPress site root folder and rename the current .htaccess file to .htaccess.bak. Login to WordPress admin area go to settings > permalinks > select “Post name” and save changes.

    5. Define a higher memory limit in WordPress and if possible increasing the memory on the hosting server.

    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.

    If none of the above works for you please go ahead and delete the “enfold” folder in wp-content/themes/ and upload a fresh copy of the “enfold” theme files.

    Best regards,
    Vinay

    in reply to: Enfold theme add 2 x 1/5 columns with a 2/5 column #933200

    Hi,


    @Guenni007
    thanks for sharing the tip as always :)

    Please let us know if this works for you.

    Best regards,
    Vinay

    in reply to: text editor not working help #933199

    Hi,

    I’m unable to check for the issue as the login page does not work. Bumping your own thread will push it to the bottom of the queue. Kindly request you to wait till we get to your ticket. We will surely help you with this issue.

    However, in this case, It could be the PHP version or some files are corrupt and you need to upload a fresh copy of the theme via FTP.

    Please follow the steps mentioned in this link and let us know if you still have an issue.

    Also, update the PHP version being used by your hosting server to PHP 7 by getting in touch with your hosting company.

    Lastly, define a higher memory limit in WordPress and if possible increasing the memory on the hosting server.

    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.

    Best regards,
    Vinay

    Hi,

    The login URL has expired.
    Please de-activate the overlay and captions in the element settings.

    Add the below code to Quick CSS

    /* Masonry overlay */
    
    .av-masonry-entry:before {
    content: attr(title);
    position: absolute;
    color: #FFF;
    width: 100%;
    height: auto;
    z-index: 1000;
    text-align: center;
    line-height: auto;
    opacity: 0;
    font-weight: bold;
    font-size: 18px;
    transition: all linear 0.4s;
    top:50%;
    transform: translateY(-50%);
    }
    
    .av-masonry-entry:hover:before {
    opacity:1;
    transition: all linear 0.4s;
    }
    .av-masonry-entry:hover .av-masonry-outerimage-container:before {
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    content:'';
    width: 100%;
    height: 100%;
    z-index: 999;
    transition: all linear 0.4s;
    }

    Let us know if you have any questions, we are happy to help :)

    Best regards,
    Vinay

    Hi,

    I tried to check the issue but the wp-admin page is giving a 404 error. Please share a working login URL.

    Best regards,
    Vinay

    in reply to: Français / English menu size #933188

    Hey Genevieve,

    As I understand you like to reduce the font size for the submenu correct?

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    
    #top #av-burger-menu-ul li ul li a .avia-menu-text {
    	font-size: 18px!important;
    }
    

    Best regards,
    Vinay

    in reply to: Burger Menu Missing #932940

    Hi,

    Please update the theme to the latest version. That should fix any issues you are currently experiencing :)

    If that does not help, feel free to reply here, we are happy to help!

    Best regards,
    Vinay

    in reply to: Sub-menu dropdown modification #932938

    Hi,

    To set up a vertical submenu for your mega menu items please use the options “This column should start a new row” as shown here

    For more info place take a look at

    Best regards,
    Vinay

    in reply to: Theme installieren #932925

    Hey Mario Iglesias ,

    Please refer to this link for missing stylesheet error.

    For further technical support in future please register here kriesi.at/support/register with your item purchase code .

    Go to https://kriesi.at/support/ select the theme you purchased bookmark the URL.
    Example: https://kriesi.at/support/enfold

    Scroll to the bottom of the page to open a new ticket.

    Best regards,
    Vinay

    in reply to: Top Menu under shadow of header #932921

    Hi,

    We cannot technically move the menu below the header shadow but by applying top shadow to the menu items we can give it the same look and feel.

    Thank you for using enfold :)

    Best regards,
    Vinay

    in reply to: Replace social menu with, add menu in header #932919

    Hi,

    Using a header widget area we can display the menu on all the pages. You have to add the full-width submenu shortcode only once in the header widget area :)

    Best regards,
    Vinay

    in reply to: Replace social menu with, add menu in header #932914

    Hi,

    If you like a much easier way to add 2 menus you can use the header top bar(The menu will appear on top instead of bottom ).

    As I understand you like to have 2 menus in the header area, one on the right side of the logo and one below the logo correct?

    To achieve this header layout please perform the below steps:

    1. Select “Logo left, Menu right” from Enfold > Header > Menu and Logo position

    2. Enable “Header Secondary Menu” from Enfold > Header > Extra elements > Header Secondary Menu

    3. Go to Appearance > Menu > and assign a menu to the top bar and save.

    Best regards,
    Vinay

    • This reply was modified 7 years, 4 months ago by Vinay.
    in reply to: Replace social menu with, add menu in header #932913

    Hi,

    As I understand you like to have 2 menus in the header area, one on the right side of the logo and one below the logo correct?

    To achieve this header layout please perform the below steps:

    1. Select “Logo left, Menu right” from Enfold > Header > Menu and Logo position

    2. Enable header widget area so we can place a menu here using the shortcode later. NOTE: Just paste the php function in functions.php to enable the header widget and please Do NOT copy the CSS code as our alignment is different.

    3. Enable debug mode which will allow you to copy the menu shortcode.

    4. Go to Appearance > Menu and create the menu you like to display and click “SAVE”.

    5. On a blank page drop the “Fullwidth menu” element ( UNCHECK STICKY SUBMENU ) and select an existing menu from the dropdown list. Once you are happy with the menu you will see the shortcode below.

    Example fullwidth menu shortcode:

    [av_submenu which_menu='' menu='27' position='center' color='main_color' sticky='aviaTBsticky' mobile='disabled' custom_class='']
    [av_submenu_item title='Menu Item 1' link='' linktarget='no' button_style='']
    [av_submenu_item title='Menu Item 2' link='' linktarget='no' button_style='']
    [/av_submenu]

    6. Drop a “Text Widget” inside the “header” widget area we created earlier and paste the menu shortcode in the text view as shown below.

    7. Add the below CSS to your site

    
    /* Background color for submenu */
    #top #header .av-submenu-container { 
        background-color: #37a8e0 ;
    }
    
    
    /* Background color for menu items */
    #top #header .av-submenu-container a {
        background-color: gold;
    }
    
    /* Submenu item link color */
    #top #header .av-subnav-menu li a {
        background-color: transparent;
        color: #333;
    }
    
    /* Background color for header when scrolled */
    #top #header_main  {
        background-color: rgba(560, 54, 94, .5);
    }
    
    /* Show fullwidth submenu below the menu overlay */
    .responsive #top #header .av-submenu-container {
        z-index: -1!important;
    }
    @media only screen and (max-width: 767px) {
    .responsive #top #header .av-submenu-container {
        z-index: -1!important;
    }}

    The “Fullwidth submenu” element will appear below the logo in the header area.

    Best regards,
    Vinay

    • This reply was modified 7 years, 4 months ago by Vinay.
    in reply to: Distance between cells in Grid row #932894

    Hi,

    To add space between Grid rows please use the padding options available in the grid cell edit options.

    If you need any further help please explain the issue and what exactly you are trying to achieve so we can help you better.

    Best regards,
    Vinay

    in reply to: How to increase image size for testimonials element? #932883

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    #top .av-large-testimonial-slider .avia-testimonial-name {
        width: 100%;
        left: 0;
        right: 0;
        position: absolute;
        text-align: center;
    }
    
    #top .av-large-testimonial-slider .avia-testimonial-meta .avia-testimonial-image {
        margin-top: 50px;
    }
    

    Best regards,
    Vinay

    in reply to: Demo Import #932880

    Hi,

    I checked your website and tried to import the demo. I’m also unable to install any plugin such as “database reset” or “transient cleaner” this could be due to various reasons. Please perform the below steps:

    1. Update the PHP version being used by your hosting server to PHP 7 by getting in touch with your hosting company.

    Access your site with FTP or log in to your control panel and access the site via File Manager and perform the below steps:

    3. Access your WordPress site root folder and rename the current .htaccess file to .htaccess.bak

    4. Define a higher memory limit in WordPress and if possible increasing the memory on the hosting server.

    To increase the WordPress memory limit please access wp-config.php file in the WordPress root directory 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.

    If none of the above works for you please go ahead and delete the “enfold” folder in wp-content/themes/ and upload a fresh copy of the “enfold” theme files.

    Best regards,
    Vinay

    in reply to: Advanced Layout Editor #932768

    Hi,

    Sometimes when a new version of WordPress or WooCommerce is released third-party plugins will have a conflict as the code will change and the plugin authors take some time to upgrade their plugins.

    To find out exactly 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 the 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: Pages not found (error 404) #932762

    Hi,

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

    in reply to: Theme not updating #932761

    Hi,

    Try to clear WordPress transients using this plugin and make sure your API key is correct.

    Then click on check again link in the update tab.

    If it does not help, please go ahead and delete the “enfold” folder in wp-content/themes/ and upload a fresh copy of the “enfold” theme files. Do NOT leave the old “enfold” theme folder with corrupt files on the server, DELETE and upload a fresh copy of the theme files.

    Best regards,
    Vinay

    in reply to: Iconbox after update #932757

    Hi,

    If you recently updated enfold theme to 4.2.6 and having some issue or if you are planning to update here is what you should do to resolve this issue:

    The PHP upgrade is required one time only. As PHP 5 security development will stop by the yearend it’s another reason to upgrade to PHP 7. Once you perform the below steps you should have no issue upgrading the theme from theme options in the future :)

    1. Deactivate all plugins.

    2. Update the PHP version being used by your hosting server to PHP 7 by getting in touch with your hosting company.

    Access your site with FTP or log in to your control panel and access the site via File Manager and perform the below steps:

    3. Access your WordPress site root folder and rename the current .htaccess file to .htaccess.bak. Login to WordPress admin area go to settings > permalinks > select “Post name” and save changes.

    4. Define a higher memory limit in WordPress and if possible increasing the memory on the hosting server.

    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.

    5. Lastly, please go ahead and delete the “enfold” folder in wp-content/themes/ and upload a fresh copy of the “enfold” theme files. Do NOT leave the old “enfold” theme folder with corrupt files on the server, DELETE and upload a fresh copy of the theme files.

    Best regards,
    Vinay

    in reply to: How to increase image size for testimonials element? #932756

    Hi,

    I’m getting an error when I try to access your site.

    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

    Hi,

    I assure you deleting the enfold folder from wp-content/themes folder will not affect your data. Your data will be completely safe in the database.

    We are only going to delete the corrupt enfold files and upload a fresh copy of the theme files via FTP :)

    Also, contact your hosting company and make sure the server on which your site is hosted is running on PHP 7.

    Best regards,
    Vinay

    in reply to: Problem after 4.2.6. update #932752

    Hi,

    Glad we could help!

    Thank you for using Enfold :)

    Best regards,
    Vinay

    in reply to: text editor not working help #932750

    Hi,

    One of the editor plugin was in conflict and possibly made some changes to the editor.min.css in wp-include/css folder

    I have updated the CSS files and changed the color to black

    .js .tmce-active .wp-editor-area{color:#000}
    

    The editor looks fine on my end please refresh the page cache and review the site on your end.

    Best regards,
    Vinay

    in reply to: Ho can i realize like this? #932741

    Hi,

    To keep the colorsection width 100% and reduce the container width so the elements come closer together please use the below code

    
    #section-width .container {
        max-width: 50%;
    }

    Best regards,
    Vinay

    in reply to: Top Menu under shadow of header #932738

    Hi,

    To place the shadow effect on the menu items please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    #top #header_main_alternate .main_menu ul:first-child > li > a {
        box-shadow: inset 0 7px 9px -7px rgba(0,0,0,0.84);
    }
    

    Best regards,
    Vinay

Viewing 30 posts - 2,431 through 2,460 (of 10,428 total)