Home Forums Space themes support forum I can't change the header. And the elements don't work for me.

I can't change the header. And the elements don't work for me.

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

    XpandaZ
    Participant

    I can’t change the logo and buttons in the header. 2 I hide the display of blocks on my smartphone in elementor, and they are shown.

    #317867

    XpandaZ
    Participant

    It is also displayed twice in products. “Professional customer service:” . And also where can I edit this?

    #317868

    Artem Temos
    Keymaster

    Hello,

    You should be able to customize everything with our header builder via Space dashboard -> Header builder. Let me know if you have any difficulties. And we can’t access your dashboard since the password seems to be wrong.
    Customize sections before and after add to cart button via Dashboard -> Theme Settings -> Single product -> Add to cart.

    Kind Regards

    #317869

    XpandaZ
    Participant

    Dont work

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

    Artem Temos
    Keymaster

    Try to add the following PHP code snippet to the child theme functions.php file to fix this

    add_action('admin_head', 'xts_widget_fix');
    
    function xts_widget_fix() {
      echo '<style>
    .xhb-edit-tabs > div:first-child:last-child {
      display: block!important;
    }
      </style>';
    }
    #317872

    XpandaZ
    Participant

    also, elementary is not working correctly for me. I chose to hide the section on the smartphone. But it is still displayed.

    #317873

    Artem Temos
    Keymaster

    Hi,

    Could you please send us a link to your website where we can see this issue?

    Kind Regards

    #317874

    XpandaZ
    Participant

    i add code. its work. Thanks!

    #317878

    XpandaZ
    Participant

    Its website. But i see in mobile its block.

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

    Artem Temos
    Keymaster

    You need to disable the following option in Theme Settings -> Performance https://gyazo.com/f46918cf81d2e6a07f20568cec6f0bae

    #317885

    XpandaZ
    Participant

    Thanks!

    #318053

    Artem Temos
    Keymaster

    You are welcome! Feel free to contact us if you have any questions.

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

The topic ‘I can't change the header. And the elements don't work for me.’ is closed to new replies.