Hi,
You can try to target the menu much better, try to use .page class or !important.
The .td-boxed-layout class it’s used when the theme has a background so you can use that class to in order to target the menu when the theme has set a background which it’s your case.
Hope this helps!
Thanks!
Hi,
Thanks @TheMediumUTM!
@Ecofame Please specify what space do you need to remove, I have also checked your site and seems to look fine.
Thanks
Hi,
Thanks TheMediumUTM!
@barahona06 You should also go trough our documentation https://forum.tagdiv.com/newspaper-documentation/ would help a lot on how to use out theme.
Regarding those names, if you don’t know or can’t change the names, try creating new one as you like and then delete the ones that are not named as you like. You will find all the info on how you can do this on our documentation.
Thanks
Hi,
@Inmybag & @Diamonds Forever
Seems like this issue it’s due to the Google Analytics by Yoast plugin and seems like it only happened after WP update to 4.0.
Also noticed that you use it too:
http://screencast.com/t/xxnOwLWbQAj
http://screencast.com/t/IpbNS9tk
We will look into this, you should also try to update Google Analytics by Yoast plugin and see if this still happens.
Hope this helps!
Thanks
Hi,
Please make a backup of your current theme installation and then re-update the theme, like this:https://forum.tagdiv.com/how-to-update-the-theme/ Before this please try to check if this issues are still present if you deactivate all plugins, check for this issues without any plugins active so that you make sure this dose not happen due to some plugins.
If this dose not solve anything please let us know and send an e-mail with your wp-admin user and pass at contact@tagdiv.com specify this issues or just paste this topic’s link into your message content.
Thanks
Hi,
Please disable all plugins, then check to see if it works, if it doesn’t work please give us wp-access so we can check this, send your wp-admin user and pass at contact@tagdiv.com and also send a link to this topic or specify this issue details.
Thanks
Hi,
Thanks @Christopher for pointing that.
@SuzanneL I have also tested this and seems like it’s working for me: http://screencast.com/t/yqSfKqO7O
Please try as @Christopher suggested to change the fonts directly from the style.css file and then check if this issue is still present.
If this dose not solve it please send an e-mail at contact@tagdiv.com with your wp-admin username and password so we can check this, also please specify this issue’s details.
Thanks
Hi,
Thanks TheMediumUTM! We will look into this, thank for letting us know.
Hi,
@TheMediumUTM Looks like this happens when using the Google Analytics by Yoast plugin since WP 4.0 update: https://forum.tagdiv.com/topic/big-slider-links-not-working/#post-20662
Thanks
Hi,
Thanks @TheMediumUTM!
@davedeaninfo Have you managed to solve the ad issue? I have checked your site and look fine now: http://screencast.com/t/RMy3JXcRmszi should work fine, we haven’t had any issue with this.
Also noticed that you have reduced the space.
Please let me know if you have any other theme related issues.
Thanks for the message!
Hi,
You refer to the withe space from the right: http://screencast.com/t/mudQeAMT45hB
We have added some css so that the text will wrap in the editor will look more like on the front end.
If you don’t refer to this, please provide more details about this, I’m not sure I understand what issue do you have.
Thanks
-
This reply was modified 11 years by
Lucian.
Hi,
You can customize the more article box from theme panel > post settings and set it to show latest post: http://screencast.com/t/2LT84T8u
Thanks
Hi,
Seems like this issue it’s due to the Google Analytics by Yoast plugin and seems like it only happened after WP update to 4.0.
Also noticed that you use it too: http://screencast.com/t/AwbYzavSW
We will look into this but you should also consider update Google Analytics by Yoast plugin.
Thanks
Hi,
Regarding the excerpt you can change it from theme panel for each module as you like. Leave the excerpt length on words and then change it depending by module, I have tested this and found no issue with it, work fine for both cases (words/letters), just chose the excerpt type and then the length on each module.
If you like, you can also change the excerpt for each post by adding it into the excerpt field in post editing panel: http://screencast.com/t/dOisV5bq
You can document about this here: http://schema.org/
Here are the files which have schema support: http://screencast.com/t/ahVy1JZ71Q You can search for schema.org on each file and see how it’s added.
Also noticed that the links on slider don’t work, please check this topic for this: https://forum.tagdiv.com/topic/big-slider-links-dont-work/#post-20238
Thanks
Hi,
We know about this issue, you will have to send an e-mail at contact@tagdiv.com and we will send a fix for it or you can wait until next theme update, we have already fixed it and will be available with the next theme version.
Sorry for the inconvenience.
Thanks for the message!
Hi,
I’m not sure why the code it’s added to the excerpt, we will take a look at this. You can work around this and set the excerpt from post editing panel, like this: http://screencast.com/t/brqImpjJX
Result: http://screencast.com/t/ZSs3fyXNp7Q
Thanks
Hi,
You can try to see if you can change it via child theme but I doubt it, the files that can be modified via child theme are those mentioned in the child theme documentation: https://forum.tagdiv.com/child-theme-documentation/
Thanks
Hi,
Please use this custom css in theme panel > custom css:
@media (min-width: 1200px){
.td-header-bg .td-a-rec-id-header {
left: 0px ;
}
}
You will get this result: http://screencast.com/t/lKksmGDa97cs
Thanks
Hi,
That can only be achieved by modifying the module you use and apply a condition into the module file you want to change which will change the module structure if the post dose not have a featured image set. This is not an easy task though and you need custom work for this, we recommend to hire a developer to do this for you if you don’t have basic php/html/css knowledge as we cannot offer custom work as we work hard on the development, updates, fixes and support.
Thanks for the message
-
This reply was modified 11 years by
Lucian.
Hi,
You can add the logo as a menu item like this: https://forum.tagdiv.com/topic/logo-beside-navigation/#post-16384
Use this custom css in theme panel > custom css if the logo dose not look right after you add it as a menu-item:
.sf-menu > li > a > img{
height: 100% !important;
}
Use css to position it as you like after you add it as a menu item.
Thnaks
Hi,
You can check if the widget can be added using shortcode then use the do_shortcode() function to echo it into the posts template you want to display it.
Should look something like this: http://screencast.com/t/XE7lJ2FW
Thanks
Hi,
If you want to modify the whole page means that you have to change the grid structure css and you need custom work for that, unfortunately 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.
If you refer only to posts content you can try something like this: http://screencast.com/t/VqLGdYq9APOw
You can add this from post editing panel, like this: http://screencast.com/t/na7UlZRnqtNI
Hope this helps!
Thanks
Hi,
In that case you will need to add the background using background-image: url(''); via css and target the container that you want to add the image as a background.
Yes, you will have to add a class, like this:
<div class=”span4 column_container my_custom_class”>
You need to do this for templates that you can not target other.
For the post page template for the sidebar you will not have to add a class because there is one which you can use: http://screencast.com/t/iBSu7S7VKXx
Thanks
Hi,
@eric-tn Glad it works for you.
@Kronos17
We did fix this in previous theme update, apparently the fix hasn’t worked well, I have also just tested this and didn’t worked well for me also, the idea is that the tree structure of the categories/subcategories from theme panel it’s very hard to follow and therefor hard top be developed right, I have added this on our todo list and we will try to fix this in the next update.
Sorry about this.
Thanks for the message!