- NewspaperThe Newspaper Mobile Theme: Introduction
- NewspaperThe Mobile Theme
- NewspaperModules Builder in Newspaper Theme
- NewspaperFilters and sorting for taxonomies
- NewspaperHow to Add a Logo in Newspaper
- NewspaperBig Grid Flex Settings
- NewspaperHeader Builder
- NewspapertagDiv AMP Plugin Tutorial
- TutorialsFrom WPBakery to tagDiv Composer
- NewsmagSmart list ads
- NewspaperNewspaper theme documentation
- NewspaperBest Of Forums
- NewspaperCache plugin – install and configure
- NewsmagIntroduction
- NewsmagMain menu
- NewsmagLogo & Favicon
- NewsmagHeader ads
- NewsmagSmart sidebar
- NewsmagSharing buttons
- NewsmagCategory tag on modules/blocks
Hi,
1&2 Search on mobile view: http://screencast.com/t/Gjz1QtC4zwA
@media (max-width: 767px){
#td-top-search {
top: 0px !important;
right: -56px !important;
}
.header-search-wrap .dropdown-menu{
right: -277px!important;
}
.header-search-wrap .dropdown-menu:before{
left: 32px!important;
}
.header-search-wrap .dropdown-menu .btn{
right: 269px!important;
}
}
3. I see that you managed to solve that: http://screencast.com/t/pKRV7x9KSv
Hello, i have already follow your these guidelines to speed up my site:
https://forum.tagdiv.com/page-speed-guide/
But still my score on google speed insight is 70 and 84 for mobile and desktop!
https://developers.google.com/speed/pagespeed/insights/?url=http%3A%2F%2Fwww.unbelievable-facts.com%2F
I have few questions please guide me:
1. it is showing i need to optimize CSS Delivery, i saw article about combining many css files to one, but i am not sure if it will be applicable in these 3rd part css below:
Optimize CSS Delivery of the following:
http://www.unbelievable-facts.com/…ontact-form-plugin/css/style.css?ver=4.1
http://www.unbelievable-facts.com/…ser/assets/css/js_composer.css?ver=4.3.4
http://www.unbelievable-facts.com/…content/themes/Newsmag/style.css?ver=1.2
http://www.unbelievable-facts.com/…alize/frontend/css/socialize.css?ver=4.1
first css is of contact form i am using, widget url is :
https://wordpress.org/plugins/contact-form-plugin/
please suggest me good contact form, which will not create any porb.
2nd css is of visual composer i guess, please suggest me its solution too.
2. Minify CSS for the following resources to reduce their size by 10.5KiB (16% reduction).
Minifying http://www.unbelievable-facts.com/…content/themes/Newsmag/style.css?ver=1.2 could save 9.1KiB (17% reduction) after compression.
Minifying http://www.unbelievable-facts.com/…ser/assets/css/js_composer.css?ver=4.3.4 could save 1.4KiB (13% reduction) after compression.
How can i compress them? please guide!
3.Minify JavaScript for the following resources to reduce their size by 4.8KiB (3% reduction).
Minifying http://www.unbelievable-facts.com/…assets/js/js_composer_front.js?ver=4.3.4 could save 2.1KiB (36% reduction) after compression.
Minifying https://www.gstatic.com/swiffy/v7.1.1/runtime.js could save 1.4KiB (2% reduction) after compression.
Minifying http://www.unbelievable-facts.com/…themes/Newsmag/js/td_site.min.js?ver=1.2 could save 775B (3% reduction) after compression.
Minifying http://pagead2.googlesyndication.com/…s/r20150122/r20141212/expansion_embed.js could save 512B (2% reduction) after compression.
How can i minify them? please guide?
And 1 more question, currently i am using dedicated server, should i try CDN? will it help improving page speed? if yes then how much?
Hi,
I do not use adsense ads, and ads code from my provider is not responsive. when I paste the orizontal 728 banner (in header) it displays well on desktop but it’s cutted on the right for tablet or mobile. How can i Fix That?
thanks.
Hi,
I have some problems in adapting mobile site.
http://www.hayom.org.il/wp-content/uploads/2015/01/Screenshot_2015-01-28-20-18-26.png
http://www.hayom.org.il/wp-content/uploads/2015/01/Screenshot_2015-01-28-20-19-15.png
http://www.hayom.org.il/wp-content/uploads/2015/01/Screenshot_2015-01-28-20-20-40.png
Thank you very much for all your help.
How can I hide the homepage widget blocks in the mobile view? There is an option for them to hide in mobile view, but unfortunately it does not work in any way.
Is this feature available or will be available? If not is there a suggest plugin that will work with the theme?
Thanks.
I want to assign a different WP menu to the mobile menu instead of the default main menu.
I have registered a new nav menu location in my child-theme functions and assigned my new menu to the location. I copied /parts/mobile-menu.php to my child theme and edited ‘theme_location’ to my new menu location name.
This works in that it shows my new mobile menu in the mobile view, but at the same time it breaks the main menu’s mega menu features.
Any advice? Thanks.
Hi,
You can change header style to “Blog style – full text logo + menu” and I think that there wont be issues on moblie view. Any if you want to use Style 3 you can use this custom css:
To hide the main menu and place the search button on top for mobile view: http://screencast.com/t/Q2PImmCmYDWG
@media (max-width: 767px) {
#td-top-menu .sf-menu {
display: none;
}
.blog-stack #td-top-search{
right: -50px;
top: -75px;
}
.header-search-wrap .dropdown-menu {
left: -56px!important;
}
}
For tablets please use this custom css in Theme Panel > Custom Css: http://screencast.com/t/vMf2QV8vpxMx
@media (max-width: 1018px) and (min-width: 768px){
.blog-stack .sf-menu > li > a{
padding: 0px 5px 0px 5px;
}
.blog-stack .sf-menu a.sf-with-ul {
padding-right: 25px;
}
.blog-stack .sf-menu > li > a{
font-size: 12px;
}
}
Hope this helps!
Thanks!
Hi,
You need to disable the mobile theme: https://forum.tagdiv.com/how-to-manage-the-mobile-theme/
Thanks
Hello
I am having some issues the top menu of http://frubun.ro/ is shown on 2-3 lines on mobile phone or tablets.
Could you please help me
Thank you
Sergiu
Hi,
You can try to set you header to header style 3 then use the custom css from below to get this result: http://screencast.com/t/WPtJGwplM
@media (max-width: 767px) {
.td-menu-wrap #td-top-menu {
display: block !important;
}
#td-top-mobile-toggle {
display: none !important;
}
#td-top-search {
width: 40px;
position: absolute;
top: 0px;
right: 16px;
}
.header-style-3 .td-logo img {
position: initial !important;
width: 180px !important;
}
}
Please also note that the main menu hasn’t been designed to be used on mobile screens so you might need additional customization to it.
Regarding the second questions, in the customization above I have removed the mobile menu button as I believe you don’t need it anymore.
The icons is added using the background-image property via css: http://screencast.com/t/k6hyD03kHex You can also alter tit via css and change it or enlarge it.
Thanks
Hi,
When I use the big slide on my home page, everything will be a mess.
http://www.hayom.org.il/wp-content/uploads/2015/01/@Phone.jpg
Thank you very much!
Hi, instead of using the default mobile menu, is it possible to use the regular navigation instead(condensed down of course)? I only have 4 menu items I would like to include on the mobile version, and the current menu button doesn’t really stand out.
As a second option, is it possible to increase the size of the current mobile menu button? or to change the graphic?
Thanks!
Hi,
When you view my website on your mobile device, the menu does not work. I’ve tried some of your other suggestions for people with similar issues, but I still cannot get it to work. My site is nedirtbikes.com.
Hi,
The logo issue you have is because you use a large logo img and which on mobile screens id set to a 180px width and behaves as in your case.
You can adjust it and make it look better via css, like this: http://screencast.com/t/vrjChmttUD67
You also need to remove or change the header color, use the css below and set the color as you like. It will have to be different form blue because the logo is also blue and different from white because the menu icon and search icon are also white.
You can also set the menu color to black from theme panel: http://screencast.com/t/nUvQUIFd
@media (max-width: 767px) {
.td-boxed-layout .td-menu-placeholder .td-menu-background .td-menu-wrap {
background: red !important;
}
.header-style-3 .td-logo img {
width: 380px !important;
top: -1px !important;
}
}
@media (max-width: 500px) {
.header-style-3 .td-logo img {
width: 300px !important;
top: 5px !important;
}
#td-top-search {
right: -40px !important;
top: -57px !important;
}
}
@media (max-width: 400px) {
.header-style-3 .td-logo img {
width: 250px !important;
top: 8px !important;
}
}
The itemprop="interactionCount" meta tags are added and used for the comments counter from modules: http://screencast.com/t/MgwNRmvLQLzi
To remove it please comment this line: http://screencast.com/t/3iTGxtlTs
Thanks
3. That worked, thank you!
5. Actually, would it just be possible to add a spacing betweetn individual widget/content wrappers ? I think it would be easier than to modify just the borders.
6. Yes, but that sidebar is also shown on the main page, so I’d have to have double content to show everything I want. How could I show in page 2 – 1xxx a different sidebar ?
7. That’s just awful, I mean why would I want to hide the sidebar when I need it ?
8. Please tell me what values I should modify there.
Regarding quotes, the writing appears huge in the admin panel, how can I make it appear normal. Regarding the color, the quotes appear blue, while the color is grey..
Adding tot his, how can I show more recent articles on the front page list, and in page 2 – 1xxx. The same question applies to the archives, categories and so on.
If I use the ads system to show ads, even though they are not shown on mobile/desktop, they still load in the page’s source code. How can I block a desktop ad code from showing in the mobile source page since it’s not needed and it just takes longer to load the page with it. Thanks.
Hi,
Thant would be the normal behavior without any css to style the page on mobile screens. The theme doesn’t have an option to turn its responsiveness off and this is not an easy task so I suggest you also get someone to helps you with this and also make a backup of your current theme installation.
Sorry for the inconvenience!
Thanks for understanding!
Thanks Chris!
Replied here: https://forum.tagdiv.com/topic/mobile-menu-problem-2/#post-35691
Hi,
The menu is showing those duplicated items because you have set them to use the mega menu which by default it displays the subcategories of a category and you’ve also set the subcategories as sub items which is not necessary when using mega menu so you can noticed that you gave the same issue as on mobiles on desktop also: http://screencast.com/t/ptRri7ezfT
You need to remove this ones: http://screencast.com/t/RPRkEEFlnkdD from appearance > menus panel leaving just the category set to use the mega menu: https://forum.tagdiv.com/how-to-use-the-megamenu/
Thanks
-
This reply was modified 11 years by
Lucian.
and how about logo for mobile, i had insert logo with dimension 275×58 px, but when i see in mobile device the logo is too small,thank you
Hi i have solve this problem, i change code in header.php before, now i have any problem, why my logo not view responsiv?its too small when open with mobile device
Regards
REMINDER ON PAGE SPEED SCORES :
Test your site with AdSense turned “off” as this gives you a false negative score which Google takes into account when seeing the “actual” score for any ranking purpose.
Meaning if you have a desktop score of 93 with no ads, and 89 with AdSense running; Google is not going to really penalize you those 4 points simply based on the advertising which is from their own system.
So normal practice for Pagspeed optimization:
1) test and optimize with the following OFF
a) AdSense
b) Disqus/Livefyre
c) Jetpack
d) Social “counters”
e) AddThis, etc.
2) optimize based on this base setup.
3) slowly turn on the other external elements, and then choose the trade offs of features vs score.
e.g., should you choose local comments or Disqus ? Test with both, and choose features vs speed.
Should you choose social “counters” or simple share buttons. Does anybody care how many shares you have? Can you gain a point turning those “counters” off ? Do you need to put the counter widget on EVERY page, or just the home page?
Do you need to have 20 thumbnails per post? Maybe set a limit of 10 images per page as a baseline optimization target. Consider using more text in the sidebar than all images?
If you’re above 90 with ads and such turned off, you’re fine. Over 85 for mobile, you’re fine. If under that, and you have fully optimized your site, then you have to take away some features to reach the desired “number.” Simple as that.
i just open my website on opera and see its looking too weird with a black screen! see link below!
http://prntscr.com/5wpo9w
my second question is can you please please tell me that how can i improve this?
My mobile score is only 34 in the red bar please tell me a solution minimum to get 70% to 75% and on desktop 85% to 90%
http://prntscr.com/5wpqkrt
Hey my site is https://www.techlegends.in But i am getting double menu options while browsing through mobile. But the desktop version is fine.
Hi,
Those VC features haven’t been tested. You can use the advanced css filed from theme panel to add css that applies just the a specific device screen width.
Ex: This will hide the post title from post template 8 on mobile only: http://screencast.com/t/rmzEKl71H
You can use them and built css for the parts sections you don’t want to show on mobiles/tablets/dektop screens and add your css like in the example.
You can also use this VC general setting: http://screencast.com/t/R6d2ES9hWz and set a custom class which you can use to target and hide the sections you don’t want.
Please open anew topic and post you questions in the main forum.
Thanks