Home User profile
tagDiv Member
I love to drive fast cars and to play Need for Speed! I enjoy to help customers tweak their websites for high performance! I’m a proud member of the tagDiv support team!
Andrei L.
tagDiv Member

Hi

The translation from backend are controlled by WordPress so if you need a more specific translate you can look for a plugin with a similar functionality as the theme doesn’t have control to it.

Thanks!

Andrei L.
tagDiv Member

Hi

I am not sure I understand your issue, as the mega menu page is displayed the same even if you visit another page: http://screencast.com/t/tZrx0VvSSHahttp://screencast.com/t/cNCyLwJdth
If you still have this issue please provide more specific details, also some screenshots pointing the problem would be helpful.

Thanks!

Andrei L.
tagDiv Member

Hi

We didn’t do any test to preview a post/page on a social network so I cannot provide an exact answer at that question. You can try a plugin with a similar functionality or if this doesn’t help you can look for a professional developer which can help in this regard.

Thanks for the message!

  • This reply was modified 10 years by Andrei L..
Andrei L.
tagDiv Member

Hi

I am not sure at what items are you referring, as you don’t have a mega menu on your site and the ajax pagination in blocks works fine. If you still have this issue, please provide more details also some screenshots pointing the issue will help a lot, but meanwhile try to deactivate all plugins except Visual Composer, clear all caches, browser cache too and test again.

Thanks!

Andrei L.
tagDiv Member

Hi

You need to update the theme and the plugins included in Newsmag-tf folder according with our documentation: https://forum.tagdiv.com/newsmag-how-to-update-the-theme/

Thanks!

Andrei L.
tagDiv Member

Hi

The theme was designed to display a single background ad for all pages/posts. Changing that functionality involve lots of customization in theme’s core files and I cannot provide a quick solution right now. If you need this my advice is to look for a developer from sites like http://studio.envato.com/ to do it for you as unfortunately we cannot offer any type of custom work at this moment as we work hard on the development, updates, fixes and support.

Regarding the second problem if you want to display a different background image depending on the screen’s width you can use media queries like here:

@media (max-width: 1366px){
.backstretch:after{
content: '';
width: 100%;
height: 100%;
position: absolute;
background-image: url("your image url");
z-index: 0;
background-size: 100% 100%;
top: 0;
}
}

This code will switch the background image set from theme settings with a custom image for devices with a screen smaller then 1366px. This css must be added in theme panel > custom css.

Hope this help.
Thanks!

Andrei L.
tagDiv Member

Hi

I’ve test this on my side with Speed Booster plugin active and Add to Cart button works fine. Please make sure that you updated the plugin along with the theme, clear all caches and test again.
Let me know how it goes and if the problem persist please provide more details or a screen pointing the issue, so I can provide a more accurate answer.

Thanks!

  • This reply was modified 10 years by Andrei L..
Andrei L.
tagDiv Member

Hi

That text: http://screencast.com/t/dkv2tfopYKkn comes from Facebook Comment plugin and unfortunately doesn’t have a specific css class so I can hide it: http://screencast.com/t/TRMNtfhQBz4 You will need to edit the plugin files to remove that text.

Thanks!

Andrei L.
tagDiv Member

Hi

Thanks for reporting this, I’ve added it on our issue tracker and we will fix it in the next theme update. Meanwhile you can edit td ajax.php and correct the error like here: http://screencast.com/t/pq4ntJ7wl

Thanks for the message!

Andrei L.
tagDiv Member

Hi


@Bluehacks
the above css works well only for that specific case, so please provide your site url such that I can provide a more better solution.

Thanks!

Andrei L.
tagDiv Member

Hi

The theme doesn’t have an option to display different types of ads on the site, for example the header ad will be displayed from the same spot on all pages and posts. If you want a different ad for homepage you need to add a condition in ads.php file like here: http://screencast.com/t/BqOhbFzqqpGS and insert the shortcode corresponding with the ad spotthat you want to use. To get the shortcode add an ad box into a blank page then switch in backend editor copy and paste this code: http://screencast.com/t/Kcqsjk9C7xbU inside do_shortcode function
For the ads from page content you can use the ad box block and use the corresponding spot for your ad: http://screencast.com/t/YlkV5d5yke

