- NewsmagSmart list ads
- NewsmagIntroduction
- NewsmagMain menu
- NewsmagLogo & Favicon
- NewsmagHeader ads
- NewsmagSmart sidebar
- NewsmagSharing buttons
- NewsmagCategory tag on modules/blocks
- NewsmagBackground introduction
- NewsmagTheme colors introduction
Hi,
If you use the mobile theme plugin, ads can be entered in the mobile ad sections provided in the Theme panel->Mobile theme.
There are no other options to display ads besides this possibility. Maybe try using ad codes directly in the Mobile editor and see if they display properly.
Thanks
If you have Static Homepage, you can try (but it’s quite unofficial) to add this short code to the Mobile page editor (below your usual Desktop Visual editor):
[td_block_big_grid_mob_1 installed_post_types="your-post-type-name-here"]
This short code supports other module shortcode parameters (like offset, sorting), but not “limit” (it will be always 3 posts). But you can tweak it in the themes/Newspaper/mobile/includes/shortcodes/td_block_big_grid_mob_1.php file
find
const POST_LIMIT = 3;
and change the number to what you like.
I have the same problem. My custom post type function is like this:
$args = array(
'labels' => $labels,
'public' => true,
'publicly_queryable' => true,
'show_ui' => true,
'show_in_menu' => true,
'show_in_admin_bar' => true,
'query_var' => true,
'rewrite' => array( 'slug' => 'news' ),
'capability_type' => 'post',
'has_archive' => true,
'hierarchical' => false,
'menu_position' => 5,
'menu_icon' => 'dashicons-rss',
'taxonomies' => array( 'post_tag' ),
'exclude_from_search' => false,
'supports' => array( 'title', 'editor', 'comments', 'thumbnail', 'author' ) // 'comments' depricated
);
register_post_type( 'outside', $args );
}
add_action( 'init', 'outside_custom_init' );
They do work on Desktop, but not on mobile (redirecting to homepage):
https://magazeta.com/news/ofo-moscow/
https://magazeta.com/news/alipay-microapps/
-
This reply was modified 8 years by
mayuxi.
Hi!
I’m using Newspaper + Mobile Theme plugin.
We created special section on our website via custom post type, but looks like posts unavailable on mobile:
https://magazeta.com/news/ofo-moscow/
links work well on Desktop, but on Mobile they all redirect to Homepage.
How can I fix this?
Hi,
There was a problem with the mobile theme functionality in the previous update. It is fixed in the currently available theme package.
This is a topic providing solutions for this issue
– https://forum.tagdiv.com/topic/mobile-tabs-not-loading/
Sorry for any inconvenience caused.
Thanks
Hi,
If you have activated the mobile theme plugin, the pages will not display the content from desktop. You will have to use the Mobile editor and enter the content for mobile pages
– https://www.screencast.com/t/hR0F300J
This plugin is optional, if you want to display the same elements from desktop on mobile, deactivate it. The main theme is fully responsive and will adapt to all devices.
Here you can find more information about how the mobile theme works
– https://forum.tagdiv.com/the-mobile-theme/
Thanks
Hi, can i put a ad for only home withaout use Header ad Footer ad Smart list ad?
I use Loop ad which appears only in the home, I need a second banner only in the home
It’s possible to do it?
Thanks
Thanks Simion. I see that the outcome of the ‘load more’ buttons is pretty messy, i will skip it. Instead i will choose for the ‘Next Prev Ajax’ option for pagination. How can i change the colors of the border and arrows of each block. Can you please tell me specificly what to do?
Btw, on mobile (Chrome) i get an quick flash error. It says:
“This site can’t be reached
The web page might be temporarily down or it may have moved permanently to a new web address”. Error content decoding failed.
I think its only on mobile and its only once. Once i visited the post of page its gone. I empty caches, but than it pops up again. I contacted my hosting, but they dont see any errors. How can i fix this?
Hi,
If you use Google Adsense ads, these can be responsive. More useful information here
– https://support.google.com/adsense/answer/3213689?hl=en
– https://support.google.com/adsense/answer/3543893?hl=en
– https://forum.tagdiv.com/ads-adsense-overview/
If different ads are used, you can display for example particular ads for desktop, and other ads on mobile devices, optimized in that way
– https://forum.tagdiv.com/using-other-ads-non-adsense-ads/
Please note that if you use the mobile theme plugin, ad codes have to be entered in the mobile theme section
– https://forum.tagdiv.com/the-mobile-theme/
Thanks
Hi,
You could use a code like this, and set a bigger margin between the images
– https://www.screencast.com/t/TSSkvw3v9
Use the value you want in the code, then enter it in Theme panel->Advanced CSS in the mobile section so it will only apply on mobile
– https://www.screencast.com/t/H2h5PZ0n07P4
.td_block_image_box .td-custom-image a {
margin-bottom: 10px;
}
Thanks
Hello Scott,
I have inspected your website for mobile devices and I did not saw any problem with your menu for mobile. Everything seems to work as expected, as you can see here -> https://www.screencast.com/t/CxeBTjX2
Hope this helps!
Thanks for your understanding!
The menu and search are not working on my mobile site.
When you press the mobile menu icon, the URL with # – http://www.viagensecaminhos.com/ #
The site is http://www.viagensecaminhos.com
I already tried to disable plugins, one by one, and it did not work.
Please help me!
I have mobile theme plugin installed. And I have created pages. Its show on desktop, but not on mobile.
https://thich.com/dieu-khoan/
I tried to create three pages, but they all the same error.
Hope its will fix soon, thanks you.
Got a little more time on my hands to explain it now, so here it goes.
Everything I will post is regarding the desktop (1141px+) view, and the code is in the Advanced CSS -> Desktop Box.
The code I’m using is as follows
.single_template_7 .td-backstretch{
transform: translate3d(-50%, -25%, 0px) scale(1.15, 1.15)!important;
}
.td-post-template-7 .td-post-header{
height:850px;
}
The image I am using is this one. The dimensions are 1920×1280
This is how the post displays on a full HD monitor (1884 width image) It looks absolutely beautiful (IMO) – Preview
If you resize the browser to emulate smaller series, a black bar begins to appear at the bottom as the image is resized dynamically. Due to the new 850px height, the image no longer covers the required area. – Preview (Note the black bar at the bottom)
As I continue to resize the browser, the black bar enlarges as the image gets smaller and eventually begins to look quite bad. Preview
As you can see, it’s still cutting off quite a large amount of the image at the top, despite the black bar appearing at the bottom. Is there a way to…’pin’ the bottom of the image, to the bottom of the header image display area, so it’ll stop creating a black bar? I can move the image down, but then it starts to cut off the bottom of the image more…and motorsport is a pain in that the car is always at the bottom. So being able to pin the bottom of the image to the bottom of the header area would solve it.
Because the mobile devices have a relatively narrow window width they operate in, it doesn’t really cause a problem in those views and I can manage it. It’s the fact that desktops have to range from 1140 up to 1920 that’s causing an issue.
Hope this explains things a bit better!
-
This reply was modified 8 years by
ds.ellis.
mobile ads should be responsive not fixed desktop sizes
Hello I’m trying to insert the ads in the version of the theme for mobile, but they do not see only the 720×90 measurement is shown and this does not look good. which I could do in this case thanks.
Okay, one last update: The mobile version of the FBC home page is still pulling up the weird menus, even though desktop PC browsers seem to be accessing a proper version of the page.
Thanks again for all of your time and help with these things!
Hi Simion,
It’s actually something that happens on desktop only (width greater than 1141px). As you adjust the browser window down from 1920px, the image is dynamically resized to suit the new browser window. The header is still 1000px tall, but because the image is being resized, it eventually becomes too small to fill the entire header and is replaced by plain black.
You’re right that putting the code into the Desktop section fixes the mobile devices, but the desktop section still displays black at the bottom, because the image is now slightly higher than it used to be (the -40% from the original code is now -20%).
One way of fixing it is to use the first bit of code and move the image down, but as I said, motorsport photography tends to be done with the car at the bottom, so I’m losing the car in the majority of shots. It’d be ideal if the image did not resize with the window in the Desktop view at all, and which would mean I could ‘pin’ the image from the bottom, rather than top. 🙂
I might be REALLY bad at explaining things, lol.
Cheers guys.
-
This reply was modified 8 years by
ds.ellis.
Hi,
It could be that cache that is causing the issue. The mobile theme is sensitive when it comes to caching. That could be serving the mobile style to be loaded on desktop, when it should not. The mobile theme should detect and load only when needed, and that is what it does if no interference is present
– https://www.screencast.com/t/pOPUABFZ
– https://www.screencast.com/t/c3b21kozMYkt
Thanks
I tested many times, it’s not working on home page, click on the menu button top left, cannot open category list, please advise
(edit, i’m not sure my english was clear in the previous post)
Could you tell us which script (php, file, js, method) is used to detect devices that connects, and apply (or not) the mobile’s skin?
Hello afratus,
Please provide your website URL so I can take a closer look at it in mobile mode. I need to inspect it and also, so I will be able to provide a more accurate response.
Thanks for your understanding!
Hi,
we’ve made tests :
– we replaced WP rocket by WP Super Cache.
=> we still have the bug.
We think it may be caused by the Varnish cache we have on the server, that put in cache the page with the mobile skin when the first user to connect to the site after the cache cleaning is on a mobile device.
We would like to exclude the script that calls the mobile skin from the cache.
Could you indicate us whitch is script,(or file, or method) that you use to call the mobile skin ?
Regards,
Icodia
Hello manoelvlm,
I have inspected your website on mobile and I saw that you have set up a gradient image for the main menu background. Do you try to replace it with an image and does not work? Please try to clear all the caches and check the results. Also, if the problem is still there, please send us an email at contact@tagdiv.com with your log-in information (wp-admin) so we can further inspect it closer your setup page. PRovide there the link to this topic so we can quickly identify you.
Thanks for your understanding!
Hi,
The top menu is not intended to display on mobile. It could be made to appear with some custom CSS, if it is absolutely required. You can try the solutions from these topics
– https://forum.tagdiv.com/topic/mobile-menus/
– https://forum.tagdiv.com/topic/menu-on-mobile-devices/
– https://forum.tagdiv.com/topic/top-menu-bar-not-displayed-on-mobile/
– https://forum.tagdiv.com/topic/top-menu-doesnt-appear-on-mobile/
Thanks