Forum Replies Created

Viewing 30 posts - 4,621 through 4,650 (of 34,963 total)
  • Author
    Posts
  • in reply to: Adjust the transition speed of the caption title #1428914

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

    .avia_transform .av_slideshow_full .active-slide .avia-caption-title, .avia_transform .av_fullscreen .active-slide .avia-caption-title {
        visibility: visible;
        animation: caption-left 1s 1 cubic-bezier(0.1, 0.1, 0.1, 1);
    }

    the first number after the direction 1s is the duration of the animation, increasing this value will slow down thestart of the animation.
    the next number 1 is the number of times the animation should repeat.
    In cubic-bezier the first two numbers (0.1, 0.1) control the easing-in part of the animation, making it slower initially, I set these to the lowest numbers, from 0.9 to 0.1 so you should see a difference.
    The last two numbers (0.1, 1) influence the easing-out part, ensuring a smooth finish.
    If this is not slow enough for you then you should use a different animation like ease-in-out or ease-out.
    Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Images side by side #1428912

    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

    in reply to: Social Icon Hover #1428911

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

    #top #wrap_all .av-social-link-instagram:hover a, #top #wrap_all .av-social-link-instagram a:focus {
        color: #fff;
        background-color: purple;
    }

    Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    Hi,
    Glad that the above worked for you, it looks like the breadcrumb background color is already #D95E32, so I assume that you have sorted this out.
    To remomve “home” from your breadcrumbs try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    .breadcrumb-trail > span:nth-child(2), .breadcrumb-trail > span:nth-child(3) {
        display: none !important;
    }

    Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Images side by side #1428906

    Hey sophiasbiti,
    To align your two icons side-by-side and center them in the page, try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    #top.page-id-3264 .avia-builder-el-20 {
    	text-align: center;
    }
    #top.page-id-3264 .avia-builder-el-20 .avia-image-container {
    	display: inline;
    }

    the expected results:
    Enfold_Support_4239.jpeg
    To have the icons closer you will need to choose images with less empty space around them, here you can see the empty space:
    Enfold_Support_4241.jpeg

    Best regards,
    Mike

    in reply to: Urgent: Reset problem #1428893

    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

    Hey Hector Moya,
    Thanks for your question, but we don’t have any experience with the Kadence blocks, and I’m not sure how you would be able to use a block plugin within the Enfold Advanced Layout Builder since it doesn’t support “blocks”. Typically we don’t recommend using any other builders as they tend to conflict with the ALB, and the ALB can not be removed from Enfold.
    I don’t see a practical way to create your pages with the Gutenberg editor and use the functionality of the Enfold elements.
    I took a look at your page, specifically the header, but it seems to be fullwidth. Perhaps if your create a test page where you can demonstrate the issue, we can recommend so css, but I’m not sure if you will experience more conflicts as you create your site using the Kadence blocks, I would recommend using the Enfold elements to create your site.
    That said if I had to use the Kadence blocks for a full-width hero header, I would try to use the Kadence blocks shortcode and inject the hero header using the ava_after_main_container hook, here is an example
    If Kadence blocks doesn’t have a shortcode you could create one, or try some css like this to make the child element fullwidth when the parent is not:

    .hero_container {
      width: 100vw !important; 
      position: relative !important; 
      left: calc(-50vw + 50%) !important; 
    }

    Please note that using the contact form which is not appropriate for support questions, please log in to the support forum and open a new thread if you need further assistance.
    If you are unable to login to the support forum because you don’t have a activate support contract, please try going to your Theme Forest account and renew your support and then log in to the support forum and open a new thread.

    Best regards,
    Mike

    in reply to: Enfold Modern Demo #1428890

    Hey Scott Barnes,
    Thanks for your question, you can import our Modern Demo, and then modified the content to match your needs.
    This is our documentation for importing the demos.
    Please note that the webhost OVH blocks our IP address for importing the demo, often users need to try importing a few times for it to work. Hopefully you are using a different webhost as OVH will not correct this issue.

    Best regards,
    Mike

    in reply to: Urgent: Reset problem #1428889

    Hey Anouk,
    Thanks for the link to your site, I see that you have a plugin called “WordPress Reset” did you use this plugin to “reset” your site? If you did there is no undo feature.
    Try asking your webhost to restore the last full backup to get your site back, typically webhosts will create a full backup with a database backup once a month.

    Best regards,
    Mike

    in reply to: Removing Placeholder Images from Blog Entries #1428888

    Hi,
    Glad Ismael 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

    in reply to: Make the timeline change based on the day. #1428875

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

    h2.av-milestone-date {
        vertical-align: middle;
    }

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

    Best regards,
    Mike

    in reply to: Keep same style menu/logo as homepage #1428860

    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

    in reply to: Enfold Theme Problem: non-JS module / ERR_CONNECTION_CLOSED #1428852

    Hi,
    Thank you for your patience, I tried editing your news & event pages in Windows with Chrome with a lan connection and didn’t experience any time outs, I also undid my changes.
    Are you using a wifi connection? I’m not sure how to advise on this since I can’t reproduce it.
    If you like I can ask the rest of the team to also try after the holidays to see if any of them can reproduce it.
    I hope that you have a Merry Christmas and a Happy New Year.

    Best regards,
    Mike

    Hey tclaereveld,
    Thanks for your patience and the link to your site, I changed your code to this and enabled the Classic Editor in the theme settings at:
    Enfold Theme Options ▸ Select Your Editor ▸ Use WP Classic Editor and now it seems to be working.

    add_filter('avf_builder_boxes', 'add_builder_to_posttype');
    function add_builder_to_posttype($metabox)
    {
      foreach($metabox as &$meta)
      {
        if($meta['id'] == 'avia_builder' || $meta['id'] == 'layout')
        {
          $meta['page'][] = 'tribe_events';
        }
      }
      return $metabox;
    }

    Enfold_Support_4236.jpeg
    Please check.

    Best regards,
    Mike

    in reply to: Some special needs: menue item, zoom/hover on image etc. #1428850

    Hey Katja,
    Thank you for the link to your test site, it looks like your footer link has been added as a custom menu item with a full url, please try to use only the footer ID like this:
    Enfold_Support_4232.jpeg
    In my test on my site this solves the issue you are having.
    For the portfolio section try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    #portfoliobeschriftung .main_color .grid-content,
    #portfoliobeschriftung .main_color .grid-content * {
    	background-color: #e2001a;
        color: #fff;
    }

    Your email link and phone number in the header has two line break tags (BR), try to remove these and then add this css:

    .phone-info .infos a {
    	display: inline;
    }
    .phone-info .infos a .avia-icon-pos-left {
    	float: none;
        display: inline;
    }

    If you can’t remove the line break tags, then try this css:

    .phone-info .infos br {
    	display: none;
    }
    .phone-info .infos a {
    	display: inline;
    }
    .phone-info .infos a .avia-icon-pos-left {
    	float: none;
        display: inline;
    }

    To have the team membert images increase in size on hover, try this css:

    #team .avia-team-member img {
    	animation: growout 2s;
    	animation-fill-mode: forwards;
    }
    #team .avia-team-member:hover img {
    	animation: growin 2s;
    	animation-fill-mode: forwards;
    }
    @keyframes growin {
      from {transform: scale(1)}
      to {transform: scale(1.2)}
    }
    @keyframes growout {
      from {transform: scale(1.2)}
      to {transform: scale(1)}
    }

    Best regards,
    Mike

    in reply to: Menu Dropdown Spacing & Not Able to Select Dropdown #1428849

    Hi,
    Thanks for your patience, when I review your submenu drop downs the padding seems to be the same for all items, 8px, so I’m not quite sure what you wish to achieve now.
    Below I included screenshots of the menus for your links, perhaps you could explain further and provide a mockup of what you wish to achieve

    Best regards,
    Mike

    in reply to: Header widget follow up #1428848

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

    .home #main > .container_wrap_first > .container > .content {
    	padding-bottom: 0;
    }

    Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
    After applying the css, please clear your browser cache and check.
    It looks like there will still be a little space between the slider image and the text block, this is due to some padding or margin in your LayerSlider slides, so if you want to remove or reduce this please check your LayerSlider settings.

    Best regards,
    Mike

    Hi,
    For your information after your holiday break, this is the example of the menu items adding the current-menu-item class when they are clicked, this is a gif so you may need to click the image for the gif to play and wait a few seconds:
    Enfold_Support_4219.gif
    this is your page while I click on the menu items, see how the classes flash like in the gif above but the class current-menu-item is not added:
    Enfold_Support_4217.gif
    I hope this explains what I meant better.
    Happy Holidays and Merry Christmas.

    Best regards,
    Mike

    in reply to: Shortcodes displayed in front page #1428822

    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

    in reply to: Shortcodes displayed in front page #1428817

    Hi,
    I just did, sorry for the confusion.

    Best regards,
    Mike

    in reply to: Shortcodes displayed in front page #1428815

    Hi,
    Please try this link: Special Character Translation plugin

    Best regards,
    Mike

    in reply to: Shortcodes displayed in front page #1428813

    Hi,
    For the Special Character Translation plugin to work you will need to change the to ###lt### and ###gt###
    in your pages, if you have 255 pages, I recommend creating a staging site and try the Better Search Replace, and try to target only the posts, but don’t try this on your live site until after you have tested and have a full backup because replacing special characters in the wrong place in the database could break your site.
    Try watching some videos on YouTube to see the best way to use the plugin: https://www.youtube.com/results?search_query=Better+Search+Replace

    Best regards,
    Mike

    in reply to: Enfold update not available #1428810

    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. Merry Christmas

    Best regards,
    Mike

    in reply to: Enfold update not available #1428807

    Hi,
    Correct for those token settings you will need to use the Envato plugin.

    Best regards,
    Mike

    in reply to: Shortcodes displayed in front page #1428806

    Hi,
    Thanks for the feedback, glad to hear that you have found that adding a space after the special characters helps, I believe that the WordPress text element has a feature that removes duplicate spaces, so perhaps when you edit the page for something else the duplicate spaces are removed the page breaks again.
    Perhaps the best solution for your scientific pages is to use the Special Character Translation plugin for these characters, please see our documentation: Using special characters

    Best regards,
    Mike

    in reply to: Enfold update not available #1428803

    Hi,
    Glad this worked for you, and it should work for future updates. Unless there is anything else we can assist with on this issue, shall we close this thread then?

    Best regards,
    Mike

    in reply to: Post view count in combo widget #1428802

    Hey nebuddlho,
    Is this for the Post Views Plugin? You can edit the class-avia-combo.php file but you will need to do so after each update as this file can’t be added to the child theme.
    I’m not sure if this specific code will work and this plugin looks like a paid plugin so I’m not able to test. We are limited to our support for third party plugins, if the code doesn’t work for you try asking the plugin author, most paid plugins offer some support.

    Best regards,
    Mike

    in reply to: Enfold update not available #1428800

    Hi,
    The Envato plugin says:

    Please ensure only the following permissions are enabled:

    1. View and search Envato sites
    2. Download your purchased items
    3. List purchases you’ve made

    so please try this.

    Best regards,
    Mike

    in reply to: Enfold update not available #1428798

    Hi,
    It says:

    Please ensure only the following permissions are enabled:

    1. View and search Envato sites
    2. Download your purchased items
    3. List purchases you’ve made

    Please try this.

    Best regards,
    Mike

    in reply to: Enfold update not available #1428795

    Hi,
    When I check your site it says: Updates: enabled – token has changed and not verified, so this points to it waiting for Envato and not a theme issue. You may need to wait for your site to get the check from Envato, but note that Envato limits the daily checks so you may need to wait at least 24 hours, also note that the limit applies to all tokens on your account, so if you have multiple tokens your sites will update a few at a time.
    Envato may be also receiving a lot of update requests across the board. You could try the plugin, I don’t know if the same limits apply to the plugin, or you could manually update if you need to right away:
    To update manually you will need to download the latest installable WP version from your Theme Forest account and upload it to your WordPress ▸ Appearance ▸ Themes ▸ Add Themes ▸ Add New
    WordPress_Appearance_Themes_Add-Themes_Add-New.jpg
    after you choose the zip file and click install, you will see a This theme is already installed message because you are updating, you can continue
    Installing_theme_from_uploaded_file_This_theme_is_already_installed.jpg
    then you will see the Theme updated successfully message.
    Theme_updated_successfully.jpg

    Best regards,
    Mike

Viewing 30 posts - 4,621 through 4,650 (of 34,963 total)