Home User profile
tagDiv Staff
This user did not write anything. So we are just showing here some random text to make the profile page look nice :)
Alin [tagDiv]
tagDiv Staff

Hi,

Yes, it is lighter but there is also a revers for this. Like I said above there are not so many options, it comes with predefined homepage, it doesn’t have custom ad spots and so on..
Unfortunately if you want to have more ads in the post content and you want to use the mobile theme plugin you will need to paste the ad code directly in the Visual Editor as the shortcode will not work, sorry!

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

The theme doesn’t control the meta tags and that’s why we recommend Yoast Seo plugin, please check this guide – https://forum.tagdiv.com/facebook-share/

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

This is the property of css code it is applied in cascade. So the default css is loaded first then it is applied the custom one(I refer here also to the Theme Panel options like menu background). To avoid this delay you will need to add your custom color for the menu in the stylesheet file.
Also you could try to improve your loading speed – https://forum.tagdiv.com/how-to-make-the-site-faster/ and use a cache plugin – https://forum.tagdiv.com/cache-plugin-install-and-configure/ it may help and this delay should not be so visible.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

You don’t need to register the Revolution Slider which comes bundled with the theme as it is already licensed to the theme. We provide updates on regular base and in the next version we will include the latest version of the plugin available on the market, so you will be able to update it.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

You can use do_shortcode function and place a custom ad bellow the menu in header style 3 template file – http://screencast.com/t/O9jUnYRO

<?php echo do_shortcode('[td_block_ad_box spot_id="custom_ad_1"]');?>

And control the ad visibility from Theme Panel > Ads. Disable header ad for phone devices and the custom ad for the other devices – http://screencast.com/t/JMLmIWxTyJRhttp://screencast.com/t/CvWqdTeMuFQf Or use the specific div containers for non-adsense code – https://forum.tagdiv.com/using-other-ads-non-adsense-ads/

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Using the theme package that it is available on themeforest should not be any issues with the Mobile Theme plugin as we have fixed those problems.
There is only a css issue with the article author, but it can be fixed using this custom css – https://forum.tagdiv.com/topic/mobile-theme-errors-since-7-3/
In the next theme version we will solve also this css problem, sorry for inconvenience!

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

I’m sorry but I cannot help you with this. I’d suggest to get in touch with your ad provider and request more details about this. I’m sure you will get an answer/explanation. The theme ad system was designed for adsense code and it just render it and no more.
Maybe some online tutorials will help – http://www.shoutmeloud.com/adsense-account-disapproved-how-to-reapply.htmlhttp://www.kadvacorp.com/technology/adsense-disapproved-insufficient-content-rejected/

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Do you have any custom modification in your child theme files?
If you have, please make a backup and install the unmodified child theme provided with the theme, you can find it in code folder and check if you still have issues.
Also check this without any plugins active except Visual Composer and clear all your caches.
Let us know how it goes and if the issue persist please contact us via email at contact@tagdiv.com and provide wp-admin access and we will take a look. Also paste a link to this topic.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

I have also checked this and it should work properly:

.td_block_11 .td-module-title {
border-bottom: 2px solid #333333;
}

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please check this example from our live demo – http://demo.tagdiv.com/newspaper/td-post-what-happens-when-your-carryon-is-over-the-limit/ here is how it appears in google search – http://screencast.com/t/syfqbSqp
You will need to select the video format for your video post no matter what post style you use – https://forum.tagdiv.com/featured-image-or-video/

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

We don’t plan to add a similar functionality for the theme or to implement another plugin for this, at least in near future. However I will add your request on our list and maybe it will be considered if more users will request it.
You can try a plugin for this, but please note that we did not tested any similar plugin with the theme so I cannot guarantee that it will work without custom implementation.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Do you use the mobile theme plugin? In this case it will not render the custom ad in post content.
Try to disable the mobile theme plugin and see if it appears. To have the same content also on mobile devices like on desktop you will need to disable the mobile theme plugin which is optional and it comes with its own templates, ads..
The Mobile Theme plugin is practically a lighter theme without so many options also it was no designed for Visual Composer pagebuilder and also it may not render shortcodes.

Thanks!

Alin [tagDiv]
tagDiv Staff

Replied via email!

Alin [tagDiv]
tagDiv Staff

Hi,

You can try to remove this code from smart list 3 template – http://screencast.com/t/jMxGxhcNUWCV

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please disable all your plugins except Visual Composer, clear all your caches and purge your files if you use CDN. I suspect that a plugin conflicts with the theme javascript.
Let us know how it goes and if the issue persist please provide also a link where you have this issue.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

I have checked your articles, but I’m not sure what is the issue with twitter video. If I click play icon the video doesn’t disappear like you say and neither the post’s background – http://screencast.com/t/ixwM1nBz
Please clear all you caches, also the browser cache and check it again.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

If you use block 11 there, then yes you need to change the excerpts for module 10 which was used to create block 11. Try to add 1 instead of 0 and see how it goes – http://screencast.com/t/jsnnMRyyMhttp://screencast.com/t/f9oIheI8B
Like you can see for each module it is specified the block(or blocks) where it is used, so it should work.
Let us know and if the issue persist contact us via email at contact@tagdiv.com and provide wp-admin access and we will take a look. Just provide more details about that block(where it is located on the page) and also paste a link to this topic.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

The theme doesn’t have a specific spot for this. On post page the ads are implemented on post content.
You will need custom modification for it and if you want to make it sticky you will need to make also a css code for it. Try to implement it in the single.php(for default post style) for your specific case – http://screencast.com/t/SExM9G0z7r87
Please note that we cannot provide custom services at this time and you will need some php/html/css experience to implement it.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

The article title has already the h1 tag – http://screencast.com/t/6cOh8nLYgMm
Please note that if you reply to your topic we will get later to you as we answer to the most older topics in order.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

You can customize the wordpress date format like you wish and it will be reflected also on frontend date – http://screencast.com/t/BiE7A56Ohttp://screencast.com/t/j0f6sVPLi5Nahttp://screencast.com/t/MCgzX9mGY

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

I’m glad that you have managed to modify this!
Please note that we answer from the oldest topics in order and if you reply to your own topic we will get later to you.

Thanks!

Alin [tagDiv]
tagDiv Staff
Font - reply

Hi,

Please check Theme Panel > Theme Fonts and change the font size for small and big img for Big Grid – http://screencast.com/t/k3kxxszcV

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

On your post pages it works properly – http://screencast.com/t/ShknGYGW
For your homepage you will need to add a class to the row, please check the documentation – https://forum.tagdiv.com/smart-sidebar-2/

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

You can comment or remove the main menu code depending on what header template you use. You can find all the header templates files here – http://screencast.com/t/QFIAuFeLdtkH
For example if you comment the main menu code for header style 1 – http://screencast.com/t/pjxkCfp1rxy8 the menu will not be displayed – http://screencast.com/t/rCXbNlt9

Thanks!

Alin [tagDiv]
tagDiv Staff

I suspect it is a caching issue as you have added the css and this issue was fixed – http://screencast.com/t/lBSjP7mJXF

Thanks!

Viewing 25 posts - 826 through 850 (of 7,871 total)