- TutorialsFrom WPBakery to tagDiv Composer
- TutorialsWhat is Ajax preloading?
For those reading this thread later on, please note the following from the theme admin, panel:
Smart sidebar
From here you can enable and disable the smart sidebar on all the templates. The smart sidebar is an affix (sticky) sidebar that has auto resize and it scrolls with the content. The smart sidebar reverts back to a normal sidebar on iOS (iPad) and on mobile devices. The following widgets are not supported in the smart sidebar:
â—¦[tagDiv] Block 14
â—¦[tagDiv] Block 15
â—¦[tagDiv] Slide
I just made this theme live on my site last night and found a pretty big incompatibility with another plugin. I use a voting plugin called WPolling System and it’s not displaying correctly on wide screens. Mobile views or smaller screens show it correctly however. I thought it was an issue between the related articles and this plugin, but disabling didn’t fix it. I then thought it was the sidebar, but I disabled that and it still doesn’t work right. I’m out of ideas.
Any help out there?
Here’s a page with an example: http://aftercredits.com/2014/11/big-hero-6-2014/
Please help me solve this blocking CSS, i hope you will help as possible.
i clarify that i removed all the code (footer css code got through your tagdiv speed optimization techniques) from speed plugin function code. from my website.
after that i getting blocking error from Google page speed insider
http://isolve.isolve.netdna-cdn.com/…uploads/js_composer/custom.css?ver=4.3.4
http://isolve.isolve.netdna-cdn.com/…t-form-7/includes/css/styles.css?ver=4.5
http://isolve.isolve.netdna-cdn.com/…ernal/bootstrap/td-bootstrap.css?ver=4.5
http://isolve.isolve.netdna-cdn.com/…themes/Newspaper-child/style.css?ver=4.5
http://isolve.isolve.netdna-cdn.com/wp-content/themes/Newspaper/style.css
after tried on different ways, i failed please help me!!
-
This reply was modified 11 years by
howtoisolve.
-
This reply was modified 11 years by
howtoisolve.
Hi,
I need to turn off all Ads on Mobile devices and Tablets. Standard ‘Theme Panel’ function doesn’t work. I tried to use Custom CSS instead, but it just hides the ad boxes. And when Ad provider send any pop-up ads I see them on Mobiles and Tablets.
Any suggestions?
Hi,
1. I’m having problems with menu on mobile version of this theme. When viewed on mobile, menu collapses. I’ve tried with disabling all plugins, but it doesn’t work. –> http://shrani.si/f/M/g3/4smbeqAy/mobile-meni-error.jpg
Link to the page: http://ulicnistil.com/
2. header ad is not showing correctly on post with full with template as seen here –> http://shrani.si/f/3r/Sl/3Ioqae9G/ad-erorr.jpg
Link to the page with error: http://ulicnistil.com/clanki/moda-2/ljfw-z-drugacnim-konceptom-pristnega-stika-s-kreacijami/
I’m also trying to get WPTouch to work with this theme. I just purchased it and am disappointed that I cannot get them working together. About 75% of my visitors are on mobile and I need WPTouch to work. For multiple reasons…first, the ad support. 90% of my income is from mobile ads. I can’t find a way to show certain ads for mobile only. I have exclusive agreements from time to time to show certain ads on mobile devices only. Also, and honestly, I just don’t like the way this theme displays on mobile. The WPTouch theme that I use is perfect for what I need. Oh, yeah, I’ve spent a LOT of money unlocking most of the WPTouch features. I’d hate to throw that money away to use an inferior product.
I love the way the theme looks on desktop and it works perfectly for that. However, this might end up being a make or break issue and if I can’t get it resolved, I’ll have to look at yet another theme to switch to.
The mobile menu is not being displayed.
I deactivated all the plugins but it didn’t work.
Hi,
1. The theme doesn’t have an option for that an you can change it via custom css for all menu items, follow the topic form the URL as I have posted a solution on how you can do this here: https://forum.tagdiv.com/topic/several-issues/
You can do it for individual menu items but it will not be easy and you need custom work for that.
2. Like this: https://forum.tagdiv.com/topic/ad-on-homepage/#post-24051
3. With this css: http://screencast.com/t/SKMarcdAd4
.block-child-cats a {
font-size: 18px;
}
4. Can’t recommend you one as we haven’t made tests with none, you can search online and test it to see if it works.
5. You need a plugin for that, not sure which one it’s used on the site you have provide the screenshot but you can try to find one online: http://www.bloggingwizard.com/top-wordpress-social-sharing-plugins-2014/
6. You can try to edit the td_module_blog.php file and change this: http://screencast.com/t/8P4veeALzl1L as the theme panel dosen’t have an option for this.
7. Can’t recommend any plugin that dose that, I suggest you do a google search and find one online.
8. You have to use that plugin if you want a similar functionality as the theme doesn’t have an option like that for the comments box.
9. Just add your gif image to your post using “add media” the same way you upload and add a normal jpg image: http://screencast.com/t/nkrXbZQbWHt
10. Replied here!
11. You can use the same method offered for the big slider’s big image and change the css for other images as you like using this @media css snippets to target just the mobile screens:
/* responsive phone */
@media (max-width: 767px) {
/* add you css code here */
}
If you don’t have any html/css basic knowledge and don’t know how to do this we suggest you to hire someone to help you with it as this needs custom work and we cannot offer any type of custom work at this time because we work hard on development, updates, fixes and support and we don’t have time left. You can also get a freelancer from sites like: http://studio.envato.com/ if don’t have anyone to helps you with this.
12. Unfortunately I can’t helps with this also as I can’t recommend you any. You should search for a similar one online.
13. This is a block 1 widget and you can change it from appearance > widgets > then go to the sidebar you use there and search for block 1 widget then for “custom title filed” and change the title like this: http://screencast.com/t/mSQHBYBG8w
14. Via custom css using this custom css in theme panel > custom css filed: http://screencast.com/t/HO4TJR2yc
.prev-post div, .next-post div {
font-size: 33px;
}
15. Use this css: http://screencast.com/t/uQNePflX
.next-prev a {
display: none;
}
16. Unfortunately the theme doesn’t have a feature like that, you can try to find a plugin that dose that or you could use our social sharing buttons, add them there and use css to style them. You will also need custom work for this.
17. You can edit the post template file you are using and move this line, like this: http://screencast.com/t/OqnqyBtd and then use css to style it as you like. We suggest to get someone to help you with this if you don’t know how to do it.
18. The theme is already responsive build so I’m not sure what your issue is, please provide more details.
19. You can remove the underline for title on hover via css like this: http://screencast.com/t/4cxK85zYOuX
But to change the color when hovered to the category the post is part from you need more css and custom work.
.td_mod_wrap .entry-title a:hover {
text-decoration:none !important;
color: red;
}
20. You can your answer here: https://forum.tagdiv.com/topic/show-category-name-in-homepage/
Thanks
Hi,
I recently began having problems with page freezing for my site
When I click on videos and now even article sites the page loads but freezes or wont scroll properly. Sometimes the page crashes as well. It seems to work fine on my mobile. I have tried all three browser and the only plugin I have added recently is FB like, which I disabled adn retested. I tried reverting back to twenty 14 theme and runs OK but without the layout and access to things.
Prior to this, all running good. Only changes to code is to raise up comments in posts and modified accroding to one of your troubleshooting posts but I am using disqus for comments but has been working fine.
Any help?
Hi,
That happens when you use a mobile theme. Unfortunately this is how the theme works as it uses the same code for all screen widths styled via css which means that changing a pages content affects all screens, mobile also.
Not sure how you can achieve this, you could use js to detect mobile screens and load different content but you will need custom work for that. The theme hasn’t been designed to use a mobile template, you can always get a freelancer from sites like: http://studio.envato.com/ if you don’t know how to customize it yourself. Unfortunately we cannot offer custom work as we work hard on the development, updates, fixes and support.
Sorry for the inconvenience!
Thanks for the message!
-
This reply was modified 11 years by
Lucian.
Hello.
Normal slider: On desktop theme, i have 60px 30inline. the problem is that the same appear to ios & mobile theme!!! how i change the fonts & inline for ios & mobile???
thanks
Hi,
I’m not sure I understand, if you get just shortcodes like this: http://screencast.com/t/wxJL6r0FDZiL on your homepage please try this: https://forum.tagdiv.com/how-to-manage-the-mobile-theme/ If not please let me know!
Thanks
We had similar issues on one of our sites running Woo Canvas, and basically stopped using WPtouch as it’s *not* designed to work with responsive themes due to “conflicting” CSS for mobile devices being loaded twice.
WP Touch is *NOT* recommended for use with themes already setup for mobile/responsive unless you plan to hack the theme, which defeats the purpose.
Hello.
Normal slider: On desktop theme, i have 60px 30inline. the problem is that the same appear to ios & mobile theme!!! how i change the fonts & inline for ios & mobile???
thanks
Hi,
@cookingpanda Marius refers to WPTouch plugin to be disabled as the theme is already mobile responsive.
Replied here: https://forum.tagdiv.com/topic/mobile-template/#post-27060
Thanks
Hi,
You could try to edit the style.css file and remove the @media (max-width: 767px) {} which are used to set the style for the mobile screens but I can’t guarantee this will work as the theme is made responsive and this can’t be turned off.
If you decide to try this please make sure you make a copy of the file before modifying it so you can revert back to it if something goes wrong.
Hope this helps!
Thanks
You cant without editing the style.css to remove the mobile size media queries… This is a responsive theme designed so that separate mobile plugin not needed … That is purpose of responsive themes.
You can search forum for others who have asked same question.
Tech support back tomorrow, too.
Yep, using a child theme, finally realized the culprit was a non-updated header.php. *facepalm*
Why is it that 7 hour code expeditions that never yield results are always 2 second fixes in the end? 🙂
Thanks a ton Lucian. Mobile menu sliding smooth as intended now.
Hey guys,
Thanks for a great theme and support so far. Simply amazing.
I have an issue with my social counters, in that when mobile user clicks on the Facebook tab it opens a webpage and not the app. (website here: caughtreport.com.au)
Is there a simple way I can make it so clicking on the link opens the Facebook app and only the website if the user does not have the app?
Thanks again,
Shaun
Yeah. They removed the fixed layout a few versions back. And technically that “made sense” only because Google WANTS all sites to be mobile-ready, and sites work better when mobile friendly vs running separate sub domain, or a plugin which re-writes the entire site for mobile, etc. It also was difficult to manage a non-responsive layout while having al the fancy stuff people kept asking for, like megamenus, etc. — basically bloating the CSS with both responsive and non-responsive code and all the if/then stuff, made it less healthy for the majority of folk who do want a “responsive” theme.
Also, there are more and more underpinnings from Bootstrap inspired code, which is “responsive”…
Hi guys
i have noticed that the mobile version of my theme on both tablet and cell phone looks horrible! All the photos and pictures from my blog are not visible at all. Only the text and ads are being displayed.
What I did before reaching out to you:
1) I have updated the newspaper theme successfully.
2) I have disabled the mobile version of Jetpack on my WordPress (as recommended by you in this forum).
It still looks crappy.
What now?
Miss Kay
Please help!
Cheers!
Hi,
I have checked your site and found this errors in your console: http://screencast.com/t/TpBMbK1zNG1a ..which can be generated due to a plugin conflict so please make sure you deactivate all plugins, empty cache and purge files if you use any CDN plugins and check again. As Christopher wrote this is a responsive theme and content you use on desktop is on mobile also so make sure you get rid of the errors and let me know.
Thanks
-
This reply was modified 11 years by
Lucian.
You may have a caching issue, as this is a responsive theme; meaning the desktop and mobile versions are using the same content, unless you’re using some kind of conflicting “mobile plugin.”
Hi,
Can you tell me how to increase the size of the buttons on the PRODUCT CATALOGUE, CART and CHECKOut which are all very small, especially on mobile devices.
http://www.expeditionaustralia.com.au
Since converting my site to this theme a week ago my conversion rate for people going from PRODUCT PAGE > CART > CHECKOUT > PAID has dropped significantly and I think the tiny buttons might be part of the problem.
Thanks
Steve
Hi,
Thanks Christopher!
@tobexmastermind Unfortunately you can’t use the jetpack mobile theme feature as this is not working.
We have also stated this on our documentation: https://forum.tagdiv.com/how-to-manage-the-mobile-theme/
Sorry about this!
Thanks