Forum Replies Created

Viewing 30 posts - 241 through 270 (of 10,428 total)
  • Author
    Posts
  • Hi,

    Thank you for sharing the details.

    It is not possible to generate the font list in the theme using CSS code. Please follow the steps provided in the docs to add specific fonts to the theme list.

    Best regards,
    Vinay

    in reply to: Load time on page with embedded Vimeo #1115984

    Hey kasperdue,

    Thank you for sharing the details.

    For testing purpose please try any other image. It appears you have exported the file in a graphic editor using different settings.

    The below article may help you better.
    https://graphicdesign.stackexchange.com/questions/114202/new-photoshop-export-as-why-no-progressive-jpg-option

    For the pages with a long loading time please check them on https://www.pingdom.com/ to get accurate details on what’s taking longer to load and optimize the page accordingly.

    It’s not clear what exactly you are trying to achieve. 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: Disable image to open #1115977

    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

    Hi,

    If you like to remove the link you can also try using the CSS instead of a filter. Please inspect the element and replace the .disable-click in the below code :)

    .disable-click {
      pointer-events: none;
      cursor: default;
    }

    Best regards,
    Vinay

    Hi,

    Thank you for sharing the details.

    The header transparency can be turned off from the homepage layout options on the right side under the header visibility options.

    Best regards,
    Vinay

    in reply to: Add custom $_POST data into the contact form email #1115964

    Hey nonowd,

    Thank you for contacting us.

    First, try to build all the form fields using the built-in enfold options and see if you receive all the data.

    Then use jQuery to show/hide the fields.

    Hope this helps!

    Best regards,
    Vinay

    in reply to: corrections #1115962

    Hi,

    Thank you for sharing the details.

    I have checked your site on my android device and on a web simulator in both the cases the buttons look aligned properly on the same line.

    I have attached a screenshot of the same below

    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

    Hey jonrouse,

    please add the below CSS to your site and adjust the min and max width to suit your site.

    @media only screen and (max-width:768px) {
    	#top .avia-animated-number-circle {
        display: block;
        min-width: 200px;
        max-width: 50%;
    	}
    }

    Best regards,
    Vinay

    Best regards,
    Vinay

    Hey Eneas,

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

    Best regards,
    Vinay

    in reply to: Duplicate pages without slah #1115407

    Hey soniavoice,

    Thank you for contacting us.

    What is the status of the duplicated pages? Is it published or in the draft state?

    Please provide a working link to the pages with the issue.

    If you delete the duplicate pages what happens?

    If the issue persists please deactivate all plugins and delete all duplicates and test the site and let us know.

    Best regards,
    Vinay

    • This reply was modified 5 years, 5 months ago by Vinay.
    in reply to: Enfold Form will not send if I activate Recaptcha V3 #1115406

    Hey Yannick77,

    Thank you for sharing the details.

    Let us know if the emails go thru when you deactivate captcha from Enfold > Google Services.

    Then activate captcha and deactivate all plugins and try again.

    We will await your test results.

    Best regards,
    Vinay

    in reply to: Moving magnifier glas – not removing #1115355

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

    
    
    @media only screen and (min-width:998px) {
    #top #menu-item-search {
        position: absolute;
        top: -80px;
        right: -40px;
    }}

    Result:

    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: Gradient Animation on EVERY Button #1115352

    Hi,

    Hi,

    Thank you for sharing the details.

    Please add a transition property to the button styles as provided in the below example for smooth animation. You can replace the background color with the gradient.

    For more tips on customization please check the documentation. https://kriesi.at/documentation/enfold/button/#customization

    /* Background on hover */
    .my-custom-button a.avia-button {
    	 background: rgba(0,0,0, .95)	!important;
       transition: all .35s;
    }
    .my-custom-button a.avia-button:hover {
       background: rgba(13,23,56, .45)	!important;
       transition: all .35s;
    }

    Best regards,
    Vinay

    Best regards,
    Vinay

    Hi,

    To add a searchbar to the top bar.

    Menu

    To add a search bar to the main menu area please follow the below steps.

    1. Enable header widget area

    Header

    2. Activate search bar shortcode and add it to the widget area.

    Search

    You can then position it using CSS.

    Best regards,
    Vinay

    in reply to: Previous and next #1115040

    Hi,

    Thank you for contacting us.

    I checked the page you mentioned in private and other pages but I cannot find anything that matches your screenshot. Please post an exact link to the page where we can find the issue.

    Best regards,
    Vinay

    Hey chanjelin,

    Thank you for contacting us.

    I’m not sure what is the reason you are trying to manually integrate the MailChimp to your site?

    MailChimp is already built-in to the theme core to activate it please take a look at our docs.

    Best regards,
    Vinay

    Hi,

    We will close this ticket but if you need help with another issue please create a new ticket.
    Find more information about customizing the Enfold theme in the Documentation and bookmark for future reference.
    Thank you for using Enfold :)

    Best regards,
    Vinay

    in reply to: Enfold 4.5 and accessibility #1115028

    Hi,

    Have you tried to enable the form labels and hide it using CSS by making the font size 0 will work for you temporarily.

    We have to address the other issues by making changes to the core. Our development team is informed about your concern. An update will be released in one of the future version.

    Best regards,
    Vinay

    in reply to: Labels -Contact Form #1108978

    Hi,

    Thank you for sharing the details.

    We have added this update in the core theme and works for the captcha result. You can use the code to move the captcha text to the center. Please wait for the next release :)

    Best regards,
    Vinay

    in reply to: Hamburger Mobile Menu Not Showing When Logged In #1108533

    Hi,

    Thank you for writing to us.

    I logged in to your site and checked for the issue the mobile menu looks fine on my android device.

    However, you can check out all the settings for the burger menu here.

    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: Enfold Theme -Online shopping #1108528

    Hi,

    As mentioned earlier, 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: Adding a PDF Download to store products #1108527

    Hi,

    Thank you for writing to us.

    To add a PDF file on all products which can be downloaded without buying the product you can create a download button in the product description.

    You have to manually add the pdf to each product page.

    You can also follow @Guenni007 method in that case too just create pdf download links for each product.

    If you add it as a product then it cannot be downloaded without purchasing.

    Hope this helps.

    Best regards,
    Vinay

    in reply to: Help with update #1108525

    Hi,

    Thank you for writing back to us.

    If we could see the process we would definitely update you on the same. Unfortunately, it is more of their internal process and we do not have access to it. You can wait for some time and if you still do not get a response please try communicating with the ThemeForest support for progress on your case.

    Best regards,
    Vinay

    in reply to: Help with update #1108524

    Hi,

    Thank you for writing back to us.

    If we could see the process we would definitely update you on the same. Unfortunately, it is more of their internal process and we do not have access to it. You can wait for some time and if you still do not get a response please try communicating with the ThemeForest support for progress on your case.

    Best regards,
    Vinay

    in reply to: Full-width submenus seem wonky #1108467

    Hey brayn_design,

    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.

    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 an admin user and post the login credentials in the “private data” field.

    Best regards,
    Vinay

    Hi,

    Thank you for contacting us.

    The logo and the header look good when I scroll the page. 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: Labels -Contact Form #1107410

    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 - */
    
     #top .main_color select {
         text-align-last: center;
         text-align: center;
         -ms-text-align-last: center;
         -moz-text-align-last: center;
     }
    
     span.value_verifier_label {
         left: 50%;
         transform: translateX(-100%);
     }
    
    
    

    Best regards,
    Vinay

    Hey JanMiHero,

    To target individual elements you can add a custom CSS class name.

    To customize the masonry element please refer to the documentation

    Best regards,
    Vinay

    in reply to: use layout builder with custom post #1105998

    Hey leplusweb,

    Thank you for contacting us.

    Please refer to the documentation for function reference.

    Let us know if you have any questions.

    Best regards,
    Vinay

    in reply to: parallax positioning of Image #1105991

    Hey angereichert,

    Thank you for contacting us.

    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 an admin user and post the login credentials in the “private data” field.

    Best regards,
    Vinay

Viewing 30 posts - 241 through 270 (of 10,428 total)