- TutorialsWhat is Ajax preloading?
sometimes on google pagespeed I would see the logo double also the site title and tagline. In he source code I can see it is called twice but I don’t understand why.
ANy hint is appreciated.
thx
<div class="td-header-wrap td-header-style-10">
<div class="td-header-row td-header-top-menu">
<div class="td-make-full">
</div>
</div>
<div class="td-header-row td-header-header">
<div class="td-make-full">
<div class="td-header-text-logo">
<a href="http://the-light-x-wanderer.com/"><ul>
<img src="http://the-light-x-wanderer.com/wp-content/uploads/2015/04/cem.logo_.3.png" alt="Fuji-X Photography with X-T1 and X100" /></a>
<meta itemprop="name" content="Fuji-X Photography with X-T1 and X100"></ul>
</div>
</div>
</div>
<div class="td-header-menu-wrap">
<div class="td-header-row td-header-main-menu">
<div class="td-make-full">
<div id="td-header-menu" role="navigation" itemscope="itemscope" itemtype="http://schema.org/SiteNavigationElement">
<div id="td-top-mobile-toggle"><a href="#"><i class="td-icon-font td-icon-mobile"></i></a></div>
<div class="td-main-menu-logo">
<ul>
<a href="http://the-light-x-wanderer.com/"><img src="http://the-light-x-wanderer.com/wp-content/uploads/2015/04/cem.logo_.3.png" alt="Fuji-X Photography with X-T1 and X100" /></a></ul>
<meta itemprop="name" content="Fuji-X Photography with X-T1 and X100">
</div>
Hi,
Please provide a link so we can take a look and inspect this as I couldn’t recreate this. If you use Smart snap for mobile, the menu will be always sticky on desktop and it gets sticky when you scroll up on mobile devices.
Thanks!
On both V6.1 and V6.2 of Newspaper 6, If I choose Smart Snap for the Main Menu, if I scroll just one frame down and then back up, the menu just goes completely black as if nothing is there. Also, if I choose smart snap just for mobile, it also does it on my PC…. all of these issues I am having with this theme is beginning to get real aggravating.
Hello… I need support, I’d prefer not to post the URL.
I made color changes to the menu bar, now the mobile menu isn’t working. I also had a top bar signup form plugin active, but I deactivated and deleted it.
Thanks!
Hi there,
I got a pretty weird bug here: I just checked one of my pages and it suddenly has the Mobile version Menu of the site on top of the page, while the regular page is below:
http://cobras.org/lizard-facts/
Any ideas why that happened?
The page was OK a few weeks ago…
Thanks!
Hi,
i use on desktop HEADER STYLE – 9 – full logo on top.
How can i hide the full logo on Mobile -( i want just the logo on the menu – one line – like the DEMO).
thanks.
As. 20 year webdev, 30 year designer, with numerous awards including one from Apple i can reaffirm it is not a ux mistake… Its only your particular preference on that. Fact is unless youre doing ecom, not many folks who surf in do searches, they find your site from search or social. But not to argue the point… Many sites with the largest traffic have adopted tap to search, its a ux standard methodology now, especially for mobile first design. But you can read up on this topic on various ux sites like smashing design, etc.
I was initally against it as well, as recently as late 2013, but i have now accepted it as viable … Its no worse the fly out mobile menu from left side, and in fact some folk are combining the flyout and putting search box in the flyout.
The really big sites are using search to trigger popup interstitial, then modal or search page with advert. Clever.
Anyway, just food for thought and disagree on the ux failing.
Can’t seem to get a price or “Add to Cart” button to show up on products listed with variations. Here. Single products appear with price and Cart with no problem. We can make selections for variations from dropdown menu but no final price appears. Would appreciate any suggestions. Tested with 2015 theme and works fine.
I’m not a huge fan of the fact users need to click on the search icon to then search. Is there any way of converting this to an actual search box that appears in the menu bar and coverts to an icon if screen size is tablet or mobile?
Hi,
You have to modify the code like this – http://screencast.com/t/KcWYIOpLqC – http://screencast.com/t/vZSYFRSDsc – http://screencast.com/t/4MOceYSdw
And create a new menu for the mobile menu – http://screencast.com/t/7tYZjOENsff
Thank you!
i want a mobile menu like this
https://0.s3.envato.com/files/96461977/touchy-preview_01_1-3.jpg
i don’t want the menu coming out from the left on mobiles devices. how do i deactive the menu from the theme only for mobile devices, and use a custom like this,
Hi,
Unfortunately we did not tested this plugin with the theme as Newspaper is fluid and styled also for mobile screens. You may need custom work to implement this plugin for mobile menu to work fine with the theme. Not sure what you want to change for mobile menu, please provide more details.
The icons for menu items were removed for this version, but the theme supports Font Awesome 4 Menus just install the plugin then take the icon code – http://fortawesome.github.io/Font-Awesome/icons/ and paste it in Navigation Label – http://screencast.com/t/TKqYz6oH5 – http://screencast.com/t/oR2LdrWz
Thanks!
Hi,
Please check this topic to change the mobile menu color – https://forum.tagdiv.com/topic/how-to-change-mobile-header-color/#post-54699
Also please provide more details about the above css code that you paste it in Custom Css section. It doesn’t work? As I have check some of your code and it works.
Thanks!
Hi,
1. I have checked your article and did not found inline ad, please make sure you added the code properly, also you can try to increase the paragraph value and see if it appears. Or did you tested this and it doesn’t show up only when you set to appear after 1 paragraph? Please provide more details.
2. This is on our list and we will add an option to change mobile menu color in a future update. You can use custom css in Theme Panel to change the color – http://screencast.com/t/3zErUt27izvK
@media (max-width: 767px){
.td-header-wrap .td-header-menu-wrap-full, .td-header-wrap .td-header-menu-wrap, .td-header-wrap .td-header-main-menu {
background-color: red !important;
}
}
3. The scroll up button was hidden for mobile devices, please try this custom css to display it – http://screencast.com/t/2ldIqR7y
@media (max-width: 767px) {
.td-scroll-up-visible {
display: block;
}
}
4. You can find the child theme in /code folder from package that you have downloaded from themeforest – http://screencast.com/t/oLV32AuSmeH – https://forum.tagdiv.com/whats-included/
5. Please try this solution – https://forum.tagdiv.com/topic/related-article-box/
6. The theme supports Font Awesome 4 Menus just install the plugin then take the icon code – http://fortawesome.github.io/Font-Awesome/icons/ and paste it in Navigation Label – http://screencast.com/t/TKqYz6oH5 – http://screencast.com/t/oR2LdrWz
Thanks!
Hi,
The logo is ok now, and favicon is still showing like this in the panel http://postimg.org/image/z7hckb0wh/, but its ok.
In custom CSS I want to change this>
.td-post-template-11 .td-related-title .td-cur-simple-item {
background-color: white;
padding: 5px;
}
.td-header-style-9 .td-logo-wrap-full {
min-height: 100px;
line-height: 100px;
}
.td-post-content p, .td-post-content {
text-align: justify;
}
.td-header-style-5 .td-header-sp-recs {
background: white;
}
.td-subcat-filter .td-subcat-list a {
color: black;
}
.td-excerpt {
color: black;
}
How to change color of the mobile menu?
Thanks
hello I found some issue in the last update of newspaper theme, I write below:
1- I have problem with ADS -> article inline, I have the same old configuration, show after 1 paragraph, but the google ads don’t show: http://android.caotic.it/2015/06/samsung-galaxy-a5-ecco-le-proposte-di-postemobile-per-lo-smartphone-premium/
2- I select header default, but in mobile versione the header bar is black bg, how can I change the color?
3- in mobile versione the button that returns to the top of the page when you scroll does’t appears
4- in your package there isn’t the child theme, how can I create it?
5- How can I delete the “more from author” in related article section?
6- in the menu, don’t show correctly Home Icon menu…as in the old version
many thanks
Hi,
1. You’re using a custom page there and the mobile menu doesn’t display mega menus, it just displays the links. In your case it doesn’t know what the custom page contains and it displays only the main link.
The only solution may be to add two submenus to this item and hide them on desktop and tablet using custom css (display: none). The submenu links may be identical to the one used on the megamenu page and they will show up only on the mobile menu.
2. On multi-language you have to add translations for both languages, ex for English + German: – http://screencast.com/t/2wKLA7l9 – https://forum.tagdiv.com/how-to-translate-the-theme/
You have to add this dual translation for each element.
Thank you!
Hi,
Unfortunately we cannot add options for elements from each sections of the theme, but we read and listen our clients suggestion and try to add more options and make a better implementation for this. We have over 250 features on our list(most of them suggested by clients) and we have to chose carefully which one get’s implemented next. Anyway I have added your suggestions on our list and I will answer to some of your suggestion in case that you want to fix using custom css(I know that are suggestions).
1. The top menu(where the social icons are enabled) was not designed for mobile devices. We hope to find a solution also for login/register for example to be displayed also on mobiles. You can use custom css to display social icons on top-menu:
.td-header-top-menu-full {
display: block;
}
2. Please provide more details about what you want to change and how to look, maybe I can help you with some css code.
3. The icons are added like a font – http://screencast.com/t/tEw5qZYM so you can try to change the size or the font content – http://screencast.com/t/53Rk830uVf of course you need to customize to look fine.
4. Unfortunately you will have to use custom css to change color/hover color for footer social icons – http://screencast.com/t/3cw0BttN
.footer-social-wrap .td-icon-font {
color: red;
}
.td-social-icon-wrap i.td-icon-facebook:hover {
color: #fff;
}
6. If you refer to the Big Grid/Big Grid Slider you can use Style 4 please check the demo – http://screencast.com/t/EKVxfdxe – http://demo.tagdiv.com/newspaper/big-grid-1/
Please check this topic for zoom effect – https://forum.tagdiv.com/topic/dark-pictures/#post-54266
Thanks for suggestions!
-
This reply was modified 11 years by
Alin [tagDiv].
Hi,
I have checked your site on mobile and Big Grid looks fine on mobile – http://screencast.com/t/KMbi8sQIg
1. I have checked you header add and found that you use Ad rotate so the option from Theme Panel > Ads to hide it on mobile will not work as you don’t use the adsense code directly there. You can hide it via custom css: http://screencast.com/t/rMVWKxY7ILe
@media only screen and (max-width: 767px){
.td-a-rec-id-header .g-single {
display: none !important;
}
}
2. The Big Grid cannot be displayed like on desktop because of size of the screen on mobiles, so the small thumbnails of Big Grid will slide on mobile, this is not an issue Big Grid was designed like that: http://screencast.com/t/tnEjKPJF – http://screencast.com/t/TahlBJNM
3. Theme cannot change yor logo color so you can upload a different logo for mobile or change the mobile menu color using this solution – https://forum.tagdiv.com/topic/how-to-change-mobile-header-color/#post-54699 We will add an option in Theme Panel to change color of the mobile menu in a future update.
4. Not sure what you mean, I have checked and you don’t have any Big Grid above footer, please clear cache.
Thanks!
Hi,
Please try this solution to display top-menu on mobile – https://forum.tagdiv.com/topic/v6-template-widget-missing/#post-54650
Unfortunately the theme doesn’t have an option to sign in/register with facebook or twitter id.
Thanks!
Hi,
two questions please,
1. mega menu from pages does not working on mobiles. http://weimaraners.gr/ “Diatmo” menu item. can you give me a solution?
2. i am using qtranslate-x. default language greek and the second english. From theme’s panel i have load greek translation. When i switch to English, theme’s translation does not change to English. Is there any fix for this
ty
After I updated Newsmag theme i have some errors, especially with the search bar in MENU. It’s not showing properly, either in desktop and mobile version.
Also, NEWS link is showing duplicate content.
What is wrong? I can’t figure out…
P.S. is there any plugin or something which will correct picture size to fit homepage module?
Regards
Hi Team,
The top header menu with the login/register option isn’t showing up on the mobile and tab page version.
The desktop version top header menu is not full scale.
and
isn’t there a way where people can register with their facebook or twitter id. Please help me out.
Regards
Maddy
Hi bgo,
try this, it works perfectly for my site.
@media (max-width: 767px) {
.td-header-wrap .td-header-menu-wrap-full,
.td-header-wrap .td-header-menu-wrap,
.td-header-wrap .td-header-main-menu {
background-color: #YOURCOLOR !important;
}
#td-top-mobile-toggle i {
color: #YOURCOLOR !important;
}
.header-search-wrap .td-icon-search {
color: #YOURCOLOR !important;
}