- NewsmagSmart list ads
- NewsmagIntroduction
- NewsmagMain menu
- NewsmagLogo & Favicon
- NewsmagHeader ads
- NewsmagSmart sidebar
- NewsmagSharing buttons
- NewsmagCategory tag on modules/blocks
- NewsmagBackground introduction
- NewsmagTheme colors introduction
Yes, I know about this element and about the demo CSS code there. But I didn’t change or add anything there.
What there could be connected with the mobile menu?
I also saw that user’s report. But my menu does not open on all pages.
In any case, this user didn’t not say how this problem was solved.
Ahhh I get you – but yeh I was tripping over finding the custom css that adds the 1, 2, 3, 4, 5 on the sidebar Popular Posts element….
so literally just found it when I imported in the block again from the Cloud.
There is a little element called Custom Css, that sits bottom right. When you go in there, you find the custom code written for the demo site.
I’m finding my way about day by day here.
I seen another user also report the Mobile menu not opening for only the homepage (post about 6 hours ago down the forum) – whether it’s related to same thing you experiencing? Check it out.
Yes – can confirm – mobile menu not opening.
Merkcuio – can I ask you something (sorry for doing it via this) – but how did you get the numbered posts css working on internal pages (like About Me, Activities etc) – I’m trying to get that code working that’s on homepage so it numbers 1, 2, 3, 4, 5 – but can’t get head around this theme, where that css is stored from the imported demo!
Hi,
Just noticed that the mobile menu does not open after clicking on the mobile menu icon.
https://birgitwetzel.websitedesign.ge
It worked perfectly yesterday.
May I send you my user and pass So you can resolve this issue?
Hello,
1. You can use the Mobile horizontal menu or you can do two menus.
2. Can you please provide some screenshots?
3. A solution for sending a screenshot/video is this:
Download, capture, and send: https://www.techsmith.com/jing-tool.html
After making the screenshot, you will have a link; paste it here.
Thank you!
Hello,
I recommend not using a plugin to redirect; maybe the menu is not working because there is a plugin conflict or you have some misconfiguration.
Also, if you have created a mobile page, then please make sure that you have set the right menu for it.
Also, did you configure the cache plugin to enable mobile cache?
Thank you!
Hello,
Yes, you can add the svg in the manager -> https://forum.tagdiv.com/tagdiv-composer-website-manager/
For modal you can create a page with tagdiv Composer, and only set the page if in the modal and use it for mobile.
Thank you!
Hello,
I just checked, and it seems that you have the mobile theme and AMP plugins. We don’t recommend to using amp, because it is deprecated -> https://developer.bigcommerce.com/docs/storefront/wordpress/platform-integration/enabling-amp -> https://forum.tagdiv.com/topic/kiss-amp-goodbye/
Please disable the amp and tagdiv mobile theme plugins and check after.
Thank you!
Hello,
1. This can be done using the theme panel settings. For background – https://i.imgur.com/CVCZ9kk.png and for color – https://i.imgur.com/wMB97WO.png
2. You need to use tagDiv Composer, edit the homepage and select the mobile view port, then select the mobile menu and choose the menu you want to use – https://i.imgur.com/HCR42PU.png
Thank you!
Hi,
Please let me know what mobile version you use. Please provide the link to your website.
Thank you!
Hello,
1. Please check using tagDiv Composer and select the logo then look for log text and hide it – https://i.imgur.com/TcFVrRW.png (this should be done on both desktop and mobile versions).
2. Yes, this can be adjusted per view port – https://i.imgur.com/m7sfFC9.png
Thank you!
Hello,
I believe that you are referring that the pages sped has dropped, this is normal since the structure is different and the site needs to be re-optimized.
Please use CDN for the website, this will make it faster – https://forum.tagdiv.com/cloudflare-cdn/ you can use the options from the last version and disable the mobile header on desktop and desktop header on mobile (this can be done for the sticky headers, but make sure that the mobile cache option is enabled – https://i.imgur.com/vgI7fdR.png) – https://i.imgur.com/FMejmEf.jpg – https://i.imgur.com/hTWwMFY.png also uses those options – https://i.imgur.com/WoLDdB9.png – https://i.imgur.com/tqFRWHX.png and you can enable the option to use webp format for thumbs – https://i.imgur.com/ZOg8cCq.png (those need to be generated with a dedicate plugin).
Thank you!
I have added a background image for the mobile menu. But everytime I go into Theme Colours > Mobile Menu > and change the gradient from its default blue to transparent and save settings, it just keeps reverting back to a blue gradient. Like a code is telling it to ignore any opacity changes. I have no CSS on the site as it is new. Broken feature. Please help
Hello,
I would like to set noindex for pagination pages on both the mobile theme and the cloud template. Here are the steps I’ve taken so far:
Tried using hooks in functions.php.
Disabled indexing for pages in Yoast SEO settings.
Despite these efforts, the pagination pages are still being indexed. I suspect this issue might be related to how the theme generates pagination. Specifically, it seems that the following code isn’t working as expected:
if (is_paged() && !is_front_page())
Could you provide guidance on how to ensure pagination pages are set to noindex?
Thank you!
Appreciate your kind support in:
1. How can i change the background of the header menu in her in the mobile view https://ibb.co/wRbjX8r
2. How can i Assign a menu to the mobile view? as in the English the header menu does not appear in the mobile view as in the image above, while it appears in the Arabic version correctly.
Thank you
Hello,
i have some issues regarding the SVG Logo in the theme.
1. When in Mobile view, there’s is always that word “Scoopze” which is not part of the logo that appears next to it, how can i remove it? https://ibb.co/Jt6Rt2G https://ibb.co/KjNpFT6.
2. Can i have different logo sizes when using the SVG for the Desktop and Mobile views? if yes how?
Hi there!
The mobile version of our website (brockpress.com) has a major problem. When the mobile version is first loaded, the mobile menu button on the upper left does not display when clicked. The photos below show what happens when the menu button is clicked.
mobile version of brockpress.com
hm that’s not right
However, when a different page other than the home page is loaded, the menu button does work as it should.
how it should look
After a lot of debugging, a solution I came up with was to redirect users from the mobile version of the homepage (brockpress.com) to the actual URL of the mobile version of the page (brockpress.com/home-mobile) if the homepage (brockpress.com) is loaded on a device using a mobile OS. To avoid any issues, I also added a redirect so that if the mobile page URL (brockpress.com/home-mobile) is loaded on a desktop OS, it will redirect to the normal homepage (brockpress.com). Images below show the redirect plug-in I used and the essentials of how I did it.
Now you may think that should work fine, in fact images loaded much faster on brockpress.com/home-mobile than brockpress.com on mobile as well, however the redirect plug-in I’m using is buggy and not optimized for redirecting based on mobile or desktop. So sometimes it works and sometimes it doesn’t.
I’ve found no other plug-in that does the same thing or works as well.
TL;DR: I need help either fixing the mobile menu button so it works every time or finding a way to redirect to the mobile homepage URL on mobiles only every time.
I am using Newspaper12. I created a new menu with mega sub menu. Both main and mega submenu show up fine on PC display; however, the mega sub menus don’t show up on mobile devices. Any ideas?
Thanks
How do I change the font color of the metadata in this block? The grey type doesn’t show up well at all in the mobile theme. I’ve looked at the style paine but don’t see any color options.
Hello! I have problems with the mobile version of my website. I have created a mobile template for each page and the homepage. Also for the single template and other WordPress templates.
Each one has a yes in the Mobile Template column.
The fact is that when I enter the mobile it doesn’t look like it should, but rather the latest news appears in a row and the design is not the same.
The same thing happens with the menu on the mobile, since when I click on a page from the mobile it does not appear and only the title of said page appears.
All of this, except the mobile menu, is done in the ‘Cloud Templates’ option.
How can I solve that?
I don’t know if something needs to be installed or not. I have the AMP plugin installed and the AMP option activated in the Mobile Theme of the Theme Panel.
Additionally, the menu for the mobile version is with the mobile pages created.
I also forgot to mention that when I’m on the mobile below I get the option ‘exit the mobile version’ and there it appears correctly, but I don’t know how to make the header logo look smaller.
I leave you the website so you can see it https://valladoliddeportivo.es/
Why is the mobile single post view of my site different from the mobile demo view at https://demo.tagdiv.com/newspaper_video/? Please provide me with instructions to make the mobile single post view of my site look like the demo.
Hello,
You can add those icons with the elements of social icons, and there you can add your social custom icon, set the links, and so on. You can add those using tagdiv Composer, and for the mobile menu, you can now create a modal popup and set the element you want in the menu; you do not need to use the social network elements.
Thank you!
Hi
I wanna to add customized 3 extra icons (due to some social media is out of the list in Newspapaer Theme) in the below location
Website – https://hkct.asia/
mobile View – https://www.awesomescreenshot.com/image/49213992?key=c77c898fb70fb38e1a86bc7da2b946ef
desktop View – https://www.awesomescreenshot.com/image/49214060?key=98ab50324a08962117cda2c26f1fa32e
Hello,
Yes, you can have a different menu for mobile: https://i.imgur.com/GfLqDR9.png. You need to select the viewport for your phone, select the menu, and you can change it.
Thank you!
Thank you Anamaria, I got it.
Is it possible to show different menu on desktop view and mobile view, do you have idea how to make this.
(Due to some items to be added in the mobile view)
Mobile View – https://www.awesomescreenshot.com/image/49209350?key=cfdfbd3668c650b98ddd951f55c4cf6b
Desktop View – https://www.awesomescreenshot.com/image/49209357?key=a0a57816f850df979c0cc35395da2733