Forum Replies Created

Viewing 30 posts - 1,411 through 1,440 (of 10,428 total)
  • Author
    Posts
  • Hi,

    Have you used any code to customize the menu? It already appears to be in conflict. The menu item colors are white on white for me.

    Please remove any previous code added and 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 - mobile styles */
    
    @media only screen and (max-width: 479px) {
    .responsive body#top #wrap_all .main_menu {
        right: auto!important;
        left: 50%;
        transform: translate(-50%);
        background: gold;
        top: 218px;
        min-width: 100%;
    }
    .responsive #top #main {
        padding-top: 78px !important;
    }
    .responsive #top #header_main > .container .main_menu .av-main-nav > li > a {
        position: absolute;
        transform: translateX(calc(50vw - 50px));
    }}
    
    
    
    

    Best regards,
    Vinay

    in reply to: Admin Bar Has Disappeared #1001375

    Hey clbdcnpafe,

    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: Heart-Shape for Top-Button #1001372

    Hi,

    Glad we could help!

    Please take a moment to review our theme and show your support https://themeforest.net/downloads
    Don’t forget to bookmark Enfold Documentation for future reference.

    Thank you for using Enfold :)

    Best regards,
    Vinay

    in reply to: Single Portfolio options not showing up ? #1001371

    Hi,

    Is the issue resolved, if so can we go ahead and close this ticket? If not please elaborate and we will be happy to help you :)

    Best regards,
    Vinay

    in reply to: Team Member : changed weight font #1001370

    Hey Marie-Claude,

    Please check out the Docs and Customization guide https://kriesi.at/documentation/enfold/team-member/#customization

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

    Best regards,
    Vinay

    in reply to: Mobile menu not appearing #1001368

    Hi,

    The menu icon shows but it is almost white on white. You can change the icon color from Advanced Styling options.

    The menu items are not showing correctly. Would you know of any custom code being added to the site to modify the menu items apart from the one Yigit gave or any recent changes like installing a plugin? From when are you facing this issue?

    Please post the WP login credentials in private and let us know if we can deactivate the plugins for testing purpose.

    Best regards,
    Vinay

    in reply to: Center Icon and Text #1001357

    Hi,

    Glad we could help!

    Please take a moment to review our theme and show your support https://themeforest.net/downloads
    Don’t forget to bookmark Enfold Documentation for future reference.

    Thank you for using Enfold :)

    Best regards,
    Vinay

    in reply to: ResponsiveVoice Text To Speech #1001355

    Hey Purplenaartjie,

    We are not aware of this plugin or how it works. have you tried contacting the plugin author? Let us know what they have to say and if there is anything we can help you to get it to work with enfold theme we will be happy to do it for you :)

    Best regards,
    Vinay

    in reply to: Fonts and structure #1001354

    Hey peterolle,

    1. If you are using HTML and calling the font the font path should be added to the custom CSS.

    Please optimize the fonts and upload it to the CSS folder in the child theme and use the @font CSS provided in the font kit generator mentioned in the font optimization step in this link https://kriesi.at/documentation/enfold/typography/#how-to-upload-custom-fonts

    2. The videos should show up correctly when using shortcode please make sure the video URL format is correct. You can also enable debug mode and copy the working shortcode from the page.

    If you still have any issue please provide us with the WordPress login details to check this issue in the backend.

    Best regards,
    Vinay

    in reply to: Trennzeichen zwischen den Elementen des Hauptmenüs #1001349

    Hi,

    Glad we could help!

    Please take a moment to review our theme and show your support https://themeforest.net/downloads
    Don’t forget to bookmark Enfold Documentation for future reference.

    Thank you for using Enfold :)

    Best regards,
    Vinay

    in reply to: header behaviour on mobile devices #1001348

    Hey akapoun,

    Unfortunately, it would require 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 :)

    However, if you like to make the mobile header sticky please check https://kriesi.at/documentation/enfold/header/#sticky-header-on-mobile

    Best regards,
    Vinay

    in reply to: Boxed Layout With Gradient Borders #1001333

    Hi,

    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: Toolbar missing from Visual Text Editor #1001330

    Hi,

    Thank you for the kind words. I tried to troubleshoot the text editor issue you are facing but the WP admin link is not working.

    We want to resolve this as soon as possible, please provide all the necessary details such as

    1. Working credentials.
    2. Elaborate issue.
    3. How we can reproduce it.
    4. What browser you are facing the issue on.
    5. Permission to deactivate plugins for testing purpose.

    Look forward to hearing from you soon.

    Best regards,
    Vinay

    in reply to: increase size of catalogue image #1001322

    Hi,

    Unfortunately, it would require quite some time and customization of the theme to achieve this, but we have put together a documentation and customization guide for you here https://kriesi.at/documentation/enfold/catalogue/#customization

    Please use the codes from the examples provided to achieve what you are looking for. Once you get started if there is anything you need, we are happy to help you :)
    Best regards,
    Vinay

    Hi,

    1. Sorry, my bad, please use the below CSS to make the scroll to top smaller in mobile.

    
    @media only screen and (max-width: 767px) {
       #top #scroll-top-link {
        height: 22px;
        width: 22px;
        line-height: 20px;
        right: 22px;
        bottom: 22px;
      }
    }

    2. Thank you for elaborating the menu issue. There is a way to make it look like the full-width submenu items appear in the main burger menu in mobile view.

    a. First, create a copy of the full-width submenu items in the main menu.

    b. Hide the copy of submenu items from the main menu in desktop view.
    Similar steps as mentioned here https://kriesi.at/documentation/enfold/menu/#hide-menu-items-on-mobile

    c. Enable custom CSS class name support from Enfold theme options > Layout Builder > Show element options for developers

    d. Hide the full-width submenu on the mobile device using a custom class “only-desktop”.

    Hope this helps :)

    Best regards,
    Vinay

    in reply to: Responsives Menü #1001298

    Hi,

    To make the mobile menu fixed please use the below CSS

    @media only screen and (max-width: 989px) {
    .responsive #header .av-main-nav > li {
        position: fixed;
        top: 180px;
        right: -32px;
    }}

    Best regards,
    Vinay

    in reply to: Google Maps API #1001194

    Hi,

    It appears the script is corrupt.

    1. Please deactivate all plugins.
    2. Access wp-content folder via a FTP client and delete the plugin folder.
    3. Access wp-content/themes folder via a FTP client and delete the “enfold” folder.
    4. Download a fresh copy of the theme files and upload it to the themes folder.

    Backup your theme and plugin settings. Your data will not be lost as it will be stored in database. Just delete and upload a fresh copy of the php files.

    Best regards,
    Vinay

    in reply to: RTL menu to the right #1001184

    CHi,

    The requirement mentioned above is not clear, please post a screenshot of both desktop and mobile version so I can help you with the necessary code.

    Best regards,
    Vinay

    Hi,

    Your screenshots do not work any more. It is hard to understand the issue however, If you select one column from the “Screen Options” on the top right it might be easier to use the backend on the mobile phones.

    Best regards,
    Vinay

    in reply to: diagonal border at the between content and widget element #1001175

    Hey akapoun,

    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 - Diagonal Footer border */
    
    
    /* Footer background */
    #footer {
    	padding-top:200px;
    }
    #footer:before {
    	content:'';
    	position: absolute;
    	height:200px;
    	left: 0;
    	right: 0;
    	background: #f8f8f8;
        top: -100px;
       transform:skew(0deg,-5deg);
       -ms-transform:skew(0deg,-10deg);
       -webkit-transform:skew(0deg,-5deg); 
    }
    
    
    

    Best regards,
    Vinay

    in reply to: Randomize testimonials #1001160

    Hi,

    It would be much easier to just use a plugin like https://wordpress.org/plugins/testimonials-widget/ and display the widget in the sidebar.

    Best regards,
    Vinay

    in reply to: Not able to edit page #1001152

    Hi,

    Did you try deactivating all plugins and check for the 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 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: Errorlogs caused from Enfold #1001072

    Hey Matthias,

    Are you using any caching plugin? 

    First, deactivate all caching plugins.

    Access the plugin folder via FTP or Hosting Control Panel and delete the caching plugin folder.

    Then reset the custom permalinks back to the default setting via Settings -> Permalinks.

    Let us know if this helps.

    Best regards,
    Vinay

    in reply to: Font issue in IE #1001063

    Hi,

     TTF format is not supported by all browsers. Please check our documentation and upload the correct font formats and it should work fine :)

    Best regards,
    Vinay

    in reply to: performance compression not working #1001057

    Hi,

    Sorry for the delay, your server configuration looks good to me. Have you checked if the theme has proper folder permission? Please check the link in private.

    Great pictures! but it’s recommended to use only 5 to 6 images in the slider to keep the page light. You can add more images to the gallery section.

    Best regards,
    Vinay

    Hi,

    Please give the grid row element a unique developer ID such as “btn-align” and use the below CSS

    #btn-align .avia-button-center {
        position: absolute;
        bottom: 10px;
        left: 50%;
        transform: translateX(-50%);  
    }

    Best regards,
    Vinay

    in reply to: Sidebars at bottom of page after update #1001041

    Hi,

    It appears the credentials you provided is for the production site which appears correctly. Please provide credentials to the development site to check for the issue more closely.

    Best regards,
    Vinay

    Hi,

    The images should look proportionate now. However, the image quality looks the same as the uploaded image. Please check the image link in private and let me know if the original image you uploaded is of better quality? If so upload the original image via FTP to your site or google drive and share the link to the high-quality image so we can test it on your site.

    I have checked for the image quality issue by uploading a high-quality test image and did not notice any pixelation. It looks perfectly fine please find the test link in private.

    Best regards,
    Vinay

    in reply to: Main menu at the bottom #1000919

    Hi,

    Sorry to see you go but I hope you will find what you are looking for. We are constantly adding new features to Enfold theme and I hope you will enjoy more features in the future :)

    Best regards,
    Vinay

    in reply to: Table size #1000916

    Hey Marespadasirles,

    1. It is not clear what exactly you like to increase in the table but I’m assuming you are referring to the font size. If so please use the below CSS or else elaborate the issue so we can help you better :)

    .avia-table td b {
       font-size: 16px;
    }

    2. Please check the screenshot attached. If that is the separator line you are talking about it is the top border of the color section which can be disabled from the color section options.

    Best regards,
    Vinay

Viewing 30 posts - 1,411 through 1,440 (of 10,428 total)