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,

Did you solved this? I have checked your site and the revolution slider is displayed properly – http://screencast.com/t/pp50jxTt7
Please provide more details about your issue.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Sorry for delay! We answer to the most oldest topics so if you add a new reply we get later to your topic.
Usually ajax errors are caused by some plugins that conflicts with the theme javascript, so please make sure you disable all the plugins except of Visual Composer, clear cache and purge your files if you use CDN(also you can deactivate CDN). If you have the js/css minified please remove it. Let me know how it goes!

Thanks!

Alin [tagDiv]
tagDiv Staff

Good luck 😀

Alin [tagDiv]
tagDiv Staff

Hi,

Please enable the view counter Post Settings – http://screencast.com/t/lGPUIBNw and it should work. Also you can test it by editing a post and take a look at custom fields: http://screencast.com/t/mSiJvu61tGj then refresh the post a few times and check if it increments.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

The code starts with the <script> tag and it ends with </script>.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Try this code it should work also on newsmag – https://forum.tagdiv.com/topic/co-authors-in-newspaper-6/#post-56964

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Unfortunately the Magazin theme was not designed to support Woocommerce, sorry! It is possible to add Woocommerce support but it’s not an easy task, please send an email at contact@tagdiv.com we will provide a solution, paste also a link to this topic so we can know who you are and what your issue is.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

I think you use different styles for this post, on the top image(6.3) it looks like style 1 and the bottom one(6.4) looks like the default post template.
Did you had any custom modifications to the code before the update? During the update the files are replaced and by this the custom code was lost.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Try the remove the cache plugin and test again. If you only disable it some of the settings may still be active and the issue may still be there.

Thanks!

Alin [tagDiv]
tagDiv Staff

Replied via email!

Alin [tagDiv]
tagDiv Staff

Replied via email!

Alin [tagDiv]
tagDiv Staff

Hi,

Unfortunately we did not tested this plugin with the theme, so I don’t know if it works with the theme and I cannot make any suggestions. Feel free to try it and see if it works.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

1. You have the following structure:

Articles(parent category) > Critiques(subcategory) > Lectures(sub-subcategory)

For this article you set Lectures category, the breadcrumbs function displays 2 levels of categories so in this case the Lectures category is displayed and the parent category which is Critiques. To display more levels you need custom modifications.

2. I will add this on our suggestions list and if more users will request it, the developers will consider it. You can also make this change using the child theme as this file can be overwritten by it – https://forum.tagdiv.com/the-child-theme-support-tutorial/

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

I think that the better way is to update via ftp, there is a video tutorial – https://forum.tagdiv.com/how-to-update-the-theme-2/ I suspect this issue may be caused by folder/file permission setting.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,


@ingilizcecin
Unfortunately we did not made this modification for placeholder thumbnails, sorry! We have this on our list but we have many feature requests and we have to take them one by one.


@TechRanker
We know about the Seo issue, but we need some time to do proper testing. We were very busy to implement these new features for latest theme version,sorry!

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

1. For mega menu block add the sort attribute like this: http://screencast.com/t/jgjknQvhwDwh

$atts['sort'] = 'random_posts';

This sort option brings random posts regardless of the previous ones so there could appear duplication. If you want a different implementation you need additional customization and it is not an easy task, sorry!

2. You can try to find a plugin to redirect category to a page. You can try this – https://wordpress.org/plugins/simple-301-redirects/

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

The theme doesn’t have an option to display to ads side by side for your post pages. You will need custom modifications in the code to achieve this, for example you can add the code in Theme Panel > Ads section in custom ad spots that you want yo use – http://screencast.com/t/LpPAVOv0 and use do_shortcode function in the post template that you use – http://screencast.com/t/ruQnSe1J and adjust the banners using custom css – http://screencast.com/t/eDF1dtDZ

<?php echo do_shortcode('[td_block_ad_box spot_id="custom_ad_1"]');?>
<?php echo do_shortcode('[td_block_ad_box spot_id="custom_ad_2"]');?>
.td-a-rec-id-custom_ad_1, .td-a-rec-id-custom_ad_2 {
float: left;
margin: 0 0 20px 20px!important;
}

Please note that if you use adsense you have to change a with g – .td-g-rec-id-custom_ad_1, .td-g-rec-id-custom_ad_2
If you don’t know how to do it I suggest to hire a professional developer, as we cannot provide custom work, sorry! I have provided an example how it can be done(I did not take time customize them).

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

For sidebar ads you can use the code in a text block widget and add the title – http://screencast.com/t/cai6khk7http://screencast.com/t/IYP2gKeybIVj

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

I’m not sure if this is what you mean, but you can make Tips & Tricks category as megamenu on your page menu item Travel – http://screencast.com/t/fbuavk9jhttp://screencast.com/t/o5NhktheaJ4
If you want to make a page megamenu, when you hover it, it will display the page content like you can see in the documentation – https://forum.tagdiv.com/mega-menu/

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please provide more details about your issue, as I’m not sure what you mean. I have checked your site and clicking on ads or modules works fine.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

The only way to achieve this on homepage is to use a page template with latest articles – http://screencast.com/t/7TZqzihxB1T Also you can translate Next/Prev in Theme panel – http://screencast.com/t/lzxw6EP0cQ

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

You cannot add the icon in the translation section as it will not work.
I guess that you want to add an icon when you are not logged in(when you are logged in the user avatar is displayed there – http://screencast.com/t/TTqq6qnBLNWE ), so you can do the same like I suggested for megamenu using custom css – http://screencast.com/t/75mVRi0FUYtB

.menu-item a.td-login-modal-js::before{
content: "\f040";
font: normal normal normal 14px/1 FontAwesome;
margin-right: 5px;
position: relative;
}

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Try to add the full url http://NAME@DOMAIN.COM and see hopw it goes. Also provide a link so I can check this.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please provide a link so I can inspect this. Also you can disable all the plugins except of Visual Composer, clear cache and see if you still have this issue, maybe there is a plugin that cause this issue.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Try to change this value – http://screencast.com/t/UQnBbSMWUTzw

Thanks!

Viewing 25 posts - 2,601 through 2,625 (of 7,871 total)