Hello, currrently installed the theme on my site africanfoodnetwork.com using the recipe template… i wanna know if i can add a rate function on the comment section of the site, and create custom permalinks using the parent category of the post for recipes mydomain.com/recipes/%post-name%/ and for articles mydomain.com/articles/%post-name%/
and can i make a customised author page than what is the default one, maybe make some changes…?
Hello,
You will have to use a plugin if you want user rating. our theme has a review system but it was not meant for user reviews, but rather an author review. You can only add reviews from the back-end.
A custom permalink can be added through the wordpress settings and seo yoast.
As for the author page, there is no simple way to change the default one but you can create an page in visual composer and then use 301 redirects between tha standard author page and your own custom page.
http://www.wpbeginner.com/beginners-guide/beginners-guide-to-creating-redirects-in-wordpress/
Thank you!
Thanks, i fixed the permalinks myself… can you recommend any good plugin that i can use for the rating via comments?
the bit that says “stay connected” which shows the counter of the social media profiles ain’t working on mine… it keeps bring a blank space, i went to the widgets section and changed the links maybe it coule be the problem but it still not working, even when i imported the demo of the recipe site it still not showing… can i get that fixed, though i already replaced it with a facebook like box since its not working.
Hi,
I can’t recommend any plugin as we have not tested any ratings via comments. Sorry.
As for the social counter please add one on a page and provide a link to that page so we can inspect it. Please use this guide to properly set up the social counter: https://forum.tagdiv.com/tagdiv-social-counter-tutorial/
Thank you!
i added that to the homepage widget, kindly visit the link and let me know if there is anything i need to change in the settings cos i followed the instruction followed in the documentation…
link: http://africanfoodnetwork.com/
Tried using the grid slider with the visual composer and it doesn’t slides on its own, even after setting the amount of slides and the auto play feature within “x” seconds… how do i do that?
and how can i close the gap within the menu bit and a block, i put a slider as the first element on the website and there is a white space between the slider and the menu, how do i remove it?
Can i set flags on the top menu for language translation? i see that in order news sites…
Hi,
Please update the Social Counter to the latest version provided with the theme. You can find it in the /plugins folder from theme package that you download from themeforest – http://screencast.com/t/6e7bdiRf The procedure is the same like for Visual Composer – https://forum.tagdiv.com/how-to-update-visual-composer-plugin/
I’m not sure where you use the Slider, on your homepage I cannot see on, so maybe you have removed it.
You can use this custom css to reduce the top padding – http://screencast.com/t/ZOBfhdBfb
.home .td-main-page-wrap {
padding-top: 15px;
}
Thanks!