- TutorialsFrom WPBakery to tagDiv Composer
- TutorialsWhat is Ajax preloading?
Hello,
The mobile theme will show all your posts, not just 2 of them. Please also check your main theme and see if on desktop you get more posts. if you still have 2 per page maybe you have this set to 2: http://screencast.com/t/VYXTzDkf4
Thank you!
After I update my theme my site’s mobile theme can be slip right or left; the problem is: “slipping right or left is make difficult to slip up and down.
I mean when I want to slip down of the page faster, sometimes it slip right or left and it is too annoying…
I want to close this gap in right of left, I dont want to slip right or left. Please help me.
Hello,
i bought a theme newspaper 7 for my website. https://slo-link.si, and on the bottom i want to change the default name of the company it says NT&RC, d.o.o. . When i want to change, i don’t find anywhere where i can do that. I can do it php file, but i don’t find the right one. It bothers me that name, because i want to insert my company name. This same name ia allready found on 3 different sites in my country Slovenia. I dont know if they made this theme or what, i don’t want to have this name written below. Can you please help me with this?
And also when i look on mobile site, in header it says theme newspaper 7 it shows.
I’m looking forward to your reply and i hope we could find a solution.
Thank you
Hello,
I am trying to add a skyscanner travel search widget to my site. I have successfully placed it in the sidebar by placing the code in a text widget. When I enter the code in the sidebar ad through the theme panel and then use the ad widget and select sidebar it does not display.
I would be happy to leave as a sidebar widget, however now I want to add to mobile. I am using the mobile theme. I read documentation on using mobile ads in the mobile theme but same problem as above, nothing shows up.
You can see the text widget in sidebar working here: http://www.papousse.com/tofino/
I have followed skyscanner instructions to add this code (with my own WIDGET-KEY) to header.php:
<script type=”text/javascript” src=”//api.skyscanner.net/api.ashx?key=[WIDGET-KEY]”></script>
Then I have the code below which I put in the sidebar text widget. Again it works in there, but when I use this same code in the ad section of the them (mobile or not) nothing displays.
<script type=”text/javascript”>
skyscanner.load(“snippets”,”2″);
function main(){
var snippet = new skyscanner.snippets.SearchPanelControl();
snippet.setShape(“box300x250”);
snippet.setCulture(“en-GB”);
snippet.setCurrency(“CAD”);
snippet.setColourScheme(“classicbluelight”);
snippet.setProduct(“flights”,”1″);
snippet.draw(document.getElementById(“snippet_searchpanel”));
}
skyscanner.setOnLoadCallback(main);
</script>
<div id=”snippet_searchpanel” style=”width: auto; height:auto;”></div>
Any suggestions?
Thanks!
Hello Bogdan and Catalin,
Once again thank you for your answers.
I have updated WordPress and Newsmag theme to their latest versions. I disabled wp-rocket and replaced it with wp-super-cache (using your recommended settings) and indeed the problem I described with the scrolling was resolved. HOWEVER, when testing cache through the plugin I get the message “The pages do not match! Timestamps differ or were not found!” which usually means cache is not working. I run google page speed an my results were good (lower than when using wp-rocket, but still ok. Desktop score is 80 and mobile score is 66). I am not sure whether caching works or not right now. Any advice on how to make sure?
Andreas
Hi,
I don’t like the pagination in the mobile theme. Is it possible to replace the standard pagination with the “Next Prev Ajax” pagination?
Thank you!
Hello we have mobile theme activated and also know that mobile theme have default smart list which can’t be changed….please advice how to show ads on above & below smart list….for this page example on mobile….
http://askhairstyles.com/20-cool-ideas-for-lavender-ombre-hair-and-purple-ombre/
Hi,
Sorry, I meant the mobile theme custom css. The mobile theme has it’s own custom css box. Add the code here:
http://screencast.com/t/eUISQ7wOL
Thank you!
Hi,
The mobile theme has not been tested with the child theme support.
The mobile theme files can be found here: http://screencast.com/t/ZD1204Md6
Thank you!
Hi,
1. The sticky logo is there now. Mobile and desktop
2. Please remove any custom css you may have affecting the logo and add this code instead:
.td-header-style-7 .td-header-sp-logo{
max-width: 278px!important;
}
.td-header-style-7 .td-header-menu-wrap-full{
height: 106px!important;;
}
3. For the slider issue, please disable all plugins except visual composer, clear cache and reset cdn files if you use it. Then test the slider again. i sus pect some plugins are no longer compatible in the current version of the theme.
Thank you!
Hello,
This is not an official method of implementation. I am creating a new topic here rather than creating an official guide. It’s just something I tested now and it seems to work. It’s not perfect but it may help our community with the VK network sharing.
Before other requests come about, please note that I cannot provide a solution for the social counter. That requires quite a bit of coding skills and has to be done on a development stage. The social counter is a very complex element and new social networks cannot be added as simply as the social share buttons.
If you want to add the VK social sharing network to your post social sharing top or bottom icons like so http://screencast.com/t/ScMmNIBXmM , then here is a guide on how to do it:
1. Access this link: https://vk.com/dev/share_details
2. Copy the first part of the code that is meant to be added to the head section of the site and do just that: The file is header.php in the main folder of the theme: http://screencast.com/t/P1PrauKfj
3. The second part of the code needs to be added in your preferred location on the site. I have not tested any other positions but you can get creative with the positioning if you want to. I just added it next to the other social sharing buttons on posts.
The file you need to add it to is td_module_single.php: http://screencast.com/t/9smS813bC
I also wrapped the code in a div and added a custom class for css positioning. Here is the final code:
<div class="td-social-vk">
<script type="text/javascript">
document.write(VK.Share.button());
</script>
</div>
4. Now it will require a bit of css for better positioning so it will not interfere with the other social share buttons. Add this code in the theme panel->custom css box:
@media(min-width:1018px){
.td-social-vk{
float:right;
margin-left:10px;
margin-top:7px;
}}
@media(max-width:1018px){
.td-social-vk{
float:none;
margin-left:auto;
margin-right:auto;
display:table;
margin-top:7px;
}}
You can get creative with this method and change it to your liking. The VK link above also provides solutions if you want to change the style of the button but I have not tried this.
This will not work on the mobile theme though. If you want to add the network on the mobile theme you will need to add it to this file: http://screencast.com/t/hN6TY7vhvK
I hope this helps everyone that needs a quick VK button.
Thank you and best of luck to you all!
Hello Rgm1,
Our mobile theme does not have any such an option that allows you a way to include the pagination for posts per category pages, sorry! If you want to found more details for our mobile theme, please consult our documentation here -> https://forum.tagdiv.com/the-mobile-theme/
Thanks for your understanding!
Hi,
It seems the demo you installed (health demo) has a custom css that forces the black color on the hamburger menu. In this case you must add this css in your theme panel->custom css box to change the color:
@media (max-width: 767px){
.td-health #td-top-mobile-toggle i {
color: #1369bf !important;
}
Thank you!
I got the child theme working, but it appears not to work for the mobile theme. Is this correct or could I be doing something wrong?
My mobile theme is showing only 2 posts per category, how do i fix this with pagination included?
Yesterday you helped me on my other topic: https://forum.tagdiv.com/topic/limit-featured-posts-on-mobile/
But it seems that core file is affecting my posts in my categories too. My site is http://realgentleman.rs
Hi,
The mobile theme will convert your smart list to the single smart list available on the mobile theme.
Them mobile theme also features a custom smart list ad that positions just below the featured image as you want it: http://screencast.com/t/mFsduJMRiy
The above method was to move the ad in a different place.
Thank you!
Hello shyamkarnani,
I have inspected your issue and it was a conflict between mobile theme plugin and SEO By Yoast. Try to delete the mobile theme plugin and install this version: http://cdn.tagdiv.com/wp-content/uploads/2016/09/td-mobile-plugin.zip clear all caches then test the site again.
Let us know ho it goes.
Thanks for the message!
Hello,
Please update your theme to the latest version (7.5): https://forum.tagdiv.com/how-to-update-the-theme-2/ and then also update the mobile theme plugin by disabling it and deleting the plugin and then installing the version that is included in the main theme package you download from envato: http://screencast.com/t/DtOcCpSHGMU
Thank you!
Hello,
1. It seems you have quite a bit of css customization on the mobile logo. Please try to restore it to it’s default state and remove any custom css affecting it. Then the logo will be centered as that is the default state of the theme mobile logo.
2. The logo on the sticky menu can be set from the theme panel here: http://screencast.com/t/IEJZaYZ2FM (the header section of the theme panel)
3. The header hight cannot be set from the theme panel for the mobile version. it can only be done with css.
4?
5. Our theme does not have an option to replace the search icon with something else. Sorry. This can only be made custom
Thank you!
wp booster error:
td_api_base::mark_used_on_page : a component with the ID: td_remote_cache is not set.
wp booster error:
Missing parameter: ‘file’
Fatal error: Class ‘td_remote_cache’ not found in /home/geekhmam/public_html/wp-content/plugins/td-social-counter/td_social_api.phpon line 48
Buna,
Pluginul recomandat pentru cache este dupa cum spune si @INGGeek, wp super cache. Exista totusi o mica problema cu pluginul pentru ca nu a fost updatat sa suporte ultima versiuine de wordpress si necesita o mica modificare pentru a functiona corespunzator:
https://forum.tagdiv.com/topic/mobile-theme-problems-3/
Mulumesc
wp booster error:
td_api_base::mark_used_on_page : a component with the ID: td_remote_cache is not set.
wp booster error:
Missing parameter: ‘file’
Fatal error: Class ‘td_remote_cache’ not found in /home/geekhmam/public_html/wp-content/plugins/td-social-counter/td_social_api.phpon line 48
Hi,
Please make sure you add the custom css in the mobile theme;s custom css spot as well : http://screencast.com/t/W2kNK0yKv If this still does not fix it, please contact us via email at contact@tagdiv.com and provide wp-admin so we can login and investigate the issue. Also include a link to this topic so we can identify you.
Thank you!
Hello Paul,
The mobile menu background is handled differently based on the mobile theme plugin .
If you do NOT use the mobile theme plugin , the background is found here: http://screencast.com/t/pRwlDD4k4R20 If you DO use the plugin. the mobile menu background is found here: http://screencast.com/t/YPryiZzvomkv
Thank you!
Hello Diego Acero,
1)Please notice that you should use the @media queries if you want to target the code only for the mobile view. Please try the code below and place it in Theme panel->Custom CSS area.
@media(max-width:767px){
.td-header-main-menu, .td-header-menu-wrap {
display: block!important;
}
}
The results you should see here -> http://screencast.com/t/eaUSbsPG7tZO
2)You should try the code below and place it in the custom code area.
The code is ->
@media(max-width:767px){
.td-pb-span4 {
display:none!important;
}
}
If all of this information are not useful for you or if is not what you mean, please provide more details about what you want to achieve so I will be able to provide a more accurate response.
Thanks for the message!