Forum Replies Created

Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • in reply to: Background color of one menu-item #1183990

    Yey, it works – thank you very much, Rikard!!!

    in reply to: Background color of one menu-item #1183709

    Hi Rikard,
    I already posted the login information / temporary login details on February 9th. I put the in „private content“ again.
    Thank you for your support!
    Beste regards,
    Juli

    in reply to: Background color of one menu-item #1183184

    Hi Rikard,
    I don’t know why it is not working – even if I refresh several times, clear my cache or deactivate the caching plugin altogether.
    Still no color in the background. Do you have any other idea?
    Best regards,
    Juli

    in reply to: Background color of one menu-item #1182970

    Hi Rikard,
    I tried it but unfortunately there is no change.
    Best regards,
    Juli

    in reply to: Background color of one menu-item #1182777

    Hey Rikard,

    thank you for your tip! I want to have a different background for the menu item „SEMINARE“. The id of this item seems to be 10115.
    Unfortunately there is no change at all if I put this with CSS:

    #top #header #avia-menu li id=”menu-item-10115″ > a {
    background-color: gold;
    }

    Could you please have a look? I send you a temporary login.
    Best regards,
    Juli

    in reply to: Lightbox popup with content #1152903

    Hi Ismael,

    sorry about that: I included the working link into the text on this website (link in private content box).
    You can find the link to the lightbox popup at the bottom of this page in „Ich habe die allgemeinen Anmeldebedingungen gelesen und akzeptiere diese.“ If you click on it it opens the popup with a huge „Schließen“ (= close the page) on the top right. I would love to change this to a small button at the end of the page or at least change the size and position of this text.
    How can I do that?

    Best regards
    Juli

    in reply to: Lightbox popup with content #1152376

    Thank you very much, Ismael!!
    Yey, it finally works!

    Could you please explain me how I can add this function
    Schließen
    to a button to close the lightbox popup?

    Best regards
    Juli

    • This reply was modified 5 years ago by missulli.
    in reply to: Lightbox popup with content #1152069

    Hey Ismael,

    I deleted the only popup plugin I found, emptied the cache and Lightbox Modal Window is activated in theme options.
    Unfortunately it is still not working :-( Do you have another idea?

    Best regards
    Juli

    • This reply was modified 5 years ago by missulli.
    in reply to: Remove grey-scale in tab-section #1087978

    Hello Mike,

    that is perfect – now everything looks just like I wanted it. Thank you very much!

    Best regards,
    Juli

    in reply to: Remove grey-scale in tab-section #1087251

    I solved it with

    /*——————————
    // CSS – Remove grayscale from inactive tabs
    //——————————*/
    }

    .av-tab-section-image {
    filter: none! important;
    }
    .av-tab-section-image {
    filter: grayscale(0);
    }

    Is there a possibility to remove the hover effect as well?

    Great – that works!! Thank you very much!
    Juli

    Hi Rikard,

    thank you for your reply. Unfortunately it has no effect on the testimonial element. I even increased the margin with no effect.
    Do you have an additional idea? Otherwise I decide against this element to not further delay the website.

    Beste regards,
    Juli

    Hey Rikard,

    I used Ygit’s code:

    function add_custom_script(){
    ?>
    <script>
    jQuery(window).load(function(){
    jQuery(“.avia-testimonial-meta-mini”).prependTo(“.avia-testimonial-content”);
    });
    </script>
    <?php
    }
    add_action(‘wp_footer’, ‘add_custom_script’);

    My website is in maintenance mode so I give you access via the private content-field.

    Best regards,
    Juli

    in reply to: Hiding specific category on blog #1084509

    UPDATE:
    I solved my question with a blog post element and/or a masonry and chose only a specific category.
    You can close this topic.
    Thank you!

    Hi Victoria,
    sorry for the delay. My website is in maintenance mode at the moment. Please let me know how to grant you access (via „new user“?).

    To specify my question: I am looking for a way to publish testimonials and preview (only) them at the end of another page. What would you recommend for this task? At the moment I have this ideas:
    a) as blog-posts (category „testimonials“). This led to my original question above.
    b) as collection on a „testimonials“-page. How can I preview them on another page?
    c) Is there another solution I am not seeing at the moment? Is there a specific plugin, widget, element, shortcode … for this?

    Thank you for your feedback!
    Juli

    • This reply was modified 5 years, 7 months ago by missulli.
Viewing 14 posts - 1 through 14 (of 14 total)