Home › Forums › WoodMart support forum › Customizing the theme
Customizing the theme
- This topic has 22 replies, 2 voices, and was last updated 3 years, 6 months ago by Elise Noromit.
-
AuthorPosts
-
May 6, 2021 at 2:49 pm #290195
BastianOrthParticipantHey,
i’d like to add a new icon to the bottom mobile menu. How can this be achieved?
May 6, 2021 at 2:51 pm #290197
BastianOrthParticipantattachted the image again
Attachments:
You must be logged in to view attached files.May 6, 2021 at 8:13 pm #290279
Elise NoromitMemberHello,
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
May 10, 2021 at 7:48 am #291152
BastianOrthParticipantThanks, this worked out. But i need to hide the navbar on some sites. How can this be done?
May 10, 2021 at 8:42 am #291195
Elise NoromitMemberHello,
Give me the page URLs where you want to hide, I will check if it is possible with custom CSS.
Best Regards
May 10, 2021 at 9:04 am #291209
BastianOrthParticipantMay 10, 2021 at 2:18 pm #291320
Elise NoromitMemberHello,
When I view the page I see 404, are you sure you want to hide here?
Please check again.
Best Regards
May 10, 2021 at 2:22 pm #291321
BastianOrthParticipantHi
May 10, 2021 at 9:34 pm #291404
Elise NoromitMemberHello,
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
May 11, 2021 at 8:14 am #291496
BastianOrthParticipantThanks, 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 🙂
May 11, 2021 at 11:27 am #291545
BastianOrthParticipantHi,
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.
May 11, 2021 at 6:31 pm #291635
Elise NoromitMemberHello,
Please provide the screen on how you want to change the button?
Best Regards
May 12, 2021 at 6:41 am #291724
BastianOrthParticipantHi,
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.May 12, 2021 at 7:42 pm #291903
Elise NoromitMemberHello,
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
May 13, 2021 at 6:59 am #291977
BastianOrthParticipantsorry, 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
May 13, 2021 at 12:12 pm #292112
Elise NoromitMemberHello,
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
May 13, 2021 at 12:29 pm #292124
BastianOrthParticipantI rechecked and you should have admin rights, see attached image
Attachments:
You must be logged in to view attached files.May 13, 2021 at 9:06 pm #292243
Elise NoromitMemberHello,
When I enter your site I see this: https://gyazo.com/1baa146b7c7587ca8e640a1dab6029bc and https://gyazo.com/efd2dc788d83693b2cb7f42744076291
I need this access: https://gyazo.com/782921cc736c00c9e941c343c7cc5756
Best Regards
May 14, 2021 at 6:02 am #292280
BastianOrthParticipantPlease check again the login credentials, you’re logged in with a vendor account “test_user” and not as “woodmart”
May 16, 2021 at 9:17 am #292665
Elise NoromitMemberHello,
Please add this code to the Theme Settings > Custom CSS > Global:
.woocommerce #customer_login { margin-right: -15px; margin-left: -15px; }
Best Regards
May 16, 2021 at 10:23 am #292674
BastianOrthParticipantThanks, 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=yesAs this site seems to be generated by wcfm i cant find the site id
May 16, 2021 at 10:26 am #292675
BastianOrthParticipantPlease use the following credentials to access the page
May 16, 2021 at 9:04 pm #292789
Elise NoromitMemberHello,
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
-
AuthorPosts
Tagged: mobile menu
The topic ‘Customizing the theme’ is closed to new replies.
- You must be logged in to create new topics. Login / Register