- ApiPractical example – How to add a new Block and Module
- ApiAPI – Smart Lists – Introduction
- ApiAPI – Category top section style – Introduction
- ApiAPI – Category top section template – Introduction
- Apitd_api_module::update
- Apitd_api_module::add
- ApiAPI – Modules – Introduction
- ApiUsing the Theme API in plugins
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.
hi, the think is that on pc if i choose mobile resolution on chrome is working but on an actual mobile device (htc one and iPhone 5s) it is not.
why my page speed so slow?!?!?!?!? (http://developers.google.com/speed/pagespeed/insights/?url=grizzup.com&tab=mobile)
Hi,
i followed all the step given here to increase google page speed as you said in help guid.
1. Image optimization – Smush.it
2. speed plugin function code,
$this->move_js_to_footer(‘common’);
$this->move_js_to_footer(‘admin-bar’);
$this->move_js_to_footer(‘dashboard’);
$this->move_js_to_footer(‘customize-loader’);
$this->move_js_to_footer(‘plugin-install’);
$this->move_js_to_footer(‘media-upload’);
$this->move_js_to_footer(‘thickbox’);
$this->move_js_to_footer(‘utils’);
$this->move_js_to_footer(‘svg-painter’);
$this->move_js_to_footer(‘wp-auth-check’);
$this->move_js_to_footer(‘wpseo-admin-global-script’);
$this->move_js_to_footer(‘td-wp-admin-general’);
$this->move_js_to_footer(‘td-wp-admin-panel-js’);
$this->move_js_to_footer(‘dashboard_script’);$this->move_style_to_footer(‘admin-bar’);
$this->move_style_to_footer(‘thickbox’);
$this->move_style_to_footer(‘colors’);
$this->move_style_to_footer(‘wp-auth-check’);
$this->move_style_to_footer(‘google-font-ubuntu’);
$this->move_style_to_footer(‘wp-color-picker’);
$this->move_style_to_footer(‘wpalchemy-metabox’);
Please test this link on Google page inside: test website on Google page speed
Mobile score: 43 out of 100
Desktop: 50 out of 100
Please help us..kindly because score is very poor.
Hi,
@samnaun2000
I have checked your site and found this js error in your console which can cause this as the mobile menu works based on js: http://screencast.com/t/GEXwFbw9i3
Please make sure you disable all plugins empty cache/purge files if you use any cache and/or CDN hosting services then check again.
You should consider disabeling the minifying option for html/js/css as this may cause conflicts and errors of this type and also keep in mind that we do not recommend it: http://screencast.com/t/m72j5nD1fmO
Hope this helps!
Thanks
The mobile menu is not being displayed.
I deactivated all the plugins but it didn’t work.
Hi,
1. Is not an error, it has to do with the fact that your are changing the slider’s layout on mobile. You have to use css positioning to move the title wrapper up:
Use this css:
@media (max-width: 767px){
.td-big-grid-post-2, .td-big-grid-post-3 {
border-bottom: 4px solid #ffffff !important;
}
.td-big-grid-title .td-sbig-title-wrap {
bottom: 10px !important;
}
.td-big-grid-post-3 .td-sbig-title-wrap, .td-big-grid-post-2 .td-sbig-title-wrap {
margin-left: 0px !important;
bottom: 10px !important;
}
}
2. Use this css:
.td-sbig-title-wrap a, .td-sbig-title-wrap .td-sbig-title {
color: red !important;
}
Thanks
I removed W3 Total Cache and the issue is back. Not updating mobile version even though the desktop version is fine.
Hello,
Is it possible to please make the main menu stick only on desktop/tablet (not mobile)?
Many thanks.
Hi,
We seem to have developed a problem with our main menu on mobile. It will not open. Also on our homepage the slide element at the top of the page has stopped working suddenly. Any help you can give is appreciated. You can view the site at http://www.icidici.com.
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,
You refer to this title: http://screencast.com/t/EFrv4D6kxmaT as this is not visible on mobile, just on desktops and it depends by the browser you use.
If you refer at the text logo, seems to me that the logo looks fine on mobiles screens also: http://screencast.com/t/qeXP1153mFFm
Please provide more details about this, a screenshot would also help.
Regarding the category issue please note that the menu from mobile contains the same content as the one from desktops just another design so what configuration you have fro the main menu the same will appears for mobile menus also.
Thanks
When i enter this site on mobile phone, the top of the page where the name of the site should be displayed is not visible, only when i enter through my pc. And also an issue when i enter through a phone the category are not in order, they fall down the menu order.
Thanks in advance.
-
This reply was modified 11 years by
eubox.
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.
Replied here!
yes i get short codes like that, and the problem with this is my jet pack mobile template was never enabled.
i hope there is fix for this. i cant disable my wptouch because of the multiple ads extension they have. and that generates me a lot more when i use a regular mobile template.
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
ill try but the width is not the problem, the problem is the the codes its not generating on mobile. its just showing codes. only on pages not on individual post.
as i notice its because pages has the choice to change the mobile template to default or home im not sure how to change that.
and the reason why im using wptouch is because they have a good placing for the ads for mobile
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