Hello,
The mobile theme is an optional plugin: https://forum.tagdiv.com/the-mobile-theme/
Thanks.
I understood perfectly what you mean, but there is a css somewhere on your site that does not allow you to change the color it seems. Please contact us on our email address at contact@tagdiv.com and provide a link to your site and wp-admin (login information and admin rights) so we can login and investigate. Please also include a link to this conversation.
Thank you!
Hi,
Yes, you can, but a link to your site would be better as we can actually inspect it and see the code in the browser inspector. If you want to send it to us in private please contact us on our email address at contact@tagdiv.com
Please also include a link to this conversation.
Thank you!
Hi,
Sorry, I missed question 2. The latest articles is an element added by the page template: https://forum.tagdiv.com/page-templates-2/
Thanks.
Hello,
Unfortunately the css method will not work properly as the cropping is already made. This has to be changed on a coding level. Sorry but in order to change the theme cropping system you will have to edit the theme code as mentioned in the theme api documentation. If this is too complicated for you I suggest hiring a freelancer to help out as this represents customization and is not covered by the theme support.
Thank you!
Hi,
Unfortunately the theme does not have meta data control for the mobile version in particular. These elements are enabled or disabled for all versions of the site at once.
If you need to only activate the data on mobile, you will have to enable it and then hide it on desktop and tablets using css.
Enable the date from the theme panel and then use this css in the theme panel->custom css box:
@media(min-width:767px){
.td-post-date, .td-post-author-name span{
display:none;
}}
Thank you!
Hello,
You will have to use font awesome for menus and use the html implementation, not the css one. Our theme only works well with the html of font awesome. Here is an example: http://fontawesome.io/icon/snowflake-o/
Add the whole code next to the menu item name:
<i class="fa fa-snowflake-o" aria-hidden="true"></i>
https://www.screencast.com/t/i5b6dIFU8v
Thanks.
Hello,
This issue was fixed in the current version of the theme. Please update your theme and update the social counter plugin.
Thank you!
Yes. I will add this to our list and if it increases in popularity we will consider implementing it.
Thank you!
It’s the theme accent color: https://www.screencast.com/t/ittgbBYLGb0H
The js files in our theme are found here: https://www.screencast.com/t/7GYqYOPT
2 for the main theme and 2 for the mobile theme.
Thanks.
For a custom css simply use the custom css box as it will also keep the code after an update (huge + as any altering of the theme files will be lost when updating)
Unfortunately altering the cropping system cannot be done through css. If you want top change the cropping you will have to go more in depth as this guide shows: https://forum.tagdiv.com/td_api_thumbupdate/ If you want to create new thumbnail, it will need a bit more than a few css lines.
Now referring to the screen you provided, the only difference I see is the grid being a bit narrower than the default. You are very vague in exactly, precisely what you want to do. That is why this topic seems to go on longer than it should. It will be pretty difficult to disable the grid for a specific category due to how the element was created so reducing the height of the grid could be a possible solution but it depends on the names of your authors as if the name will be longer it will exceed the height of the menu item. https://www.screencast.com/t/uHuv6k4cljxq
As you can see when the author name falls on 2 lines, the category tag gets cut off
@media(max-width:767px){
.category-obituaries .td_module_mob_2 .td-module-thumb{
height: 116px;
}}
You can maybe remove the category tag as well:
@media(max-width:767px){
.category-obituaries .td-post-category{
display:none;
}}
I hope this helps.
Hello,
1) It seems that your mobile ad has a fixed width and that width is bigger than the device you use. Please use a responsive ad for mobile phones.
2) Please add this code in the theme panel-> mobile theme-> custom code section:
.td-mobile-footer-wrap{
display:none;
}
Thank you!
Hi,
1.
The popular category will not mind user views but rather show the category that has the most posts set to it. It will not count the post views, it will count the number of posts in that particular category. SO the views do not count for that element but rather the total number of posts in that particular category.
2.
Because it has the most posts set to it.
Thank you!
Hello,
Please contact us on our email address at contact@tagdiv.com and provide a link to your site and wp-admin (login information and admin rights) so we can login and investigate. Please also include a link to this conversation.
Thank you!
Hello,
the featured category is disabled by default in our theme as the name is used by our theme to mark posts as featured posts for the featured sorting option on blocks: https://forum.tagdiv.com/featured-posts-2/
If you want to show that particular category ,please change it’s name to any other except Featured
Thank you!
Well when you disabled the meta data, you disabled each individual element including the date. Please enable just the date option: https://www.screencast.com/t/ZJiia4c5a
Thanks
Unfortunately it is not we who must fix it. It is the visual composer plugin developers. Visual composer is not created by us. We simply have an agreement with the plugin author so we can provide the plugin free of charge and use our theme elements together with it. The post grid is not one of our elements but rather a plugin element. We did not create it and it is not up to us to make any fixes regarding the visual composer elements. In order to differentiate which element comes from the theme and which are plugin-specific elements you can check the element lists in the plugin. The theme elements are found under the blocks tab: https://www.screencast.com/t/XkPCkYyuSuig The other tabs are not theme specific and are not created by us.
I recommend using our own theme specific blocks and not visual composer elements. You cna use any block to show the posts not just the post grid.
Thank you!
Hello,
If you need a bigger logo, on the header style that you use (style 10) it;s as simple as uploading a bigger image. Headers styles 9, 10 and 11 show the full logo you upload without scaling them. Make sure though not to upload a thumbnail of your logo: https://www.screencast.com/t/2OVCUXBFq
Thank you!
Hello,
The Flickr option is added by visual composer. It is a plugin element, not a theme element. It can be used on pages but not inside the widgets section of WordPress.
There are however many plugins that can provide different types of widgets especially social ones.
Thank you!
Hello,
Our theme uses a cropping system and specific thumbnails for all of it’s elements:
https://forum.tagdiv.com/theme-thumbs/
Unfortunately our theme has more wide thumbnails than portrait. You will have to asses the thumbs used on each element and only use the ones that fit your images best so the cropping will not cut too much of the image.
Changing the crop from our theme is not an easy matter so there is no simple solution I can provide to bypass the cropping.
Thanks
Hello,
Please try the manual activation process: https://www.screencast.com/t/6yyrnZHVy97
Let us know if you still have trouble with the activation.
Thank you!
Hello,
The video playlist settings are pretty simple: https://www.screencast.com/t/mMInl6Ca7K9
Make sure the video id’s are of YouTube videos, not YouTube playlists. The elements creates a playlist from individual videos, it does not render already made YouTube playlists.
Thank you!
If you update to the latest version you will no longer have issues with this if you do not activate the login. If the login is active, then you will have to move to ssl as google requires it. Please make sure you have the latest version of the theme and the login is disabled in the theme panel https://www.screencast.com/t/pM8PNoB1WvC
Thank you!
Hello,
Please add this code in the theme panel-> mobile theme settings-> custom css box:
.td-a-rec-id-header_mob{
margin:0!important;
}
https://www.screencast.com/t/0l8kEv2G32xn
Thank you!