- TutorialsFrom WPBakery to tagDiv Composer
- TutorialsWhat is Ajax preloading?
I’m interested in showing Sign in / Join (especially on mobile) but I’d like them to go to a different registration system (outside of WordPress). So I’d simply like to have Sign In by a hyperlink and Join be renamed Register and hyperlink to a registration page. Am I able to do that? Also, can I make it just show on mobile?
Thanks
Hi,
I have removed the comment count from each post using the newsmag theme panel, but I was wondering if there is any way to remove the comment count from appearing on the homepage?
Also, I downloaded a mobile app plug-in which unfortunately made my newsmag slider stop working on mobile. Despite having completely deleted the plug-in, it seems that some coding has remained that makes each of the slider images stack on top of each other in mobile view. Do you have any tips on how I could get my slider to work again?
Thanks for your help!
– Emily
So right now, on MOBILE VIEW menu (I don’t have mobile theme installed), when I click on menu symbol, I can only see my main categories. Behind every main category there is an arrow, and only when I click on the main category, the subcategories are displayed. Otherwise they are hidden…
Now I have seen on other websites, for example in the example below, where subcategories are displayed under main categories (with indented position) right when you click on menu symbol:
(see screenshot here)
https://picload.org/view/raadopgc/urlaubsguru_menu.jpg.html
How can I make my mobile menu like this?
Yes we are taking about same spot in screenshot you made. That is where I uploaded an image but my background doesn’t change for mobile menu. That’s why I asked if there is a certain size in original post.
You don’t need to do that with a responsive theme.
If you wanted to have a second version of site in a sub domain, you’d need to do separate install of WordPress, and theme in the sub-domain, then setup a browser sniffer to redirect mobile traffic to the m.site.domain.
YOu’d likely need to hire a developer to help you with that. You’d also need to use some kind of sync program to sync desktop and mobile versions of site content.
Not simple. There might be other ways of doing that, but just quick thought on how we used to do it in years past.
A complex regex rewrite setup might do that for you, but not sure.
Thank you Alin,
Is there any option in theme for changing layout for mobile version? Or mobile version is default one?
Hi My website display perfectly well on desktop and laptop but on mobile it doesn’t display the sidebar
Hello,
Thank you for your quick answer.
– For white block, when i changed color to yellow, all width block change. I just want the small white one behind “Aito Actu”
http://aitoguerrierdupacifique.com
-For youtube on sidebar, i removed youtube ID 3 days ago, but the red thumb is still there.
– Thank you for the code for topbar on mobile. Possible to center all? and may be change reduce height?
– Pinterest removed: thanks.
– On shop page: http://aitoguerrierdupacifique.com/index.php/boutique/
Where can i change the font color of number of products in category? Actually black, we don’t see it.
-There is no quick view on product?
Thank you for this amazing theme. I don’t know nothing about code and it’s very easy for me to do what i want except some small things.
Regards
Sébastien
Hello kaidensharma,
I have inspected your website on mobile mode and it seems to work as properly. You should use a bit of CSS code to give black color for menu button, like this ->
#td-top-mobile-toggle i{
color:black;
}
The results is here -> http://screencast.com/t/IJYNGUWa
If is not what you mean, please provide more details so OI will be able to provide a more accurate response.
Thanks for the message!
Hi,
– The white block is a news ticker element that can be found in visual composer. edit your page and check the trending now element.
– Edit your page and edit the social counter settings and simply remove the youtube ID from the widget settings:https://forum.tagdiv.com/tagdiv-social-counter-tutorial-2/
– Try to use this code for the top menu on mobile:
@media (max-width: 767px){
.td-header-top-menu-full {
display: block!important;
}}
@media (max-width: 767px){
div.td-header-sp-top-menu {
display:block !important;
}}
@media (max-width: 767px){
.td-header-top-menu-full {
display: block!important;
}}
– Thumbnail sizes cannot be changed easily in our theme. You will require coding skills for it: https://forum.tagdiv.com/td_api_thumbupdate/
– Use this css code to remove pinterest:
.td-social-pinterest{
display:none!important;
}
Thank you!
You can guide me.
How to run domain.com with desktop themes
m.domain.com by mobile themes?
Have a good day.
Hello,
If your desktop version loads the mobile version, that is a caching issue. Please make sure you do not have any cache from the host and only use this plugin: https://forum.tagdiv.com/cache-plugin-install-and-configure/
If you use a cdn please use these settings: https://forum.tagdiv.com/cloudflare-cdn/
Let us know how it goes.
Thank you!
Salutarae! As vrea sa stiu daca ma puteti ajuta cu un cod css prin care sa folosesc doua post template-uri diferite pentru site-ul meu, infoalert.ro : unul pentru varianta desktop celalaalt pentru dispozitivele mobile.
Mai exact pentru desktop sa folosesc post template-ul style 1, iar pentru dispozitivele mobile post template-ul style 6.
Multumesc!
Hi,
The mobile version is different for smart lists. Please use this code for mobiles:
.td-slide-smart-list-figure img{
pointer-events:none
}
Add it in the theme panel -> custom code and advanced css mkode under the mobile phones section.
Thank you!
Hi Bogdan,
I choose not to use the mobile theme plugin since I don’t like how it renders.
What would be the changes I’d need to make to this code in order to keep my custom menu?
(From: https://forum.tagdiv.com/topic/where-do-i-edit-the-mobile-menus-options/)
4. You can make a add a new menu for mobile only editing theme’s code as follows:
– edit td_menu.php and add this line of code here: http://screencast.com/t/Rf59isOchm
‘custom-menu’ => ‘Custom menu for mobiles’
– edit menu-mobile.php and add thei code here: http://screencast.com/t/ybU3TZ4yLhvu
wp_nav_menu(array(
‘theme_location’ => ‘custom-menu’,
‘menu_class’=> ‘td-mobile-main-menu’,
‘fallback_cb’ => ‘td_wp_no_mobile_menu’,
‘link_after’ => ”,
‘walker’ => new td_walker_mobile_menu()
));
Thanks in advance guys. Love your work.
Cheers
I have ruined the mobile version of my website http://kaidenworld.com
can u please help me out in placing my logo, search button and menu button on right place ??
hello Bogdan,
Thank you for answer, i ll know for opening hours.
I have some questions:
-how to change the white block http://i64.tinypic.com/1zw0qrd.jpg
– How can i remove youtube link from social network on homepage ( i would like only facebook and twitter).
– I tried to install topbar on mobile with the css i saw on your support but doesn’t work.
– Is it possible to change some size thumbnails on home page?
– How can i removed pinterest from post?
Thank you!
Regards
Sébastien
http://aitoguerrierdupacifique.com
Hello,
If you are not using the mobile theme, then you should be able to change the mobile menu background from here: http://screencast.com/t/ZJB9DaLeTX
If this is not what you mean, please provide more details to what background you try to change.
Thank you!
Hi,
Sorry but we are not in the same time zone. The support hours are posted on this page at the top right of the screen.
Here is an example that works on your particluar category:
.category-19 .td-category-header{
background-image: url("http://cdn.gottabemobile.com/wp-content/uploads/2013/04/HTC-One-Photo-Sample-Marbles.jpeg");
background-repeat: no-repeat;
background-size:100%
}
I hope this helps.
Thanks.
Well the code got changed so your customization is no longer correct. This is the problem with altering the theme files. Updating a theme means replacing the code. Code gets updated and modifications were made on the old code.
If you want to have a different menu on mobile phones, you can simply use the mobile theme plugin now and you will already have a custom menu for mobile phones.
Thank you!
If you want to use the code just for mobile, add it in the advanced css filed under mobile phones: http://screencast.com/t/UTPddkCMj
Thank you!
For my new page at http://www.esportindustry.com I have the problem that basically only the landing page (front page) loads in mobile mode on my Windows 10 laptop. How can I fix that? All other pages seem to load with the normale web design.
– Marian
We use: Accelerated Mobile Pages by Ahmed Khaludi
Auttomatics AMP plugin
Yoast Glue
The set up works perfectly on our setup and has done for months now.
This selection allows for customisation too
Pat
Has anyone added the Accelerated Mobile Pages (AMP) plugin and tested yet?
Anything to report on if it works ok? Any problems?
.td_smart_list_7 .td-slide-smart-list-figure img{
pointer-events:none
}
I Added this in the theme panel-> custom css box 4 disabling my image links. But my image link still working on my mobile version.
Do u have another code for disabling mobile version
thank you 🙂