Hi Ara,
I answered in the other topic. There is no point in creating 2 requests with the same issue as we answer all requests 🙂
Thank you!
Hello,
Please send us an email at contact@tagdiv.com and provide wp-admin so we can take a look. Please also include a link to this topic.
Thank you!
Hello,
This request is not easy to fulfill unfortunately as we will have to recreate the css for all the elements. Maybe in a future version we will be able to implement different widths for the theme, but at the moment there is no such plan.
Thank you for your suggestion.
Hi,
Unfortunately this is not a simple task. We have no suggestions for this task. The authors link must be changed in order for the link to go to the author box.
This part: echo ‘user_nicename . ‘”>’ . $coauth->display_name . ‘‘; will have to be edited and an anchor tag added, but it will have to be adapted to the plugin’s way of getting the authors.
If you truly need this modification please hire a freelancer to help you out as it will require substantial php knowledge.
Thank you for your understanding.
Hello,
you will need to first load the font in the theme. If the font is not loaded, then css will not recognize it. The easiest way to do it is to load the font inside a section in the theme panel->fonts section: You can add it for example in a module you do not use on your site so the font will get loaded: http://screencast.com/t/HSgshI19I9m
I hope this helps.
Thank you!
Hello,
Our theme was built to work with adsense. It is as simple as pasting the ad code in the theme panel in the desired ad box. However, adsense codes can take up to a few days before they will display on your website. Please allow it a bit of time before the ads display. (Remove adblock if you have it in your browser)
Thank you!
Hello,
Unfortunately we cannot update the theme the same time visual composer updates the plugin, but we add a new version of the plugin every time we update and there is a new release out. At the moment the latest version of the theme uses Visual composer version 4.9.2 which is the latest version of the plugin. I do not think we can be more up to date on that one 🙂
Please update your theme to the latest version and make sure you update visual composer as well (just use the one that comes with the theme https://forum.tagdiv.com/how-to-update-visual-composer-plugin/)
Thank you!
Hello,
You can change it, but there will be consequences. Our theme depends on a fixed width. Every element is built in a grid view that depends on the total site width. If you change this width then all the elements you use on your website need to be adjusted to the new width (quite a bit of a hassle). We do not recommend modifying the width of the theme.
Thanks.
Hello,
Unfortunately the theme has no option for sticky social icons. There is a smart sidebar though. If you add a tagdiv social counter widget to it, then it will be sticky https://forum.tagdiv.com/smart-sidebar-2/. If this does not help you then the you can maybe find a plugin for social sharing. There are a bunch of social plugins out there. I believe they are among the most popular ones.
Thank you!
Hello,
This is a css code and there is a custom css menu in the theme panel: http://screencast.com/t/XymyAeaoDCv
Thanks.
Hello,
Unfortunately the modal image will not work for images that have external links set to them. In this case you will have to disable the general modal from the theme panel and set it manual for every image when you create a post: http://screencast.com/t/YHsUggZli
You can have one of them. Either a custom link or a modal image. Unfortunately we do not have a solution to get both an external link and the modal image.
I hope this helps.
Thank you!
Hello,
Unfortunately the image you provided does not work. Please provide a working example so we can help you.
Thanks.
Hello,
In order to get your image to the right proportions, you should use a wide image. The stretch row property from visual composer will stretch your image to the full width of the screen. You can use an image size of 1920×815 px for optimal results.
Thank you!
Hello,
In order to do it you must edit the theme files and replace this line: http://screencast.com/t/WLvQNqObpFHG with this one:
$buffy .= '<div class="td-post-category">' . $selected_category_obj->name . '</div>' ;
Thank you!
-
This reply was modified 10 years by
Bogdan B..
Hello and thank you for purchasing the theme,
This error does not come from the theme but from the jetpack mobile theme option .Please remove this feature and make sure you remove photon as well as these 2 options from jetpack are known to cause problems.
Thank you!
Hello oscar,
Please first make sure you use the latest version of the theme (6.6.5) and make sure you have more than 6 posts to display. Another thing you can try is disable all plugins except visual composer and clear cache to rule out a plugin conflict.
In order to remove more from author you can use 2 methods:
The css method:
.td_block_related_posts .td-related-right {
display:none;
}
or you can edit the theme files: comment out or delete this part: http://screencast.com/t/Okmq7lxTDzGd
I hope this helps.
Thank you!
Hi,
You can use a single image element in visual composer as an alternative: http://demo.tagdiv.com/newspaper_health/ – http://screencast.com/t/ErYGwTmciAM
Thank you!
Hello,
1) The animation can be disabled from here: http://screencast.com/t/42czzDE8X
2) This can be achieved without compromising the theme. You can use this css to reduce the outer container:
.td-boxed-layout #td-outer-wrap{
width:1110px!important
}
3) Unfortunately there is no such ad spot at the moment in our theme. I’m not sure what ads you are referring to in the health and fitness demo: http://demo.tagdiv.com/newspaper_health/ Please provide an example.
4) The disqus plugin is not listed as officialy tested to work 100% with our theme. We just added some fixes for it due to user requests for this. I cannot provide an official answer but our users have been utilizing disqus successfully with our theme.
5)Header style 8 has a few problems we are aware of, and this seems to be one of them. We suggest using a different header style until we can fix the issues with header 8. (Sorry for the inconvenience)
6) We always recommend the freelancers from envato itself. (studio.envato.com)
I hope this helps.
Thank you!
Hello,
There are actually multiple css files for the plugin. They will be loaded when needed. If you look at the page source you will see that they are not loaded all at the same time. I do not think it is safe to remove this file as it most certainly is needed.
Thank you!
Hi,
Any type of width change will require more and more customization. It will work but you have to edit every element. The big grid is the best example. Try to use a big grid and change the global width and see what happens: http://screencast.com/t/35i2B61hfAm
As i said above, every elements depends on the site width.
I hope this helps.
Thank you!
Hello,
Unfortunately this type of modification is made in wp-booster and this folder cannot be modified in the child theme. Sorry. It will only work from the main theme.
Thank you!
Hello,
It’s not just the Greek language tat causes this. It’s actually the text length for the ‘like’ button. The button was designed to have just the ‘like’ text length. If you use a long word for it/translation then you need to use a bit of css to position it.
.td-classic-facebook iframe{
width: 130px!important;
}
Add the code in the theme panl-> custom css box
Thank you!
Hello,
If I understand this correctly, you are asking if you can use the demo images.
You can use them without purchasing any extra license.
Thank you!
Hello,
Unfortunately there is no easy way to remove the sidebar only on the mobile version from the code. The sidebar is the same for desktop and mobile only styled different using css. In order to pull this off, you will need to edit the theme files and create conditions for the sidebar. We recommend hiring a freelancer for this one as there is no easy solution for it. It will have to be hard-coded.
Thank you!
Hi,
I tested this on all browsers including safari on mac and the ads are displayed properly. Please make sure you do not have an adblock extension in your browser.
Thank you!