Hi,
You can download it from themeforest: http://themeforest.net/downloads
Yes, you do as the latest version of the theme is 4.6.1 and the option in panel to show the author under the title was added in 4.4 theme version: http://screencast.com/t/elMDqViQ so please make sure you update your theme and you will also have this option.
Please use the theme update guide and use the FTP method and also remember to make a backup of your current theme installation so in case something goes wrong you can revert back to it. Here are the docs on how to update the theme: https://forum.tagdiv.com/how-to-update-the-theme/
Thanks
Hi,
We do recommend the use of W3 total cache plugin with just the page cache enabled and without the minification options or CDN: https://forum.tagdiv.com/how-to-make-the-site-faster/ the fifth step.
I have checked your site and noticed that you do use CDN which generates lots of errors: http://screencast.com/t/Iww2px49is
Please make sure that you disable CDN and just leave page caching active then check for this again without any plugins active, disable all of them leaving just Visual Composer and W3TC and test again.
Please let mew know how it goes!
Thanks
Hi,
You can use links from the menu customization panel to add your menu items and just name them and in the link section add an “#” like this: http://screencast.com/t/MKeiRWWJtW
If this is not what you want please provide more details about this as I’m not sure what you would want to do and also provide your site’s URL or a screenshot would also help.
Thanks
Hi,
Please use this custom css and change the font size via css, like this: http://screencast.com/t/Cd9FjCavfK
.td-post-text-content .td_quote_box p {
font-size: 30px !important;
}
Change the value as you like.
Thanks
Hi,
I believe you refer to the Visual Composer issues which appear with older versions of VC when updating WordPress to 4.1
I have noticed you use already use the latest theme version(4.6.1) and also the latest VC version(4.3.5) which should work fine together as the VC was fixed in the latest version to work on WordPress 4.1 also.
I have noticed though some extra css, the one that adds the space between elements which should not be there so you could try to remove and re-install it from the plugins folder that was provided within the theme’s downloaded files and use this guide to do it: https://forum.tagdiv.com/update-the-visual-composer-plugin-wpbakery/
After that remove the css I gave you and check if those space are still added.
Please let me know how it goes!
Thanks
Hi,
Please use this guide on how to use the smart sidebar feature from our documentation: https://forum.tagdiv.com/smart-sidebar/
Thanks
Hi,
Please use this custom css: http://screencast.com/t/cvizR0XzN
.td-post-content h3:first-child{
margin-top:0px;
}
If this doesn’t solve the problem, please use contact@tagdiv.com and also provide an URL to this tread or specify your issue in details.
Thanks
-
This reply was modified 11 years by
Alin [tagDiv].
Hi,
You can take a look at how those buttons where made and added on this modules and do the same for the module you want: http://screencast.com/t/1M1KpjazowA
Hope this helps!
Thanks
Hi,
You can try to build you sidebar using VC elements and set the td-ss-row class to the row you want to behave as a smart sidebar.
You can find more info about this here: https://forum.tagdiv.com/topic/hitting-a-roadblock-to-achieve-infinite-scrolling-with-smart-sidebar/#post-28972
Thanks
Hi,
Have you used the VC to build your posts as this could happen because you use page builder to build your posts which we don’t recommend as it could cause issues of this type.
That padding was added surrounding the post content and when you use page builder and rows as post content and extra padding is added which causes the layout issues you’ve also mentioned.
Thanks
Replied here: https://forum.tagdiv.com/topic/how-to-resize-tagdiv-slide-widget/#post-33410
Thanks
Hi,
Please see this guide on how to move to newsmag from newspaper and let me know if you still have issue afterwards: https://forum.tagdiv.com/topic/how-to-guide-to-moving-from-newspaper-to-newsmag/
Thanks
Hi,
I have also tested this using the latest theme evrsion and haven;t had any issue of this type so you shoiuldn;t experinece this also.
Please try this without any plugins active and also make sure you empty cache as well and make sure the theme actually saves settings. The issue with saving settings usually appears because the server security module blocks the access to admin-ajax.php file. Try to verify if this happens when you save settings in other cases in theme panel and also verify the console for error while saving the settings on the Theme Panel, usually it displays a 403 or 404 error.
Contact your server administrator and explain the situation, as it’s requested many times during the a save the file it’s treated as threat so it’s banned. You can report false positives to your server administrator to remove it from the banned list.
Hope this helps! Please let me know and also provide your site’s URL!
Thanks
Hi,
Please also let me know on which post type you encounter this issue or what settings you use for your post configuration when this issue appears and also provide your site’s URL with this error so I can inspect it.
Thanks
Hi,
Thanks for your suggestion. I will add this on our request list and we will consider it for future updates.
You can also use a plugin like Advanced Custom Fields and use this method to do it: https://forum.tagdiv.com/topic/function-to-hide-ads-and-function-to-show-author/
Thanks
Hi,
I have also checked your site and noticed lots of errors in your console: http://screencast.com/t/4pCpVBbE
Please try to make sure that other plugins aren’t causing this and to do that disable all plugins leaving just the VC plugin active and also enable the “Social Stream” and check if this errors still appear on your console.
Please let me know and also provide the code of the custom php file that the plugin author has sent you. Use http://pastebin.com/ for that and paste the content there.
Thanks
-
This reply was modified 11 years by
Lucian.
Hi,
Please also send a link to your site containing this issue so I can inspect it and make sure you also test this without any plugins active, empty cache and purge files if you are using any CDN host services.
Please let me know if you still have this issue after doing all this.
Thanks
Hi,
This usually happens when you use the zoom tool: http://screencast.com/t/jPPI9MSjdH and also happens on other browsers.
Please check your browser’s zoom tool and makes sure you have it set to 100% and check to see if this still happens.
We also know about this issue and we are still investigating it and will fix it as soon as we find a solution for it.
Sorry for the inconvenience!
Thanks for your understanding!
Hi,
Please also provide your site’s URL as I need to inspect and check this so I can provide an accurate answer.
Thanks
Hi,
Thanks for your suggestions! We will consider this!
Sticky posts are present but can only be set by admins. If you want to post tutorials or guides you can let us know via email and we can also review them and add them to/via documentation or post here and we will make then sticky if we find then useful.
Thanks
Hi,
The thumb used for smart list 3 is the 300×350 one.
You will need to alter the thumb dimensions from here: http://screencast.com/t/Cr3AHCstq4al
Then regenerate thumbnails: https://forum.tagdiv.com/how-to-fix-strange-thumbnails/
Then alter the container width via css. You can use the css from below for it:
.td_smart_list_3 .td-sml3-display-image {
width: 300px;
}
This is not easy if you don’t have basic php/html/css knowledge so I suggest to make a backup and get some to help you with hit if you don’t know how to do it yourself.
Thanks
Hi,
You will need to alter the thumb dimensions for the widget slider from here: http://screencast.com/t/Cr3AHCstq4al
Then regenerate thumbnails: https://forum.tagdiv.com/how-to-fix-strange-thumbnails/
Then alter the container height via css. You can use the css from below for it:
.td-theme-slider.iosSlider-col-1 .td_module_slide {
height: 450px;
}
This is not easy if you don’t have basic php/html/css knowledge so I suggest to make a backup and get some to help you with hit if you don’t know how to do it yourself.
Thanks
Hi,
Thanks for reporting this. I have also tested and noticed this behavior.
We will take a look at this and try to fix it as soon as possible.
Thanks again for reporting it!
Hi,
You can use the page builder on posts then set the 2 columns layout then add your post content using the VC text block element like this: http://screencast.com/t/6xgTi4cMvpS
Also make sure you don’t use a sidebar.
You should get this result: http://screencast.com/t/egDMPwbkuqM
Hope this helps!
Thanks
Hi,
You could try to add it like this: http://screencast.com/t/VL3jCZ3utgvg
Add this line like shown:
$buffy .= '<span class="location_class" >' . $EM_Event->output('#_LOCATIONTOWN') . '</span>';
You would probably need to style it to look well on front end, use css and target the location_class set fro the span tag.
Thanks
-
This reply was modified 11 years by
Lucian.