Hi,
I have tested your site more times and worked every time. This may be due to DoubleClick as we are still working on this and we cannot guarantee it’s working well other reason could be due to the fact that Google doesn’t deliver any ad at all sometimes.
Thanks for the message!
Hi,
Just go to theme panel > custom typography you will find the font settings there: http://screencast.com/t/tYgkkY3ZKc2
Also you can go over our documentation as it explains a lot about this theme in detail, along with a lot of other great info: https://forum.tagdiv.com/newspaper-documentation/
You can also search the forum a lot of solutions are posted here.
Thanks
Hi,
You will need to make sure those subcategories are set as subcategories of an category, like this: http://screencast.com/t/Uo5fM2ZhVzeq
Then go to appearance > menu and add that category to your menu then make it a mega menu, should look like this: http://screencast.com/t/vlrptTLg91
Hope this helps!
Thanks
Hi,
Unfortunately you can’t charge that width, it comes from the 3 columns grid layout and it can’t be modified.
Sorry for the inconvenience!
-
This reply was modified 11 years by
Lucian.
Hi,
It dose not work because the .bypostauthor class it’s not used. If you want to highlight only the post author comments you will have to modify the comments.php file and add a class there which will be displayed only if this condition is met then you will be able to style it via css, you can get a freelancer from sites like: http://studio.envato.com/ if you don’t know how to do it yourself.
Thnaks
Hi,
Thanks Christopher!
@sbo
Thanks for reporting this, I have tested this and seems it’s not working, we will look at this and added it on our issue list try to fix it as soon as possible, until we fix this you can set the excerpt on modules, I have tested it and work fine.
Sorry about this!
Thanks for the message!
Hi,
If you are referring that if you can set the similar articles to show another image it’s not possible you will have to modify the theme files and it’s not an easy task and you can always get a freelancer from sites like: http://studio.envato.com/ if you don’t know how to do it yourself.
I’m sure that this is what you are try to do, if this is not it please provide more details.
Thanks
Hi,
Please make sure you use other than header style 3 or 6, using the header style 3 or 6 loads the same logo on mobile also.
Hope this helps!
Thanks
Glad you did.
Thanks for the message!
Hi,
@potion
Thanks! Just a thought also, you could try something similar to make it fit into page layout: http://screencast.com/t/etIjfhfpuBG
Thanks
Hi,
Please use this css in theme panel > custom css, and add !important, like this padding-right: 50px!important; if it’s not working:
.sf-menu .menu-item a.sf-with-ul {
padding-right: 50px!important;
padding-left: 50px;
}
.sf-menu .menu-item .sf-sub-indicator {
right: 40px;
}
Change the values as you like, I have tested this on your site an works like this:http://screencast.com/t/Dy476b64z8QB
Thanks
Hi,
You can do this by adding your ad code for the “header ad” like this: http://screencast.com/t/4ha9Rihm4C8
Then chose header style 3 or 6 like this: http://screencast.com/t/vqALWiLD
After this add this custom css:
.header-style-3 {
display: none;
}
..in theme panel > custom css, like this: http://screencast.com/t/Exfbwrgj
Should get this result: http://screencast.com/t/o5dnzOfRf
Thanks
Hi Christopher,
As you can see the div of the sidebar has just two classes span4 column_container and it’s a bit harder to target just the sidebar via css and change it’s background color as long as a div just like that is used in the footer also and changing the sidebar will get you changing the footer also, here is an example: http://screencast.com/t/rPW4QDKyh
You can do it tough by adding a specific class on each template you want to change the sidebar color then use that class to target the sidebar and change it’s color via custom css. Here is an example for the category page template: http://screencast.com/t/bTwprqfBwJ and the result: http://screencast.com/t/MNts8tpk
using this css:
.custom-sidebar-background {
background-color: lightgray;
}
You can add this class for all templates and use it to change the sidebar’s background color.
Another thing that you should take into consideration is that the sidebar doesn’t have any padding so you would want to add some padding to it using the same class, but keep in mind that the some blocks may react not in an expected way to this padding because of the width.
Also, as you probably noticed, the post page sidebar has a class which you can use .td-post-sidebar
Regarding the option on panel for this we will leave this at everyone’s hand and use this method to achieve this. This option will be available though within our new theme which we are working on.
Hope this helps!
Thanks
-
This reply was modified 11 years by
Lucian.
Hi,
We know about this issue, we have fixed the tagdiv social counter plugin and will work fine with the following theme update.
Thanks for the message!
Sorry about this!
-
This reply was modified 11 years by
Lucian.
Hi,
Glad you figured it out, I did not understand yet why do you need to shrink the tabs, look good to me.
Regarding the rev slider please use this css instead of the previous one:
.rev_slider {
z-index: 0;
}
I have tested it on your site and should work fine like this: http://screencast.com/t/3frR0Nh3iPz
Thanks
Hi,
@Christopher/ @mehedi Thanks!
@tenocation Regarding this last logo we do have the psd of it but is’t vector file and the text can’t be changed, if you still want to have it send an e-mail at contact@tagdiv.com and we will send it to you, please paste the URL of this topic in your message.
Thanks
Hi,
Yes, you can do it from page-category-slider.php file, like this: http://screencast.com/t/W6rSS5pbzQk just add 'limit' => 2 and change the value of the limit on how many posts you want the slider to show. Also make sure you put this comma http://screencast.com/t/FUOHjRtcCrZX otherwise it will not work.
Thanks
Hi,
Please go to header.php file and comment or remove this code: http://screencast.com/t/zY0Og3PTcK
Thanks
Hi,
Replied via e-mail!
Thanks
Hi,
It’s not easy to prevent the search engines to get the date from posts, you would have to locate all tags from the theme files and WordPress also, you could get a freelancer to do this for you or you could try to find a solution online.
Also I’m not sure if not showing the date of your posts it’s an Google call, you could do a search on this for more info. Also you can use this tool to check what Google gets from your site.
This is an example for our demo site, you can see that it dose not show the date even though we hadn’t made any changes to prevent that. http://screencast.com/t/61gpPqkjzxc
Hope this helps!
Thanks
Hi,
I’m not sure I understand, are you referring to the ones we added in admin panel when editing an user?
If so you can remove those from here: http://screencast.com/t/sBZ7g9FcE2YM
Please let me know if this helps!
Thanks
Hi,
I’m not sure the square brackets are the reason, you can read here more on how this it’s done:
https://developers.google.com/analytics/devguides/collection/gajs/methods/gaJSApi_gaq
https://developers.google.com/analytics/devguides/collection/gajs/
If you don’t have knowledge on how to do this we recommend you to hire a developer as this is not an easy task and we cannot offer custom work because we work hard on the development, updates, fixes and support.
Hope this helps!
Thanks for the message!
Hi,
This theme also supports custom shortcodes, you can add the shortcodes on category page using the do_shortcode() function, like this: http://screencast.com/t/0dkXGyKB
Result: http://screencast.com/t/mq3fjjZvd
Thanks
-
This reply was modified 11 years by
Lucian.
Glad to read this, thank for letting us know!
Have a nice day!
Hi,
Unfortunately the best I can do it’s to send you an tutorial on how to create a custom block, you can send an e-mail at contact@tagdiv.com specifying this on the subject if you want, other than that I can’t help you because we cannot offer custom work as we work hard on the development, updates, fixes and support. You can always get a freelancer from sites like: http://studio.envato.com/ if you don’t know how to do it yourself.
Thanks for the message