Hi,
The theme doesn’t have such an option, sorry! If you want to modify the article ads(create conditions or something else) you can find them here – http://screencast.com/t/ahFYIIlu9Iy
Thanks!
Hi kevingilmour,
I’m not sure how it looks on your side,
You could try to add this code in the theme panel-> custom css:
.woocommerce ul.products li.product h3 {
text-align: center;
}
.woocommerce ul.products li.product .price {
text-align: center;
}
.woocommerce ul.products li.product .button {
margin-left: auto;
margin-right: auto;
display: table;
}
.woocommerce .products .star-rating {
margin: 0.5em auto 0 auto;
}
Let us know how it works out.
Thanks!
Hi,
Unfortunately we cannot replicate this on our side that’s why we demanded ftp access.
The script just rename the shortcodes and import the panel settinngs to the new theme. You can try to make a backup of your database and try a repair for DB. Also you can try to add this code in the htaccess:
AddType application/vnd.ms-fontobject.eot
AddType application/x-font-opentype.otf
AddType image/svg+xml.svg
AddType application/x-font-ttf.ttf
AddType application/font-woff.woff
Thanks!
-
This reply was modified 10 years by
Alin [tagDiv].
Hi,
You can do this only manually in style.css as the theme doesn’t have an option to set a general font.
Regarding the custom font try to create a folder like Fonts in public_html on your server, make sure you have permissions for that folder, then verify in page source if the font is loaded. Then you can add thr font name and paste the url where you uploaded the font and specify a name – http://screencast.com/t/bosHz93pa1li – http://screencast.com/t/rDbnlGghhXYt
Thanks!
Hi,
I will add this on our suggestion list and we will consider it for future updates.
Thanks!
Hi,
Please send an email at contact@tagdiv.com and provide wp-admin so we can take a look, also paste a link to this topic so we can know who you are and what your issue is.
Thanks!
Hi,
Do you want the same design like on health demo page?
I can provide you the demo content, but you will have to edit each block settings and set your own filter options – http://screencast.com/t/2d47NDDDwM – http://pastebin.com/7yGvbxj4 – http://screencast.com/t/0rDw6slM7
Or take a look to the page layout and create your own page – http://screencast.com/t/U7P79EoIF
Please note that if you install the demo without content it will import only some fonts, colors… it will not add new pages, posts, categories and also it will not change the frontpage. If you install the demo with content, it has some predefined articles, pages, menu to help user to make an idea about what they can achieve with the theme.
Also you can check the documentation – https://forum.tagdiv.com/introduction/
Thanks!
Hi,
Maybe you have to use !important to apply the custom css, for example – http://screencast.com/t/Ub8ryC4Y also make sure that you targeted right. You can provide a link so I can take a look if what I suggested above doesn’t work.
Thanks!
Hi,
Please make sure that you change also the post format to video – http://screencast.com/t/ejdH4wljlEv
Thanks!
Hi dabiathlet,
I have checked this using 4.6.3 version of the theme and Visual Composer 4.4.4, but I did not found any issues regarding “Text with title” block on my side – http://screencast.com/t/89NlCGsxX Also note that I use WordPress 4.3.
Please disable all your plugins, leave only Visual Composer active, clear cache and see if you still have this issue, maybe it is caused by a plugin.
Thanks!
Hi ungquanhien,
We answer to the most oldest topics so if you add new replies we get later to your topic!
Please check the theme documentation to install the theme(FTP or WordPress) – https://forum.tagdiv.com/install-via-ftp/ – https://forum.tagdiv.com/install-via-wordpress/
The theme comes with some plugins that you can use if you want(you can find them in the /plugins folder from package that you downaload from themeforest), but only the Visual Composer plugin is required for the theme, the rest of them are optional. You can install the Visual Composer from here – http://screencast.com/t/VYjcLtItEA
Please go through theme documentation – https://forum.tagdiv.com/wordpress-information/ and also you can see some video tutorials on our youtube channel – https://www.youtube.com/watch?v=rgWqozuqmJk
Thanks!
Hi,
After you enable the comments from Theme Panel > Post Settings please make sure that you allow comments on your posts – http://screencast.com/t/nKAHeJcCH
Thanks!
Hi,
Please enable ajax view count if you use a cache plugin – http://screencast.com/t/CrcK9ctMCOpz and see if it works.
Thanks!
Hi,
I also checked this using the version 4 of the theme but I did not found any issues using post limit 5.
Please disable all your plugins except of Visual Composer, clear cache and create a test page add some blocks and leave the limit by default(5 articles).
Also what version of Visual Composer do you use?
Thanks!
Hi,
Please send an email at contact@tagdiv.com and provide wp-admin so we can take a look. Please specify the exact link to the page where you have this issue and also paste a link to this topic so we can know who you are and what your issue is.
Thanks!
Hi,
I’m not sure to what text field do you refer, please provide more details.
Thanks!
Hi,
Yes, you can use it in development and production, but the license specifies that can be used only for one product – http://themeforest.net/licenses/standard
Thanks!
Hi,
The theme does all the queries via wordpress, it doesn’t do any direct query. You could try to reduce the number of queries by using fewer blocks.
Another solution would be to use mysql query cache(if it is available on your server) – https://dev.mysql.com/doc/refman/5.1/en/query-cache.html
Thanks!
Hi,
Do you refer about the link when only one author remains?
Please try this code and see how it works – http://pastebin.com/uqSrSvwm
Thanks!
Hi,
I have checked you site on Chrome – Mac and did not found any issues with your images – http://screencast.com/t/s5OjLKA95
Thanks!
Hi,
I suspect that it comes from a plugin that you use. The theme doesn’t have something like this.
Thanks!
Hi,
The articles ads are placed in the content(get_content function), and the function is defined here – http://screencast.com/t/VQCmUU7Y This function is used in post templates – http://screencast.com/t/8EyWM8dCb
You can add a condition to block them on a specific post using is_single() function, check this topic as reference – https://forum.tagdiv.com/topic/disable-ads-on-particular-posts/
If you want to remove all the ads from your post(including header), you can try to add a condition like this(just add you post ID) – http://screencast.com/t/Yo7c5lffhOfN
if(!is_single('ID'))
You can read more about is_single function here – https://codex.wordpress.org/Function_Reference/is_single
To create a post template, please take a look at theme templates(loop and single) and use that structure, please check the official documentation – https://codex.wordpress.org/Post_Types#Custom_Post_Type_Templates
Thanks!
Hi,
I will add this suggestion on our list, but I cannot promise you anything. The developers will take the final decision if it will be implemented when a new navigation system will be designed.
Thanks!
Hi,
I have checked your site and you have this error in the console – http://screencast.com/t/Ytz1LLR8Jll6
Please disable all your plugins except of Visual Composer, clear cache and see if you still have this issue.
Thanks!
Hi,
1. If you set the more articles by category, it will display all the posts from that specific category. If you are referring to this option from post settings – http://screencast.com/t/2TLKJWbyU the answer is no. This will be applied on to display the category on modules and in breadcrumbs.
2. We didn’t tested this plugin with the theme, so I cannot make any suggestions. The theme has a Translation section in the Theme Panel where you can translate it. You can also address to the plugin support maybe they can help you.
3. Do you refer to the category tag on modules/blocks? Here you can enable/disable it for each module – http://screencast.com/t/aEgD9sb3N0H and for post pages – http://screencast.com/t/ac6aRaBW0Uvy
Please read the theme documentation – https://forum.tagdiv.com/category-tag-on-modulesblocks/
Thanks!