Forum Replies Created

Viewing 30 posts - 511 through 540 (of 34,221 total)
  • Author
    Posts
  • in reply to: Slideshow Desktop vs. Smartphone #1476906

    Hi,
    Your best solution will be to create two slideshows with portrait sized images for mobile, using your desktop landscape images for mobile will typically not look good on mobile.

    Best regards,
    Mike

    in reply to: slideshow element: video doesn’t show on mobile #1476905

    Hi,
    Glad to hear that you have this sorted out, shall we close this thread then?

    Best regards,
    Mike

    in reply to: Question on license #1476859

    Hey michael,
    The Envato (Theme Forest) license is not locked to a domain, or a domain to a license.
    I recommend purchasing a new license for $59 and Extend support to 12 months, for a little more.
    Screen Shot 2025 02 10 at 5.01.01 PM
    Then you will have your own Envato account and lifetime updates.
    Then see our documentation to create a “Token” to add to the theme for updates, and replace the current license Token.
    Screen Shot 2025 02 10 at 5.07.33 PM
    But first after you purchase your new license, before you create a new Token you will need to manually update your theme because v4.4.1 can not be automatically updated because of how Envato has since changed the license.
    Follow these steps:
    To update your version of Enfold 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
    I recommend first making a full server backup, I don’t expect any errors, but it is good practice.

    Best regards,
    Mike

    in reply to: tooltip #1476855

    Hey schweg33,
    You can change the link color with this css:

    .inner_tooltip a {
    	color: #fff;
    }

    but if you make the background color transparent, the link text will show in the above text and be very hard to see.
    The link does work when I test, but you can clink it because it will only show when you hover over the icon and when you move to the link it is hidden again

    Best regards,
    Mike

    in reply to: Special Heading Subheading Text Font Family #1476854

    Hey eggc,
    Your css has curly quotes braking the css, use this instead:

    .av-subheading p {
        font-family: 'olde-english';
    }

    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: Hamburger Menu Customization #1476853

    Hi,
    The avia-snippet-hamburger-menu.js is loaded before the child theme, so you need to deregister the parent version and register the child version explicitly.

    Best regards,
    Mike

    in reply to: Underline Links #1476852

    Hi,
    Try this instead:

    .bdp-post-categories a,.bdp-post-title a,.av_textblock_section a.wp-dark-mode-bg-image {
    	text-decoration: underline !important;
    }
    .bdp-post-categories a:hover,.av_textblock_section a.wp-dark-mode-bg-image:hover strong {
    	color: #fff
    }

    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: portfolio grid filter subcategories #1476850

    Hi,
    It looks like you have already figured it out: https://github.com/KriesiMedia/Enfold-Feature-Requests/issues/123
    Thank you for your patience.

    Best regards,
    Mike

    in reply to: Align items to center of page – Masonry #1476784

    Hi,
    Your page masonry is set for 4 columns, that is why it is not centered for 3 columns, please change the column count:
    Screen Shot 2025 02 09 at 1.14.21 PM

    Best regards,
    Mike

    in reply to: other key #1476783

    Hi,
    I deleted it for you before the last post:
    Screen Shot 2025 02 09 at 1.02.23 PM
    So you are all done.
    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: Cannot use iconfonts (displayed as empty boxes) #1476782

    Hi,
    Glad Guenni007 could help, thank you Guenni007, 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: Child Theme. How? Why? #1476777

    Hey Augeundso,
    A child theme allows you to add customizations to core element files that you don’t want to lose on your next update.
    For example, if you wanted to customize a element like the contact form, and you found a solution that says add some PHP code to your functions.php file, the next time you update you will lose this code. If you don’t need this kind of customization, you will be fine.
    If you are not using a child theme you could use the WP Code plugin then add a new snippet, in the top right corner use the PHP snippet as the code type:
    use wpcode php snippet and activate
    and ensure that it is activated, then add your code and save.
    You can add a child theme at any time, follow these steps: child theme

    Best regards,
    Mike

    in reply to: Timeline – adding images not beneath text but next to it #1476775

    Hi,
    I made an adjustment so now the image is on the right side, but your titles are too large and long, so I added this css to brake your text so the element lines up good:

    .avia-timeline h2.av-milestone-date>strong {
    	width: 200px;
    	font-size: 20px !important;
    	overflow-wrap: break-word;
      word-wrap: break-word;
      -ms-word-break: break-all;
      word-break: break-all;
      word-break: break-word;
      -ms-hyphens: auto;
      -moz-hyphens: auto;
      -webkit-hyphens: auto;
      hyphens: auto;
    }

    you can adjust the font size and width to suit, but there is not a lot of options.
    You may try making the page width 100% with this css:

    .responsive #top.page-id-19 #after_tab_section_1 .container {
    	max-width: 100%;
    }

    and then make the font size and width larger to suit.

    Best regards,
    Mike

    Hi,
    We will need a admin login to examine.

    Best regards,
    Mike

    in reply to: Tokens (plural!) not accepted by our theme update page #1476773

    Hi,
    Also note that Envato limits the number of license checks each 24 hours, if you check too many times for all of your sites you will not update, you will need to wait 24 hours. Also note that a Token is only good for one site, so if you use the same Token on three sites, you will get an error.

    Best regards,
    Mike

    in reply to: Tokens (plural!) not accepted by our theme update page #1476771

    Hi,
    When I check your site: https://www.traumwandel.de/
    it says “updates: disabled”
    Please see this page and read “Step 2: Set required Token Permission”
    or Install the Envato market plugin and set up your token key.

    Best regards,
    Mike

    in reply to: Underline Links #1476770

    Hi,
    Here (https://www.traumwandel.de/traumartikel/) it looks like you are using a plugin “blog-designer_pack” the above css works in the footer.
    Try adding this css:

    .bdp-post-categories a,.bdp-post-title a,a.wp-dark-mode-bg-image {
    	text-decoration: underline !important;
    }
    .bdp-post-categories a:hover,a.wp-dark-mode-bg-image:hover strong {
    	color: #fff
    }

    Best regards,
    Mike

    in reply to: Change Menu Text on Hover #1476762

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

    .av_seperator_small_border .av-main-nav>li>a>.avia-menu-text {
        border-right-style: solid;
        border-right-width: 1px;
        padding-right: 13px;
        margin-right: -13px;
    }

    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: Underline Links #1476761

    Hi,

    #top #main a:where(:not(.wp-element-button,.avia-button)) {
        text-decoration: underline;
    }
    #top #main a:hover:where(:not(.wp-element-button,.avia-button)) {
        color: #fff;
    }

    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: other key #1476760

    Hi,
    The ID for “av-m1yjw3j3-8de8ef07635f179e0beedc245c4c38a7” is “sub_menu1”
    Screen Shot 2025 02 09 at 7.35.17 AM
    so replace the class in your css “av-m1yjw3j3-8de8ef07635f179e0beedc245c4c38a7” with the ID “sub_menu1”
    You also have an extra “bracket” in your css, probably braking it.

    /*A B C ……..*/
    @media only screen and (max-width: 767px) {
      /* Add your Mobile Styles here */
      #top #menu-dialektwoerter > li {
      padding: 2px 0;
      display: inline-block;
      }
      
      #top #menu-dialektwoerter {
      padding: 10px 0;
      }
      
      #top #sub_menu1 {
      width: 40px;
      }
      #top #sub_menu1 {
      position: fixed !important;
      right: 0;
      top: 10px;
      width: 50px;
      }
      #top #sub_menu1 + .sticky_placeholder {
      height: 0 !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.

    Is the problem that the first page submenu is:
    A B C D E
    and the second page submenu is:
    A B C D

    Best regards,
    Mike

    in reply to: Underline Links #1476739

    Hi,
    What color and link to your page.

    Best regards,
    Mike

    in reply to: enfold Fullwidth Easy Slider Caption Font Size #1476738

    Hi,

    @media only screen and (max-width: 768px) {
        .avia-caption-content p {
            font-size: 40px !important;
            line-height: 32px !important;
        }
    }
    @media only screen and (max-width: 479px) {
        #top #wrap_all .avia-slideshow .av-slideshow-caption .avia-caption-title {
            font-size: 50px;
            line-height: 43px;
        }
    }

    Screen Shot 2025 02 08 at 2.57.00 PM

    Best regards,
    Mike

    in reply to: Timeline – adding images not beneath text but next to it #1476733

    Hi,
    We will need to see your page.

    Best regards,
    Mike

    Hi,
    Your IF function should check for the body_class “post-type-archive-tribe_events” please give this a try.
    If you have trouble please include an admin login in the Private Content area so we can be of more assistance.

    Best regards,
    Mike

    in reply to: enfold Fullwidth Easy Slider Caption Font Size #1476724

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

    @media only screen and (max-width: 768px) {
    .avia-caption-content p {
    font-size: 40px !important;
    }
    }
    #top.home .av-special-heading.avia-builder-el-5 {
        margin-top: 0;
    }

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

    Best regards,
    Mike

    in reply to: Underline Links #1476722
    in reply to: Change Menu Text on Hover #1476721

    Hi,
    True, I didn’t find a solution for that.

    Best regards,
    Mike

    in reply to: Change column display on mobile #1476720

    Hi,
    As I understand, you see this:
    Screen Shot 2025 02 08 at 1.49.50 PM
    and would like this:
    Screen Shot 2025 02 08 at 1.50.51 PM
    Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    @media only screen and (max-width: 767px) { 
    	.page-id-4540 .av_one_fifth.avia-builder-el-59,.av_one_fifth.avia-builder-el-66 {
    		display: none;
    	}
        .responsive #top.page-id-4540 #wrap_all .content .entry-content-wrapper .flex_column.av_one_fifth {
            width: 33%;
        }
    }

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

    Best regards,
    Mike

    in reply to: slideshow element: video doesn’t show on mobile #1476717

    Hi,
    Unfortunately background videos will not display on mobile views by default and are replaced with their fallback images, please try the layerslider

    Best regards,
    Mike

    in reply to: portfolio grid filter subcategories #1476716

    Hi,
    Unfortunately this will be needed to create at the theme level, if you would like to request this feature the Dev Team has opened a new Github Feature Request for users to place requests and follow them as the Dev Team reviews them.

    Best regards,
    Mike

Viewing 30 posts - 511 through 540 (of 34,221 total)