Search Results for 'cloud library'

Results from the Forum
Simion C.
tagDiv Staff

Hi,

The article bottom ad, as the other article ads, is part of the content of the post, it is inserted in the post.
The author box is not part of the content, it is a different element, and it can be displayed anywhere around the post content, like at the top, below it, in the sidebar. But it cannot be displayed inside the post content.

There may be solutions, like for example in a cloud post template, by not using the actual article bottom ad spot, and using an ad box at the end of the post https://prnt.sc/w2dxdg and the author box above it https://prnt.sc/w2dyng

In the cloud templates library there are quite a few designs for posts, maybe you can find one that you like there, and use it https://cloud.tagdiv.com/#/load/Single

Let us know.

Thank you!

Bettina
tagDiv Staff

Hello @ThomasJojo!

For this you have 3 options to modify the single template files:
1. If you use cloud library single template then you will have to modify a specific element like post author, post content etc and you will find these files here wp-content/plugins/td-cloud-library/shortcodes/single
2. If you use post template default like this: https://i.imgur.com/HFH2kFE.png , then these templates are consists of single.php and loop-single.php and you will find them here: wp-content/plugins/td-composer/legacy/Newspaper/loop-single.php
3. If you have standard pack plugin, then you will find the files mentioned at point 2 here wp-content/plugins/td-composer/legacy/Newspaper/loop-single.php
Hope that helps you!

Thank you!

burak911
Participant
#0

Hi,

Images are lost on TagDiv Slide after migration on homepage except turn off LazyLoad from theme panel -> https://imgur.com/hPDz1Ys

We don’t use any other image lazy-load or optimization plugins besides the theme LazyLoad.

Our plugin’s are;

– Classic Editor (from WordPress Contributors)
– tagDiv Cloud Library
– tagDiv Composer
– tagDiv Social Counter
– tagDiv Standard Pack

Is there any conflict between WordPress 5.6 and the theme?

Thanks.

Vlad S
tagDiv Staff

Hello !

If you are new to Newspaper Theme I personally recommend you using the PRO Demos and cloud library templates. Standard pack is a plugin that “keeps alive” the old designs like normal blocks, standard templates, etc.

If you will use only Cloud library templates and PRO demo I recommend you to remove it.

Thank you !

romeshwar
tagDiv Member

There is no tagDiv Cloud Library, How I suppose to add/ Load templates.

Patrick93
Participant
#0

I have two questions:

1.) Is it possible to use the Cloud Library Header in the Mobile Template?
If no: Is it possible to include a SVG logo in the mobile template?
The logo of the mobile template is very blurry compared to my pages where the Cloud Library Header is included.
> Mobile Template: https://nimb.ws/9LuakN
> Cloud Library (SVG): https://nimb.ws/ITS3iF

2.) Is it possible to adapt the Mobile Template Header to the Cloud Library Header?
> https://nimb.ws/ObciG8
> https://nimb.ws/dKvbAt
It bothers me that they are so different.

Patrick93
Participant
#0

Hello,
I am using the Header Template 13 from the Cloud Library.
This is set to Full Width. I would like to have it in Boxed Layout.
Where can I change this?

What I want > https://nimb.ws/TKogSi
Tested this > https://nimb.ws/TPJMS5
But the problem. Top bar is not respected and I have a slight shadow. > https://nimb.ws/WvdYKQ

Calin
tagDiv Staff

Hi,
The problem with search results page: this situation can appear when is set an offset in the cloud templates, please edit it with tagDiv Composer and check if there is an offset on posts loop element -> https://imgur.com/WE37H6O -> https://i.imgur.com/1csC6yd.png
Also I think that the same is with the cloud tag page, edit it -> https://i.imgur.com/INApxkC.png -> make sure that you remove the offset number and let an empty field -> https://i.imgur.com/URofmxX.png

Hope this will help you!
Thank you!

Calin
tagDiv Staff

Hi,
If this is a cloud template then you can edit it using tagDiv Composer, if you provide a link to your website I can provide some more details.
Thank you!

Calin
tagDiv Staff

Hi a_l, you can use a single post template from tagDiv Cloud Library, the cloud templates can be edited with tagDiv Composer.
-> https://i.imgur.com/0Xts2Kq.png -> https://i.imgur.com/y7HXBtQ.png
Hope this will help!

Vlad S
tagDiv Staff

Hello @FKVS !

I think we are not on the same page.

Newspaper Theme has Standard Templates that came with the theme when the theme was created. And now it has Cloud library templates.

Standard templates will not be added to the cloud library and cannot be edited using tagDiv Composer.

