Hi,
I have checked your site and noticed that aren’t any posts loaded into the big grid. Please make sure you use other sort order or make sure that you do have posts published in the last 7 days.
We will also investigate this any fix it in next theme version if we find something wrong with it.
Thanks
Hi,
Thanks for reporting this! We already know about this issue and we have it on our todo list and will fix it in next theme version.
Sorry for the inconvenience!
Thanks for the message!
Hi,
That css shouldn’t affect the functionally of your code just it’s looks.
Make sure you have your code properly formatted and that you add your custom js code in theme panel custom js field like this: http://screencast.com/t/Xb1y6C1Xe
Thanks
Hi,
I have checked your site and found that you have it like you want it now: http://screencast.com/t/wbRt9DjYn1
Please also make sure that you empty cache after you change something.
Thanks
Hi,
You do not have to worry about that as updating the theme will not remove the settings you’ve chosen only if the customizations where made to the theme files, in that case you can take note of the changes you’ve made any redo them after each update as the theme files will get overwritten.
Please always make sure you back-up your current theme installation so that you can revert back to it if something goes wrong.
Use this the FTP method from this guide to update the theme: https://forum.tagdiv.com/how-to-update-the-theme/
Thanks
Hi,
@alvaro Please make sure that you have them enabled in the WordPress settings under discussion and if still do not appear please make sure that you check this without any plugins active and also makes sure that you empty all cache/purge files if you use any, and try again.
Thanks
Hi,
Use this css: http://screencast.com/t/47o9P8RV991
.span4.column_container .td_ul_login li a, .span4.column_container .td_ul_logout li a {
color: red;
font-family: 'Sacramento';
font-size: 24px;
}
Thanks
Replied via email!
Thanks for the message!
Hi,
Please note that we haven’t made any changes to this feature in the last updates. This can also be caused by the latest WordPress update or in use with other plugins but we haven’t tested it during the latest WordPress update so I can’t provide an accurate answer to this.
We will carefully investigate this and if we find anything wrong with this we will fix it as soon as possible.
Sorry for the inconvenience!
Thanks for the message!
Hi,
You can follow the below topics and try the solutions posted there:
* https://forum.tagdiv.com/topic/ajax-login-system-shortcode/
* https://forum.tagdiv.com/topic/how-to-insert-registerlogin-link-on-bbpress/#post-9000
Hope this helps!
Thanks
Hi,
Somehow we have missed the option for that. I have added on our todo list and we will add it in next theme versions. Until then you can do it via custom css and use this css into custom css filed in theme panel to change the color of big grid post titles: http://screencast.com/t/xMWDavzyCnd
.td_block_big_grid .td-big-grid-post .entry-title a{
color:blue;
}
Thanks
Hi,
If you want a sidebar like here: http://demo.tagdiv.com/newsmag/td-post-shooting-with-the-gopro-hero-action-sports/ for your video posts you just need to do it like this: http://screencast.com/t/StuQjY4FLDF
If you refer to the smart sidebar which scrolls whit your content you can enable it like this: https://forum.tagdiv.com/smart-sidebar/
Hope this helps!
Thanks
Hi,
You can also use this edit post button from you admin bar: http://screencast.com/t/qvyx7mLZ
If that doesn’t help, here is how the edit link is created: http://screencast.com/t/f8gYeDnFjQuV
You can sue the same method to add it where you want it.
Hope this helps!
Thanks
Hi,
For blocks/modules this is the function used to get the author: http://screencast.com/t/TBMQsLik you need to alter it to pull your own data.
Hope this helps!
Thanks
-
This reply was modified 11 years by
Lucian.
Hi,
You need to also add echo before the the_modified_date() function in order to be displayed, it should look like this:
<p>Last modified: <?php echo the_modified_time(); ?></p>
Ex: http://screencast.com/t/1bez2N08h
Result: http://screencast.com/t/8rlOH03r1T
Thanks
-
This reply was modified 11 years by
Lucian.
Hi,
I’m not sure I understand. Have you managed to get this done finally?
We haven’t made any tests with this plugins so I can’t let you know how you can achieve this.
Not sure if this is an possible solution in your case but if you want to use this shortcode [button color="" size="" type="outlined" target="" link=""][/button] instead of the default button and use the do_shortcode() function and add the button where you want it in the template, replacing the default button.
If this doesn’t work I suggest you also ask this question to plugin’s support page or get someone to help you with this as you need custom for this.
Hope this helps!
Sorry for the inconvenience and thanks for the message!
Hi,
We will investigate this and fix it in next versions if we find something wrong with it. Regarding the plugin please note that we haven’t been able to test the theme with all plugins. I also suggest you try this without any other plugins active to make sure that the plugin doesn’t generate issues when used together with other plugins.
Sorry for the inconvenience!
Thanks for the message!
Hi,
You can edit the post template you use and add your image using the do_shortcode function() or via html.
You can use the shortcodes generated by the Visual Composer plugin to customize the image you want to add into the template before the comments template like this: http://screencast.com/t/l18UhAgW
Use this line: echo do_shortcode('add your shortcode here');
Hope this helps!
Thanks
Hi,
Please give us wp-access so we can also check this and send login details via email at contact@tagdiv.com and also provide an URL to this topic or specify your issues details.
Thanks
Hi,
Have you managed to solve this as I have checked your site and haven’t seen the comments section neither on pages nor posts: http://screencast.com/t/99fdwBbNZ
Thanks
Hi,
@kinichb Sorry for the delay! Unfortunately due to holidays we are working on limited staff here and we all do our best.
Unfortunately we had some issues with the plugin version which was included into the last theme update but we have managed to fix it. You can download the theme form themeforest and install the plugin for /plugins folder as instructed here: https://forum.tagdiv.com/update-the-visual-composer-plugin-wpbakery/
@bonfaru You can also download the theme with the right plugin from themeforest install it according to the guide I have mentioned and please let me know if this still happens.
Sorry again for this inconvenience caused and for the delay!
Thanks for the message!
Hi,
I have tested this and haven’t found any issues. The desktop logo doesn’t appear on mobile when you use header style 8 so you need to add a mobile logo like I suggested.
Thanks
Hi,
I see that some how the same css is loaded two times: http://screencast.com/t/LC417O6y and because of that the products list results in that way because when you remove the first percentage width all aligns well: http://screencast.com/t/8ThCjmN2t
Please try to remove manually any custom css added that add’s that width to products list like shown in the screenshot.
Thanks
Hi,
You can do it via css. Please also send your site’s URL as I can inspect this and provide an accurate solution for it.
Thanks
Hi,
We know about this issue and we have it on our todo list for future updates when we plan to redesign all Visual composer elements. Until then you can use this custom css to align the image to center: http://screencast.com/t/RuxUkWntd5k
.wpb_single_image.vc_align_center {
text-align: center;
}
Thanks