Home Forums WoodMart support forum Customizing the theme

Customizing the theme

Viewing 23 posts - 1 through 23 (of 23 total)
  • Author
    Posts
  • #290195

    BastianOrth
    Participant

    Hey,

    i’d like to add a new icon to the bottom mobile menu. How can this be achieved?

    #290197

    BastianOrth
    Participant

    attachted the image again

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

    Hello,

    You can find the option to add a custom link and icon in the Theme Settings > General Mobile bottom navbar.

    If you have any questions please feel free to contact us.

    Best Regards

    #291152

    BastianOrth
    Participant

    Thanks, this worked out. But i need to hide the navbar on some sites. How can this be done?

    #291195

    Hello,

    Give me the page URLs where you want to hide, I will check if it is possible with custom CSS.

    Best Regards

    #291209

    BastianOrth
    Participant
    #291320

    Hello,

    When I view the page I see 404, are you sure you want to hide here?

    Please check again.

    Best Regards

    #291321

    BastianOrth
    Participant

    Hi

    #291404

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body.page-id-10 .wd-toolbar{
    display:none;
    } 

    Copy this code and change the page ID for other pages.

    Best Regards

    #291496

    BastianOrth
    Participant

    Thanks, this works out.

    I’d like to place a new button at the register page, but i have some Problems with the styling.

    I put the form-login.php in my Child-Theme and added the button there:

    <h2> Neues Verkäuferkonto anlegen </h2>
    <input type="button" class="woocommerce-Button woocommerce-button button woocommerce-form-register__submit" onclick="window.location.href='https://splander.net/vendor-membership/';" value="Werde ein Verkäufer auf Splander" />

    But now the whole design is broken on the mobile menu and the button doesn’t get the styling as the other buttons.

    Can you please help me to fix that? Thanks 🙂

    #291545

    BastianOrth
    Participant

    Hi,

    i was able to get the button the css styling but the mobile view is still broken. The width of the elements is bigger then the screen size.

    #291635

    Hello,

    Please provide the screen on how you want to change the button?

    Best Regards

    #291724

    BastianOrth
    Participant

    Hi,

    the button is now in the correct color and styling. But after adding this new button to the page the mobile view is “broken”. On the left and right screen edges, the text gets cut off. It seems like the view is a bit zoomed in but i didn’t use any zoom. Please check my site for a better overview

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

    Hello,

    I see the problem persists only on the mein-konto page, please check and disable the stretch row.

    If it doesn’t to help, provide the site admin access and admin rights I will check deeper.

    Best Regards

    #291977

    BastianOrth
    Participant

    sorry, i don’t know what you are talking about. I don’t use any alternative css to stretch the content. On the developer console is sometimes also a error showing up.

    The problem is starting, when i put the original form-login.php into my child-theme option without any modification.

    Thanks for your help

    #292112

    Hello,

    I cannot check the page as you have not provided the rights. I can see only the front-end of the page, make sure the user you provided is admin > Dashboard > Users > select, set as admin.

    Best Regards

    #292124

    BastianOrth
    Participant

    I rechecked and you should have admin rights, see attached image

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

    BastianOrth
    Participant

    Please check again the login credentials, you’re logged in with a vendor account “test_user” and not as “woodmart”

    #292665

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    .woocommerce #customer_login {
      margin-right: -15px;
      margin-left: -15px;
    }

    Best Regards

    #292674

    BastianOrth
    Participant

    Thanks, this worked!

    I need come back to the mobile menu. I need to hide it also on the following url:
    https://splander.net/?store-setup=yes

    As this site seems to be generated by wcfm i cant find the site id

    #292675

    BastianOrth
    Participant

    Please use the following credentials to access the page

    #292789

    Hello,

    Please replace the current figure with this ID as a class 9570

    body.page-id-10 .wd-toolbar{
    display:none;
    } 

    Each time you need to make the code for the new page, you need to replace the ID. You can find the page ID in the page URL in the editing mode.

    Best Regards

Tagged: 

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

The topic ‘Customizing the theme’ is closed to new replies.