VineThemes
Forum Replies Created
-
AuthorPosts
-
VineThemesKeymaster
Hi Janine,
Please reach out to us at our support because we saw that you have some minor customizations that you want to make to your website. Please drop us an email at support@vinethemes.com
We’d be happy to help you out.
Thanks
VineThemesKeymasterThis reply has been marked as private.VineThemesKeymasterHello Janine,
For making 8 featured boxes to 12 we can add 4 more boxes but it would be considered as a semi-customization and
it would cost you $20 for this customization.If you have more customizations then please contact us at support@vinethemes.com
Thanks
VineThemesKeymasterHello, Please share your website url and please give us temporary access to your website dashboard so that we can do it for you.
You can use this plugin for temporary login: https://wordpress.org/plugins/temporary-login-without-password/
You can follow this tutorial to setup this plugin: https://www.vinethemes.com/how-to-create-temporary-login-for-wordpress-without-password/
Don’t forget about “Set as private reply” at the bottom of the message box
ThanksSeptember 6, 2022 at 8:53 pm in reply to: FEATURED BOXES – vertical display on mobile, can this be changed? #7403VineThemesKeymasterHello dear,
Sure, just add this code in the Appearance -> Customizer -> Additional CSS
@media only screen and (max-width:768px) {
.featured-box-area {
display: flex!important;
overflow-x: scroll;
}
}This will make the Featured Boxes to scroll horizontally.
Please let us know if this works for you.Thanks
VineThemesKeymasterHello Janine,
Please share your website url so that we can check and let you know.
Thanks
VineThemesKeymasterHello Frank,
Our slider only works with the posts. If you want to add recipes to the slider, then we’ll have to custom designed the slider for you. It will cost you extra for this semi customization.
Thanks
VineThemesKeymasterHello dear,
You need to paste this code in the Additional CSS in the Customizer. Go to Appearance -> Customizer -> Additional CSS
.title-meta span.CT_view_counter, .title-meta span.CT_view_counter+i, .title-meta span.CT_view_counter+i+a {
display: none;
}
.title-wrap .postcomment {
display: none;
}
Please let us know if this works for you. Thanks
VineThemesKeymasterYou just have to set the Homepage display to Your Latest Posts. See Screenshot: https://prnt.sc/AAxEXgiCbw8I
VineThemesKeymasterThis reply has been marked as private.VineThemesKeymasterThis reply has been marked as private.VineThemesKeymasterHello Nandha,
Please share your website url and please give us temporary access to your website dashboard so that we can check the issue on your website.
You can use this plugin for temporary login: https://wordpress.org/plugins/temporary-login-without-password/
You can follow this tutorial to setup this plugin: https://www.vinethemes.com/how-to-create-temporary-login-for-wordpress-without-password/
Don’t forget about “Set as private reply” at the bottom of the message box
ThanksVineThemesKeymasterHi,
Okay please add the below code replacing the previous code:
.post-metawrap, .box .post-content {
display: none;
}
.title-wrap {
padding-bottom: 0;
}
.single .title-wrap{
padding-bottom: 5%;
}
.single .box .post-content {
display: block;
}Thanks
VineThemesKeymasterHi Nandha,
You can try to purchase the theme from this link: https://secure.2checkout.com/checkout/buy?merchant=203571830&tpl=default&prod=204_COPY1&qty=1Thanks
- This reply was modified 2 years, 4 months ago by VineThemes.
VineThemesKeymasterHello Sathish,
If you want to remove the excerpts and categories from the post meta then you can add this code in the Additional CSS in the Customizer
.post-metawrap, .box .post-content {
display: none;
}This code will hide the excerpt and categories and comments.
Please let us know. Thanks
-
AuthorPosts