Hi,
You can use this css:
.td-g-rec-id-content_bottom{
float:left!important;
}
Also if you want to have bigger ads, keep in minf tht the content width is 696 px so if you selected a 700 px so you will have to chsoe another size for your ad in order for it to fill the container: http://screencast.com/t/lGDpPw2IMHtP
Thank you!
Hello,
You will have to change your theme accent color in order to have all elements grab the color: http://screencast.com/t/NO9W73GA6SyZ
Let us know if you still have trouble with colors.
Thank you!
Hi,
Did you change your htaccess file or your hosting or cdn server in the meantime?
Try the method again as it;s the only known way of fixing this if you use cdn or different sources for your fonts.
Thank you!
Hello,
If the ad is new, then it will take a bit of time before the crawler can access your site and then deliver the ad. It takes up to a few days sometimes so give it a bit of time. The code for the ad is present so the theme does it;s job. It;s up to google now to actually deliver it.
Thank you!
Hi,
You can make the header smaller by using this custom css:
.td-header-style-7 .td-header-sp-logo{
height: 60px!important;
}
.td-header-style-7 #td-header-menu{
min-height: 60px!important;
}
.td-header-style-7 .td-header-sp-logo a{
line-height: 60px!important;
}
.td-header-style-7 .sf-menu > li > a{
line-height: 5px!important;
}
.sf-menu > li > a:after{
bottom: -12px!important;
}
.header-search-wrap .td-icon-search{
line-height: 70px!important;
}
Thank you!
Hello,
I think you are referring to the page-level ads. Please follow this topic to implement them: https://forum.tagdiv.com/topic/page-level-ads-problems/
Thank you!
Hi,
Unfortunately the comments count will not work anymore as it was designed to work with the theme comments, not external fb comments.
Thank you!
Hi,
The example you showed simply uses the footer menu option. Please edit the footer menu and add your preferred custom links to it from the wp menus area: http://screencast.com/t/axGtCDiz and then make sure you set the menu to the footer from the manage locations tab: http://screencast.com/t/XpJsFsY9u55
Thank you!
Hi,
You will have to enable post views as well, not just the ajax views: http://screencast.com/t/eXQj0DNB
There cannot be any popular sorting option without any post views.
Thank you!
Hello,
The post limit is set from wordpress and can be found here: http://screencast.com/t/NJo4515iPLOO
Thank you!
Hello,
I’m not sure exactly how you want to create an app, but our theme offers a bookmarklet option so you can place an icon and add your site to the homescreen of the mobile phone. Here is the section where you place the icons: http://screencast.com/t/kqP1F9cZETi and then you can use ios or android to add he site to the homescreen and it will grab the icon you place in the theme panel.
Thank you!
Hi,
1) A module is the base element in our theme. Every block is simply a container of 1 or more modules. In this section of the theme paenl you can see exactly what module is used on what block: http://screencast.com/t/uHbbrmqWCXr
If you want to be more specific about it, you can find out faster by using the browser inspector. For example on a block 1, the small thumbnails: http://screencast.com/t/bkbqegiM2. The small module is a module 6. It’s module 6 you have to edit. The screenshot had module 5 highlighted (my bad) but it is module 6 being edited if you look here: http://screencast.com/t/MWULaIJuoTW. Sorry for the confusion.
2) The black header color shows up when your site gets a bit heavier on the loading speed. Css works in cascades and if you use for example css optomization tools that move the css render block to the footer, then you will be able to see each stept of the css re-write on the first load. The solution for this will be to change the css directly in style.css so there will not be any re-writes done to the file. This is the default css behavior and happens on every theme. An easy way to do it without too much searching is to simply access the page source and copy all of the rendered css directly in style./css at the bottom of the file: http://screencast.com/t/Oym8Cldak (it’s a big list. Copy everything between the ‘style’ tags)
3) The font is not bold in the left big thumb, but rather the font increased. If I increase the font for the small thumbs as well, it will also look bold. You can target them with css like so:
.td_module_6 .entry-title{
font-weight: 600!important;
}
4) Well the widgets are not the same height so you will need a bit of css customization to adjust the different margins to the containers to match the center widget. But adding more content to these sections will cause them to position differently again.
For the current layout you can use this code to make them align :
.widget_display_topics{
margin-bottom: -22px!important;
}
.widget_display_forums{
margin-bottom: -36px!important;
}
However I cannot guarantee this solution can be a viable one if the content of these widgets changes. All widgets are dynamic so longer titles will make them ‘fall’ below again
5) You can align the instagram text by adding this css code:
@media(max-width: 767px){
.td-footer-instagram-container .td-footer-instagram-title .td-footer-instagram-user-link{
display:initial!important;
}}
6)You can make the search text bigger by using this code:
.td-search-wrap-mob .td-search-input span{
font-size: 30px!important;
}
7) If you want to redirect the login to the bbpress login ,you can use simple 301 redirects and simply redirect the default login to the bbpress forums, but i;m not sure exactly how the login will work then. So maybe you will want a redirect after the login is made. So a user logs in ad is imediatly redirected to the forums maybe, Thait is doen with plugins as our theme dopes not have any such options.
8) That is because there were a few css changes and the code you had in your custom css needed to be more specific. Such things happen afet an update as css gets changed all the time. That is why the custom css code you apply needs to be very specific or some other more specific code we may add in a new update could overwrite it.
9)The big grid can be set as a full box if you remove the 2 pixels margin like so :
@media (max-width: 767px){
.td_block_big_grid_12 .td-big-grid-wrapper .td-big-grid-post:last-child .td-module-thumb {
margin-left: 0px!important;
}}
10) I’m not sure the code you entered is valid or not, you will have to get a proper ad code from the ad provider and then wrap it into these div elements like this topic suggests: https://forum.tagdiv.com/using-other-ads-non-adsense-ads/
Thank you!
Hi,
Please provide a link to this article so we can inspect it and figure out why it cannot be seen on mobile. My guess is that you use visual composer to create the post and you use the mobile theme. The mobile theme will not render visual composer shotcodes. But this is just a guess until I can inspect your site.
Thank you!
Hello,
I assume the stay connected section is on your homepage. It is a social counter block you can access by editing the page itself: http://screencast.com/t/T7nKSCMgq3 or in the sidebar section of wordpress if you have it set up on a sidebar. Please use this guide: https://forum.tagdiv.com/tagdiv-social-counter-tutorial-2/
Thank you!
Hello,
Unfortunately if you want to place a widget on the homepage you will have to edit the theme files as there is no setting for it in the theme. You can edit the page template itself or even create a custom page template you can add code to. https://forum.tagdiv.com/topic/overriding-page-pagebuilder-latest-php-in-child-theme
Then after you create your new page template (a copy of one of the existing template), you can use a do_shortcode function in the file to add content to it: https://developer.wordpress.org/reference/functions/do_shortcode/
You can also use standard html and php if you have the proper coding knowledge. If you need help with the code needed, you will have to get some hired help as we cannot offer any custom work at the moment.
Thank you!
Hi,
I have checked your site now on an iphone 6s through the facebook app but did not see any errors. The logo was OK. There was no image replacing it. Please also test this on another device to see if you still see the error as we could not see it.
Thank you!
Hi,
Please try to disable all plugins except visual composer (including any image optimization tools), clear cache and reset cdn files if you use it.
Then use the force regenerate plugin to regenerate your thumbnails.
Let us know if you still have trouble with this.
Thank you!
Hello,
You can disable comments from the WP settings and from the theme panel: http://screencast.com/t/rUGrVLxtD and http://screencast.com/t/9aMqNIpp
I hope this helps.
Thank you!
Hello,
Unfortunately the featured video filed only accepts youtube or vimeo videos: http://screencast.com/t/u0AwHJnnFc
Unfortunately adding a new video source is no easy task and we have no simple solution to provide. We have this request on our to do list and hopefully in a future version we will be able to provide such an option.
Thank you!
Hi,
Please provide a link to your site so I can inspect the ad and see why the css does not apply.
The ad spots in our theme only allow one ad at a time. There cannot be 2 ads in the same spot.
Thank you!
@all
Hi,
You will have to make sure you use version 4.1 of the plugin. Check your plugins section: http://screencast.com/t/AeyJgjwyCq
If you do not have version 4.1, then please update your sociual counter plugin by disabling and deleting files for your current version and install the one that comes bundled with the latest version of the theme.
Then please follow this guide carefully: https://forum.tagdiv.com/tagdiv-social-counter-tutorial/
After you set it up, please clear your cache and reset cdn files if you use it as the counter is affected by cache.
If you still have trouble with the facebook counter, please send us an email at contact@tagdiv.com and provide wp-admin so we can login and investigate.
Thank you!
Hi,
Please follow these guides to harden your wp install: https://codex.wordpress.org/Hardening_WordPress
https://premium.wpmudev.org/blog/wordpress-security-tips/?tchv=b&utm_expid=3606929-72.AqocGS0YR5Gn_p3r6t6_AA.1&utm_referrer=https%3A%2F%2Fwww.google.ro%2F
http://www.copyblogger.com/wordpress-website-security/
I hope this helps.
Thank you!
Hello,
Our theme is one of the easiest to use (in my opinion). I have personally tested many themes but I find our theme panel to be quite intuitive. The best thing to do when starting out with wordpress is get a basic guide to the simple wordpress features as themes are used to style woprdpress itself. (the site name is set in the wordpress settings)
If you find wordpress confusing, then you will find ALL themes confusing as themes rely on wordpress and do not change the basic structure to it.
Personally I find video tutorials more helpful: https://www.youtube.com/watch?v=wiaT4bR3xGA
After you learn a bit about WP then you can start reading about our theme in the theme docs: https://forum.tagdiv.com/newspaper-theme-documentation/ or our youtube channel for video tutorials: https://www.youtube.com/user/tagdiv
I hope this helps and feel free to ask us anything and we will gladly help you out.
Thank you!
Bogdan B.
Hello,
If you are referring to the stars on the homepage (on blocks) you need to use this css top change the color:
.entry-review-stars{
color:red!important;
}
If you want to change the color for the ones on the post itself, you need to use this code:
.td-review-final-star{
color:red!important;
}
I hope this helps.
Thank you!