Hi
By default the theme doesn’t have a travel template in Visual Composer. However you can use this shortcode to reproduce it: http://pastebin.com/g6nv9GrC Just paste the shortcode into a new page like here: http://screencast.com/t/KJnkV9UXMw0 and you will get the same layout but with your posts.
Hope this help.
Thanks!
Hi
For each block the theme make a custom query depending by the filter set in Visual Composer. The query it’s made in td_data_source.php here http://screencast.com/t/qwy075xXq and the arguments for it are defined here: http://screencast.com/t/8P8ntnH8Nu To add a new sort order you have to edit td_config.php file and add your sort. You can add it either as a new field or simply as an option in sort list: http://screencast.com/t/jP8gMSDk Next step would be to generate the new sort in td_data_source.php by adding the required arguments to query.
Please consider that this is a complex task which require advanced coding skills, also many customization and tests. If you can’t do this by yourself my advice is to look for someone which can help you with this or hire a freelancer to do it for you as we can’t offer any type of custom work at the moment.
Thanks!
Hi
Try to comment or delete the indicated lines from tagdiv_theme.js: http://screencast.com/t/qdd30SlU7S The result will be like here: http://screencast.com/t/Fao5rZLB6
Thanks!
Hi
Best way to generate the open graph tags is to use a SEO plugin. We recommend SEO by Yoast plugin as it’s one of the best plugin in this regard and works fine with the theme. Here you can find more details about how can set this meta tags: http://kb.yoast.com/article/219-getting-open-graph-for-your-articles
If you still can’t manage to solve this issue please provide your site url so I can take a closer look.
Thanks!
Hi
I can’t see any attachment here so please try to upload it again.
Meanwhile try to deactivate all plugins except Visual Composer, clear all caches and test again. Also make sure that this option from theme panel it’s enabled: http://screencast.com/t/rzrmTjAL47kG
Thanks!
Hi @gerry
Checking your site I found some errors in browser console. This errors are directly related with theme’s blocks that’s why the site is not displayed fine: http://screencast.com/t/DIRsU1DWWUHu Please make sure that you updated the theme according with our documentation: https://forum.tagdiv.com/newsmag-how-to-update-the-theme/ also during the update process deactivate all plugins then enable only Visual Composer and check the site again.
Theme’s code it’s tested and does not contains any malicious code so as @Chris suggested it may be a false positive. For more details about this please check this topic: https://forum.tagdiv.com/topic/virus-detected-in-the-theme-2/ While you install the theme consider deactivating the Avast antivirus as this may affect some of the required files.
Let us know how it goes.
Thanks?!
Hi
The theme have options that allow turning off the google ads on different devices:
http://screencast.com/t/otltnXNqEp3W
Thanks!
Hi
1. The date from post content can be deactivated from theme panel > post settings: http://screencast.com/t/SWEFUJYsZ
2. You can use one of the templates included in Visual Composer to obtain the same layout as on our demo: http://screencast.com/t/ZVtz5lbfWp
2.a If you you install the demo without content then only the style and colors will be imported, not the post/pages. So you can install any demo: http://screencast.com/t/aDinojMips0f then add your own posts.
3. Try do deactivate this options from theme panel > template settings then test the page again: http://screencast.com/t/LPPZ7xr7m If the link is still there please provide your site url so I can inspect it closer.
Thanks!
Hi
I’ve checked the indicated page and the author it’s displayed now: http://screencast.com/t/fOfrm3al if you still have this issue try to clear all caches then test the page again.
If this is not what you mean please provide more details about your issue so I can inspect it closer and get back to you with a more accurate answer.
Thanks!
Hi
Please provide your site url so I can inspect the grid used and get back to you with a more accurate answer.
Thanks!
Hi
We removed that link as now the last version of social counter plugin, v3.1 it’s included in theme path available on themeforest, V2.3.5. You can download this version and update the theme and also the Visual Composer and Social Counter plugins at the versions included in that path. Here are the update guides:
– https://forum.tagdiv.com/newsmag-how-to-update-the-theme/
– https://forum.tagdiv.com/newsmag-how-to-update-visual-composer-plugin/
– https://forum.tagdiv.com/newsmag-tagdiv-social-counter-tutorial/
Thanks!
Hi
The function which calculate the human time diff refers at WordPress time system. We did some tests and if the gmt time it’s changed the post published time remain the same. Seams WordPress does not update and compare the published time with the actual gmt set. It only compare the published post time with the initial
gmt set when the post was published. This is not an issue related with the theme and unfortunately I can’t provide a solution now as this require many customizations and unfortunately we cannot any custom work at the moment.
Thanks!
Hi @yamuuser
Just disable this options from theme panel > post settings: http://screencast.com/t/WaSja5MrA
For more details about theme’s functionality please check our documentation here: https://forum.tagdiv.com/newsmag-documentation/
Thanks!
Hi
All this customizations require custom modification in theme files and unfortunately i can’t provide a solution now. Basically the html structure must be changed in order to generate a unique class depending by the primary category then use that class in css to apply the desired style.
In order to achieve this you will need some serious customizations which involve good coding skills and lot of time and tests.
If you’re not aware of the steps you need to take in this regard please consider hiring a developer or a freelancer to do this for you as we can’t offer customization services at the moment.
Thanks for your message
Buna
Ca sa obtii acest resultat: http://screencast.com/t/azUGCkerG primul pas e modificarea functiei care genereaza comentariile pe module. Va trebuii sa adagi aceasta clasa aici: http://screencast.com/t/ioN5NP2fSL
Apoi adauga acest css in theme panel > custom css:
.td-icon-views{
display: inline-block;
}
.td-icon-views:before{
margin-right: 5px;
}
Multumesc!
Hi
Unfortunately to display the placeholder image inside post content will require a bit of custom work. Basically the implementation should be similar with the one used on modules bot obviously must be adapted at post content.
We would have gladly made it for you but we are a small team and we are working very hard on the development, updates, fixes and support and time does not allow us to provide any custom services at the moment. You can always get a freelancer from sites like: http://studio.envato.com/
Thanks!
Hi
I am not sure how you implemented the chat bar for logged in users but I suppose that you’re using a plugin for this. I can’t say exactly what causes this issue but most likely it’s a css issue.
Please address us via email at contact@tagdiv.com and provide wp-admin so we can take a closer look at this issue and maybe we can help you. However I can’t promise that we can provide a solution as I am not aware yet how the chat windows it’s added and how many customizations are required in order to have it displayed fine.
Also include a link to this conversation in your mail.
Thanks!
Hi
Unfortunately we couldn’t find a solution at this issue yet. I can’t estimate an exact time for this as the fix involve a lots of changes in theme’s grid and also the javascript must be altered.
We do our best to solve this issue in shortest time possible and we will have one an announced will be made.
Thanks fore your understanding and sorry for any inconveniences.
Thanks!
Hi
Make sure you added the condition in the right file, corresponding with the header style used. Also check if the category added in condition is the same with the exact name of that category registered here: http://screencast.com/t/WNvWv7HSQ One last thing: if the post belong to several categories then you need to add all this categories in condition using an array like this:
if (is_category((array('cat 1', 'cat 2'))
Hope this help.
Thanks!
Hi
I’ve checked your site on mobile devices and also on iPhone but i didn’t encountered any issues with he fonts. They are loaded on mobile devices as well as on desktop. IF you still have this issue try to deactivate all plugins except Visual Composer, clear all caches and test again.
If you still can’t manage to solve this issue please send us an email at contact@tagdiv.com with your login credentials and more details about this issue and we will inspect it as soon as possible, also include a link to this topic.
Thanks!
Hi
The login widget can be enabled from theme panel > header > top bar: http://screencast.com/t/RfuDJL9G0DH
Let us know how it goes and if you need further instruction please provide more details.
Thanks!
Hi
You don’t have to edit the menu-mobile.php. The point if to register a new menu in td-menu.php then load this menu only when a mobile devices is detected. For this you will need a custom javascript which detect the screen width and loads the menu conditional. You can take a look at the examples from this topic, it may help you to develop the required code:http://stackoverflow.com/questions/1504459/getting-the-screen-resolution-using-php
Also follow the exact instructions from the above topic to register the new menu but you have to adapt it in order to be loaded only for mobile devices.
Thanks!
Hi
Please address us via email at contact@tagdiv.com including a link to this conversation and also give us wp-access so we can have a closer look at this and we will get back to your as soon as possible.
Thanks!
Hi
The theme was designed to display only images as background ads. Changing this implementation is not an easy task and involve many customizations in theme’s files.
The code which generate the ad spots it’s located in td_panel_ads.php and th one for background ad is this: http://screencast.com/t/JbgnwXdE You can try to change that implementation with a similar one as for other ad-spots.
Please consider that this is a complex task which require advanced coding skills, also many customization and tests. If you can’t do this by yourself my advice is to look for someone which can help you with this or hire a freelancer to do it for you as we can’t offer any type of custom work at the moment.
Thanks!
Hi
The height of the header depends by the header style used. To re-size header height you need to affect the elements displayed in that part of the page. Please provide your site url and more details about the changes you wanna make so I can inspect this closer and get back to you with a more accurate answer.
Thanks!