- TutorialsFrom WPBakery to tagDiv Composer
- TutorialsWhat is Ajax preloading?
Upgraded to v7. Immediately went back to previous version!
1) Social Counter: The new requirement for FB API key makes my FB count go to 0.
2) Mobile Theme: Clicking on the navigation menu top-left requires the user to log in.
thanks man
the menu on mobile not responding.
tuliss: Disable the mobile site plugin and you should be back to almost normal (with an improved menu with login). The mobile plugin is probably buggy as it is (no menus, login, etc showing even if it has been configured in the theme panel mobile plugin settings).
Dear friends i am using style 5 header. I have uploaded logo for retina and normal but the result is
I have uploaded logo for mobil i got normal view but this mobile logo is smaller than normal. How i can fix this.
Atthe settings it says for style 5 no need to upload logo for style 5
Please help.
estambul.net
OMG, nothing seems to work right with mobile after I updated to the new Newspaper7.
Can I downgrade to what was before?
more then half of our readers come from mobile and now it’s just a mess!
i have just updated the theme and after that i started getting mobile container above the header why? kindly fix the issue ASAP as its ruining the look of my blog
My blog is bulletintech.com
I’ve just upgraded to version 7 and my site has severe problems and looks a complete mess.
For some reason the expanded mobile menu shows above every page in chrome.
The logo alt text shows on each page, the search icon is duplicated in the header.
The VC doesn’t work despite reinstalling it using your Plugins option,
the divtag social counter doesn’t display on any browser.
What is going on?! Please help!
Version 7 looks great – updated this morning – but
Messed up desktop menu – this is ubermenu plugin – when deactivating ubermenu site white screens
Mobile theme is great but I need to show all ads sold to local businesses so not good for me – use ShiftNav which only changes mobile menu not entire theme – perhaps a step too far to change mobile theme for me, but good progress for others.
Is there a way to use the weather widget without updating to v7?
Thanks
Hello snaxzer,
If you want to show the top bar menu with the log-in registration on mobile mode, you have to use a bit of CSS code to show it. Please try the code below and place it in Theme panel->Custom CSS area.
The code is ->
@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;
}
}
The result you should see here -> http://screencast.com/t/1b80RNnyn
If you want to create another custom login registration, please notice that this is not a simple task and involve custom work. If you want to display more levels in our theme and you are not aware of the steps which you are needed to take in this regard, please consider hiring a freelancer/developer to help you because we cannot provide customization services at the moment, sorry!
Thank you for your understanding!
Hello, Bogdan!
I probably did an awful mistake cause my mobile site is hardly loading now and when it does is loads with all kinds of bugs
in the administrator panel I entered the “appearance”, then “editor”. I found the file header.php and added google code after the header. then I clicked update file
Since that moment it all went bad for my mobile site
I deleted the google ad code but it’s still not working.
Should I have added the code somewhere else? using the FTP and not the administrator panel?
How can I save my mobile site now?
Please help! 🙂
Tsvi
Hi
Make sure you update the theme following our documentation, also try to deactivate all plugins, clear all caches and remove any custom css/html/php code added in theme’s core files.
As a simple solution you can use this css to hide search button for mobile:
@media (max-width: 767px){
.td-search-wrapper {
display: none;
}
}
All theme’s setting are stored in a filed from database and they can’t be rested to default values from theme panel. These settings can be change/lost only if database it’s affected and any changes are made in the filed which store them.
Thanks!
Hi,
I am facing issue with chrome browser as I am seeing social media icons as chines symbols @ top header navigation menu, share buttons and in mobile view home button and search icon.
Google ads are not visible in chrome browser.
The same is working fine with IE browser.
Please have a look.
Regards;
Jyoswave
Hello darteyobeng,
In order to achieve best results with your Sidebar, please notice that if you have to set it according to our documentation here -> https://forum.tagdiv.com/sidebars-tutorial/ Also, if you are referring to the sidebar position for mobile mode, please notice that it is the theme behaviour as the sidebar to be moved below your post content.
Also, I have checked your website and I saw that your sidebar position is correct placed -> http://screencast.com/t/0XXlY07T4gVC
If is not what you mean, please provide more details about your desired changed so I will be able to provide a more accurate response.
Thank you for your understanding!
Hi
I need put banners like this below
this code still work?
<div class=”td-visible-desktop”>
DESKTOP BANNER
</div>
<div class=”td-visible-tablet-portrait”>
MOBILE BANNER
<div class=”td-visible-phone”>
MOBILE BANNER
</div>
To me not works
Hello
i have a problem with seacrh and mobile menu.
they become like this ??
How to make them pne on the left and the other on the right?
and if theres no Solution, How to Hide search on mobile??
http://sport.sky-host.cu.cc/wp1
thanks
I am using bbpress as forum for my website, login popup is hidden in mobile view so i have decided to add custom login registration page just like this forum has. Please help me out
Hello,
Google ads announced two new ad forms for mobile only. They offer to embed them on every page. Where on the ads section in Newspaper should one embed them?
Hi guys,
URGENT: Theme is no longer mobile responsive after last theme update. We followed your instructions to update theme, visual composer and slider revolution. Slider Rev plugin still says “a new plugin is available”
Please help.
Christina
Hi,
1) In order to add the code besides the author name in the bottom author box, then you need to add it to this file: http://screencast.com/t/ccOh7k2G
2) In order to implement facebook comments, you have to disable the theme comments and then place the facebook comments shortcode in the template files here: http://screencast.com/t/oTnWURqrAb3
You have to do this for every post style you use on your site. every post style has it;s own file.
3) You can use this css to activate the top menu on the mobile version.
@media (max-width: 767px){
.top-bar-style-1 .td-header-sp-top-menu {
display: block!important;
}
.td-header-top-menu-full {
display: block!important;}
.td-header-sp-top-widget{
display:none!important;
}}
Thank you!
Hi Bogdan,
1. I just want to add this code beside the Author Name option 1 or under the Profile Pic option 2: http://prnt.sc/b0vf43
<?php
echo userpro_show_badges($user_id);
?>
2. Is it possible to replace default comments as Facebook comments? if possible what is the correct syntax code? and where to put code? and we decided to go for this Facebook comment option to avoid spam comment on our site.
3. I will send you my credentials via Mail, subject: Login on the mobile version
Regards
Hi,
1) I’m not sure what a userpro badge is as userpro is not a tested plugin. you can try to code it in if you have the proper coding skills. Either with the code you showed above or the do_shortcode funtion.
2) If userpro has it’s own comments, you can replace the standard theme comment system from here: http://screencast.com/t/Ic56itglx3h
3) The login was hidden for mobile phones only. For desktop and tablets it is present in the top menu. Please proveide a link to your site so I can provide the proper css to show the login on the mobile version of your site.
Thank you!
Hi,
If you have made a any modifications to the blocks besides the travel demo classes, please remove them, and also remove the design option settings and test again. If the block still displays broken on mobile, please send us an email at contact@tagdiv.com and provide wp-admin so we can login and inspect the issue. Also include a link to this topic so we can identify you.
Thank you!
Hello,
I have 2 question:
how to change smartlist 1, slide to next in press to next in mobile?
and how to block the next button or slide, when the photos end up?
Could you please check mobile Home Page main block visualization?
http://chamorro.demo-page.info/
Hi,
If you tried testing the theme in it’s default state, then this could also be a server side issue. Maybe there are certain settings made on the server preventing google from analyzing your site correctly.
Our theme gets a positive response for mobile friendly tests: https://www.google.com/webmasters/tools/mobile-friendly/?url=demo.tagdiv.com%2Fnewspaper
Please contact your hosting provider and as if he knows anything on the server that can prevent the google insights.
You can try this on a sub-domain with a fresh install of wp and the theme and see if the mobile friendly test returns the same.
Thank you!