Forum Replies Created

Viewing 30 posts - 17,161 through 17,190 (of 35,071 total)
  • Author
    Posts
  • in reply to: focus ring on tab element #1209364

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    For any other questions or issues, feel free to start new threads in the Enfold forum and we will gladly try to help you :)

    Best regards,
    Mike

    in reply to: LearnDash Quiz Results Display Issue… #1209362

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    For any other questions or issues, feel free to start new threads in the Enfold forum and we will gladly try to help you :)

    Best regards,
    Mike

    in reply to: Akkordion Symbol Problem #1209361

    Hi,
    Please see below.

    Best regards,
    Mike

    in reply to: Problem with button #1209359

    Hi,
    Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    .product-type-variable .inner_product .avia_cart_buttons {
        opacity: 1 !important; 
        background: red !important; 
    }
    body.wcz-btns.wcz-woocommerce #wrap_all ul.products li.product-type-variable a.button {
    	color: #fff !important;
    }

    Your buttons will be red with white text, please adjust to suit.
    After applying the css, Please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Remove show all results from search #1209356

    Hi,
    Sorry for the late reply, I think you are looking for this file:
    \enfold\config-templatebuilder\avia-shortcodes\product_snippets\product_snippet_meta.php

    Best regards,
    Mike

    Hey notsirhc,
    Sorry for the late reply and thanks for the link, Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    @media only screen and (max-width: 767px) { 
    	#top.home #fullscreen_slider_1 .slideshow_align_caption {
        vertical-align: middle !important; 
    }
    #top .scroll-down-link {
        bottom: 80px !important; 
    }
    }

    Please adjust to suit, after applying the css, Please clear your browser cache and check.

    Best regards,
    Mike

    Hey jlbenton3,
    Sorry for the late reply, to override the css you can add the css you found with an !!important; to force it, like this:

    .mapboxgl-ctrl-geocoder input[type='text'] {
    height: 40px !important; 
    }

    I took a look at your test page on Windows with Chrome & Mac with Safari and do not see what you described, Please see the screenshot in Private Content area. Did you already resolve this?

    Best regards,
    Mike

    in reply to: Custom font #1209350

    Hi,
    Sorry for the late reply, I see that your font is being blocked because its not loading from “https”, if you feel comfortable with a find & replace to turn everything into a “https” then try that otherwise, try the plugin Really Simple SSL to force your site to only use https.
    Is this what it is supposed to look like?
    2020-05-03_163855.png

    Best regards,
    Mike

    in reply to: how to display Social media icons on slider image. #1209348

    Hi,
    Sorry for the late reply, Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    #fullscreen_slider_1 > div > ul > li {
    	z-index: 0 !important; 
    }

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

    Best regards,
    Mike

    in reply to: Enfold Theme by Kriesi Link & Add to Cart Button #1209345

    Hi,
    Sorry for the late reply, Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    .inner_product .avia_cart_buttons {
        opacity: 1 !important; 
        background-color: #af5f31 !important;
    }
    #top .main_color .avia_cart_buttons .button {
        color: #fff !important;
    }

    Best regards,
    Mike

    in reply to: Akkordion Symbol Problem #1209340

    Hey topnetat,
    Sorry for the late reply, Please include an admin login in the Private Content area so we can be of more assistance.

    Best regards,
    Mike

    in reply to: LearnDash Quiz Results Display Issue… #1209331

    Hi,

    @nesaw
    unless there is anything else we can help with on this issue, shall we close this then?

    Best regards,
    Mike

    in reply to: product image and info border #1209330

    Hi,
    Try this and adjust the height to suit:

    @media only screen and (min-width: 767px) { 
    .single-product .single-product-main-image {
        height: 600px;
        border: 1px solid #000;
    }
    .single-product .container_wrap_first {
    	height: 600px;
    }
    }

    Best regards,
    Mike

    in reply to: Left and right page margins too large #1209329

    Hi,
    There was 50px of padding so I added this css to add a little more:

    @media only screen and (min-width: 768px) {
    .responsive .container_wrap_first.sidebar_right > .container .content .entry-content-wrapper {
        padding-right: 100px !important; 
    }
    }

    Please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: SOCIAL SHARE BUTTONS …..& ADDITIONAL ICONS #1209328

    Hi,
    Sorry for the late reply, which icon are you trying to add as a social icon? I didn’t find ue854 in your custom icons. Do you remember which zip file it was, you have many in your media library.

    Best regards,
    Mike

    in reply to: Contact Form Tracking with GTM #1209322

    Hi,
    Sorry for the late reply, the code above should be added to the end of your functions.php file in Appearance > Editor
    You should then start seeing the event “form-submission” in your GTM, I think there is a 24-hour delay for reporting events.

    Best regards,
    Mike

    in reply to: Left and right page margins too large #1209319

    Hi,
    Thanks for the login, I had to change it a little because the bootstrap.css was interfering:

    @media only screen and (min-width: 768px) { .responsive .container_wrap_first > .container {
        max-width: 100% !important; 
    	width: 100% !important;
    	padding: 0 50px !important
    }
    }

    Please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Best location to add custom CSS styles #1209316

    Hi,
    Thank you for the login and link to page, I see that we are using this css, which I added to your Enfold Theme Options > General Styling > Quick CSS field:

    .jf-image-shadow { box-shadow: 5px 5px 5px  rgba(0, 0, 0, 0.35) !important; }

    The first part is the class which we will add to the images we want to have the box shadow jf-image-shadow
    2020-05-03_112839.png
    please notice there is no dot before the class, the dot is used only in the Quick CSS field.
    Now your box-shadow is working on the first two images that I added the class to, please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Widget Text Area in Header #1209309

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    For any other questions or issues, feel free to start new threads in the Enfold forum and we will gladly try to help you :)

    Best regards,
    Mike

    in reply to: Hiding title on mouse hover in Post Slider #1209300

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    For any other questions or issues, feel free to start new threads in the Enfold forum and we will gladly try to help you :)

    Best regards,
    Mike

    in reply to: Left and right page margins too large #1209299

    Hi,
    Did you try adding the css to the WordPress > Customize > Additional CSS field? And clear your browser and site cache? When I test the css it seems to work so perhaps it’s a caching issue. Please include an admin login in the Private Content area so we can be of more assistance.

    Best regards,
    Mike

    in reply to: LearnDash Quiz Results Display Issue… #1209298

    Hi,
    Thanks @keribird for your feedback, so for future readers the full fix is:

    dd.course_progress {
    	width: 100%;
    }

    correct?

    Best regards,
    Mike

    in reply to: can i replicate this element on my theme? #1209296

    Hi,
    Yes, the example element is just a column or cell with an icon and a hover effect.
    So try changing your element and let us know if you need help with the css.

    Best regards,
    Mike

    in reply to: Hiding title on mouse hover in Post Slider #1209293

    Hi,
    Thanks for the login, I added the code above to the end of your functions.php without error, please clear your browser cache and check.
    2020-05-03_092627.png

    Best regards,
    Mike

    in reply to: LearnDash Quiz Results Display Issue… #1209290

    Hi,
    I only entered the css I posted earlier, try removing it and see if it makes a difference.
    Unless there is anything else we can assist with on this issue, shall we close this then?

    Best regards,
    Mike

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    For any other questions or issues, feel free to start new threads in the Enfold forum and we will gladly try to help you :)

    Best regards,
    Mike

    Hi,
    Glad to hear this helped, sorry I only know they are working on it. You are correct about what I did and you should be able to reproduce it if you need to.
    If you ever find out which settings your server needs to allow the import of the images, please share.
    Unless there is anything else we can assist with on this issue, shall we close this then?

    Best regards,
    Mike

    Hi,
    Sorry for the late reply, to move the button to the bottom, Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    #top.home #av-layout-grid-2 .flex_cell.av_one_third,#top.home #av-layout-grid-1 .flex_cell.av_one_third {
    	vertical-align: bottom !important; 
    }

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

    Best regards,
    Mike

    in reply to: LearnDash Quiz Results Display Issue… #1209272

    Hi,
    Thank you, I changed to the Learndash 3.0 framework and added this css and now you will see the progress bar animation and the final results.

    dd.course_progress {
    	width: 100%;
    }

    Please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Styling Form Calendar #1209269

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    For any other questions or issues, feel free to start new threads in the Enfold forum and we will gladly try to help you :)

    Best regards,
    Mike

Viewing 30 posts - 17,161 through 17,190 (of 35,071 total)