Hi,
The theme blocks and grids are designed to display posts and pages. A list can be created in text column or text with title element for example
– https://www.screencast.com/t/vyNhyqGlzBoZ
– https://demo.tagdiv.com/newspaper/lists/
Place the text element in the location you want in the page, and create the list. More information about the tagDiv composer here. You can create playlists as well if that is relevant to what you want to do
– https://forum.tagdiv.com/video-playlist-2/
Thanks
Hi,
Seems to be displaying now from what I can see
– https://www.screencast.com/t/TKhEvc7HV
– https://www.screencast.com/t/G8bAgCm9Wiev
– https://www.screencast.com/t/p4l5Z35R
There would be no reason for the mobile theme plugin not to work for you as well. Unless maybe something like a plugin interfering with it, but that could be easily tested. Or maybe modifications made to the theme or mobile theme files.
Thanks
Hi,
The category pages can be customized only though the theme panel at the moment
– https://forum.tagdiv.com/how-category-settings-work/
You can choose a category template for each category or globally
– https://forum.tagdiv.com/category-templates/
Same with the top posts style grids
– https://forum.tagdiv.com/category-top-post-styles-2/
– https://forum.tagdiv.com/category-grid-styles/
Different pagination styles can be set for the category pages, and backgrounds as well, in the Per category settings
– https://www.screencast.com/t/BoanQnXiO
– https://www.screencast.com/t/uKRKR86KRPpL
The number of posts displayed on the category pages depends on the value entered here
– https://www.screencast.com/t/9P62z8HIaq5W
Thanks
Hi,
You will have to modify them in the actual theme files, through a child theme it will probably not work. The only files that can be customized with a child theme at the moment are mentioned in this guide
– https://forum.tagdiv.com/the-child-theme-support-tutorial/
Modify them there and check the results.
Thanks
Hi,
On mobile, if you would like to remove the menu toggle you will have to remove it from the code in the same files
– https://www.screencast.com/t/RQ4QS0DO7IAN
– https://www.screencast.com/t/ydQ9OG6s30
The result would be like this
– https://www.screencast.com/t/hZxlwkHdD
Thanks
Hi,
I have no idea about that, you could maybe check similar topics
– https://buddypress.org/support/tag/white-screen/
Thanks
Hi,
It seems there is an issue with that smart list style on mobile. As a quick fix please enter this code in Theme panel->Advanced CSS in the phones section
.td_smart_list_3 .td-sml-figure {
float: none;
margin:auto;
}
Let us know if there still is a problem after entering the code. Sorry for any inconvenience caused.
Thanks
Hi,
It seems that the mobile theme is not working on the website. I have tested the latest version of WP Super Cache with the configuration as in the guide, and the latest theme version and plugins. The mobile theme works properly under these circumstances, logged in or not
– https://www.screencast.com/t/mOJh7Sjyb
It works every time, the problem is not happening. Please deactivate all plugins except the theme plugins and the caching plugin (clear the cache) then check if this has any effect. Additionally try deactivating an deleting the mobile plugin and installing it again from the latest theme package. Let us know the results.
Thanks
Hi,
That should be present by default, when the page template with latest is selected. Maybe it is disabled in the screen options, please check there
– https://www.screencast.com/t/m10ekDmS
Thanks
Hi,
The category pages at the moment, can only be modified through the theme panel
– https://forum.tagdiv.com/how-category-settings-work/
There are no other options to modify them, unless modifications are made in the actual category template files in the theme
– https://www.screencast.com/t/q6SPh14cdcE
Thanks
Hi,
You will have to test the button functionality and check the results. That code has to be entered in the file you mention. Replace the old code as shown, with the new one. The button should be displayed.
Thanks
Hi,
From what I can see those posts do not have a featured image set to them
– https://www.screencast.com/t/PFZTgNZIDS
If you set featured images for them, the theme will create thumbnails from them and display on modules
– https://forum.tagdiv.com/featured-image-or-video/
The images once set should not disappear, that could mean a problem with the uploads folder or the hosting server.
Thanks
Hi,
I have tried the code modification you mentioned for a module, and it seems to work for me from what I can tell
– https://www.screencast.com/t/ditWexsJExm
– https://www.screencast.com/t/bSxielGSE
Thanks
Hi,
From what I can tell it seems that menu item leads to home as well, so it is considered active
– https://www.screencast.com/t/V1s3JVAS1PD0
So there are 2 menu items that direct to the homepage, at the moment
– https://www.screencast.com/t/Ip3aTzERP7S
You should inspect how you created that menu item and add it as category, if it is a category.
Thanks
Hi,
The image captions can be set like this for each image
– https://www.screencast.com/t/78Tooqcpo8
– https://www.screencast.com/t/oBcqyYFvx2
The theme will style the captions set like this for each image. These will also be displayed below the image, that is by default. Please correct me if I misunderstand.
Thanks
Hi,
Try the code like this, it should provide the result you want
– https://www.screencast.com/t/iXHUMyPTW49
.vc_widget_sidebar .current-menu-item > a {
color: #ee3224!important;
}
Thanks
Hi,
Maybe try something like this or modify the code further
– http://prntscr.com/gtvu7w
– https://www.screencast.com/t/r1ye0NR4
The sub-menus are not affected by this code, it only centers the header menu.
@media (max-width: 1018px) and (min-width: 768px) {
.td-header-style-7 .sf-menu {
margin-left: 5%;
}
.td-header-style-7 .td-container {
width: 740px;
}}
Thanks
Hi,
Maybe you have an Adblocker installed, that would cause the ads to not be displayed. I don’t think there are limitations for Thailand concerning Adsense ads. Try checking form a different computer, or browser.
Thanks
Hi,
Please provide a link to your website so we can inspect the issue, and maybe identify what is causing the problem.
Thanks
Hi,
I have tested the row background color on a text element like you mention
– https://www.screencast.com/t/ZOjdgfzGQEdC
The background color is applied properly
– https://www.screencast.com/t/O5ZYhxklTDB
Setting a background on the text element itself works as well
– https://www.screencast.com/t/zGHS2avUHBL
– https://www.screencast.com/t/1TkFe2jE
I used the Visual composer provided in the theme package in the tests.
Thanks
Hi,
You could modify the date format in the WordPress settings based on the WordPress parameters, like this
– https://codex.wordpress.org/Formatting_Date_and_Time
– https://www.screencast.com/t/etMpZQjInB
This is the result
– https://www.screencast.com/t/4x0pjOIfA
And this is the date format used in the example
F j, Y,g:i a
Thanks
Hi,
I see a social counter on the homepage of your website but the Facebook counter seems to be accurate at the moment
– https://www.screencast.com/t/Gq09gHpIRyTo
Please correct me if I misunderstand.
Thanks
Hi,
I don’t know why you would be creating different pages to display posts from single categories when you could use the actual category pages that are created for this. I don’t know exactly what problems this could lead to concerning Google, you could search online if this affects the website in any way.
The default behavior of WordPress for the categories is for example websitename.com/category/photos and the page would be websitename.com/photos. That should not be a problem.
Thanks
Hi,
This is highly unusual. That should not happen since the mobile theme plugin is deactivated. Try clearing all caching installed, and purge CDN files if you use it.
Thanks
Hi,
The reviews are conditioned to appear instead of the author name and date, in the theme code. If you would like to remove the reviews from all modules and display the author name and date instead, it will require a modification in this file
– https://www.screencast.com/t/AIMxfQtDb87
– https://www.screencast.com/t/994XyMtbV
If you make that modification the modules will not display the stars for posts with reviews, but the author name and date instead.
Thanks