Hi,
Each post template will call the date like this
– https://www.screencast.com/t/DkH81jL6kMS
The main function responsible with the date on posts is here
– https://www.screencast.com/t/QTpxqonsc
Thanks
Hi,
Modules can only display excerpts, post subtitles will only appear in the post pages. These are different things. So your request is to be able to use the post subtitle instead of the excerpt on modules. You could set similar excerpts and subtitle manually
– https://www.screencast.com/t/tTM9GEnS
Please correct me if I misunderstand something.
Thanks
There is no need to adjust anything in the theme in this matter. It already has the required parameters implemented.
For example in this case the updated is implemented here
– https://www.screencast.com/t/L2bHBnwEDDPj
Testing the theme live demo the updated parameter can be seen
– https://www.screencast.com/t/co4lF8Iay7
Try enabling the post date to show on post pages, monitor if there are any changes. That may take a while.
Hi,
The theme thumbnail sizes are defined in this file
– https://www.screencast.com/t/A3wBGyFtCR
You can add more if that is what you want
– https://forum.tagdiv.com/td_api_thumbadd/
Regenerate thumbnails after doing this, so the custom sizes will be created
– https://forum.tagdiv.com/thumbnails-fix-strange-looking-images-on-blocks/
Thanks
Hi,
You could use some CSS to change the default colors. Like this basic example
– https://www.screencast.com/t/sNyYc4YSXZO
This is the code used
.td_block_trending_now .td-trending-now-title {
background-color: blue;
color:yellow;
}
If you wanted something else please mention what exactly you want to change about the news ticker.
You can use the browser inspector to make various customization to theme elements
– https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/
Thanks
Hi,
That is unusual, the header is the same on all pages of the website, so the header ad should appear accordingly. Unless maybe the ad code or implementation has restrictions of some kind.
If you could provide a link to your website we will take a look.
Thanks
Hi,
The theme uses user WordPress default user roles and capabilities
– https://codex.wordpress.org/Roles_and_Capabilities
Authors will have access to all the post settings in when creating a post, that is by default. Contributors do not have access to any of the post settings, they can create a post and submit it for review. An editor or admin will review it and finalize it, then publish it. Detailed explanation here
– https://wpsmackdown.com/lexicon/wordpress-contributor-role/
The theme does not have any settings for customizing user roles and permissions. You could try plugins in the matter if that is required
– http://www.wpbeginner.com/beginners-guide/wordpress-user-roles-and-permissions/
Thanks
That code will work as well, it will override the demo customization. You could use that to position the logo on the left instead of modifying the demo stylesheet.
Theme files can be modified either in Appearance->Editor or by using FTP
– https://codex.wordpress.org/Editing_Files
– https://codex.wordpress.org/FTP_Clients
– http://www.wpbeginner.com/beginners-guide/how-to-use-ftp-to-upload-files-to-wordpress-for-beginners/
Also FTP is used to update the theme, it is the most recommended method
– https://forum.tagdiv.com/how-to-update-the-theme-2/
Hi,
The head tags and opening body tag are located in the header.php file, located in the main theme folder
– https://www.screencast.com/t/elSsWx6sV
The closing body tag is located in the footer.php file
– https://www.screencast.com/t/UCvJH6x27s
Copy these files in the child theme if needed and enter the code there.
Thanks
Hi,
We could try a more general code and see if it works for you. Something like this
– https://www.screencast.com/t/QgFM5nt3fU9u
The code will add a border bottom to the top menu and main menu, all the values in the code can be changed (border size, style and color)
.td-header-menu-wrap,
.td-header-top-menu-full {
border-bottom: 5px solid red;
}
Custom codes such as this can be entered in the Theme panel->Custom CSS section. Try it and see if it works properly.
Such customization can easily be done with the browser inspector tool. Inspect the location you want to customize and identify the elements used. Then create custom code. This is a guide in the matter with some examples
– https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/
If the code does not work for you, please mention the header style used, it might need modifications.
Thanks
Hi,
Indeed changing the theme or child theme names will certainly cause problems. There is no solution for that at the moment, keep the theme and child theme names as they are by default and there will be no such issues.
Thanks
That could be done but not by a theme option. It could be done with CSS. For example if you want to hide this menu item on desktop
– https://www.screencast.com/t/FCCYcUtRtNiK
You could use a code like this – https://www.screencast.com/t/Hr46fGoWBrZ
Entering that code in Theme panel->Advanced CSS in the desktop section, will hide that menu item on desktop. It will only be visible in tablets and phones.
Each menu has a unique class, which can be used to target it
– https://www.screencast.com/t/IpCgtTfqfj
This is the code I used in the example
.menu-item-724 {
display: none;
}
Hi,
I have inspected the website on Firefox again, and I see that your removed the code. The issue is solved from what I can see
– https://www.screencast.com/t/v5YPXHO2
The problem with the top row is no longer happening, please check again.
Thanks
Hi,
So you want to remove the content excerpt for that module, that can be done like this. Identify the block module used and set the excerpt length to 1 in the theme panel. For example I have block 12 here
– https://www.screencast.com/t/pjk6iZHgpe
In the excerpt settings for block 12 I have set it like this
– https://www.screencast.com/t/PxM8Dr5lTj
Result – https://www.screencast.com/t/2R8BilJ0l7P
Thanks
Hi,
I see the mega-menu item you mention, it looks like this
– https://www.screencast.com/t/7e09RVtveSfm
There is nothing wrong with it from what I can see, it looks exactly like the mega-menu in the live demo
– https://www.screencast.com/t/7mmBX7wMOxq
Please correct me if I misunderstand something.
Thanks
I have inspected the website, it seems the links cannot be clicked on desktop as well. The menu items do not contain an actual link
– https://www.screencast.com/t/gPl4jvgjYT
Please remove and add again those menu items, as categories
– https://www.screencast.com/t/JSMcfx3t
Then make them mega-menus
– https://www.screencast.com/t/RBkKcJxRK
They will have a link to the category page if you add them as categories
– https://www.screencast.com/t/eB1AzZto
Thanks
The page title will display on the page even when using then default page template, if the page does not contain any page builder content
– https://www.screencast.com/t/0b7RF0iQNd
– https://www.screencast.com/t/DD9RGciZoZTg
In this case, if you are building pages using no composer elements, this code will remove the page title
– https://www.screencast.com/t/pwAKDU5ro677
.page-template-default .td-page-title {
display:none;
}
Thanks
The page title will display on the page even when using then default page template, if the page does not contain any page builder content
– https://www.screencast.com/t/0b7RF0iQNd
– https://www.screencast.com/t/DD9RGciZoZTg
In this case, if you are building pages using no composer elements, this code will remove the page title
– https://www.screencast.com/t/pwAKDU5ro677
.page-template-default .td-page-title {
display:none;
}
Thanks
Hi,
The file you mention is not supported to me modified in a child theme, only specific files from the booster folder can be modified in the child theme
– https://forum.tagdiv.com/the-child-theme-support-tutorial/
You will have to make modifications directly in the main file and make a backup of it. Keep track of update change logs to see if this file is modified after an update. If not, restore the backup. That would be a solution.
Thanks
Hi,
In the folder you mention you will find only plugins that can be installed through the theme plugins section
– https://www.screencast.com/t/ZMjvcviU
Those and all the other plugins can be found in the plugins folder located in the full theme package
– https://forum.tagdiv.com/whats-included/
– https://www.screencast.com/t/fxMlLPWGJO
Thanks
Hi,
The day of the week is already displayed in the top bar, that is how it is defined here
– https://www.screencast.com/t/W8saD4KEMlJ
So it should be displayed regardless of language chosen in WordPress
– https://www.screencast.com/t/C3FHUltXO5I
I found this tutorial you might find useful
– http://evanstang.com/how-to-get-chinese-date-format-in-wordpress/
Thanks
Hi,
Seems the title over image element does not have corresponding font settings in the theme panel multi-purpose fonts. Please have a little more patience, there will be changes made in the coming update. Each element will have options to style the font as you wish.
Thanks
By default the category tag is not displayed on that module, when viewing from mobile. Also I forgot to mention, that code should be entered in Theme panel->Advanced CSS in the desktop section and tablets. On smaller devices it may not work properly.
In order to position the tag like that I used a fixed value, because it is dependent on the module thumb. The thumbnail will not remain the same size for all devices. A solution that would work on all devices would be to position the tag in the left top corner
– https://www.screencast.com/t/IfnYFr4a7a
– https://www.screencast.com/t/9PR3ESbD
Hi,
The thumbnails will be created and displayed as long as the posts have featured or videos set
– https://forum.tagdiv.com/featured-image-or-video/
– https://forum.tagdiv.com/thumbnails-vs-featured-image-size/
Also the thumbnail sizes have to be enabled in the theme panel
– https://forum.tagdiv.com/theme-thumbs/
So all you have to do is set an image as featured and the thumbnails will be created and displayed automatically.
Thanks
Insert it in Theme panel->Mobile theme->Custom CSS code and it will apply to all the paragraphs in the post content, on mobile.