- TutorialsFrom WPBakery to tagDiv Composer
- TutorialsWhat is Ajax preloading?
Hi, I’m very excited to work on wordpress with newspaper theme.. it was great until I change settings in admin panel from english to arabic … then the page is stretching horizontally by double.. in the left side.. I see the mobile menu despite I work on my laptop !
I need your help .. thanks 🙂
Thank you for the response. Can you elaborate on the theme behavior, since if this is intended behavior, it does not seem to be functioning properly.
My site does not even have a page titled “About Us”, and when I click on “About Us” in the mobile footer for my site, nothing happens.
Is there a way to add some code that will open “Source” and “Via” URLs in a new window. I don’t want to lose readers from the site, chasing a good story.
Preferably in a custom CSS so that I don’t lose changes in an update. Happy if this is a rule across all URLS on site.
Secondly,
On the mobile theme, the block quote text is horrible colour / size for my readership. It reverts to default.
Is their a way to customise it like I can in the fonts on desktop. I would like to Bold it, change size, and colour, as well as state the font to be used.
Hello roca01,
Please try to check and this field from your Theme panel->Mobile Settings, like this -> http://screencast.com/t/7jMHyP6v26w and try to set from there the mobile menu. Please ensure that you have cleared all of caches and test it again and check the results.
Thanks for your understanding!
Hello drae,
First of all, please try to disable all the active plugins, leave just Visual Composer to active, clear all your caches and install only the plugins that come bundled with our theme and rule out the conflicting plugins.
I have checked your website in the mobile mode and I saw that you have the Chinese symbols instead of social icons and mobile menu. Usually, this kind of error appears when using CDN or loading fonts from a different source.
The solution to this issue is simple. You will need to add some code to your .htaccess file like this post suggests: https://forum.tagdiv.com/topic/strange-chinese-symbols-replaced-icons-and-arrows/
Hope this helps.
Thanks for your understanding!
that’s what I did, I was forced to disable:
tagDiv Mobile Theme How can I solve this problem
cordially
Hi, Catalin!
Thank you very much for the solution. It works fine! Now mobile menu looks pretty fine and consistent.
P.S. Great theme and great support ! 🙂
Hi
What theme version do you use? To have the same layout for mobile menu as on our demo you have to use V 3.0 of Newsmag. Try to update the theme at last version available on themeforest: https://forum.tagdiv.com/newsmag-how-to-update-the-theme/ clear all caches then test again.
Thanks!
Hi
Please make sure that you updated the theme according with our documentation: https://forum.tagdiv.com/how-to-update-the-theme-2/ Also deactivate all plugins, deactivate the child theme if you’re using, clear all caches, purge cdn files if you’re using then test again.
Also make sure that you have a menu set in theme panel > mobile theme > mobile settings: http://screencast.com/t/leHREem6tND
Thanks!
Hi,
Thanks for the reply.
At first, I put this code in “mobile theme custom CSS box” (http://prntscr.com/bm3ku0) then I put it in main theme custom CSS box
but nothing happens.
and without mobile theme facebook visitors can’t open my website post via mobile device. that’s why I installed the mobile theme.
Thank you!
Hello, I’m Giuliano from GExperience.it. We bought your theme Newsmag, but we found some problems and errors. As you can see from the screenshots, sometimes happens that featured images creates this problem.


Furthermore, in some articles with video featured, YouTube’s window does not resized correctly. Sometimes “modal image” doesn’t works and often we have problems with mobile menu & search buttons.
These problems happens randomly and often resolves by refreshing the page many and many times.
I thank you in advance for yours answers.
Hello, the Mobile version the message appears: click here – to use the wp menu builder.Pour continue sailing requires that the user creates an account how to remove this message?
theme: Newspaper 7.1.1
I created a menu for movable against the color change does not work in the mobile menu and change my contact page is not displayed …?
everything seems to work properly when off: tagDiv Mobile Theme
thank you
Hello,
Pages in the mobile theme do not use visual composer so all pages that do not have a mobile version created for them in the second editor (mobile editor) will not display anything. Please read this topic to learn more about how the mobile theme works: https://forum.tagdiv.com/the-mobile-theme/
Thank you!
Hello Tale,
I have checked your website and I saw that you are not using the mobile theme, right? The default mobile responsiveness version is now enabled on your side and this will display you all the blocks from your desktop mode in the mobile mode in responsiveness mode. Plese notice that the default sorting of our theme is by latest but if you want to change it for every block, this can be done from block settings from every block, like this -> http://screencast.com/t/TX0FER9LA For more information about block settings, please check our documentation here -> https://forum.tagdiv.com/block-settings-guide/
If you refer to something else, please be more specific about what you want to achieve because now I do not exactly understand what you mean through your above topic. Also, you can provide some useful screenshots which exactly explain your problem.
Thanks for your understanding!
Hello, the Mobile version the message appears: click here – to use the wp menu builder.Pour continue sailing requires that the user creates an account how to remove this message?
theme: Newspaper 7.1.1
thank you
HI
Use this css to hide the social icons on mobile: http://screencast.com/t/IqydRn9o
.td-menu-socials{
display: none;
}
The old menu won’t work on V 3 because the html/css and js were changed. You will have to adapt it to new theme’s structure and this is not just a copy paste task.
Thanks!
Hello tintin,
I have checked your website and I saw that you are using the Mobile theme. So, please keep in mind that the Mobile theme is an additional plugin and behave in another way than the default mobile responsive mode. The mobile theme has a very basic structure with 2 modules Big Grid Mob 1 and Mob 2 for latest articles for homepage and for posts pages will show all the content.
@media (max-width:767px){
.td-post-featured-image{
display:none;
}
}
Hope this helps!
Thanks for your understanding!
Hi
Using that configuration for menu will create a similar result on desktop: http://screencast.com/t/cBGPbFZVBq – http://screencast.com/t/X9AUW41jev The sub-items will be displayed under mega menu page and if that is ok you can use them like this.
Are you referring at social networks from theme panel http://screencast.com/t/ISmdXd4Q ? If so you just have to paste the link to desired networks in these fields and the icons will appear on both desktop and mobile devices. If this is not what you mean please provide more detail about what you’re trying to do so I can inspect it closer and get back to you with a more accurate answer.
Thanks!
Hello
This is the theme behaviour in mobile theme to show you the About Us description. So, if you want to hide this, you will have to use a bit of CSS to do this. Try the code below.
The code is ->
.td-mobile-footer-wrap .td-footer-description {
display:none;
}
Thanks for your understanding!
Hello muggi15,
The homepage when you are using the mobile theme will display you a Big Brid with 3 posts which come from your Featured Category sorted by latest and not RANDOM and then you will see the latest articles which display all the latest posts. Also, please notice that the mobile theme will do not render any Visual Composer shortcode than just only these two ->Big Grid Mob 1 and Mob 2 for latest articles modules. For your Page X and Page Y, you will do not get any content because you do not add it in Mobile Editor like this -> http://screencast.com/t/JRHwMcXY
On our video here -> http://screencast.com/t/BwWcHpUNk we wanted to highlight the sticky menu functionality. As you can see, there appear some blocks but it’s only for default mobile mode and not for the mobile theme because, at the moment, mobile theme does not render the blocks. On the future, we will make some improvements in this regard and we will add more option for our mobile theme because now it has very basic structure.
Unfortunately, we cannot say for sure where it is will be because this will depends only by our developers.
So, if you are not happy with our mobile theme and customizability for it, you can simply disable the mobile plugin and the theme will be switched to the normal/default mobile mode.
Thanks for your understanding!
hi,
is there a way to hide all social icons on mobile sub menu? (as far I know I hid all the social icons through theme panel)
these social icons http://www.screencast.com/t/voH9yPjC5Bo
I couldn’t find how to get those things off on theme panel.
if I can’t..
could you help me to revert back to mobile menu on newsmag 2.x ?
(what file to upload or any other ways)
thanks
Hi
The social icons displayed on mobile are the same with the ones from desktop and unfortunately the theme does not have an option to display them differently depending by device.
Thanks!
I have my custom post types working perfectly by following your awesome instructions.
Now not can I get them working with the mobile theme? I copied over my template files and they made my pages for the custom post types blank.
I want to use the mobile theme, but it looks like I can’t?
Hi,
I am using template 5 for images and videos posting. in desktop, everything is fine. but in the mobile theme for image posting, feature image are showing the middle of the post title and social icon. and it is super weird.
click this link by mobile :- http://www.planetbomb.net/27-times-online-shopping-cause-instant-regrets/
Looking for the solution.
Thank you!
Hi Catalin,
thanks for your reply!
But sadly, this didn´t help at all :D. You´ve posted the exact same links that i´ve posted in the OP and as I wrote, they didn´t help me at this point.
Again: In your marketing vid, one can see that there is a possibility to get access to the different pages of the website. I got that there are only two modules and I´m fine with that. What I want to know is: How can I get these modules to take over the content on the corresponding pages?
Here´s the easiest explanation of what I want to find out – let´s say, my website only has three pages:
1.) A Homepage (carrying several modules showing random content of page X and Y)
2.) A Page X (carrying several modules showing content of category X)
3.) A Page Y (carrying several modules showing content of category Y)
When I open up my mobile page running on mobile theme, this is what I get:
1.) My Homepage (carrying Big Grid Mob 1 (featured content) and a list showing random content of page X and Y)
2.) My Page X (showing NOTHING but a white page)
3.) My Page Y (showing NOTHING but a white page)
I want the system to just show me the content (posts!) of the pages on each page – using the mobile Big Grid Mob 1. and the list as well, of course. Because this is what a user wants from a mobile page (thats at least what i´d expect^^)
What do you think? 😉
-
This reply was modified 10 years by
muggi15.