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,

This is how the menu works on touch screen device, you cannot hover the menu items like on desktop, so the link will not work on these devices. We will try to find a better implementation for touch devices when a new navigation system will be designed.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

If you add the iframe like this with a fixed width and height it is normal to not look good on mobile devices. Yuo will have to add a class to the iframe like this – http://screencast.com/t/CZ1RGKlb and use media queries for specific devices, for example add this custom css in Theme Panel > Custom Css – http://screencast.com/t/6m3b6CrGP63http://screencast.com/t/IFlaeGCphttp://screencast.com/t/jOaVFgv3yokV

@media(min-width: 300px) and (max-width: 568px) {
iframe.vk-video1 {
width: 100%;
height: 200px;
}
}
@media(min-width: 569px) and (max-width: 767px) {
iframe.vk-video1 {
width: 100%;
height: 300px;
}
}
@media(min-width: 768px) and (max-width: 1018px) {
iframe.vk-video1 {
width: 484px;
}
}
@media(min-width: 1019px) and (max-width: 1140px) {
iframe.vk-video1 {
width: 640px;
}
}

You can use vk-video1 class for each iframe and the above css will be applied or you can add a different class for each videos and add you own custom css.

Hope this helps!

Alin [tagDiv]
tagDiv Staff

Hi,

You have this general custom css for social icons – http://screencast.com/t/9EkaKUUvQs It is very specific and it cannot be overwritten by the above code. S please remove it and then your code for individually social icon will work.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

I have some reports regarding Raw Html/JS blocks and it seems to be an issue from Visual Composer. We will provide the new version of VC this week when a new version of Newspaper will be released.
If you cannot wait till then, you can send an email at contact@tagdiv.com paste a link to this topic and we will find a solution for you to test this.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

The pinterest share button was not designed to take also the article title and you need to modify it – http://screencast.com/t/ZsfAatl9fkRhttp://screencast.com/t/e1TRf8DDtfY7

'&description=' . htmlspecialchars(urlencode(html_entity_decode($this->title, ENT_COMPAT, 'UTF-8')), ENT_COMPAT, 'UTF-8')

I added this on our suggestions list and we will modify this in a future update.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please set the excerpts on letters and adjust the title/content length for each module – http://screencast.com/t/xd1TFPoI59L

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi nusagrunge,

Please make sure you update the theme properly using this guide(all the steps how to update from version 4) – https://forum.tagdiv.com/how-to-update-the-theme-2/ and also update the plugins that come with the theme files from the /plugins folder. Also if you use the child theme, you have to update it as the old files modifications or custom css will not work in the version 6.
Also please provide your site url so we can take a look.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

You could try to use a plugin like qTranslate X as the theme doesn’t have such of feature implemented.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Emil replied to you on email and told you that it is a cache issue:

Hi,

You have to clear the cache after you make a change on the category settings. Or disable the cache plugin, make the changes and enable it back.
I placed the cache reset image 1st, my mistake, it should be done after you change the category settings, the order is this:
1 – change the category settings – http://screencast.com/t/sI3sNxs9ZTvq
2 – clear the cache – http://screencast.com/t/5YovUbQbZ
3 – check the result – http://screencast.com/t/TBSJRLFr5

Thank you, Emil G.

Alin [tagDiv]
tagDiv Staff

Hi,

Sorry for delay, we don’t work on weekends!
When you set a featured image, it is cropped for different sizes to be used on modules/block/post styles. The theme uses the add_image_size() function, you could read more about the featured image size here (it’s from Newsmag documentation but the principles are the same) – https://forum.tagdiv.com/image-size/

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please make sure that you use the latest theme version and check this only with Visual Composer active, disable all other plugins and clear cache, maybe the issue is caused by a plugin and refresh an article and see if the view counter increments.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

I have remove your login credentials as this is a public forum and it is not a good idea to post them here.
Please make sure that you use the latest theme version and also the Visual Composer version provided with the theme.
Check this only with Visual Composer active, disable all other plugins and clear cache, it should work exactly like on our demo.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

To hide or deactivate PHP code use // for single line -http://www.w3schools.com/php/php_syntax.asp

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please try this custom css and see if it solves the issue on mobile – http://screencast.com/t/thhTjTDSbKV

@media(max-width: 767px) {
.td-post-template-1 .td-featured-image-rec {
height: auto !important;
}
}

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

If you want to add a sidebar using pagebuilder VC, you will have to change to full width(no sidebar), from page settings – http://screencast.com/t/KWOe9784uG or template settings(like Emil said above).

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Our forum is customized and unfortunately I cannot provide a solution for this, I suggest to hire a professional developer to do this for you as we cannot provide custom work, sorry!

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Do you use the latest theme version and Visual Composer? I have also checked this but I could not find any issues – http://screencast.com/t/Nak6Awmmex0Khttp://screencast.com/t/WnkGrWc8
Please use the instructions from the guide below to update the theme and the FTP method to do it and also make sure that you make a backup of your current theme installation so you can revert back to it in case something goes wrong.

Newspaper update guide: https://forum.tagdiv.com/how-to-update-the-theme-2/

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please check Theme Panel > Block Settings and you can enable the category tag on specific blocks(including the Big Grid blocks) – http://screencast.com/t/aVCahD9m6uE

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi charliezed,

I have checked your child theme css file and I see that it is an older version – http://screencast.com/t/74PXlWYXt So please make sure that you update the child theme, you can find it in the /code folder from theme files that you downloaded from themeforest – https://forum.tagdiv.com/whats-included/
Let me know how it goes!

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

1. I have checked your site and did not found any issues with images. For example – http://screencast.com/t/caXJW7j7http://screencast.com/t/CvlJAdFlfs2 Please provide more details also some screenshots if you still have this issue.
2. Also I did not found any issues regarding responsiveness, so if you still have this issue check this only with Visual Composer active and clear cache, maybe it is a caching issue.

Thanks!

Alin [tagDiv]
tagDiv Staff

Replied via dashboard!

Alin [tagDiv]
tagDiv Staff

Hi,

The featured video spot supports only youtube, vimeo and daily motion url, I guess that this is what you mean. Unfortunately this is how this feature was designed to pull also the video thumbnail(to be used on modules), so if you use another url(except those supported) it will not work, sorry.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please provide a link so I can take a look. Also please note that if you remove the code and you use a plugin like Seo by Yoast for open graph, your facebook username will be displayed there. So you will have to remove it from your profile or contact the plugin’s developer maybe they have a solution for this – https://forum.tagdiv.com/topic/remove-author-from-open-graph-facebook/#post-68188

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

For migration my advice is to not use the import plugin. Please read more about this – https://codex.wordpress.org/Moving_WordPress

Thanks!

Alin [tagDiv]
tagDiv Staff

Salut valeriu2,

Daca iti creezi paginile folosind Visual Composer pagebuilder, comentariile nu vor aparea si o sa trebuiasca sa faci niste modificari in cod. Te rog citeste aici – https://forum.tagdiv.com/topic/enable-comments-in-pages-w-page-builder/#post-59342

Mersi!

Viewing 25 posts - 2,176 through 2,200 (of 7,871 total)