Forum Replies Created

Viewing 30 posts - 1,381 through 1,410 (of 10,428 total)
  • Author
    Posts
  • Hey!

    In comparison with photoshop, you can expect up to 5% blur when uploaded to a WordPress site. It also depends on the image settings and format while exporting from Photoshop.

    You can try the following:

    For testing purpose compress an image online using https://tinypng.com download and upload it.

    If this don’t work for you go to WordPess Dashboard > Appearance > Themes and deactivate Enfold. Activate a default WP theme and upload a fresh image and check if the blur issue still persists.

    Best regards,
    Vinay

    in reply to: Vertical alignment Logo #1002521

    Hi,

    I have added the below CSS to enfold > General Styling > Quick CSS

    .logo img {
        top: 50%;
        transform: translateY(-50%);
    }

    Please clear the cache and review the site :)

    Best regards,
    Vinay

    in reply to: Logo center, menu left and right #1002515

    Hi,

    Please replace your code with this snippet to create a logo center split menu.

    Best regards,
    Vinay

    in reply to: Mobile Display Problem: Header Overlaps Content #1002343

    Hey bloodyamazing,

    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  */
    
    @media screen and (max-width: 767px) {
    #top #av_section_1 main {
        padding-top: 116px!important;
    }
    }
    
    
    

    Best regards,
    Vinay

    in reply to: Custom design on banner-header #1002339

    Hi,

    I have added the below CSS to Quick CSS section.
    Please refresh the cache and review your site:

    #top .custom-column form {
        margin-bottom: 20px;
        display: flex;
        justify-content: space-around;
    }
    
    #top .custom-column fieldset {
        width: 100%;
    }
    
    .custom-column .avia_ajax_form .button {
        width: 100%;
        margin-top: 29px;
    }

    Best regards,
    Vinay

    in reply to: Mobile sticky header code not working? #1002333

    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 - hamburger menu */
    .html_visible_cart .av-burger-menu-main {
        padding-top: 33px;
    }
    
    

    Best regards,
    Vinay

    in reply to: icons gones #1002331

    Hi,

    I checked your site on PC and the icons show up fine.

    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”.

    Best regards,
    Vinay

    in reply to: Search box and image next to header menu #1002328

    Hi,

    Glad you found the fix!

    Don’t forget to bookmark Enfold Documentation for future reference.

    Thank you for using Enfold :)

    Best regards,
    Vinay

    in reply to: Positioning of single slidecaptions #1002325

    Hi,

    Thank you for reaching out to us, a live link will help us assist you better anyhow I understand your site is on localhost. Please try the following.

    1. Enable custom CSS class name support to target specific elements.

    2. Check out the Docs and customization guide

    If you still have any issue please upload a screenshot/mockup to one of the below sites and share the link here so we can help you better :)

    https://snag.gy/
    https://ctrlv.cz/en/
    https://imgur.com

    Best regards,
    Vinay

    in reply to: Invisible header which appears on scroll down #1002230

    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: Hiding Pinterest images via display none #1002226

    Hi,

    If a shortcode is broken it does not render properly on the front end even if the page displays correctly in the backend.

    Please enable debug mode and run the shortcode parser.

    Best regards,
    Vinay

    Hi,

    I checked your site and all settings appear to be fine. We need to check for possible plugin conflict, do we have the permission to deactivate all active plugins for testing purpose?

    Best regards,
    Vinay

    in reply to: Advanced Layout Editor for Blog Post Page? #1002048

    Hi,

    The path was incorrect and was still pointing to the old URL. I have updated it please review your site and let us know.

    Best regards,
    Vinay

    Hi,

    I’m very sorry that this issue is taking so long. Most of the time is going in getting access to your site to resolve the issue.

    The FTP credentials you gave are correct but have you tied to connect to your FTP server using an FTP client? Your credentials work but it appears a firewall or the server is not configured properly and FTP connection terminates over TSL.

    I could connect by using an insecure connection and renamed the enfold folder to enfold-old and change the style.css to style.css.bak and uploaded a fresh copy of the theme.

    Tried to disable the plugins and uploaded a fresh copy of the WooCommerce.

    Please only re-install the plugins which are absolutely necessary. I noticed around 56 plugin folders. If there is any conflict then it will cause more problems.

    Made changes to the php.ini and wp-config files but nothing worked.

    The only workaround I can think of at the moment is to set up a localhost site using XAMPP and use the backup you have taken to re-build the site on your local machine and transfer it to a live host.

    Once everything is up and running, please take a backup again or install a plugin like UpDraft to take automatic backups.

    Best regards,
    Vinay

    Hey ProTravelGolf,

    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 :)

    Don’t forget to bookmark Enfold Documentation for future reference.

    Thank you for using Enfold :)

    Best regards,
    Vinay

    Hey zqmaqma,

    Depending on the mail server configuration your emails sometimes gets delivered in spam folder. Have you checked the spam folder yet?

    If you have not received any emails there too please perform the steps provided in the below link to resolve this issue.

    Best regards,
    Vinay

    Hi,

    Thank you for sharing the screenshots. I’m unable to access your site please add the below code to your child theme functions.php file this should fix the post titles in the backed for you :)

    add_action('admin_head', 'custom_admin');
    
    function custom_admin() {
      echo '<style>
        @media screen and (max-width: 782px) {
    .wp-list-table tr:not(.inline-edit-row):not(.no-items) td:not(.check-column) {
        min-width: 100vw!important;
        
    }}
      </style>';
    }

    Best regards,
    Vinay

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

    Hi,

    Please check the link mentioned in private content area.

    Add a whitespace separator element with 100px height for the portfolio or any other page where content overlaps the diagonal border at the bottom.

    Update the body background color to #f8f8f8 or the diagonal color to white to match the background colors.

    Best regards,
    Vinay

    Hi,

    Please feel free to adjust the padding top and height value in the code to suit your design :)

    Best regards,
    Vinay

    in reply to: header problems #1001502

    Hey Gary,

    Select custom pixels in the settings if that don’t help please check the header documentation for more options.

    It appears you have figured out how to change the color of the menu items on the way down. It looks good on my end.

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

    Best regards,
    Vinay

    Hey jvana,

    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 - Social icons*/
    
    #top .widget ul {
        display: flex;
        justify-content: center;
    }
    
    
    

    Enable custom CSS class name support from developer options in Enfold > Layout builder and add a custom css class name to the text box element to target specific areas.

    Best regards,
    Vinay

    in reply to: Invisible header which appears on scroll down #1001489

    Hi,

    Sorry for the delay, as I understand you would like the header to appear when the page is scrolled right?

    I have updated the settings

    1. Activate Sticky Shrinking header from Enfold > Header > Header Behavior

    2. WordPress Dashboard > Pages > Homepage > Page layout > Header settings > Display header when page is scrolled

    Please change the header style in page layout for other pages and it will work fine :)

    NOTE: Sticky header should be active to display the header on page scroll.

    Best regards,
    Vinay

    Hi,

    The site looks good on my end. 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”.

    The image width is 178px + 2px(border) = 180px.

    Same with Featured Product on homepage :)

    Please feel free to let us know if you have any issue.

    Best regards,
    Vinay

    Hi,

    Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    1. Install and activate ” Temporary Login Without Password “.
    2. Go to ” Users > Temporary Logins ” on the left-side menu.
    3. Click ” Create New “.
    4. Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
      ( do be sure that we have enough time to debug ).
    5. Click ” Submit “.
    6. You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.

    When your issue is fixed, you can always remove the plugin!
    If you prefer to not use the plugin, you can manually create a admin user and post the login credentials in the “private data” field.

    Best regards,
    Vinay

    in reply to: Hiding Pinterest images via display none #1001470

    Hi,

    Sorry for the delay, I tried to troubleshoot the issue. The shortcode of the page you mentioned is messed up mostly due to custom code that is added(screenshot attached). Please delete all elements on the page and re-create the page. Do not add your custom code with HTML tags in the text editor instead please try adding it in code block element. If you still have any issue let us know.

    Best regards,
    Vinay

    Hi,

    Please check our documentation to add a word before the menu icon.

    Hope this helps :)

    Best regards,
    Vinay

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

    Hi,

    Great! Let us know if you have any questions. and don’t forget to bookmark Enfold Documentation for future reference.

    Thank you for using Enfold :)

    Best regards,
    Vinay

    in reply to: Fonts and structure #1001391

    Hi,

    If you upload the fonts in CSS folder same as the stylesheets just use the default CSS code from the generator.

    To get the @font CSS code please go to the font kit generator site mentioned in the docs and upload your fonts. Download and check the CSS files for the @font block of CSS.

    Before making any bulk changes I would first take a backup of the site and run a SQL query on the database or use a bulk editor plugin.

    Best regards,
    Vinay

    in reply to: Three 1/3 columns break point #1001388

    Hey Autostopowicz,

    Please perform the below steps:

    1. Enable “Show element options for developers” from Enfold theme options > Layout Builder.
    2. Add a color section element and give it a unique ID such as “breakpoint880”.
    3. Add 3 1/3 columns inside the color section and give it a custom class name such as “col”.
    4. Add the below CSS to your site.

     @media only screen and (max-width: 880px) { 
    .responsive #top #wrap_all  #breakpoint880 .flex_column.col {
        margin: 0;
        margin-bottom: 20px;
        width: 100%;
    }}

    Best regards,
    Vinay

    in reply to: Toolbar missing from Visual Text Editor #1001383

    Hi,

    Glad you got it working. To avoid recreating the site in such a situation you can use a plugin like Updraft to create daily or hourly backups and upload to google drive or your own FTP site. It will be easy to just revert back to a point when the site was working fine. We will go ahead and close the ticket now. In case you have any issue in future please open a new ticket also 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

Viewing 30 posts - 1,381 through 1,410 (of 10,428 total)