- ApiUsing the Theme API in plugins
- ApiPractical example – How to add a new Block and Module
- ApiAPI – Smart Lists – Introduction
- ApiAPI – Category top section style – Introduction
- ApiAPI – Category top section template – Introduction
- Apitd_api_module::update
- Apitd_api_module::add
- ApiAPI – Modules – Introduction
Hello,
Thanks for the response Bogdan, Simon and fametaxi.
We were finally able to update the theme 8.7.1. We updated the theme and the plugins in the theme package, including Visual Composer.
We are still having trouble with the search and menu button on mobile, on our home page caymancompass.com. We did a test where we deactivated all plugins, then activated each plugin at a time, starting with Visual Composer.
Everything else works great. The only clues I have is that:
1. Images don’t show, (opacity 0) so the animation doesn’t fire. Currently, we have some CSS to override it until we find a fix.
and 2. when we tried to use Autoptimize to test if combining all javascript helped, the buttons worked again, but photo galleries did not. So, it’s something with js, but we’re stuck. I even added this line to css, as Mr. Google suggested, but still no luck:#td-top-mobile-toggle {
cursor: pointer !IMPORTANT;
}
The above solution did not work either.
Any advice would be appreciated. We will continue to troubleshoot.
Hello Catalin,
I’m just trying to change the font family displayed by default on the mobile theme… I’ve already read the link you gave me. But the thing is changing the font-family in the css did not work..
I have updated the tutorial in detail with the new codes and how the search box is rendered. The code to render the search form in Mobile is also updated. Consider checking it here https://www.getcooltricks.com/wordpress/google-cse-integration-to-newspaper-wordpress-theme/. This is fully compatible with the latest version of the theme.
Kindly update the link in best of forum as getcooltricks.com now uses https.
I have updated the tutorial in detail with the new codes and how the search box is rendered. The code to render the search form in Mobile is also updated. Consider checking it here https://www.getcooltricks.com/wordpress/google-cse-integration-to-newspaper-wordpress-theme/. This is fully compatible with the latest version of the theme.
I have updated the tutorial in detail with the new codes and how the search box is rendered. The code to render the search form in Mobile is also updated. Consider checking it here https://www.getcooltricks.com/wordpress/google-cse-integration-to-newspaper-wordpress-theme/. It is fully Compatible with the latest version of the theme.
I have updated the tutorial in detail with the new codes and how the search box is rendered. The code to render the search form in Mobile is also updated. Consider checking it here https://www.getcooltricks.com/wordpress/google-cse-integration-to-newspaper-wordpress-theme/. This is fully compatible with the latest version of the theme.
I have updated the tutorial in detail with the new codes and how the search box is rendered. The code to render the search form in Mobile is also updated. Consider checking it here https://www.getcooltricks.com/wordpress/google-cse-integration-to-newspaper-wordpress-theme/. It is fully compatible with the latest version of the theme.
Thanks.
I have updated the tutorial in detail with the new codes and how the search box is rendered. The code to render the search form in Mobile is also updated. Consider checking it here https://www.getcooltricks.com/wordpress/google-cse-integration-to-newspaper-wordpress-theme/.
Last question, what resolution in pixels does the mobile theme take over from the desktop theme?
Good to know. If it is complex, then it is not worth it. Still, I hope you will be able to enable editing the mobile theme via child theme soon.
Hello,
Sorry but for the mobile theme we have not tested any other smart list of an ajax live search. They were implemented exclusively on the desktop theme. The mobile theme was built specifically to remove all complex elements such as ajax calls, page builders,etc. in order to provide maximum page loading speeds. Sorry but we will not be able to help in this regard as the mobile theme was built specifically to ignore such elements. It will not be simple to modify it into using them.
Thanks for understanding.
Hi, I built out a static home page using the div composer and it was looking pretty good (I just wanted a nice clean look and this theme gave it to me!) I thought everything was fine but when I took a look at it from a mobile, it basically stripped out all the articles and left me with the “author” bio. My question is do I need to add a short code to the actual page to make this work? https://ftgcommunity.com Also, is there a way to pull the author bio out of certain pages (like the home page) when I want to keep the page generic? Thanks!
Hello,
Sorry but please notice that our theme has been designed to have a special menu for mobile devices. The theme does not have an option that allows you to display the desktop main menu for mobile devices, sorry! The width is too small and that’s why this design decision was taken.
Thanks for your understanding!
Hello bellendir,
For more information about our mobile theme, please check our documentation from here -> https://forum.tagdiv.com/the-mobile-theme/ Regarding on images on the block, try to regenerate all of your images using the Force Regenerate plugin with Thumbnail Regenerate, clear all the caches and check the results. Please check the documentation from here -> https://forum.tagdiv.com/thumbnails-fix-strange-looking-images-on-blocks/
Thanks for your understanding!
I Found the search, but still I can’t make the theme black on mobile 🙁
Hi,
I can not find the search disable button in theme panel, where is it?
i have used the black theme settings only, but in mobile/tablet it is white how to change?
Hello hellonikoloz,
If you want to customize your mobile mode you should do it yourself or you can try the mobile theme.
If you want to display the top bar menu on the mobile devices, you should use a bit of CSS code for it. Try the code below and place it in Theme panel->Custom CSS area.
The code is ->
@media (max-width: 767px){
.td-header-sp-top-menu {
display: block !important;
}
}
Thanks for your understanding!
Hello Jose,
This is the style for our Mobile Theme concept. Notice that plugin does not allow you more options to customize mobile version, sorry! So, if you do not like this layout, you should simply disable the mobile theme plugin and the theme will be automatically switched to the general responsive mode.
Thanks for your understanding!
Hi. I have been making some custom modifications to the mobile theme and I would like to ask some questions:
1. How to enable ajax live search?
2. How to switch the smart list style from style one to style 2 and retain the css look of style 2? I tried to change the code in td_smart_list_mob_2,php by replacing it with td smart style 2 but it is bot showing up as it should (not sure if it is the css for the former).
For the mobile theme in the grid displays the last few posts, after the same posts are displayed in the last records. How to make a filter on them?
find a solution. It was necessary to create a category of Featured.
The question is still relevant
A smaller indentation at the bottom of the blocks can be adjusted in the themes panel, if it is a block. And if you use a sidebar, there is no CSS style in the panel
Catalin, Thanks for your reply.
Let’s start from the logo, I am using text logo not the image logo, you could have noticed, if you have checked it, it is text logo, header style 10, on News Week theme demo.
So why theme is not resizing the logo for mobile devices?
Second, about the sign in / join buttons.
Of course i am aware that the styles are different for desktop and mobiles, and that is exactly why i opened this topic to get help to make it the same. I mean the theme is one, so why should i have different view on mobile devices? Just answer me. Styles are different is not the answer, because styles should not be different. I am just asking for help to either make 2 buttons in desktop view or 1 button on mobile view, so the website will be the same for any device. Just tell me how and what to edit in the theme editor.
Thanks.
Hi all,
I use the td-mobile plugin for my mobile version of this theme.
It’s fast, and it’s effective. But I would like to know if there are more design options for this mobile version.
Can you share your website to see your mobile version of this theme?
This is mine:
First there are three fixed publications, then underneath the last entries.
Mobile pics:


It can be very interesting, and constructive, to share ideas about structure in a mobile version.
Remember that google, will release its new update in July, based exclusively on better positioning mobile searches.
For the mobile theme in the grid displays the last few posts, after the same posts are displayed in the last records. How to make a filter on them?
В мобильной теме в гриде отображаются несколько последних постов, после него эти же посты отображаются в последних записях. Как сделать на них фильтр?
Hello,
Yes, please notice that the theme will auto resize the Text Logo on mobile devices if you will use the text logo, as you can see here -> https://www.screencast.com/t/OZ27ZVglCq Regarding on Sign in / Join buttons the style are different on mobile than the desktop version, sorry!
Thanks for your understanding!
Good day Simion again. Whether in the window to advertise the mobile theme to put some widget?
https://cloud.mail.ru/public/4KfP/tpdxKCi7m
For example default sidebar. How to do it?
Добрый день Simion еще раз. Можно ли в окно для рекламы мобильной темы поставить какой-нибудь виджет? Напимер default sidebar. Как это сделать?