Forum Replies Created

Viewing 30 posts - 4,261 through 4,290 (of 34,621 total)
  • Author
    Posts
  • in reply to: Licence #1429016

    Hi,
    I will try to use an example to explain better,
    If your current live site and license is on “mysite.com”
    then you can use as many copies on the subdomains like “stagingsite.mysite.com” “test.mysite.com” “newsite.mysite.com”
    when you move to your new domain like “mynewsite.com” then you will need to purchase a new license,
    you can purchase the new license a few days after you move it, just don’t include your “token” from your first license in the Enfold Theme Options ▸ Theme Update ▸ Enter a valid Envato private token on the new domain.
    I hope thie helps.

    Best regards,
    Mike

    in reply to: tab section width #1429015

    Hi,
    Try adding padding to suit, this is an example:

    @media only screen and (min-width: 767px) { 
    .js_active .av-tab-section-tab-title-container {
    display: flex!important;
    justify-content: space-around;
    align-items: flex-end;
    padding: 0 50px;
    }
    }
    #top .av-inner-tab-title {
        text-transform: none;
    }

    note the added code: padding: 0 50px;

    Best regards,
    Mike

    in reply to: Background image does not appear on both sides #1429004

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

    #top:not(.home) #wrap_all .container_wrap_first {
        min-height: 75vh;
        background-image: url(/wp-content/themes/enfold/images/background-images/floral-dark-compressed.png) !important;
        background-repeat: repeat;
    }

    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: tab section width #1429003

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

    @media only screen and (min-width: 767px) { 
    .js_active .av-tab-section-tab-title-container {
    display: flex!important;
    justify-content: space-around;
    align-items: flex-end;
    }
    }
    #top .av-inner-tab-title {
        text-transform: none;
    }

    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: Create dropdown and link the selection to a page #1429002

    Hey solinpaul2,
    Thank you for your patience, unfortunately we don’t have a filter feature, you could try using a plugin, perhaps one of the ones in this article will help.
    Our Masonry element has a sort option for posts & portfolio items, but I don’t think this is what you are looking for.

    Best regards,
    Mike

    in reply to: Licence #1429001

    Hi,
    You can create staging sites and test sites on subdomains and then in the future move the site to a new domain with a new license.
    Often developers will build a new site for their clients on their own subdomain and then once the client approves the site they will have the client purchase a new license, creating a client owned Envato (Theme Forest) account so the client will have access to future updates, and then move the approved site to the client domain.

    This will solve any future update issues the client may have should they lose touch with you.
    In the past some developers would purchase the license with their account and give the code to the client, but then many years later when Envato changed their license method from the “API” to the “Token” these clients were not able the create the “Token” because they never had a Envato account, only the purchase code and Envato will not transfer licenses, so the client had to purchase a new license in an account that they have access to.

    Best regards,
    Mike

    in reply to: Code snippet no longer working #1428994

    Hi,
    To have a second blockquote color like green, you will need to add a custom class the blockquote, it looks like you are using Text Elements like this:
    Enfold_Support_4247.jpeg
    so switch to the Text tab and add the class: green
    Enfold_Support_4249.jpeg
    then add the css:

    #top #wrap_all .all_colors blockquote.green {
        border-color: green;
    }

    this is the expected results:
    Enfold_Support_4251.jpeg

    Best regards,
    Mike

    in reply to: FormCraft Datepicker problem with CSS Title bar & borders #1428992

    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: FormCraft Datepicker problem with CSS Title bar & borders #1428975

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

    #top .formcraft-datepicker .ui-datepicker-title select {
        color: inherit;
        -webkit-appearance: none;
        -moz-appearance: none;
        text-indent: 0.01px;
        text-overflow: '';
        box-shadow: none;
        padding: 0 0.5em!important;
        height: 2.9em;
        vertical-align: top;
        margin: 0;
        border: 0;
        background: 0 0;
        cursor: pointer;
        width: auto;
        display: inline-block;
        font-size: inherit;
        border-radius: 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.
    This in the expected results:
    Enfold_Support_4245.jpeg

    Best regards,
    Mike

    in reply to: avia_inline_auto inserted into custom footer page #1428961

    Hi,
    Glad that this helped, I have not seen this error before and you said that it only shows sometimes on this one page, so I don’t know what may have caused this.
    The css solution above will only effect the footer on this one page, so it should not cause any issues in the future.

    Best regards,
    Mike

    in reply to: Code snippet no longer working #1428949

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

    #top #wrap_all .all_colors blockquote {
        border-color: red;
    }

    and change the color to suit, and then clear your browser cache and any cache plugin, and check.

    Best regards,
    Mike

    in reply to: Header widget follow up #1428948

    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: Blog titel #1428947

    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: Header widget follow up #1428932

    Hi,
    It looks like you do, try this tool: Remove Duplicate Lines

    Best regards,
    Mike

    in reply to: Social Icon Hover #1428931

    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: Text size and formatting is wrong on Mobile view #1428930

    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: Adjust the transition speed of the caption title #1428929

    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: Blog titel #1428915

    Hey Anouk,
    For your blog page, try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    .html_elegant-blog #top .post-entry .post-title, 
    .html_elegant-blog .avia-content-slider .slide-entry-title {
        text-transform: none;
        color: red;
    }

    Feel free to change the color to suit.
    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: 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

Viewing 30 posts - 4,261 through 4,290 (of 34,621 total)