Home › Forums › WoodMart support forum › Wants To Remove Some Part Of My Website
Wants To Remove Some Part Of My Website
- This topic has 5 replies, 2 voices, and was last updated 7 years ago by
Artem Temos.
-
AuthorPosts
-
July 12, 2018 at 12:49 am #67108
wanilaParticipantHello!
I Want to remove some part of my website. but not by css!
I mean i don’t want to use display:none .. and instead of that, i want to remove them from my website codes. Here is the five sections that i want to remove:1. In the header of my website, near the menu icon, when i change the screen size to tablet size, there is a word appear in there: “Menu”
screenshot: http://s6.uplod.ir/i/00929/4etay9z42z5i_t.jpg2. I use “Small images” style for my website blog …
when i create new posts, there is a section in my blog page which says: By S. Rogers …
screenshot: http://s6.uplod.ir/i/00929/3eufa84ny4j5.jpg
which file i must edit to remove that section?3. Again in my post page, there is a section that says: By S. Rogers …
Also i want to remove the date on the post picture … “23 July”
screenshot: http://s6.uplod.ir/i/00929/ctekgber3cgr.jpg4. In comments section, both in products page and normal posts page, there are some section i want to remove. here is two screenshots of those section …
first: http://s6.uplod.ir/i/00929/q9ouw42yh81y.jpg
second: http://s6.uplod.ir/i/00929/t6efdcdz5p5x.jpg5. when user add a product to the cart, the sidebar opens …
i want to remove one of the cart or checkot buttons from the sidebar:
screenshot: http://s6.uplod.ir/i/00929/832g0248q9wo.jpg
which file i must edit to remove that section?Thank you.
July 12, 2018 at 6:48 am #67124
Artem TemosKeymasterHello,
OK, so we give you files where you can do all these customizations
1.
inc/template-tags.php
2 & 3.
content.php
4. These elements you need to find in WooCommerce plugin files, they are not part of the theme.
5.
woocommerce/cart/mini-cart.php
Regards
July 13, 2018 at 6:20 pm #67372
wanilaParticipantThank you for your response
2 & 3, I Found all of the codes that i needed, Just i can’t find the codes about the date section ( “23 july” section )
Can i delete this line to remove date from my posts? http://s6.uplod.ir/i/00929/b518jx546tlp.jpg4. The second screenshot is the wordpress default comment sections
if you just tell me the file name i would edit it bymyself.5. Sorry, but i can’t find the buttons code ..
here is my mini-cart.php: https://uploadfiles.io/yx7je
could you please give me a screenshot of the codes that i should remove?
( i use woodmart 1.10.1 … )July 13, 2018 at 7:35 pm #67390
Artem TemosKeymaster2&3. Yes, you can remove that line.
4. It is WooCommerce reviews section, you need to look in woocommerce templates files in the folder
wp-content/woocommerce/templates
.5. Check the file
wp-content/woocommerce/includes/wc-template-functions.php
Regards
July 13, 2018 at 9:33 pm #67413
wanilaParticipant5. To remove checkout button, i must remove this part, Right? http://s6.uplod.ir/i/00929/6hd5tpzyfnmf.jpg
Anything more? Anything less?My last two questions,
A. I use small image style for my blog page, where can i find the codes that belongs to “Continue Reading …” section? http://s6.uplod.ir/i/00929/1e8c0fv5ubqh.jpg
B. When users open my website with mobile, there is a “login / register” tab in the mobile menu, where can i edit that section too? http://s6.uplod.ir/i/00929/7e5m6vq18x1q.jpg
July 14, 2018 at 6:00 am #67426
Artem TemosKeymaster5. Don’t remove the whole function, just comment the line that starts with
echo
on your screenshot.A & B.
inc/template-tags.php
. -
AuthorPosts
- You must be logged in to create new topics. Login / Register