The cloud library templates can be customized using tagDiv composer and it has the advantage that it can be fully edited using tagDiv Composer and also it only uses the resources that are required.

Our team is not focusing anymore on the standard templates because the future will be tagDiv Composer / Cloud Library.


@Robert
Turner Please contact us via email at contact@tagdiv.com and provide the following:

– admin url and credentials
– A link to this topic in order to identify you

Our team will take a look !

Thank you !

Calin
tagDiv Staff

Hi chip303, if you want only to see the demo/Prebuilt Site, you can do it by clicking on the one you like from here -> https://i.imgur.com/X0D31Ss.jpg
Also if you want to trey a demo, then it will be better to test it on localhost or subdomain in this way you’ll keep the live website intact. Or if you want to check only some templates, then you can get theme from tagDiv Cloud Library and you can edit all of them with tagDiv Composer.
Hope this will help you!

Calin
tagDiv Staff

Hi,
If it was only html, css or js, then you could use the html, css elements or column text and text with title to set your shortcodes/html/css code with tagDiv Composer inside the single post template, but because it is a php code, for the moment this can be set only in theme plugin files -> wp-content/plugins/td-cloud-library/shortcodes/single now the problem is to get the data-href -> https://developer.wordpress.org/reference/functions/get_permalink/
Here is a similar thread -> https://forum.tagdiv.com/topic/partsheader-ad-wheres-the-new-place-to-put-my-php-code/
Hope this will help you!

Vlad S
tagDiv Staff

Hello !

Please provide a link to your website in order to inspect. We suggest using a cloud library header which uses a header element.

Thank you !

mrsky28
Participant
#0

The guide in your blog wasn’t really helpful.

Do I have to install Cloud theme demos first?
once imported should I remove both Standard Pack and Cloud Library plugin?

grapnell
Participant
#0

Good afternoon,

Today, WordPress automatically updated to 5.6 and now, when clicking “Add New Post,” I get all of the following error messages (See at the end.) I tried downgrading to the previous version 5.5.3, but that didn’t work. I also disabled ALL plugins except for tagdiv plugins and the error messages still appear. The only plugin that makes it go away is disabling the tagdiv composer plugin. I can then edit new posts, but it breaks the frontend of the site so that is not a solution.

See error messages below:

Notice: register_rest_route was called incorrectly. The REST API route definition for td-cloud-library/new_template is missing the required permission_callback argument. For REST API routes that are intended to be public, use __return_true as the permission callback. Please see Debugging in WordPress for more information. (This message was added in version 5.5.0.) in /var/www/montanadailygazette.com/wp-includes/functions.php on line 5311

Notice: register_rest_route was called incorrectly. The REST API route definition for td-cloud-library/td_cloud_proxy is missing the required permission_callback argument. For REST API routes that are intended to be public, use __return_true as the permission callback. Please see Debugging in WordPress for more information. (This message was added in version 5.5.0.) in /var/www/montanadailygazette.com/wp-includes/functions.php on line 5311

Notice: register_rest_route was called incorrectly. The REST API route definition for td-cloud-library/download_image is missing the required permission_callback argument. For REST API routes that are intended to be public, use __return_true as the permission callback. Please see Debugging in WordPress for more information. (This message was added in version 5.5.0.) in /var/www/montanadailygazette.com/wp-includes/functions.php on line 5311

Notice: register_rest_route was called incorrectly. The REST API route definition for td-cloud-library/ajax_autoload is missing the required permission_callback argument. For REST API routes that are intended to be public, use __return_true as the permission callback. Please see Debugging in WordPress for more information. (This message was added in version 5.5.0.) in /var/www/montanadailygazette.com/wp-includes/functions.php on line 5311

Notice: register_rest_route was called incorrectly. The REST API route definition for td-composer/do_job is missing the required permission_callback argument. For REST API routes that are intended to be public, use __return_true as the permission callback. Please see Debugging in WordPress for more information. (This message was added in version 5.5.0.) in /var/www/montanadailygazette.com/wp-includes/functions.php on line 5311

Notice: register_rest_route was called incorrectly. The REST API route definition for td-composer/save_post is missing the required permission_callback argument. For REST API routes that are intended to be public, use __return_true as the permission callback. Please see Debugging in WordPress for more information. (This message was added in version 5.5.0.) in /var/www/montanadailygazette.com/wp-includes/functions.php on line 5311

Notice: register_rest_route was called incorrectly. The REST API route definition for td-composer/save_history is missing the required permission_callback argument. For REST API routes that are intended to be public, use __return_true as the permission callback. Please see Debugging in WordPress for more information. (This message was added in version 5.5.0.) in /var/www/montanadailygazette.com/wp-includes/functions.php on line 5311

