Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1302013

    hello all

    I have the following question

    I have inserted the symbols facebook and instagram in the slider.
    Would it be possible to display these two icons on the right in the fullwidth sub menu?
    colour white like mobile
    (but mobile not in the menu)

    additionally i would like to know how to format the description in the catalogue via css

    thanks in advance
    kind regards
    Franz

    #1302359

    Hey schweg33,

    Thank you for the inquiry.

    Are the icons actual images? How did you add them? Looks like the icons are only visible on the first slide. If they are actual images, then you have to use the filter property to adjust their color.

    .saturate { filter: saturate(3); }
    .grayscale { filter: grayscale(100%); }
    .contrast { filter: contrast(160%); }
    .brightness { filter: brightness(0.25); }
    .blur { filter: blur(3px); }
    .invert { filter: invert(100%); }
    .sepia { filter: sepia(100%); }
    .huerotate { filter: hue-rotate(180deg); }
    .rss.opacity { filter: opacity(50%); }
    

    You can use font icons instead of actual images.

    // https://fontawesome.com/
    // https://fontello.com/

    Best regards,
    Ismael

    #1302763

    hallo Ismael
    Thanks for your feedback
    unfortunately I do not understand about the filter
    On the mobile device the Facebook and Instagram icons are displayed. On the PC they are not.

    On the PC I would like to show them in the fullwidth sub menu.

    have below the link to a test installation

    thanks in advance

    Kind regards
    Franz

    #1302829

    Hi,

    On the mobile device the Facebook and Instagram icons are displayed. On the PC they are not.

    They are not displaying on desktop view because you have disabled the default header. Unfortunately, the social icons are not included in the Fullwidth Sub Menu element by default. You may need to create a new menu and include the social icons as menu items.

    Best regards,
    Ismael

    #1302851

    Hallo Ismael

    Thank you for your quick feedback
    Then this fits so and I will use the header menu.

    one more question
    how can i use on the page (see below)

    format the text in the description for example
    “Inhalt 75CL”

    thank you and kind regards
    Franz

    #1303064

    Hi,

    How would you like the excerpt to be formatted? You can edit the themes/enfold/config-templatebuilder/avia-shortcodes/productslider/productslider.php file if you want modify the catalogue item.

    	$text .=	"
    <div class='av-catalogue-content'>{$content}</div>
    ";
    

    If you have any additional questions at this time we kindly ask that you open them up in a separate thread. The longer threads get in the forum, they become more difficult to support as they tend to drift off topic and they also make it troublesome for users trying to search for solutions. Keeping threads relevant to their original inquiry ensures that we can keep better track of what has been resolved and that users can more effectively find answers to similar issues they might be experiencing.

    Thanks!

    Best regards,
    Ismael

    #1303071

    Thanks a lot Ismael
    then you can close this request

    Will then make a new request if I have questions

    kind regards
    Franz

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘social profiles in fullwidth sub menu’ is closed to new replies.