-
AuthorPosts
-
May 24, 2021 at 2:30 pm #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
FranzMay 26, 2021 at 6:54 am #1302359Hey 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,
IsmaelMay 28, 2021 at 7:37 am #1302763hallo 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
FranzMay 28, 2021 at 1:37 pm #1302829Hi,
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,
IsmaelMay 28, 2021 at 2:39 pm #1302851Hallo 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
FranzMay 31, 2021 at 6:17 am #1303064Hi,
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,
IsmaelMay 31, 2021 at 6:40 am #1303071Thanks a lot Ismael
then you can close this requestWill then make a new request if I have questions
kind regards
Franz -
AuthorPosts
- The topic ‘social profiles in fullwidth sub menu’ is closed to new replies.