Hi,
http://screencast.com/t/BEYCxC8T
Thanks for your message!
For menu use this CSS:
.sf-menu {
display: table;
float: none !important;
margin-left: auto;
margin-right: auto;
}
/* responsive phone */
@media (max-width: 767px) {
.sf-menu {
display: block;
float: left !important;
margin-left: 0px;
margin-right: 0px;
}
}
About logo, do you want to have a center logo? in header? We have different header style in theme panel -> Headers
Thanks!
Hi,
You have tried from here?: http://screencast.com/t/ie1BKI2p
Hi,
I have to inspect your site to see the issue, give me your site URL, I’ve tried http://www.amerikanskpolitikk.dev/ but not working.
Hi,
We have changed the file structure
Make the changes here: http://screencast.com/t/vbuDUDeKJky
<div class="meta-info">
<?php echo $td_mod_single->get_category();?>
</div>
and use the same CSS provided above
Thanks!
Hi,
Should work, is tested. You have managed the issue?
– Check your site with console in Firefox or Chrome to see if you have some java-script issues.
– Do you use plugins? Try with all plugins disabled or disable one by one and see if work.
Thanks for your message!
Hi,
Your CSS selector are incorrect
Try this:
.header-style-3 .td-logo {
padding-top: 15px;
padding-bottom: 15px;}
This don’t exist: float:center
Thanks for your message!
Hi,
I’ve attached an XML file that you can use it to import the full demo content tagdiv.com/theme/users/newspaper.wordpress.2014-02-21.zip
But my question is why do you need the entire full demo, is only for a demo propose, there are a lot of posts, categories, etc and when you build your site you have to delete the entire demo content manually. Is only a non sens work for you 🙂
To import the data content you have to use the XML file attached and using the import from WordPress in Tools -> Import
Thanks for your message!
Hi,
We will try to improve it in the future updates. We have it on our todo list.
Thanks for your message!
Hi,
Is everything ok there? That issue could be from a plugin conflict, that brake the java-script.
Hi,
1. Sorry about that but is not possible and the review stars work only with full starts. We want to improve the review system in future updates. Until that if you want something more complex you can use some payed plugins for review.
2. No sorry, we know it would be nice to have some templates that you can use it, instead of each time to add the attributes every time.
3. To hide the categories from top you can use this CSS, add it in Theme panel -> Custom CSS section
.category .td-category {
display: none;
}
Thanks for the understanding.
Hi,
Add this code:
<?php
if (get_the_author_meta('ID') != 1) {
echo $td_mod_single->get_author_box();
}
?>
instead of this one: http://screencast.com/t/4gwlLozs
In the code above 1 mean posts written by the author with ID 1 will not have the author box. Change the ID from which author you want to hide the box.
Hope this help.
Thanks for your message!
Hi,
Do you use tagDiv Speed Booster plugin? Have some issue with Rev slider. Try with the plugin disabled
Hi,
@Ljubisa B. I’ve tested your Twitter ID on my local installation and works fine.
I use v 1.3 for the social counter, the plugin is in plugins folder on the Themeforest theme zip file.
Take a look: http://screencast.com/t/t4CFqHU3K
http://screencast.com/t/0uHDltNT
Hi,
If you use the style 1 for the header you have to use this CSS
.container.td-logo-rec-wrap {
background-color: transparent !important;
}
Thanks!
Hi,
I’ve updated the ad documentation, the shortcode and all ID’s available.
https://forum.tagdiv.com/ads/
Thanks!
Hi,
Do you use sticky pots? Could be from those because is listed top.
If you want you can give us access to your WP and we will take a look. Send the details via email at contact@tagdiv.com put in title FOR MARIUS and paste a link from this conversation.
Thanks!
Hi,
When you add you link to your Facebook you have to add the full link like https://www.facebook.com/micheal
Thanks for your message!
Hi,
Give us your site URL to see the issue, probably you have some java-script conflicts caused by a plugin or something. What you can do is to disable all plugins or one by one and see if work.
Thanks for your message!
For the sub-footer section you have to change like here: http://screencast.com/t/QsNqhuosr
Thanks!
Hi,
Please give us more details about your issue? What custom CSS do you use? Do you mean you add some custom CSS in Theme panel and is not working?
If you want, give us access to your WP to see the issue. Send username and pass via email at contact@tagdiv.com mention in message title FOR MARIUS and paste a link from this conversation.
Thanks!
Hi,
Please give us a link to see the issue.
Thanks!
Hi,
We know that if you have empty categories those categories are not visible in panel.
Is this your issue?
Thanks for your message!
Hi,
Add this code . ", sans-serif" like here: http://screencast.com/t/XhzL6HW4Ex
Thanks!