Shop Categories

X

Transfer the Agama pro to another site.

Home Forums Agama Pro Transfer the Agama pro to another site.

Topic Resolution: Resolved
Viewing 15 posts - 196 through 210 (of 246 total)
  • Author
    Posts
  • #27309
    Vladimir Berlizov
    Participant

    Is it possible to replace “+” and “-” with a triangle facing up and down, respectively?

    #27310
    Zex
    Moderator

    Hello, 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/

    #27311
    Vladimir Berlizov
    Participant

    Yes, but

    The these icons are located visually below the corresponding line.
    Can they be raised by 2 – 3 px?

    #27312
    Zex
    Moderator

    Hi, try this code:

    nav.mobile-menu>ul.menu>li.menu-item-has-children>.dropdown-toggle{
        top:-3px!important;
    }

    Regards

    #27313
    Vladimir Berlizov
    Participant

    Perfectly!
    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

    #27314
    Zex
    Moderator

    Maybe this method will work for you…
    https://prnt.sc/t9w20f

    #27315
    Vladimir Berlizov
    Participant

    No, 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 photo

    https://yadi.sk/d/O6NE4vKa_jHq7g

    #27316
    Vladimir Berlizov
    Participant

    Hello, 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

    #27318
    Zex
    Moderator

    Hi,
    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?

    #27319
    Vladimir 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?

    #27320
    Zex
    Moderator

    Hi, 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/takkyw

    They 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

    #27325
    Vladimir Berlizov
    Participant

    Ok!

    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?

    #27331
    Zex
    Moderator

    Hello, Vladimir!

    Simply delete those images that you do not use.

    Regards

    #27332
    Vladimir Berlizov
    Participant

    I’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 automated

    #27333
    Zex
    Moderator

    Unfortunately, only manually.

Viewing 15 posts - 196 through 210 (of 246 total)
  • You must be logged in to reply to this topic.