Viewing 30 results - 14,731 through 14,760 (of 244,621 total)
  • Author
    Search Results
  • Hi,
    I removed your theme zip file from your uploads, and you don;t need the envato market plugin.
    I had to remove the HTML line brake code when I updated the theme because it broke the slide,
    Enfold_Support_2620.jpeg
    if you see this red warning please don’t use the HTML in these fields, instead follow our documentation for Using special characters our Dev Team has created a Special Character Translation plugin for this case.
    But your line brake was at the end of the title and there is already a natural brake between the title and the caption so I didn’t see a need for it, but if you want to add it somewhere in the future try our Special Character Translation plugin.
    Do you mean “Triest and Crete” in the caption below the title, where the “|” is?

    Best regards,
    Mike

    #1414125

    Hey Marcos,

    Please try the following in Quick CSS under Enfold->General Styling:

    .articleParagraph strong {
      color: #000;
    }

    Best regards,
    Rikard

    #1414124

    Hey ivanglaser,

    Please try the following in Quick CSS under Enfold->General Styling:

    .av-tab-section-tab-title-container {
      padding: 0;
    }

    Best regards,
    Rikard

    #1414114

    Hi,
    Unfortunately I only see a background color
    Enfold_Support_2617.jpeg
    if you are seeing the page when you are logged in try disabling the cache plugin, typically cache plugins don’t show the cache to users who are logged in.

    Best regards,
    Mike

    Hi,
    It didn’t leave a gap in my test, so I will need to see your page
    Enfold_Support_2615.jpeg

    Best regards,
    Mike

    #1414111

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    #1414108
    marcosb70
    Participant

    Hi.
    After editing post using ALB, tags shows in white color. I tryed change the color of tag in Enfold child/avanced styles, but unsuccessfully. You can see this problem here:
    https://www.buil.es/la-cooperativa-en-onda-cero/

    thank you in advance

    #1414099
    lfs360
    Participant

    Hi,

    I have the Enfold Breadcrumbs enabled, but there isn’t enough gap between the elements after the separator, see https://img.savvyify.com/image/jVE5. Also, ideally I’d like to separator to be 2x slashes with 2x spaces each side, ie: //, so Hire Collection // Category // Product

    No biggie on the 2x slashes, even just adding space to the single would suffice but thought I’d ask just in case!

    Thank you

    #1414093

    Hi,
    I checked your site and the element looks like your preview screenshot for me so I assume this you have not cleared your browser cache.
    Please note that testing with Safari can be hard to clear the cache, often you need to also clear the history to fully purge the cache, following these steps for Safari and note Step 4 where you will Clear the History.
    I would also recommend disabling your caching plugin and the theme caching at Enfold Theme Options ▸ Performance ▸ JS & CSS file merging and compression while you are building your site so that you won’t need to fight with the caching.

    Best regards,
    Mike

    Hey woogie07,
    Thanks for the link to your page, but I don’t see any animated headings crashing into any copy below on mobile.
    Are you referring to the heading “The guiding principles that determine our actions”?
    If this is the special heading and it is the model for many across your site and you want a little extra padding below it on mobile, try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    @media only screen and (max-width: 767px) { 
    	#top #main .active-parallax .av-special-heading {
    		padding-bottom: 30px;
    	}
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    #1414090

    Hi,
    Glad to hear that you have this sorted out, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    #1414088

    Hey woogie07,
    Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    @media only screen and (max-width: 767px) {
      .responsive #top #wrap_all #header {
        position: fixed !important;
        background: #fff;
      }
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    #1414087

    Hi,
    Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    @media only screen and (max-width: 767px) {
    .responsive #top #main .flex_column_table_cell {
        display: table-cell;
    }
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    #1414086
    melanie_erfrischt
    Participant

    Hi enfold-Team,

    I have a problem with this warning using slider review for posts:
    Warning: Undefined array key “term_rel” in /home/.sites/331/site8007382/web/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/blog/blog.php on line 562 Warning: Undefined array key “term_rel” in /home/.sites/331/site8007382/web/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/blog/blog.php on line 562

    I´m using the newest enfold version and already tested to deactivate plugins. I can´t find a solution and ask you for help.

    Best regards,

    Melanie

    #1414083

    Hi,
    Glad Rikard could help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    #1414082

    Hi,
    Glad Rikard could help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    #1414081

    Hey weblines,
    Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    .html_av-overlay-side-classic #top .av-burger-overlay li li .avia-bullet {
    	height: 0px;
    	width: 0px;
    	opacity: 1;
    }
    
    .html_av-overlay-side-classic #top .av-burger-overlay li li .avia-bullet:before {
      content:'•';
      padding-right: 5px;
      color:#000 !important;
      font-size: 20px;
      top: -8px;
      position: relative;
    }
    

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    #1414072

    In reply to: Reducing bloc size

    Hi,
    Thanks for the link, to remove the bottom margin from the icon title try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    [id^=after_layer_slide] .av_iconlist_title {
        margin-bottom: 0;
    }

    After applying the css, please clear your browser cache and check.
    This is the expected results
    Enfold_Support_2613.jpeg

    Best regards,
    Mike

    Hi,
    Glad to hear, I will update your live site then.
    You are using the old Envato API which has been deprecated, you will need to create a new Envato Token and add it to the valid Envato private token field after I update your site.
    Enfold_Support_2610.jpeg

    Best regards,
    Mike

    I’m not interested in such a solution, I want to keep the enfold gallery so that the Woocommerce variants also work.
    I would like to solve this problem keeping the current settings as it should work.

    Hey creativeopole,
    Please enable the WooCommerce 3.0 product gallery at Enfold Theme Options ▸ Shop Options ▸ Product gallery ▸ WooCommerce 3.0 product gallery

    Best regards,
    Mike

    #1414067

    Hey ae2agence44,
    Thanks for your patience, but there is not a way to globaly change all of the element animation timings, not all elements use the same method for animations so each element would need to be changed independently. Some elements have an option to do this so you can check and try to change manually.
    If you find an element that you can’t change please link to your page and explain the element and we will see if we can assist.
    Some elements can use this filter but each one would need to be added individually.

    Best regards,
    Mike

    #1414066

    In reply to: Pagination

    Hi,
    Thank you for your patience and the link to your site, I didn’t find a custom class for your color section with the background image that you want to hide so I added: hide-background-image-on-mobile
    Enfold_Support_2606.jpeg
    and then I set the first 1/5 empty column to be hidden on mobile:
    Enfold_Support_2608.jpeg
    and then I added this css to your Enfold Theme Options ▸ General Styling ▸ Quick CSS field

    @media only screen and (max-width: 767px) { 
    .hide-background-image-on-mobile {
    	background: none !important;
    }
    }

    and now on mobile the content is at the top of the page without the green background image, please clear your browser cache and check.

    Best regards,
    Mike

    #1414065

    Hi,
    Thank you for your patience and the link to your site, try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    @media only screen and (max-width: 450px) { 
    	.phone-info {
    		font-size: 9px;
    	}
    }

    Feel free to adjust to suit.
    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    #1414049

    Hi, I proceeded to do as you advised me, but I still have the same problem even with the enfold.zip file
    I don’t want there to be a file size issue, that it’s too big
    I contacted my hosting’s support service to find out if I need to increase my hosting’s file upload size

    Hi,
    Thank you for your patience, it sounds like you have this issue sorted out now but wanted an explanation as to “why”, I can’t reproduce your issue when I use Enfold Theme Options ▸ Advanced Styling ▸ P it applies to all screen sizes.
    Nonetheless, since you have this sorted out now shall we close this thread then?

    Best regards,
    Mike

    Hi,
    On the page https://filemanager.lima-city.de/ there is a message that says looking find your FTP password on lima-city in the administration under Webspace > FTP access and it is a link, try looking there.
    Enfold_Support_2600.jpeg
    Please link to your theme zip that you just purchased for me to use, try uploading to to your staging site media library without activating it, or to DropBox, etc, my version of the theme is a support version and not a retail version like yours.
    and by Admin Login I mean a login to the staging site, although it is probably the same as the one you posted above for the live site, I just wanted to ensure that I can login to both sites :)

    Best regards,
    Mike

    jcremins
    Participant

    Hello,

    I am working on a redesign of our home page, and a key requirement is to replace forms with an Intercom Bot that allows visitors to book a demo of our software.

    I have followed the Intercom guide to create a custom CSS ID called .book_demo_bot and used the Developer Settings in the Button Row object, I have assigned the ID. In order to prevent the page from reloading, I have set the link to manual and just added ‘#’.

    I then copied the Button Row object and inserted it in two other places on the page to prompt a call to action.

    As you will see on the page, the first instance calls the Intercom Demo Bot as required, but the others on the page ignore the javascript and use the # to revert back to the top of the website.

    The other issue I have is that the Button Row component only allows you to set Developer Settings for the component and not the individual buttons, so when selecting the ‘watch a demo’ button it attempts to call the Intercom Bot before loading the eWebinar demo page.

    I have attempted to replicate the style and responsive behaviour of the Button Row using individual buttons, but this has proved unsuccessful. If this had worked then the second issue would be resolved as each button would have its own Developer Settings so I could set the CSS for the ‘request a demo’ button only.

    Any advice or suggestions would be greatly appreciated.

    Hi Mike,
    I just created a staging site.
    – By theme zip file you mean the latest Enfold theme that I just purchased?
    – You mean I can upload and install it to my regular wordpress site just without activating it?
    – Or can it be uploaded to the staging site?
    – By Admin Login you mean login to the staging site?
    Thanks for clarifying!

    #1414026

    Hey Alan,

    Please try the following in Quick CSS under Enfold->General Styling:

    @media only screen and (max-width: 1024px) {
      nav.main_menu {
        display: block !important;
      }
      #avia-menu .menu-item {
        display: none;
      }
      .av-burger-menu-main.menu-item-avia-special {
        display: block;
      }
    }
    

    You can adjust the 1024 value to the pixel value of your choice.

    Best regards,
    Rikard

Viewing 30 results - 14,731 through 14,760 (of 244,621 total)