Hello,
You can enable the option the Auto Loading on the Single Post Template with tagDiv Composer -> Show site wide settings => https://www.screencast.com/t/4RnV1CnxiuA
From here, you can choose to display previous posts, recent articles, or ones from the same Category.
Thank you!
Thank you very much for that!
Sometimes when I editing posts, after that I see the AUTO LOADING not working 🙁
https://www.screencast.com/t/hZLGl34Doci
It’s just spinning infinite. How can I fix that, the only thing I found it’s just clear all cache. But this is unacceptable to do every time after editing post 🙁
Desktop and mobile also. Using WP Super Cache, which is recommended by TagDiv
ALso, how can I make logo on mobile screen be bigger, and be smaller on PC version? And how to enable MORE button in menu?
-
This reply was modified 5 years by
mikevanmoonlight.
Hello,
For the problem with autoloading, we need to take a look, please make a full backup to all files and the database and contact us via email at contact@tagdiv.com. Provide
– wp-admin URL and credentials
– cPanel URL and credentials
– A link to this topic in order to identify you
Also, for the logo, you can change the Image Width => https://www.screencast.com/t/mk6LdabRYmrc for both desktop and mobile you can set different widths.
Thank you!
Cannot edit menu and logo with TagDiv composer when no Template choosen. When I clicking on menu using TagDiv it’s just nothing. Click on logo or menu elements leads to opening site on another page.
Also, how I can add a MORE button for menu, because it’s not looking good now.
Hello,
If you have a standard header style, then you can’t change the Image Width, only if you have a header template from the cloud library you can make changes.
You can add an item to the menu created called”More” and in that item, you can add the elements that you have in the menu like this => https://www.screencast.com/t/55UXzp3eq -> https://www.screencast.com/t/ag8HrBkSsd
Thank you!
Choosed Header Template – magazine Pro. How can I make menu be Non-sticky not on desktop nor mobile? Cannot find it nowhere. Prefer to set smart-sticky on mobile
-
This reply was modified 5 years by
mikevanmoonlight.
Hello,
To disable the sticky header go in Manager(Website Manager) -> Header => https://www.screencast.com/t/L2ZtzgmJrtp
Thank you!
Thank you! Is there any way to make mobile menu smart-sticky? I mean it will becomes sticky only when you scrolling up
Hello,
To make the mobile menu Smart snap, then you need to enable it to be sticky and in its settings to set to Smart snap => https://www.screencast.com/t/zlfVmcjXZ
Hope this helps you!
Thank you!
Hello! I have problem again. When I opening page 404 for example https://pipsik.club/e
Menu looking no good and becomes in black color.
When I trying to edit page 404 with TagDiv composer everything looking perfect and no need to change nothing.
How can I fix that?
Thanks
-
This reply was modified 5 years by
mikevanmoonlight.
Hello,
Please do these steps
1. disable tagDiv Composer and tagDiv Cloud Library
2. uninstall tagDiv Composer and tagDiv Cloud Library
3. clear cache (if cache plugin exists)
4. re-install tagDiv Composer and tagDiv Cloud Library again from Newspaper plugins => https://www.screencast.com/t/WLy01lbc
5. activate tagDiv Composer and tagDiv Cloud Library
6. clear cache (if cache plugin exists)
Let me know the results!
Thank you!
Hello! How I can remove transparency from mobile search/live search, and how to disable/enable live search?
Thank you!
And how to put in search field something like “type here” be visible by default
Hello,
You can change the transparency from Theme Panel -> Theme Colors -> Mobile menu/mobile search => https://www.screencast.com/t/z4ukTSb5T, also if you use the responsive version you can remove the live search like this https://we.tl/t-WtQo2tjFeV
If I understood correctly, you want to have a placeholder, so you need to select the search, and in the tab called “General”, you can set it => https://www.screencast.com/t/uTNEk62VuLw
Hope this helps you!
Thank you!
1. That hint works, thank you
2. Unable to choose live search button using tagDiv with currently setting. Will not change to any another template, because all time it’s crashing to default menu.
So I forced to edit primary code for changing the menu I (and footer) including search. I did it to match logo size inside menu. That was hard but I did it.
However, I have limited knowledge, so I need to know how to edit placeholder in Style or TagDiv pack.
I want cursor blinking in search field by default and russian words inside placeholder “введите что-нибудь” (type something).
Thank you
-
This reply was modified 5 years by
mikevanmoonlight.
Actually, lets try just russian words inside placeholder “введите что-нибудь” (type something) without cursor blinking
Hi mikevanmoonlight, I think that you are referring to the “|” that its in the search input, unfortunately, there are no options for it in our theme, and all we can do is to help you to hide it with a css like this one
.td-theme-wrap #td-header-search{
color: transparent;
text-shadow: 0 0 0 #2196f3;
}
-> https://i.imgur.com/jpA8QIW.png
If this is not what you mean, please let us know!
Have a nice day!
Hello! No, I want following: when you pressing search button on smartphone –
1. Placeholder will already contains “введите что-нибудь” (enter here)
2. Kursor be blinking inside placeholder to let people know where to type.
Thanks
-
This reply was modified 5 years by
mikevanmoonlight.
Hello,
Now I understand what you want to get, unfortunately, there is no option in the theme, but if you want you to have to do the implementation in the theme files for mobile wp-content/plugins/td-composer/legacy/Newspaper/parts/search.php and add the code https://i.imgur.com/IdSDtwj.png
Also, the cursor blinked in the search https://we.tl/t-smcJXZ4y9p
Thank you!