No search results were found in Documentation!
Hello,
When using either UberMenu or Mega Menu (plugin to have extra options unlike what comes with theme), the mobile menu shows up on the home page AS WELL AS the responsive “fly-out.”
Above the responsive break point is fine. Uber or Mega replace as intended, but the mobile version is completely duplicated (fly out AND on home page).
What do I need to do here? Thanks.
Here’s the URL. elitesportsny.com
….but I’m continuing to mess with it, so don’t judge based on what the mobile menu looks like (just in case I went back to the stock menu.
Hi,
Google Webmaster reports this error /search/ point to a page not found…
It could also redirect /search/ to another page, but in terms of seo even this does not seem a good idea.
What other solution to eliminate it in the page code?
var td_ad_background_click_link=””;
var td_ad_background_click_target=””;
var td_ajax_url=”http://www.bintmusic.it/wp-admin/admin-ajax.php”;
var td_get_template_directory_uri=”http://www.bintmusic.it/wp-content/themes/Newspaper”;
var tds_snap_menu=””;
var tds_header_style=””;
var tds_mobile_swipe=””;
var td_search_url=”http://www.bintmusic.it/search/”;
Thanks
Hi,
Did you enabled top menu from Theme Panel? – http://screencast.com/t/IE1skPN9PlQO as I have checked your site and the top menu is not visible also on desktop, that css help you to show it on mobile devices(where is hidden) – http://screencast.com/t/ce6z8jXRAZSv
Please check if you have this issue with smartsidebar also without any plugins active, leave only Visual Composer active and clear cache. Also test it without js/css minification.
About loading time please test your pagespeed https://developers.google.com/speed/pagespeed/insights/ and try to fix those errors. You can find out more about this in our documentation – https://forum.tagdiv.com/page-speed-guide/ and also Christopher topic help – https://forum.tagdiv.com/topic/tutorial-chriss-custom-optimizations-for-functions-php-etc/
Thanks!
Hi,
I have added to custom css field.
Still mobile header menu is not visible.
Please check the link http://www.thebeautymadness.com
Also I enabled sticky side bar but it is not working
Rest all features are working perfectly,Thanks a lot for the theme.
One point of improvement i see the load time is average ~5 seconds which is quite high.
Please suggest,
Thanks A lot
Hi there again:
i was asking more fore the way to switch the Menu icon for the basics you include in the newspaper theme (the House, the 3 lines, the cubes, the arrow, etc…).
As you can see in my site http://www.pacmac.es on a mobile device, the menu icon are the cubes, but i rather the lines and i would love to change it.
thanks
Hi,
Make sure you follow Alin’s instructions from previous message and configure the top menu as you want it then use the custom css in theme panel > custom css section to display the top menu on mobile screens also: http://screencast.com/t/YFfRs3Z2m
Make sure you do this and provide your site’s ulr so we can inspect it.
Thanks
Hi,
You can use an image and replace default menu icon for mobile: http://screencast.com/t/QPZFbFjwmxb
For example – http://screencast.com/t/e6pKQz2q
<img src="link">
You have to adjust with some css code and you should have this result: http://screencast.com/t/azeA7XzuLwa
#td-top-mobile-toggle img {
width: 30px;
height: 30px
}
Thanks!
-
This reply was modified 11 years by
Alin [tagDiv].
Hi there!!
I have a quick question that is making me crazy…and probably is as easy as pie.
I have notice that on mobile devices it appears a logo (3 lines, or a cube of cubes, a house, etc…) mine is cubes but I wanted to change it for a different one.
Is that possible? And more important HOW??
I really appreciate your help.
Thanks
Hi,
Do you want to display top menu on mobiles as it was not designed for mobile screen and it hidden there. You ca try this custom css in Theme Panel > Custom Css to display top menu on mobile: http://screencast.com/t/vxH9YTZTX8V2
.td-header-top-menu {
display: block;
}
If this is not what you mean please provide more details.
Thanks!
Please let me know how can one display menu categories on header in mobile.
Thanks..
I’m having some issues with the mobile menu. It sometimes works, but sometimes doesn’t. For example, it might work on the home page but in a post page it won’t work. Then I’ll go to a category and have it work, then go to another category and not be able to open it. This is using an Android device’s internet and Chrome browsers. When I view the mobile responsive view on a desktop the mobile menu works perfectly.
I’ve already tried testing all my plugins and do not have minification of javascript enabled in my caching plugin or cloudflare. Rocket loader is also turned off.
Could you look into this and see what might be causing the issue? Website is: starbuckssecretmenu.net
Thank you!
Thanks Lucian, is ok..!
looking google webmaster I saw that google shows another mistake
search/
looking into the code it seem it come from
<!– JS generated by theme –>
<script>
var td_blocks = []; //here we store all the items for the current page
var td_ad_background_click_link=””;
var td_ad_background_click_target=””;
var td_ajax_url=”http://www.site.com/wp-admin/admin-ajax.php”;
var td_get_template_directory_uri=”http://www.bintmusic.it/wp-content/themes/Newspaper”;
var tds_snap_menu=””;
var tds_header_style=””;
var tds_mobile_swipe=””;
var td_search_url=”http://www.site.com/search/”; <<<<<<<<<<<<<<<<<<<<<<<<<<<<<
Any suggestion?
Thanks
My menu button in the top left of the menu bar on mobile no longer open’s my menu – http://higherperspectives.com
Any insight on how to get that menu working again?
Hi,
A solution will be to add a link to your menu and display an image(logo) there – http://screencast.com/t/VE5x0uBDJ
Now you need to hide it on main menu and show it only for sticky menu via custom css(using menu item unique class) and also hide mobile logo that is used by default in sticky menu: http://screencast.com/t/UbdA7KAqv
For mobile screens will remain mobile logo that you have set in Theme Panel: http://screencast.com/t/LqFLma80C
@media (min-width: 768px){
.td-main-menu-logo.td-logo-sticky {
display: none;
}
}
.sf-menu .menu-item-1707{
display: none
}
.td-affix .menu-item-1707 {
display: block;
}
.menu-item-1707 img {
max-width: 50px;
max-height: 40px;
}
Thanks!
Hi,
I am wondering how to make a Home logo in sticky menu.
I know that I can make logo mobile. However, using the logo mobile, make the menu becomes 2 lines.
If I make the logo mobile very narrow, it does not look nice on mobile device.
Any solution for this?
thanks
st
Hi,
The top menu was not designed for mobile screens that’s why is hidden so displaying it you may need some other modification.
Please use this custom css in Theme Panel > Custom Css to display top menu – http://screencast.com/t/BpCkgRzGa
@media (max-width: 767px){
.td-header-top-menu {
display: block;
}
}
Thanks!
I’d really like to have the top menu items appear in the mobile version of the main menu. Is this possible?
If not, how can I display the top menu in the mobile view? At 767, it disappears.
I need those menu items.
Thanks
Hi,
The top menu was not designed for mobile screens that’s why is hidden so displaying it you may need some other modification.
Please use this custom css in Theme Panel > Custom Css to display top menu and hide the wp bar: http://screencast.com/t/yiAFzcsSWtD
@media (max-width: 767px){
.td-header-top-menu {
display: block;
}
#wpadminbar {
display: none;
}
}
Thanks!
Hi, is it possible to somehow show the theme’s login form in mobile views? In pc and tablet works ok but in mobile the top menu is missing. I would like to use only this form and hide wplogin.php.
Thanks in advance
Site Speed test results: Pagespeed Insight
Hi,
I’m trying to improve the speed of the site, my mobile speed results are currently only 40/100
I’ve got Gzip on, I’m running Total Cache, I’ve compressed all images with EWWW
I have tried the TagDIV speed booster plugin with the steps outlined on this page
However, the list it produced didn’t seem to correlate with the actual page insight results (with the exception of a couple)
list:
registered scripts
jquery |
hide-this-part-js | http://gadgetviper.com/blog/wp-content/plugins/hide-this-part/js.js
common | /wp-admin/js/common.min.js
admin-bar | /wp-includes/js/admin-bar.min.js
utils | /wp-includes/js/utils.min.js
svg-painter | /wp-admin/js/svg-painter.js
wp-auth-check | /wp-includes/js/wp-auth-check.min.js
devicepx | http://s0.wp.com/wp-content/js/devicepx-jetpack.js
wpseo-admin-global-script | http://gadgetviper.com/blog/wp-content/plugins/wordpress-seo/js/wp-seo-admin-global.min.js
td-wp-admin-general | http://gadgetviper.com/blog/wp-content/themes/Newspaper/wp-admin/js/general.js
td-wp-admin-panel-js | http://gadgetviper.com/blog/wp-content/themes/Newspaper/wp-admin/js/wp-admin-panel.js
thickbox | /wp-includes/js/thickbox/thickbox.js
registered styles
admin-bar | /wp-includes/css/admin-bar.min.css
wpar-style | http://gadgetviper.com/blog/wp-content/plugins/wp-reviews/css/style_admin.css
font-awesome-styles | http://gadgetviper.com/blog/wp-content/plugins/wp-reviews/inc/font-awesome/assets/css/font-awesome.min.css
wprs-admin | http://gadgetviper.com/blog/wp-content/plugins/wp-rich-snippets/assets/css/style_admin.css
colors | 1
ie | /wp-admin/css/ie.min.css
wp-auth-check | /wp-includes/css/wp-auth-check.min.css
responsive-lightbox-lite-admin | http://gadgetviper.com/blog/wp-content/plugins/responsive-lightbox-lite/assets/css/admin.css
google-font-ubuntu | http://fonts.googleapis.com/css?family=Ubuntu:300,400,500,700,300italic,400italic,500italic,700italic&subset=latin,cyrillic-ext,greek-ext,greek,latin-ext,cyrillic
td-wp-admin-td-panel-2 | http://gadgetviper.com/blog/wp-content/themes/Newspaper/wp-admin/css/wp-admin.css
wp-color-picker | /wp-admin/css/color-picker.min.css
thickbox | /wp-includes/js/thickbox/thickbox.css
wpalchemy-metabox | http://gadgetviper.com/blog/wp-content/themes/Newspaper/wp-admin/content-metaboxes/meta.css
bws-admin-stylesheet | http://gadgetviper.com/blog/wp-content/plugins/captcha/bws_menu/css/general_style.css
font-awesome | http://gadgetviper.com/blog/wp-content/plugins/js_composer/assets/lib/font-awesome/css/font-awesome.min.css
jetpack-icons | http://gadgetviper.com/blog/wp-content/plugins/jetpack/css/jetpack-icons.min.css
Skip to main content
Page Insight:
JS (8)
http://gadgetviper.com/blog/wp-includes/js/jquery/jquery.js?ver=1.11.2
http://gadgetviper.com/blog/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.2.1
http://gadgetviper.com/blog/wp-content/plugins/wp-reviews/js/user-rating/jquery.rating.pack.js?ver=4.2
http://gadgetviper.com/blog/wp-content/plugins/wp-reviews/js/user-rating/custom.js?ver=4.2
http://gadgetviper.com/blog/wp-content/plugins/wp-reviews/js/colorbox/jquery.colorbox-min.js?ver=4.2
http://gadgetviper.com/blog/wp-content/plugins/responsive-lightbox-lite/assets/nivo-lightbox/nivo-lightbox.min.js?ver=4.2
http://gadgetviper.com/blog/wp-content/plugins/responsive-lightbox-lite/assets/inc/script.js?ver=4.2
http://gadgetviper.com/blog/wp-content/plugins/revslider/rs-plugin/js/jquery.themepunch.tools.min.js?ver=4.6.5
CSS (27)
http://gadgetviper.com/…dburner-form/control/fbstyle.css?ver=4.2
http://gadgetviper.com/…assets/css/bootstrap_tab.min.css?ver=4.2
http://gadgetviper.com/…s/css/bootstrap_dropdown.min.css?ver=4.2
http://gadgetviper.com/…tabs/assets/css/res_tab_icon.css?ver=4.2
http://gadgetviper.com/…ns/wp-reviews/css/flexslider.css?ver=4.2
http://gadgetviper.com/…nt/plugins/captcha/css/style.css?ver=4.2
http://gadgetviper.com/…t-form-plugin/css/form_style.css?ver=4.2
http://gadgetviper.com/…/nivo-lightbox/nivo-lightbox.css?ver=4.2
http://gadgetviper.com/…htbox/themes/default/default.css?ver=4.2
http://gadgetviper.com/…der/rs-plugin/css/settings.css?ver=4.6.5
http://gadgetviper.com/…views/css/user-rating/rating.css?ver=1.0
http://gadgetviper.com/…eviews/css/colorbox/colorbox.css?ver=1.0
http://gadgetviper.com/…/jquery-ui-1.10.3.custom.min.css?ver=1.0
http://gadgetviper.com/…plugins/wp-reviews/css/style.css?ver=4.2
http://gadgetviper.com/…wp-reviews/css/bootstrap.min.css?ver=4.2
http://gadgetviper.com/…ppets/assets/css/style_front.css?ver=4.2
http://gadgetviper.com/…ets/assets/css/bootstrap.min.css?ver=4.2
http://gadgetviper.com/…ns/wp-pagenavi/pagenavi-css.css?ver=2.70
http://gadgetviper.com/…/assets/css/font-awesome.min.css?ver=1.0
http://gadgetviper.com/…esome/css/font-awesome.min.css?ver=4.4.2
http://gadgetviper.com/…/plugins/jetpack/css/jetpack.css?ver=3.5
http://gadgetviper.com/…content/plugins/hide-this-part/style.css
http://fonts.googleapis.com/…ed:400italic,700italic,400,700?ver=4.6.2
http://gadgetviper.com/…form-7/includes/css/styles.css?ver=4.6.2
http://gadgetviper.com/…nal/bootstrap/td-bootstrap.css?ver=4.6.2
http://gadgetviper.com/…emes/Newspaper-child/style.css?ver=4.6.2
http://gadgetviper.com/…og/wp-content/themes/Newspaper/style.css
I’m wondering are able to provide a list of corresponding id’s for some of the above that I can try adding to the td-speed-booster.php file or should I just take every ID from the list and paste them into the speed-booster.php?
Any suggestions you can make would be greatly appreciated, I was considering trying Better Wordppress Minify Not sure is it’s compatible with the theme or not?
Cheers
Hi guys!
When navigating my website with a tablet in horizontal (ASUS MemoPad HD7) – bright view – I can NOT call from the main menu the embedded news categories directly. If I turn my tablet to vertical (same view as on smartphones), I can click each news category direectly without any problem. Same behaviour in mobile Chrome and Firefox (Android).
Is this a normal behaviour on tablets?
Thank you!
Hallo,
I am experiencing a problem with the top main menu on mobile visualization.
It gets normally open from the left side but it looks like as it was on a lower lever.
The menu is hidden from the main slider and the other following images which are positioned just above it.
Please any idea to solve it? It should be a matter of css.
Thanks.
Regards
Hi,
The top menu was not designed to work on mobile devices, that why there is no option to enable it. You can do this with custom css in Theme Panel > Custom Css, but you may need more css customizations when is displayed on small devices: http://screencast.com/t/jZUxEacY
@media (max-width: 767px){
.td-header-menu-wrap {
display: block !important;
}
}
Thanks!
Hi, how do I enable the top menu bar to display on mobile?
thanks
Oliver
Dear Sir
I have the following error on my site and JS down not work(Menu on mobile, main slider if i add more etc).
site.js?ver=4.6.1:69 Uncaught SyntaxError: Unexpected string
Regards