posting and Social media button
-
Hello,
My first doubt is how do let people add new posts in my blog page? image 1
Secondly in a lot of pages i see this appearing and I can´t figure how to take it off.
Thank you
Best Regards
Attachments:
You must be
logged in to view attached files.
Hello,
I saw the screenshots you attached and visited your website.
1) Unfortunately there is no option in Theme Settings to accomplish what you require.
You can use any third party plugin that meets your requirements.
2) I have inspected your website and the share icons are not from our theme they are coming from a third party plugin.
Screenshot for Clarification: https://ibb.co/VgRN2yF
If you still want to remove them then you can try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.post-single-page .sharedaddy {
display: none;
}
Best Regards.
Hello,
1// But the word press itself doesn´t permit me to let the clients add a post?
Can you suggest a plug in for this please?
2// okk thank you
3// in my home page I wanted to create a carousel with the categories of products I have but couldn´t find the way to do so, could you inform me about this?
Thank you
Best Regards
Hello,
Also another thing is I wanted my buttons to be like the home menu in black an goes to my selected colored when I hover above it…
Thank You
Best Regards
Attachments:
You must be
logged in to view attached files.
Hello,
You are Most Welcome.
1) Unfortunately, Currently I am unable to suggest any plugin. Because we haven’t tested our theme with such a plugin yet.
2) You can try using the Product Categories module of the Wp-Bakery and setup according to your needs.
Screenshot for Clarification: https://ibb.co/WDP648Y
3) To Change the hover text of the area Please add the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.woodmart-info-box .info-btn-wrapper a:hover {
color: #79d7d8;
}
Best Regards.