Let me know how it goes.
Thanks!

Andrei L.
tagDiv Member

Hi

Glad you could manage to solve this issue.
Thanks for letting me know and for your message!

Andrei L.
tagDiv Member

Hi

If you added the link in theme’s spot for background ad: http://screencast.com/t/OgYIKsF1BCW every time when a user visit the site and click on the background will be redirected at that url. To make the background ad available only for users which visit the site for the first time, you need to make some custom changes in theme’s ads system and unfortunately we cannot offer any type of custom work at this moment as we work hard on the development, updates, fixes and support. You can always get a freelancer from sites like: http://studio.envato.com/ if you don’t know how to do it yourself.

Thanks!

Andrei L.
tagDiv Member

Hi

You can enable the general modal image from theme panel > post settings: http://screencast.com/t/mDUGJpFC This way when the image it’s clicked the result would be like here: http://screencast.com/t/JQDuGTtYjFp

Thanks!

Andrei L.
tagDiv Member

Hi

Have you added any tracking code in added in theme spot: http://screencast.com/t/xEfkrTiL2R If so please make sure that the code is is correct. Also try this with a default WordPress theme, clear all caches, deactivate all plugins and test again.
If you still have this issue send an email at contact@tagdiv.com and provide wp-admin and ftp access so we can inspect this closer.

Thanks!

Andrei L.
tagDiv Member

Hi

If you’re using ad-sense code you can modify the ad’s size from theme panel > ads: http://screencast.com/t/ywmDMgMp6n If you want a custom height or you’re using banner ads try this custom css in theme panel > custom css:

.td-a-rec-id-content_top {
height: 100px;
}
.td-g-rec-id-content_inlineright{
height: 270px;
}

Let me know how it goes.
Thanks!

Andrei L.
tagDiv Member

Hi

Please check this topic, Alin posted a solution here: https://forum.tagdiv.com/topic/create-additional-custom-ads/

Thanks!

Andrei L.
tagDiv Member

Hi

Thank you for your suggestion, I will add it to our list and hopefully we will consider it for the next theme updates.

Thanks for the message!

Andrei L.
tagDiv Member

Hi

Indeed Chris is right, the only improvement in this update is the latest version of Visual Composer plugin, which have fixed some security issues.

Thanks!

Andrei L.
tagDiv Member

Hi

The current update, V2.2 to V2.2.1, have as improvement the updated version of Visual Composer plugin which in previous versions had some security issues.

Thanks!

  • This reply was modified 10 years by Andrei L..
Andrei L.
tagDiv Member

Hi

You could try this as is indicated in this tutorial: https://forum.tagdiv.com/add-a-new-linkedin-button/ but adapted for a email button, or also you can look for a plugin with a similar functionality. I cannot recommend any of those plugins as we didn’t test it with the theme, but you can try and use the one that suits you best.

Thanks!

Andrei L.
tagDiv Member

Hi

The subcategories number displayed in menu is limited at 5, so you need to increase that value, such that all items to be displayed: http://screencast.com/t/yOEz5TC7x

Let me know how it goes!
Thanks!

Andrei L.
tagDiv Member

Hi

For now the Social Counter plugin can’t receive the fans number if any restrictions are set on the page. To change that you will need to customize the plugin’s code and unfortunately we cannot offer any custom work at this moment, as we work hard on the development, updates, fixes and support. You can always get a freelancer from sites like: http://studio.envato.com/ if you don’t know how to do it yourself.

Thanks for the message!

  • This reply was modified 10 years by Andrei L..
Andrei L.
tagDiv Member

Hi

We are using an older version of Visual Composer (V4.6.2) on our demo to achieve that functionality. With the newer versions of VC the tabs functionality was changed so as Bogdan suggested you will need to edit some file from plugin path to change it.

Thanks!

Andrei L.
tagDiv Member

Hi

We intent to add new smart lists for Newsmag theme and in some of them the page will be reloaded when the next/prev button is clicked like in this example from Newspaper: http://demo.tagdiv.com/newspaper/10-landscapes-wont-even-imagined-exist/ These smart lists are still in development and I can’t say for sure when will be available, but we do our best to release them as soon as possible.

Thanks!

Viewing 25 posts - 5,501 through 5,525 (of 6,511 total)