Notice: register_rest_route was called incorrectly. The REST API route definition for td-composer/load_header_template is missing the required permission_callback argument. For REST API routes that are intended to be public, use __return_true as the permission callback. Please see Debugging in WordPress for more information. (This message was added in version 5.5.0.) in /var/www/montanadailygazette.com/wp-includes/functions.php on line 5311

Notice: register_rest_route was called incorrectly. The REST API route definition for td-composer/update_header_template is missing the required permission_callback argument. For REST API routes that are intended to be public, use __return_true as the permission callback. Please see Debugging in WordPress for more information. (This message was added in version 5.5.0.) in /var/www/montanadailygazette.com/wp-includes/functions.php on line 5311

Notice: register_rest_route was called incorrectly. The REST API route definition for td-composer/get_header_templates is missing the required permission_callback argument. For REST API routes that are intended to be public, use __return_true as the permission callback. Please see Debugging in WordPress for more information. (This message was added in version 5.5.0.) in /var/www/montanadailygazette.com/wp-includes/functions.php on line 5311

Notice: register_rest_route was called incorrectly. The REST API route definition for td-composer/get_header_template is missing the required permission_callback argument. For REST API routes that are intended to be public, use __return_true as the permission callback. Please see Debugging in WordPress for more information. (This message was added in version 5.5.0.) in /var/www/montanadailygazette.com/wp-includes/functions.php on line 5311

Notice: register_rest_route was called incorrectly. The REST API route definition for td-composer/decode_html_content is missing the required permission_callback argument. For REST API routes that are intended to be public, use __return_true as the permission callback. Please see Debugging in WordPress for more information. (This message was added in version 5.5.0.) in /var/www/montanadailygazette.com/wp-includes/functions.php on line 5311

Notice: register_rest_route was called incorrectly. The REST API route definition for td-composer/get_image_url is missing the required permission_callback argument. For REST API routes that are intended to be public, use __return_true as the permission callback. Please see Debugging in WordPress for more information. (This message was added in version 5.5.0.) in /var/www/montanadailygazette.com/wp-includes/functions.php on line 5311

Notice: register_rest_route was called incorrectly. The REST API route definition for td-composer/get_image_id is missing the required permission_callback argument. For REST API routes that are intended to be public, use __return_true as the permission callback. Please see Debugging in WordPress for more information. (This message was added in version 5.5.0.) in /var/www/montanadailygazette.com/wp-includes/functions.php on line 5311

Notice: register_rest_route was called incorrectly. The REST API route definition for td-composer/save_parts is missing the required permission_callback argument. For REST API routes that are intended to be public, use __return_true as the permission callback. Please see Debugging in WordPress for more information. (This message was added in version 5.5.0.) in /var/www/montanadailygazette.com/wp-includes/functions.php on line 5311

Notice: register_rest_route was called incorrectly. The REST API route definition for td-composer/change_template_name is missing the required permission_callback argument. For REST API routes that are intended to be public, use __return_true as the permission callback. Please see Debugging in WordPress for more information. (This message was added in version 5.5.0.) in /var/www/montanadailygazette.com/wp-includes/functions.php on line 5311

Notice: register_rest_route was called incorrectly. The REST API route definition for td-composer/save_header_mobile_menu is missing the required permission_callback argument. For REST API routes that are intended to be public, use __return_true as the permission callback. Please see Debugging in WordPress for more information. (This message was added in version 5.5.0.) in /var/www/montanadailygazette.com/wp-includes/functions.php on line 5311

Notice: register_rest_route was called incorrectly. The REST API route definition for td-composer/load_footer_template is missing the required permission_callback argument. For REST API routes that are intended to be public, use __return_true as the permission callback. Please see Debugging in WordPress for more information. (This message was added in version 5.5.0.) in /var/www/montanadailygazette.com/wp-includes/functions.php on line 5311

Notice: register_rest_route was called incorrectly. The REST API route definition for td-composer/update_footer_template is missing the required permission_callback argument. For REST API routes that are intended to be public, use __return_true as the permission callback. Please see Debugging in WordPress for more information. (This message was added in version 5.5.0.) in /var/www/montanadailygazette.com/wp-includes/functions.php on line 5311

Notice: register_rest_route was called incorrectly. The REST API route definition for td-composer/get_footer_templates is missing the required permission_callback argument. For REST API routes that are intended to be public, use __return_true as the permission callback. Please see Debugging in WordPress for more information. (This message was added in version 5.5.0.) in /var/www/montanadailygazette.com/wp-includes/functions.php on line 5311

