Forum Replies Created

Viewing 30 posts - 6,361 through 6,390 (of 35,207 total)
  • Author
    Posts
  • in reply to: Text block: Underlined link #1416786

    Hey Lene,
    I assume that you mean on hover, try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    #top a:hover {
    	text-decoration: underline;
    }

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

    Best regards,
    Mike

    in reply to: Demo import not possible #1416782

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

    #top .hr-custom .hr-inner.inner-border-av-border-fat {
        border-top-width: 6px;
    }

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

    Best regards,
    Mike

    in reply to: Privacy policy buttons #1416780

    Hi,
    To adjust for these changes, please remove all of the precious code and use this instead:

    #top .avia-cookie-consent.avia-cookiemessage-bottom {
    	bottom: unset;
    	left: unset;
    	margin: 0;
    	position: fixed !important;
    	top: 50%;
    	left: 50%;
    	transform: translate(-50%, -50%);
    }
    #top .avia-cookie-consent.avia-cookiemessage-bottom .container {
    	transform: translate(0,30%);
    }
    #top .avia-cookie-consent .avia-cookie-consent-button {
    	display: block;
        width: 40%;
        margin: 10px auto;
    }
    #top .avia-cookie-consent p {
    	 display: block;
    	 padding-bottom: 20px;
    	 font-size: 18px;
    }
    #top .avia-button.avia-cookie-consent-button {
    	 border-radius: 50px;
    }
    @media only screen and (max-width: 767px) { 
    	#top .avia-cookie-consent.avia-cookiemessage-bottom {
    	width: 90%;
    	height: 80%;
    	}
    	#top .avia-cookie-consent .avia-cookie-consent-button {
        width: 90%;
    	}
    }
    @media only screen and (min-width: 768px) { 
    	#top .avia-cookie-consent.avia-cookiemessage-bottom {
    	width: 50%;
    	height: 50%;
    	}
    }

    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.
    Enfold_Support_3009.jpeg
    Enfold_Support_3011.jpeg

    Best regards,
    Mike

    Hi,
    Generally you would add it to a function in your child theme functions.php like this:

    function custom_script() { ?>
      <script>
    //add script here
      </script>
      <?php
    }
    add_action('wp_footer', 'custom_script');

    Best regards,
    Mike

    in reply to: Image size not full width in blog post #1416754

    Hi,
    It looks like it is working when I check, the words stay in the column and do not overflow.

    Best regards,
    Mike

    Hi,
    Glad to hear that you have this sorted out, if a gif was not playing on page load then I would try this or this.
    Shall we close this thread then?

    Best regards,
    Mike

    in reply to: Framed pictures? #1416752

    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: Sticky Header Transparent #1416726

    Hey Steve,
    Thank you for the link to your site, to fix your header after scrolling try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    #header.header_color .header_bg {
        background-color: transparent;
    }

    for a border around a linked image, try this:

    a.avia_image:hover {
    border: 2px solid #ff0000;
    transition: none;
    }

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

    Best regards,
    Mike

    in reply to: Demo import not possible #1416718

    Hi,
    In this case it needs to stretch to fit, I adjusted for you, please check.

    Best regards,
    Mike

    in reply to: Demo import not possible #1416716

    Hi,
    Yes, the top one is to remove the capitalizon of the text, the bottom one is to remove the opacity and add the underline on hover.

    Best regards,
    Mike

    in reply to: Privacy policy buttons #1416715

    Hi,
    Please add to it.

    Best regards,
    Mike

    in reply to: Demo import not possible #1416712

    Hi,
    Currently when a special heading has a link and hovered (mouse-over) the opacity is changed to 0.5, so to remove this and add a underline try this css:

    #top .av-special-heading.av-linked-heading a:hover {
        opacity: 1;
        text-decoration: underline;
    }

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

    Best regards,
    Mike

    in reply to: Full Width Easy Slider: Button’s background #1416711

    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: Privacy policy buttons #1416710

    Hi,
    Lets please stay on one topic, otherwise I’m not sure what you are talking about.
    This thread is about customizing your cookie bar, please add the css above to achieve the image above.
    Please remember I said it won’t be exactly like your image, plase allow for some variable.

    Best regards,
    Mike

    in reply to: Full Width Easy Slider: Button’s background #1416706

    Hi,
    The font weight at Enfold Theme Options ▸ Advanced Styling ▸ All Headings (H1-H6) was set to standard which uses the theme default of 600.
    I changed it to normal so it will be 400
    Enfold_Support_3005.jpeg
    Our choice of words may have been confusing, “standard” is the theme default, “normal” is probably what you may call normal/standard.
    Please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Demo import not possible #1416699

    Hi,
    Do you mean the H2 lirum larum lirum…?
    I added this css to your Quick CSS:

    .template-page .entry-content-wrapper h1, .template-page .entry-content-wrapper h2 {
        text-transform: none;
    }

    Your H2 links like Om os, do you want it underlined on hover or always?

    Best regards,
    Mike

    in reply to: Privacy policy buttons #1416697

    Hi,

    #top .avia-cookie-consent.avia-cookiemessage-bottom {
        position: fixed !important;
    }
    #top .avia-button.avia-cookie-consent-button {
    	 border-radius: 50px;
    	 word-break: break-word;
         overflow-wrap: break-word;
         white-space: break-spaces;
    }

    Enfold_Support_3003.jpeg

    Best regards,
    Mike

    in reply to: Bilder verschwinden immer wieder #1416696

    Hi,
    When I check your page the text looks correct, please see the screenshot in the Private Content area.
    Try clearing your browser cache, please note that iPhones 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.

    Best regards,
    Mike

    in reply to: Full Width Easy Slider: Button’s background #1416695

    Hi,
    The slideshow button is set to bold by default, to change try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    #top #main .avia-slideshow-button {
    	font-weight: normal;
    }

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

    Best regards,
    Mike

    in reply to: Drop down menu: Transparent background #1416694

    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: Schatten mit Bild in Farb Sekion #1416693

    Hey fingerfoodmen,
    These are not correct rgba colors:
    rgba(1.4912508245100362, 1.4912508245100362, 1.4912508245100362, 0.77)
    your colors need to be like this:
    rgba(255, 255, 255, 0.77)
    If this doesn’t help please include the url to the page in question so we can take a closer look.

    Best regards,
    Mike

    in reply to: Make special heading tag boulder . #1416692

    Hi,
    Glad Nikko was 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: Footer not displaying correctly #1416691

    Hey waterwalk,
    Thank you for the link to your site, I see that you have old header.php & footer.php in your child theme, I didn’t find any customization in either of these, so please remove both of these files. We don’t recommend adding these to your child theme because it is the top reason for issues after updating, these two files are linked so if there is a change in one or the other in the update it will cause issues.
    If you want to add customizations we recommend adding them to the functions.php, can advise how to do so when you have a need.
    If your footer is still not right after you remove these two files then I will take another look.

    Best regards,
    Mike

    in reply to: Too much padding between top image and content #1416689

    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: Too much padding between top image and content #1416659

    Hi,
    WordPress doesn’t always load all of the files for the theme in the preview mode, and we can’t change the core WordPress files to force it to, so we recommend publishing your page and review it in another tab/window

    Best regards,
    Mike

    in reply to: Updating the site breaks it #1416658

    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

    in reply to: Privacy policy buttons #1416657

    Hi,
    Enfold_Support_2999.jpeg

    #top .avia-cookie-consent.avia-cookiemessage-bottom {
    	bottom: unset;
    	left: unset;
    	margin: 0;
    	position: absolute;
    	top: 50%;
    	left: 50%;
    	transform: translate(-50%, -50%);
    }
    #top .avia-cookie-consent .avia-cookie-consent-button {
    	display: block;
        width: 60%;
        margin: 10px auto;
    }
    #top .avia-cookie-consent p {
    	 display: block;
    	 padding-bottom: 20px;
    }
    #top .avia-cookie-consent-button {
    	 border-radius: 50px;
    }
    @media only screen and (max-width: 767px) { 
    	#top .avia-cookie-consent.avia-cookiemessage-bottom {
    	width: 80%;
    	}
    }
    @media only screen and (min-width: 768px) { 
    	#top .avia-cookie-consent.avia-cookiemessage-bottom {
    	width: 25%;
    	}
    }

    Best regards,
    Mike

    in reply to: Privacy policy buttons #1416653

    Hi,
    Unfortunately not exactly like your mockup.

    Best regards,
    Mike

    in reply to: enfold header with elementor footer #1416652

    Hi,
    When I check the footer.php the closing brackets that you are pointing to, #main & #wrap_all close before the WordPress footer function that I assume that Elementor is hooking in to:
    Enfold_Support_2997.jpeg

    Best regards,
    Mike

    in reply to: Privacy policy buttons #1416649

    Hi,
    Not exactly the way you want, it’s designed to show that way.

    Best regards,
    Mike

Viewing 30 posts - 6,361 through 6,390 (of 35,207 total)