Home Forums Basel support forum Unable to edit site options

Unable to edit site options

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #149499

    FairFang730
    Participant

    I am using pet dome now, I can’t modify the font and color, I don’t know why, even if I set the background color of the topbar to yellow in the theme settings, the front page is still displayed in red. No matter what color I will set, the top bar on the front page is red.and the font is the same, I set the font to ubuntu in the theme option but the lato font is still displayed on the front page.
    When I re-import the dome, it will display normally. But at this time I can’t modify any theme settings. If I change any theme settings, the background of the topbar will turn red and the font will become lato.

    #149523

    Hello,

    Please deactivate all the plugins not related to the theme and check the issue, if the problem remains, leave the plugins not activated for us to check.

    Best Regards

    #149553

    FairFang730
    Participant

    “WP Mail Logging ” this plugins

    #149571

    Hello,

    You will have to replace this plugin or contact their support to fix the incompatibility.

    Best Regards

    #149598

    FairFang730
    Participant

    another question.
    I’m using pets dome now!
    I set “Action after add to cart” to “DISPLAY WEIGET”.
    But is not work.
    Please help me fix this issue.

    #149631

    Hello,

    I am testing After add to cart action and it works as it should https://gyazo.com/474a30aa20c29df694df1dfd5f65fdfb

    How do expect it should work? Please clarify what problem do you mean?

    Best Regards

    #149632

    FairFang730
    Participant

    The above issue has been solved. I found where to set it up.
    The new question is how to add an icon to “my account”. like the Attachments.
    And how to display “my account” in the header?

    Attachments:
    You must be logged in to view attached files.
    #149721

    Hello,

    By default, this header layout doesn’t have Login/Register link. But you can add icon link manually placing the following code snippet to the functions.php file in the child theme:

    add_filter( 'basel_header_configuration', 'basel_custom_header_configuration' );
    function basel_custom_header_configuration() {
        return array(
            'container' => array(
                'wrapp-header' => array(
                    'logo',
                    'main_nav',
                    'right-column' => array(
                        'header_links',
                        'search',
                        'wishlist',
                        'cart',
                        'mobile_icon',
                    )
                )
            ),
        );

    Best Regards

    #149732

    FairFang730
    Participant

    in the top bar, how to set a icon before “MY ACCOUNT”?
    in my site, there is no icon before “MY ACCOUNT”

    Attachments:
    You must be logged in to view attached files.
    #149742

    Hello,

    You have inserted the icon class incorrectly, now you have "fa fa-user" you need to insert only fa-user https://prnt.sc/pi8n7m

    The icon has appeared https://prnt.sc/pi8orf

    Best Regards

    #149755

    FairFang730
    Participant

    ok thank you very much

    #149759

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

Viewing 12 posts - 1 through 12 (of 12 total)

The topic ‘Unable to edit site options’ is closed to new replies.