Hi,
You can enter the category base you would like to use here
– https://www.screencast.com/t/o4V7opfhz
Then save the changes and the permalinks again.
You can find more information about this here
– http://www.wpbeginner.com/wp-tutorials/how-to-change-the-category-base-prefix-in-wordpress/
Thanks
Hi,
@winstonsmith1984 You need to insert the code in the header.php file found in the main theme folder, between the head tags – https://www.screencast.com/t/xiodQBWJv2
Thanks
Hi,
I don’t fully understand why you would not simply use Header style 6 if that is the one you like, and why you want to modify Header style 7. Maybe you can explain better so I may give you a solution.
If you mean the block title color you can do it in the block settings
– https://www.screencast.com/t/MGUDuDud
More information about the available block settings and options here
– https://forum.tagdiv.com/block-settings-tutorial/
Thanks
Hi,
From what I can see the post tiles are the color you have set in the theme panel
– https://www.screencast.com/t/TcCg3Q1C2W
If you want to change the color for the post title on the module displayed on the homepage, you can try this code – https://www.screencast.com/t/j1iUfk9c
The code must be entered in Theme panel->Custom Css
.home .td_module_2 h3 > a {
color: #8cc63f;
}
If you would like the code to apply in other places where this module is used, like the
More articles box, remove the home class from the code
– https://www.screencast.com/t/7v8DtH6LO
I have edited your previous reply and removed the login information, becaue this is a public forum for all the users to see.
Please let me know if this is not what you wanted, so I may give you a more accurate response.
Thanks
Hi,
There must be some detailed instructions provided, as to the steps needed to take. I could not say where and what you need to insert based on the information you provided.
Thanks
Hi,
The sidebar displayed on that post is not sticky from what I can tell. This setting from theme panel must be disabled – https://forum.tagdiv.com/smart-sidebar-2/
A smart sidebar means that it will follow as you scroll, and always be into view. You can see an example here in the demo
– https://demo.tagdiv.com/newspaper/td-post-microsoft-subsumes-open-tech-unit-back-inside-mothership/
Please correct me if I misunderstand what you are asking.
Thanks
Hi,
1. Please follow this tutorial carefully and configure the social counter properly
– https://forum.tagdiv.com/tagdiv-social-counter-tutorial-2/
The information you entered in the social counter for these socials does not seem to be valid
– https://www.screencast.com/t/Lb6f51oT
– https://www.screencast.com/t/16LnZwf9
2. You can enable or disable the modal image feature generally in the theme panel, or for each image in particular – https://forum.tagdiv.com/modal-window/
This will open images inside the post in a lightbox if enabled.
Thanks
Hi,
Please follow this guide and the steps mentioned there carefully to properly install the theme by FTP – https://forum.tagdiv.com/install-via-ftp/
Thanks
Hi,
@elsenorcapitano Please make sure you configure the social counter properly
– https://forum.tagdiv.com/tagdiv-social-counter-tutorial-2/
Also please check if your Facebook profile page is set to public, the counter will not work if it is private. After configuring it, try clearing any caching installed and check again.
Thanks
Hi,
There is no option to display these features on mobile when using the mobile theme. It would require modifications to the theme files to achieve this. If you would like them to appear, you can simply deactivate the mobile theme plugin, and they will be displayed. The theme is fully responsive and will adapt to every screen size and device, while also displaying the same content from desktop as well.
Thanks
Hi,
Unfortunately at the moment there is no blank page template available. Please try to understand that the list of suggestions and recommendations is big, and the developers have to decide what gets implemented as soon as possible and what gets postponed for later updates. I could not say when a template like this will be available, sorry.
One option would be to hide the elements on the page with Css based on the page Id
– https://forum.tagdiv.com/topic/hiding-header-and-footer-for-specific-page/
Or you can search here on the forum for different solutions provided by our users.
Thank you for understanding!
Hi,
There is no option to display all the attachments on the page when you are viewing an image. It will display the said attachment image and previous or next images
– https://www.screencast.com/t/tnZQo9ht6o
Thanks
Hi,
You could insert that text or content after top menu, by editing the file responsible. Like this for example – https://www.screencast.com/t/HHEkbCYdK
It will appear after the top menu items – https://www.screencast.com/t/4iPDDNPlxQgM
Then you could further style it and customize it the way you want
– https://www.screencast.com/t/N0qtc4WcTj
Thanks
Hi,
The theme does not add any Og data. The Yoast SEO plugin is used in this matter and has the needed options and settings for this purpose. You can find more information regarding the Facebook share here
– https://forum.tagdiv.com/facebook-share/
– https://yoast.com/social-media-optimization-with-yoast-seo/
Thanks
Hi,
If you want to change the link destination for the logo you will have to edit these files from the theme, and modify the default home link to what you want
– https://www.screencast.com/t/huYiWOZ1
– https://www.screencast.com/t/0Ys8OZfze
There is no function I could provide to make this automatically, unfortunately.
Thanks
Hi,
You can simply de-register your theme from the current domain from the system status
– https://www.screencast.com/t/uChS68YT52
And then you can activate it on the new domain using the same key.
Thanks
Hi,
I have inspected your website and the sidebar ads. I cannot see the huge gapes that you mention, neither on the homepage, posts or categories
– https://www.screencast.com/t/Myti3CRm
– https://www.screencast.com/t/yI7DWE9qOBn
The one that seems not aligned I believe is actually how all of them should be aligned. But you can use this code to position it like the others
– https://www.screencast.com/t/DUxuTD0Cbv
The code must be entered in Theme panel->Custom Css
.td-g-rec-id-custom_ad_3 {
margin-left: 0;
}
Thanks
Hi,
The Latest articles section present on the bottom of the page can be disabled by selecting a different page template in the page attributes options
– https://www.screencast.com/t/0cwrbCa8Em8q
Here you can find more information about the available page templates
– https://forum.tagdiv.com/page-templates-2/
Thanks
Hi,
You could try a code like this to make the menu items in the footer bold
– https://www.screencast.com/t/0BqFVFn6F
This is the code used, you must enter it in Theme panel->Custom Css
.td-footer-wrapper
.widget_nav_menu a {
font-weight: bold;
}
Thanks
Hi,
Unfortunately I cannot see the slider or anything else, this is how the website looks at the moment – https://www.screencast.com/t/ivyydoSTj
Thanks
Hi,
For the category title you can try this code – https://www.screencast.com/t/2Gn6ozl9JD
You need to enter it in Theme panel->Custom Css
.td-category-header .td-page-title {
text-transform: capitalize;
}
Thanks
Hi,
From What I understood you wanted to place the category tag differently on an actual module thumb image, not the news ticker. This element does not display a category tag, just posts.
Thanks
Hi,
Maybe I am misunderstanding this but the titles seem to be in the accent color you set
– https://www.screencast.com/t/GbgMrKVCHvK
The text color is not pink anymore. If you would like to disable the More form author, unfortunately there is no option to do this. If you would like to remove it you could try the solution from this topic – https://forum.tagdiv.com/topic/remove-more-from-author-7/
Thanks
Hi,
Everything seems to be in order with the icons at the moment
– https://www.screencast.com/t/3O1xwXbEm
– https://www.screencast.com/t/WUODGPverg
Thanks
Hi,
In my case the downloaded mo file did not contain some translations, but after adding theme manually, they display properly. I simply placed the mo file in the mentioned folder, added the missing translations and they were displayed accordingly in my case. maybe you just need to clear the cache if you have any, in order to refresh the data.
Thanks