Forum Replies Created

Viewing 30 posts - 331 through 360 (of 10,428 total)
  • Author
    Posts
  • in reply to: Inconsistent with Popular Dokan Plugin #1098782

    Hey Sorinwd,

    I am afraid you’ll need to contact the plugin author for more info about the issue. Making third-party plugins compatible with the theme is unfortunately beyond the support scope we offer. Sorry for that!

    Best regards,
    Vinay

    in reply to: Custom Accent Font #1098781

    Hi,

    Thank you for contacting us.

    First, please make sure you have uploaded the fonts in the correct format.

    In your CSS a dot is missing Please use the below code instead.

    /* Quick CSS */
    .purple-accent {
       font-family: 'golden_youth-scriptregular';
    }

    Best regards,
    Vinay

    in reply to: Sub menu roll out delay #1098765

    Hey zerodotnine,

    I checked your site but it appears you have no submenu items under the ‘Escape’.

    Please check again and get back to us so we can help you better.

    Best regards,
    Vinay

    in reply to: Mobile logo #1098761

    Hi,

    I tried to troubleshoot this issue but the login credentials you provided do not work for me. 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,
    Vinay

    in reply to: Demo import error #1098760

    Hi,

    Sorry for the late reply.

    You can manually import the missing Layer Sliders please check the Layerslider docs for download links to the zip file.

    Best regards,
    Vinay

    in reply to: Banner Ads #1098674

    Hey perihelionweb,

    Thank you for sharing the details.

    You can place the banner code in the header widget area,

    1. Add a header widget area.

    2. Select the widget position that suits you best and update the theme settings and add the necessary code :)

    Widget Position

    Best regards,
    Vinay

    in reply to: Problems since 4.5.5 #1098670

    Hi,

    Thank you for sharing the details.

    The browser console displays an error message. A plugin conflict or custom script may be one of the reasons 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 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

    Hey mynick,

    Thank you for contacting us.

    After making any changes to your site please clear the browser and server cache to view the changes.

    If you haven’t cleared the cache yet, please perform the below steps to clear the browser cache:

    1. Disable “merging and compression” for CSS and JS files from Enfold > Performance.
    2. If a caching plugin is installed check the plugin settings and clear the cache and deactivate the plugins for testing purpose.
    3. 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”.

    I also see a syntax error in the browser console. A plugin conflict or a custom code may be one of the reasons 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 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: Cookie and Privacy Settings Color "Button" #1098659

    Hi,

    Thank you for writing to us.

    Would you mind providing a precise link to the page, showing the elements in question? We need to be able to inspect them in order to help :)

    Best regards,
    Vinay

    in reply to: easy slider lightbox doens't work #1098653

    Hi,

    Thank you for sharing the details.

    I have added a new page “mind-illusionist” for testing purpose.

    The result was the same as yours, the lightbox did not work. A plugin conflict may be one of the reasons 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 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: Header widget: Sticky button on header #1098592

    Hi,

    Thank you for sharing the details.

    I checked your site but could not find the custom code which you have added to float the menu button.

    Please remove the custom code and follow the steps provided in this link to create a menu button and let us know so we can provide you with the necessary code.

    Best regards,
    Vinay

    Hi,

    Glad this issue is sorted for you!
    Please bookmark Enfold Documentation for future reference.
    Thank you for using Enfold :)

    Best regards,
    Vinay

    in reply to: Contact botton #1098565

    Hi,

    Glad we could help!

    Please take a moment to review our theme and show your support https://themeforest.net/downloads
    Please bookmark Enfold Documentation for future reference.
    Thank you for using Enfold :)

    Best regards,
    Vinay

    in reply to: Scale a column #1098564

    Hi,

    I tried to troubleshoot this issue but the link you provided does not work for me. Would you mind checking once again and then send us working link?

    Best regards,
    Vinay

    in reply to: Mansory gallery changes the "color" of pictures #1098563

    Hey Cloaker,

    Thank you for contacting us.

    It is the default theme style. To remove the overlay please use the code provided in this link.

    Best regards,
    Vinay

    in reply to: footer page menu #1098556

    Hi,

    Glad we could help!

    Please take a moment to review our theme and show your support https://themeforest.net/downloads
    Please bookmark Enfold Documentation for future reference.
    Thank you for using Enfold :)

    Best regards,
    Vinay

    in reply to: Space between my 3 footer widgets #1098555

    Hey transformmedia,

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

    CSS Snippet:

    
    /* CSS - */
    
    #footer #text-3.widget {
        padding-left: 5vw;
    }
    
    
    

    Best regards,
    Vinay

    in reply to: Inherit CSS from enfold element #1098552

    Hi,

    Sorry but the link you shared is not working please check the link again.

    To copy the theme styles please right click on the element and inspect the html and CSS.

    Best regards,
    Vinay

    in reply to: Add Sub Menu Indicators to Full Width Submenu #1098514

    Hi,

    To add an indicator on the right side of the parent menu items please use the below CSS

    .av-subnav-menu .menu-item.menu-item-has-children a:after {
    	position: absolute;
    	content: "\e883";
    	font-family: entypo-fontello;
    	padding-left: 10px;
    }

    Best regards,
    Vinay

    Hi,

    Thank you for writing to us.

    I have checked your site and for testing purpose created a private test page. It appears the Google Map API key and the theme has established a good connection but the maps quota is exceeded.

    Please see screenshot attached for the console error message. Again there is no issue with the theme it connects well with the maps. The maps quota is exceeded. Please check your Google Maps settings or create a new API key and try again.

    Best regards,
    Vinay

    in reply to: Remove Big Preview images per section #1098338

    Hi,

    Thank you for writing back to us. Did you manage to remove the CSS and clear the cache?

    I’m still unable to view the images on the search page which you said was visible before adding the code?

    Best regards,
    Vinay

    in reply to: two separate logos in header #1098240

    Hi,

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

    CSS Snippet:

    
    /* CSS - Hide secoandry logo */
    
    
    
    @media only screen and (max-width: 1018px) {
        #header_main .widget {
            display:none;
        }
    }
    
    
    

    Best regards,
    Vinay

    in reply to: Question about font #1098239

    Hi,

    Thank you for writing to us.

    Roboto Light is not available by default and you need to install this font to view it in the font list.

    Please refer to the Enfold font documentation.

    Let us know if you have any questions.

    Best regards,
    Vinay

    in reply to: Extra Elements #1098238

    Hi,

    Thank you for contacting us.

    Yes that’s correct, please add the code to the bottom of the functions.php file.

    Please refer to the Add custom function link for step by step instruction.

    Best regards,
    Vinay

    Hi,

    Thank you for writing to us.

    From your screenshot, it appears the problem exists when viewing the site on your phone which mounted horizontally?

    I checked your site on my Android phone and I am able to scroll the frontpage to view the footer. Please let me know if you are able to scroll the page when viewing the site on your mobile phone?

    Best regards,
    Vinay

    in reply to: Animate.css & Wow.js #1098208

    Hi,

    Thank you for contacting us.

    Please check the below links to disable the default animation sitewide.

    Installing wowjs requires quite some time and customization of the theme to achieve this, so I am sorry to tell you that this is not covered by our support. However, if it’s really important for you to get this done, you can always hire a freelancer to do the job for you :)

    Best regards,
    Vinay

    Hi,

    Thank you for contacting us.

    It is a good idea to first test the child theme on a localhost or staging site. Please check this link to setup a testing site on your local machine.

    You can backup and restore the main theme settings to your new child theme to make the look same :)

    Best regards,
    Vinay

    Hi,

    Thank you for contacting us.

    This issue is usually related to the cached files on your site or the .htaccess file.

    Please check this link for more info.

    Please deactivate all plugins and check the browser console for any error message.

    We await your reply the test results.

    Best regards,
    Vinay

    in reply to: Mega Navigation #1098187

    Hey amanda-mdllc,

    Thank you for contacting us.

    The mega menu items can be arranged horizontally please check the documentation link for step by step instruction.

    Best regards,
    Vinay

    Hey Annemarie,

    Thank you for contacting us.

    I checked your site on a Windows machine with the latest version of the Chrome browser. Your site appears fine on my screen please see the screenshot attached.

    You may not see the changes until the cached files are cleared in your browser.

    Please perform the below steps to clear the browser cache:

    1. Disable “merging and compression” for CSS and JS files from Enfold > Performance.
    2. If a caching plugin is installed check the plugin settings and clear the cache and deactivate the plugins for testing purpose.
    3. 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”.

    If the issue still persist please mention the device and browser name on which you are facing this issue so we can help you better :)

    Best regards,
    Vinay

Viewing 30 posts - 331 through 360 (of 10,428 total)