- 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
- ApiUsing the Theme API in plugins
nu inteleg cum e cu page speed …
cand nu am nimic instalat speed booster sau W3 Total Cache si fac un test pe google page speed sau gtmetrix … rezultat >>>
google page speed :40/100 si
Page Speed Grade:(64%)
YSlow Grade:(65%)
dar pagina se incarca repede … chiar si pe mobil e ok
dupa ce instalez tagDiv speed booster … (apropo cu acest plugin nu merge menu in mobile view…) si W3 Total Cache
google page speed :77/100 si
Page Speed Grade:(94%)
YSlow Grade:(80%)
dar pagina este foarte inceata … merge greu si pe mobile e teroare …
ce sa fie ?
ca nu inteleg … cand e scor mai bun merge mai prost ? :))
merci
I was looking to do something similar to a classroom type site; found this (Google great for searching by the way), have not yet tried it:
https://wordpress.org/plugins/mobiloud-mobile-app-plugin/
I’m trying to make the sidebar much more narrow/smaller with my images and text on the right: http://someviewers.com/. I want the main content on the left to be larger and more prominent.
Also when I view my site on mobile the side bar content when I scroll down is much larger and more prominent, and I would prefer to have just one set of my posts and no sidebar in the mobile version. Is there any way to do this.
Hi,
We decided to let this as it is now because the style 3 is made to be used to have instead of the logo a full background image for the header, and on mobile that part should stay on top, not on the menu bar.
I will tell you how to make it in your case:
Edit like here: http://screencast.com/t/DcFjrG1zeEWp
Add this CSS in Theme panel -> Custom CSS
/* responsive phone */
@media (max-width: 767px) {
.td-full-logo {
display: none;
}
}
Hope this will be ok for you.
Thanks for your message!
-
This reply was modified 12 years by
Marius.
Great, thx a lot.
Hi,
Use this:
@media (max-width: 767px) {
#td-top-search {
position: absolute;
right: 13px;
top: -3px;
}
.header-search-wrap .dropdown-menu:before {
left: auto;
right:31px;
}
.header-search-wrap .dropdown-menu {
right: -14px;
left: auto;
top: 49px;
width: 320px;
}
}
hi,
or you can change the menu color.
Thanks for you message.
Radu A.
@nate: Great but is there also a way to get the search icon on the right-hand side of the logo?
Hello!
Is there anyway to choose a different logo for mobiles? My menu colour is Cyan and the logo texts are also cyan. That’s why in mobile devices the colour matches and none can see the logo. It will be really great if someone from tagDiv tells me how to select a different logo for mobile.
Thanks
Mehedi
Hello Marius.
But if I don’t want to remove slider from mobile ? How to convert the 3 column slider from desktop to 1 column slider to mobile (so that picture and title are displayed properly)?
Hi,
Please can you give us more details, on which device you have tested? and what links do you talk about? Can you give us your site URL to test it myself?
I’ve tested the links on our demo on a Galaxy S4 and work fine, we have no complain from other users about this issue.
Thanks for the message!
Links are still unresponsive on Chrome Mobile/Android. They only open if you press them long enough then open link to a new tab option.
Is anyone else experiencing this?
Hi,
We will fix it in the next update, today.
Thanks for the message!
Hi,
Add this CSS in Theme panel -> Custom CSS
/* responsive phone */
@media (max-width: 767px) {
.td_block_slide_big {
display: none;
}
}
Thanks!
Hi,
We will take a look about 3 and 6 style and we will fix it ASAP.
Thanks for the message!
This happens on your demo site too. For the sake of your other clients, why don’t you try to figure out what is causing the conflict? The demo site should be a perfect example without any conflict, right?
Hi,
I understand, could be a js conflict and you loose the functionality. Please check in console(on browser) for errors, if you have, please try to disable all plugins or one by one and see if works, could be from a plugin conflict.
Thanks for your message!
To center the logo:
@media (max-width: 767px) {
.mobile-logo-wrap img {width:170px;position:absolute;left:0;top:-3px;margin-left:auto;margin-right:auto;}
}
The key is auto margins. I’ve only tested this on my Galaxy S3 but it works for both landscape and portrait.
I’ve just search high and low through every theme file and function in this theme and the ONE thing I do NOT see is code to DISPLAY the article bottom ad!
And low and behold, it doesn’t display.
I checked versions 3 and 301 – I checked all theme documentation, not one clue as to exactly where this spot is – I checked demo site and no ads appear at the bottom of articles.
Ad is currently set for bottom, disabled only on mobile.
Hey thanks for the reply nate, but I’m not using revolution. Having even installed it. Just the default slider that comes with the theme.
Hi guys,
I have placed the sidebar on the left of the web loop, but in the mobile version, the sidebar looks first and then the content of the article … that makes many quickly go to my website to find what they seek.
How I can do to make the sidebar on the mobile version stays in the right hand, that is, below?
thank you very much
You can close this.
You can turn off the slider for mobile in the Revolution Slider plugin settings, just click the settings for your slider and look for Mobile Visibility.
To fix the problem you have to use the top grid for the text so it doesn’t bunch up on mobile, it’s a bug in Rivo Slider. Here’s what the author said:
Hi,
please use at those caption the top align instad of bottom, so they both pulled from the top and can not overlap each other any more.
This attribute will be modified in the next version, so situations like this will not even be possible. For now please use the workaround i wrote above.
Thanks a lot,
ThemePunch
Hi
When I view my site on my phone the slider text gets all bunched up and covers most of the slider. Is there a way to remove the slider just on mobile. I want to keep the responsive for desktops/tables, but just have the homepage slider disappear when viewed on a mobile phone.