Notice: register_rest_route was called incorrectly. The REST API route definition for td-composer/get_footer_template is missing the required permission_callback argument. For REST API routes that are intended to be public, use __return_true as the permission callback. Please see Debugging in WordPress for more information. (This message was added in version 5.5.0.) in /var/www/montanadailygazette.com/wp-includes/functions.php on line 5311

Notice: register_rest_route was called incorrectly. The REST API route definition for tdw/save_css is missing the required permission_callback argument. For REST API routes that are intended to be public, use __return_true as the permission callback. Please see Debugging in WordPress for more information. (This message was added in version 5.5.0.) in /var/www/montanadailygazette.com/wp-includes/functions.php on line 5311
Add New Post

rs_cwi
tagDiv Member

Hi
I created a single post template with the header I wanted and then set that template at “Post Cloud Library Template” in the category i wanted another header for.
That seemed to work! Is that what you meant?
I get a strange error though: The posts loose their title!
Is the title supposed to be included in “Single Post Content”? Because I cant find something called “Single Post Title” to add!

tcu-studentmedia
tagDiv Member

Hey Calin, thanks! That makes perfect sense. Except when I try to update the plugins (the only one missing is tagDiv Cloud Library, which make sense), I, the admin, get this message:

Sorry, you are not allowed to access this page.
This message was triggered by Core.

Call stack:

wp_die()
wp-admin/includes/menu.php:350

NM – was able to update via Plugins rather than the Theme menu. All fixed! Thank you!

Calin
tagDiv Staff

Hi,
Yes, you can do that if you are using a cloud header from tagDiv Cloud Library -> https://i.imgur.com/kMfgAOv.jpg -> https://i.imgur.com/bq0c4C9.png
Hope this will help you!

Calin
tagDiv Staff

Hi,
You can achieve this if you are using a cloud templates. For example you can set a cloud header as individual on category cloud template from tagDiv Cloud library -> https://i.imgur.com/G4YnfT7.png -> https://i.imgur.com/p8dtees.jpg -> set an individual header -> https://i.imgur.com/NOpScB9.png after that set the category template on the category -> https://i.imgur.com/jR1MDOy.png
Also you can duplicate de cloud templates -> https://i.imgur.com/XOIl0Np.png and using tagDiv Composer change only the cloud header.
Thank you!

Calin
tagDiv Staff

Hi,
Unfortunately there is no option for this, you can achieve the hours ago on blocks only with custom work.
For this you can use this article -> https://mekshq.com/change-wordpress-date-format-to-time-ago/ or the official documentation -> https://developer.wordpress.org/reference/functions/human_time_diff/
There are also plugins that can be use for this -> https://wordpress.org/plugins/meks-time-ago/
If you want to use the “Time ago format” you need to use a single post template from tagDiv Cloud Library and edit it with tagDiv Composer click on single post date and enable the “Time ago format” -> https://www.screencast.com/t/2G5ogZnde0JZ
Thank you!

Vlad S
tagDiv Staff

Hello !

Cloud library has more templates than the standard pack plus that you can use tagDiv Composer and create your own templates and looks from scratch.

Thank you !

Calin
tagDiv Staff

Hi,
This option is available on single post template from cloud library. Unfortunately for the moment this option is not available on mobile theme plugin.
Thank you for your understanding!

Calin
tagDiv Staff

Hi Robert Turner, this problem appear when google added the Largest Contentful Paint (LCP) and Cumulative Layout Shift(CLS), the problem is that if we are make now changes in standard post templates to prevent this problem then at he structure of standard post templates will change and all website that use a standard template will no longer work and will need to be rebuild, that is way our developers didn’t made any changes to the standard pack until now. using standard pack will be load more resources that is need.
That is way we recommend to use a pro demo, is no need to install a different demo, you can simple get the cloud templates from cloud library and set theme in theme panel.
Also the website performance is not only about the the standard pack or cloud template, is about content ads, external resources …
For the moment the only solution without changing the standard templates is to try to optimize your website as good as you can.
https://tagdiv.com/how-to-increase-page-loading-speed/
Also you can check this similar topic for more solutions: -> https://forum.tagdiv.com/topic/optimize-script-to-improve-site-speed/ -> https://www.infophilic.com/get-almost-100-pagespeed-newspaper-theme/
https://forum.tagdiv.com/topic/a-few-tips-for-newspaper-x-speed-high-cpu-usage-issues/
https://tagdiv.com/how-to-increase-page-loading-speed/
Hope this will help!
Thank you!

fkvs
tagDiv Member

Forgot to add – so there are no plans that all templates would be available on cloud library anytime soon?

Viewing 25 results - 3,851 through 3,875 (of 8,727 total)