Transfer the Agama pro to another site.
- This topic has 245 replies, 3 voices, and was last updated 2 years, 10 months ago by
yuniz.
-
AuthorPosts
-
June 30, 2020 at 11:01 pm #27309
Vladimir Berlizov
ParticipantIs it possible to replace “+” and “-” with a triangle facing up and down, respectively?
July 1, 2020 at 9:42 am #27310Zex
ModeratorHello, Vladimir!
Here are the codes to change the signs:
nav.mobile-menu>ul.menu>li.menu-item-has-children>.dropdown-toggle.collapsed:after { content: "\f107"!important; } nav.mobile-menu>ul.menu>li.menu-item-has-children>.dropdown-toggle:after { content: "\f106"!important; }
you can choose the content code from the following list:https://fontawesome.com/v4.7.0/cheatsheet/
July 1, 2020 at 3:36 pm #27311Vladimir Berlizov
ParticipantYes, but
The these icons are located visually below the corresponding line.
Can they be raised by 2 – 3 px?July 1, 2020 at 3:43 pm #27312Zex
ModeratorHi, try this code:
nav.mobile-menu>ul.menu>li.menu-item-has-children>.dropdown-toggle{ top:-3px!important; }
Regards
July 1, 2020 at 4:33 pm #27313Vladimir Berlizov
ParticipantPerfectly!
Many thanks !!!I’d like to use such icon “rectangle facing down” as a link in “Меню” -> “Основное меню” to call a photo of dishes.
I tried a few options, but I don’t like them.
They can be seen in the block “Салаты”.Regards,
Vladimir
July 1, 2020 at 5:35 pm #27314Zex
ModeratorMaybe this method will work for you…
https://prnt.sc/t9w20fJuly 1, 2020 at 5:44 pm #27315Vladimir Berlizov
ParticipantNo, I don’t want to do this from the menu, but by entering the page.
On the page there is a list of dishes with links to their photoJuly 2, 2020 at 7:22 am #27316Vladimir Berlizov
ParticipantHello, Zex!
The last question is removed. I found a solution.
But I was interested in the possibility of the shadow that was used in the previous sentence.
How can I do the shadow in drop-down menu block?Awesome font is not clear. How do I implement it in the system?
And like it could already be used in the previous solution?Vladimir
July 2, 2020 at 1:05 pm #27318Zex
ModeratorHi,
1.)Shadow:
#menu-osnovnoe .sub-menu{ -webkit-box-shadow: 2px 2px 4px 1px #fff; box-shadow: 2px 2px 4px 1px #fff; }
set the color as you wish.
2.)
I’m afraid I don’t understand your second question.The Font Awesome is already implemented.
What you exactly want to achieve?
Where you want to place it?July 2, 2020 at 3:49 pm #27319Vladimir Berlizov
Participantок!
By default there is no Awesome font in the theme?
When and by whom he was installed there is understandable.
How to use it on the menu I think of understood.
Can I use it in plain text?
Where is it in the system?July 2, 2020 at 6:01 pm #27320Zex
ModeratorHi, Vladimir!
The FontAwesome fonts come preinstalled with the theme,(wp-content/themes/agama-pro/assets/fonts/fontawesome)
Font Awesome Icon toolkit is used to add characters in front of your menu items, to add icons to Front Page Boxes, for Social Icons at the top and bottom of the page, etc …
You can turn it on / off from the following menu in the customizer:https://prnt.sc/takkywThey can’t be used for writing plain text.
I don’t know where you want to use it, but if you want to try, there are some additional plugins that maybe can do the job for you https://wordpress.org/plugins/search/FontAwesome/
Regard
July 3, 2020 at 8:28 am #27325Vladimir Berlizov
ParticipantOk!
When I upload an image to a file library, the system creates a large number of copies of this image with different resolutions.
How do I reduce the number of unnecessary copies?
Can this process be automated, and if not, can I delete copies with the wrong resolutions by hand?July 3, 2020 at 11:26 am #27331Zex
ModeratorHello, Vladimir!
Simply delete those images that you do not use.
Regards
July 3, 2020 at 2:14 pm #27332Vladimir Berlizov
ParticipantI’ll ask the question a little differently.
Downloads a photo and creates multiple files with different resolutions.
I use only one or two file files with different resolutions. The rest are not needed. I have to remove them myself manually or this process can be somehow automatedJuly 3, 2020 at 2:19 pm #27333Zex
ModeratorUnfortunately, only manually.
-
AuthorPosts
- You must be logged in to reply to this topic.