Okay
  Public Ticket #2842022
Some problems
Closed

Comments

  •  7
    Futuwah started the conversation

    Hello.

    First of all, I wanted to thank you for this wonderful theme that is Salient. I hesitated a lot before buying it and I do not regret my choice at all! Thank you for your work.

    I have a few little things that I still can't do. I looked in the documentation and more widely on Google but I did not find the answers. And after having tried by myself by modifying some parameters in vain I decided to call for your help.

    Here are my questions:

    1 - How can I increase the size of the social network icons in the header, the footer, and in the off canva?

    2 - I made a menu with a single "Donate" item that I configured as a button. I placed this menu in the Header to have a single "Donate" button and the rest of my menu in the off canva. Is it possible to keep this "Donate" button in the header on mobile?

    3 - I kept the "material" style to have access to this magnificent effect on the off canva "slide out from right" menu. But how can I deactivate the function which automatically adds the item of my header menu (the famous "donate") in the off canva menu on mobile?

    4 - I can't change the size of the font off the dropdown items in the off canva menu. Can you tell me how to do it?

    5 - How do we modify the font and the colors of the buttons that
     I added as a widget?

    6 - In general, viewing the changes by reloading the page does not work very well. I work locally with "Local By Flywheel" and when I reload the page after making changes to preview them, I often have to clear the cache several times and even with that sometimes it doesn't work. Can you help me ? Do you think this is from the W3 Total Cache plugin?

    Sorry for all these questions and thanks in advance for your answers!

    Friendly

    Jeremy

  •  1,878
    Judith replied

    Hi There,

    Thanks for choosing Salient.

    Please send in your website url so that it is easier for us to view the issues you have raised and requests you have made.

    Thanks.

  •   Futuwah replied privately
  •  1,878
    Judith replied

    Hi Futuwah,

    1. Please try this css:

    body.material #header-outer #social-in-menu i {
        font-size: 26px;
    }
    body #footer-outer i, body #header-secondary-outer #social i {
        font-size: 30px;
    }

    2. You can only keep it on mobile header when it is on secondary header.

    3. Please send a screenshot of this so that we can understand it clearly.

    4. Please try this css:

    .material #slide-out-widget-area[class*="slide-out-from-right"] .inner .off-canvas-menu-container li li a, body #slide-out-widget-area[data-dropdown-func="separate-dropdown-parent-link"] .inner .off-canvas-menu-container li li a {
        font-size: 20px;
    }

    5. Did you mean this button:

    3253053938.png

    6. You can try checking for third party plugin conflicts by deactivate the third party plugins then reactivate them back one by one to see the one that causes the issue.

    7.  I am afraid this is not possible with salient. You may contact the wpbakery support team to support further.

    Thanks.

  •   Futuwah replied privately
  •  1,878
    Judith replied

    Hi Futuwah,

    1. Please try this css:

    body.material[data-slide-out-widget-area-style="slide-out-from-right"] #slide-out-widget-area .off-canvas-social-links li i {
        font-size: 26px;
    }

    3. Please try this css:

    #slide-out-widget-area .inner >div:first-of-type {
        display: none;
    }

    4. Please try this css:

    .material #slide-out-widget-area[class*="slide-out-from-right"] .inner .off-canvas-menu-container li li a, body #slide-out-widget-area[data-dropdown-func="separate-dropdown-parent-link"] .inner .off-canvas-menu-container li li a {
        font-size: 20px !Important;
    }

    5. Please try this css:

    .wp-block-button__link {
        color: #0e0e0e !important;
        background-color: #54a4f5;
        font-size: 17px;
    }

    8. Please try this css:

    .col.centered-text, .wpb_column.centered-text {
        text-align: center;
        font-size: 10px !important;
    }

    Thanks.

  •   Futuwah replied privately
  •  1,878
    Judith replied

    Hi Futuwah,

    Please try this css:

    body.material #header-outer #social-in-menu i {
        font-size: 27px;
        height: 38px;
    }
    body.material #header-outer #social-in-menu i {
        top: 5px;
    }

    Thanks.

  •  7
    Futuwah replied

    Everything is OK !

    thank you very much Judith