- TutorialstagDiv Social Counter Tutorial
Hello
There is a problem having I am having with this single post template on mobile phones.
Also. In my /blog posts as seen here
https://www.techbusinessnews.com.au/blog/cloud-solutions-and-services-for-business-in-2022/
The feature image does not show on mobile at all.
I have set feature images to the side. On divi preview for mobile screen everything looks fine and okay. But if you look on a mobile phone device. It puts all the sidebar images above the content.
This should not be happening, divi preview does not show this. So why? I have tried feature image on both sides also
Hello!
Pleased check this topic: https://community.cloudflare.com/t/apo-warning-cf-edge-cache-response-header-is-missing/254654
Hope that helps you!
Thank you!
Not helpful sadly,
its not a plugin issue only, its more of cloudflare speed function not working with the theme for some reason, any similar issue been reported before? any help is appreciated,
thanks,
Hello!
Please note that this plugin is not tested with our theme and we can not provide support for untested plugins.
Please check this guide as well: https://forum.tagdiv.com/cloudflare-cdn/
Thank you!
Hello,
The cloud templates are custom post types, and these can be an index or not, therefore you can use Yoast SEO to control the SEO for cloud templates, for example https://i.imgur.com/6BRLmIs.png after that you need to reindex your website on Google (or you can reindex only that link).
Let me know the results!
Thank you!
Hello!
Please make sure you assign the mobile pages correctly to your cloud templates.
We have 3 options of mobile versions that you can use:
1. Responsive version: A responsive version of your website is looking similar like on desktop, edit the page with TagDiv Composer, click on the mobile viewport: https://www.screencast.com/t/XDQJedlggSB ; there you can see your mobile version and you can edit the elements there or adjust them to look better.
2. Mobile pages: https://tagdiv.com/newspaper-10-3-7-update-brings-customizable-and-fast-mobile-pages/
3. Mobile theme plugin: The Mobile Theme is a performance optimized theme included in the Newspaper main theme and it loads only for mobile devices. It comes with its own templates/design for page, post, category, etc so your current templates from the desktop theme will get converted to the mobile theme layout. For more details, please take a look here: https://forum.tagdiv.com/the-mobile-theme/ and https://forum.tagdiv.com/mobile-theme-introduction/
A full explanation you can find here: https://www.youtube.com/watch?v=SpGkOnJeNZY
You can choose to use which one is more affordable and useful for you.
If anyone doesn’t fit as you created, then make a test and deactivate ALL plugins except tagDiv ones, also if you are using a cache plugin, deactivate it, clear all cache and try again.
Note: If you want to use version 1 or 2, then you need to deactivate the Mobile theme plugin and see the results.
Thank you!
Hi,
I am using APO in two wordpress sites which not using newspaper theme and the APO plugin from cloudflare is working well, but when i tried enabling it on the websites using Newspaper theme it wont work even tried everything possible.
The website have no other caching plugin and the only difference with my other website with working APO is the theme.
i keep getting this cf-edge-cache response header is missing, please clear any server cache used via other plugins.
Cloudflare team also suggested it maybe the theme,
Can you suggest on what should i do to troubleshoot the issue better?
thanks,
Hello,
The pagination number has only the elements posts loop and posts loop 2 -> https://i.imgur.com/RXAh0iM.png
The Posts Loops settings are divided into 5 tabs: General, Layout, Style, ADS and CSS. The Posts loop is a special block and doesn’t have filtering options.
Also, one of the options for pagination of the Posts Loop has the option for normal numbered and the flex blocks do not have this option.
The Posts Loop is automatically filtering the posts depending on the cloud template you set (for example on the category page there will be posted posts from that category).
Thank you!
There’s a problem or conflict with WPML and Cloud Templates, exactly in the templates “My account” (all of them).
I have tested them and there’s a problem
Image: https://martincid.com/newspaper_problem.png
When I deactivate WPML, the template works perfectly and I’m quite sure it’s a conflict with your this template. If you can help me to resolve it, it would be great. If not… well, you should know it.
The others templates works fine (I think).
Thanks for everything and have a nice day.
Whenever I try to add new cloud template it shows error “Invalid reply from server endpoint.”
I should also note that the CSS that I have added is in the Newspaper Theme Custom Code section of the Theme Panel. And I’m using all the cloud templates, although I have updated/customized them through tagdiv editing.
It’s the issue I’ve been describing from the beginning- when I scroll up, it defaults to LifeNews and there’s no way to edit that.
Hello!
You can have a mobile page only for a cloud template. You should have a global template if you need it for the whole website.
For more information, please check the guides provided above or check this video: https://www.youtube.com/watch?v=SpGkOnJeNZY
Thank you!
Hello!
It is not a big issue, but try with cloud category template, so it might work.
If your CPT are not working, then the problem it could be from your code.
Thank you!
Hello!
Yes. When you use a cloud template and add the news ticker element in your page with the TagDiv Composer: https://forum.tagdiv.com/tagdiv-composer-tutorial/, then there are some settings: https://prnt.sc/HzFU_yRpvjWk
Thank you!
Sory but i dont understand.
How can i assign a cloud template for mobile page to the whole website without going global ????
Hi,
add this code to your functions.php
function get_excerpt_by_id($post_id){
global $post;
$save_post = $post;
$post = get_post($post_id);
$output = get_the_excerpt();
$post = $save_post;
return $output;
}
and change post subtitle code to call excerpt (file is in td-cloud-library>state>single>tdb_state_single.php
$this->post_subtitle = function () {
$dummy_data_array = array(
‘post_subtitle’ => ‘Sample Post Subtitle!’
);
if ( !$this->has_wp_query() ) {
return $dummy_data_array;
}
$post_subtitle_array = array();
$post_subtitle = get_excerpt_by_id($this->get_wp_query()->post->ID);
$post_subtitle_array[‘post_subtitle’] = $post_subtitle;
if ( empty( $post_subtitle ) ) {
if ( tdc_state::is_live_editor_iframe() || tdc_state::is_live_editor_ajax() ) {
return $dummy_data_array;
}
}
return $post_subtitle_array;
};
Hope it helps.
Hello!
The mobile page is assigned on a cloud template and not on a default one. If some pages are using default templates, then you need to assign manually the cloud template with the mobile page assigned.
You should edit the posts with the WordPress Editor and be sure you choose a cloud template.
I’ve checked both links from your last reply and I can see the same mobile header.
Thank you!
Hi Bettina,
thanks for getting back. A few follow up questions and answers:
– “I can see that you use also default templates.”
-> Yes, for the category pages at least, so far. Is that a problem?
– “I recommend you to use only cloud templates, also for your category page.”
-> How would that change things? The default category template is perfectly able to list standard post types.
What I am trying to communicate is that shortcodes/elements seem to fail to list/show our custom post type with the way that things are configured.
I have the same issue.
I have set a header template from cloud and put it as global…But it wont be displayed on mobile.
Of course i checked with elementor mobile view settings
-
This reply was modified 4 years by
Carel.
For me it is trying to make GeoDirectory work. I did the same, created a new CPT template based on cloud library but I can’t make it pull any data or assigned it to be the template for the CPT.
After updating, error when editing category template in Cloud Templates. Other templates are OK
Even if i import new template i get error.
Tryed to uninstall, reinstall TagDiv Composer nothing helps.
I got old Tagdiv Composer in backup folder but also not helping.
Errors at elements: 1(models) : 0(dom). The model does not match the content Current state has involved an issue. You could try an UNDO operation (CTRL+Z / CTRL+SHIFT+Z)
I have also gone in and edited each individual Cloud Template with my header/logo info, and as I said, erased all demo content from the Theme Panel. So where would the demo content still be generated from?
Hello!
From what I can see, you use default templates for some posts. So, it’s normal that mobile page won’t be applied for those articles.
Make sure all your articles have assigned that post template for which you’ve created the mobile page.
Documentation here:
– https://forum.tagdiv.com/design-post-pages-using-cloud-library-templates/
– https://tagdiv.com/newspaper-10-3-7-update-brings-customizable-and-fast-mobile-pages/
Thank you!
Hello,
For this, you should use cloud templates. You can have different ads in every post/article/header/footer if you use a different template for each. If you want the same design, you can duplicate the templates.
Check this topic: https://forum.tagdiv.com/topic/different-logo-in-categorypage/;
We recommend using cloud/PRO templates in order to have the possibility to edit them with the tagDiv Composer which contains a lot of functions and features, please check our tutorial here: https://forum.tagdiv.com/tagdiv-composer-tutorial/
Check also our video tutorials here: https://www.youtube.com/c/tagdivThemes/videos and more theme documentation on the left side: https://forum.tagdiv.com/newspaper-theme-documentation/
Thank you