Search Results for 'cloud library'

    No search results were found in Documentation!

Results from the Forum
Calin
tagDiv Staff

Hi,

Please note that Gadget and Gadget PRO are different demos, and different structures, the PRO demo is build with tagDiv Composer can cloud templates -> https://tagdiv.com/what-is-the-cloud-library/

Thank you!

Calin
tagDiv Staff

Hi,

1. The date format can be set from here -> https://i.imgur.com/uyQtFIK.png -> https://wordpress.org/support/article/formatting-date-and-time/
If you are using a cloud header from tagDiv Cloud Library you can edit it with tagDiv Composer -> https://i.imgur.com/lkwNbdV.png

2. For cloud header the file path is -> wp-content/plugins/td-cloud-library/shortcodes/header/tdb_header_date.php -> https://i.imgur.com/8xPrqmb.png (you need toadjust you code to set it in buffy) and for standard templates is D:\xampp\htdocs\Newspaper\wp-content\plugins\td-standard-pack\Newspaper\parts\header\top-menu.php -> https://i.imgur.com/qbEF0d6.png

3.Unfortunately the newsletter plugin can not be use in widgets, this is available only in tagDiv Composer, but you can set the mail chimp code in a text widget in in your sidebar -> https://i.imgur.com/fnZc5fQ.png

Thank you!

Vlad S
tagDiv Staff

Hello !

The codes you see because tagDiv Standard pack is not active. Please activate standard pack plugin.

For posts you can set a template site-wide: https://forum.tagdiv.com/design-post-pages-using-cloud-library-templates/

Thank you !

Calin
tagDiv Staff

Hi,

Yes, you need to activate the theme in order to have access to Cloud Library.
If you want to make a testing website on sub-domain or localhost, then you’ll not have any problems with the license agreement, only if you want to use it on multiple website.
You can read more about it here:
-> https://forum.tagdiv.com/newspaper-6-how-to-activate-the-theme/ end products (live websites).
According to Envato license terms a theme can be used for a single end product (website)
https://themeforest.net/licenses/standard
https://themeforest.net/licenses/terms/regular

Thank you!

Thomas
tagDiv Member

Hello

Thanks both of you for help.

I change the info in the 2 files (login and top-menu)… and nothing change.
When I am log when I click on my name it not go to https://www.virtualmagie.com/profil/ but still to https://www.virtualmagie.com/author/thomas-4/

For:
wp-content -> plugins -> td-cloud-library -> shortcodes -> header -> tdb_header_user.php

search into that file: get_author_posts_url

I put on line 306 :
$buffy .= '<a href="https://www.virtualmagie.com/profil/">' . $current_user->display_name . '</a>';

For top-menu in line 60, i put:


           echo '<ul class="top-header-menu td_ul_login"><li class="menu-item"><a href="https://virtualmagie.com/profil">' . __td('Sign in / Join', TD_THEME_NAME) . '</a><span class="td-sp-ico-login td_sp_login_ico_style"></span></li></ul>';

For login here:
<div class="td-menu-login"><a>' . __td('Sign in', TD_THEME_NAME) . '</a>' . $users_can_register_tab . '</div>
I don’t how to put the correct URL.

Thanks

  • This reply was modified 6 years by Thomas.
Vlad S
tagDiv Staff

Hello !

You can choose from a Cloud library template as you can see here: https://forum.tagdiv.com/design-post-pages-using-cloud-library-templates/

Also please note that Cloud Library templates are fully editable with tagDiv Composer.

Thank you !

Calin
tagDiv Staff

Hi,

2) To remove these elements from mobile theme plugin you need to use the general options from theme panel -> https://i.imgur.com/OHn8b8W.png -> https://i.imgur.com/YVSImVJ.png -> https://i.imgur.com/iOnV1KC.png these will apply on mobile them plugin too.

3) For this you need to use a cloud header from tagDiv Cloud Library, edit it with tagDiv Composer and check the website manager -> https://i.imgur.com/TkOKFjN.png also the menu can be change by click on it -> https://i.imgur.com/hG8Vp14.png

If you want to set a background image you can do it from theme panel -> https://i.imgur.com/iWbulCV.png make sure that this option is enable -> https://i.imgur.com/AsyXkt7.png also if you have set a background color, clear it or set an opacity to can see the background image.

Thank you!

Vlad S
tagDiv Staff

Hello !

For post template you can use the tagDiv Composer to completely edit your template: https://forum.tagdiv.com/design-post-pages-using-cloud-library-templates/

If you’re using the tagDiv Composer and a Cloud Library header you can edit the menu element and cancel the dropdown: https://i.imgur.com/riTiWUt.jpg

Also if you’re using cloud header you can edit your row’s width so you can achieve a boxed layout: https://www.screencast.com/t/f7X2IqgnVk

Thank you !

emmalabbe
tagDiv Member

I was thinking about replicating the page that I can’t edit with TagDiv Composer (since it’s a new page, no SEO yet). But I don’t know the difference between “duplicate” and “create a new draft”. What should I use to create a new page from the same template ?

Another question to help me saving time : when I create a new page, I import a block template from the Cloud Library, I change a few settings, and then I’d like to save it in order to reuse it in other pages. Is it something that we can do?

Thank you so much.
Emma

andersonjsantos
tagDiv Member

I located the file “tdb_single_content.php” em “wp-content/plugins/td-cloud-library/shortcodes/single”

In the code I found the section that appears to be responsible for displaying the Post text.

$buffy .= ‘<div class=”tdb-block-inner td-fix-index”>’;
$buffy .= $post_content_data[‘post_content’];
if ($post_content_data[‘post_pagination’] != ”) {
$buffy .= ‘<footer>’;
$buffy .= $post_content_data[‘post_pagination’];
$buffy .= ‘<footer>’;

I would like to display in the Post the custom field ACF “<?php echo get_post_meta($post->ID, ‘registro_cas’, true); ?>”

But I can not. Where should I put this code?

Inserted into the template “loop-single-1.php” and it worked, but I need to use the Pro template.

If anyone can help me with this …

Thank you

emmalabbe
Participant
#0

Hi,
I noticed sometimes an error message while saving a content in TagDiv Composer, saying “The current content hasn’t been created by TagDiv Composer”. As you said in a previous answer to someone that it’s OK (this notice isn’t the result of actual issues in most cases, and if you can successfully edit the page or could template then there is no problem, despite the message), I thought it would be fine.
However since yesterday, when I edit the page using TagDiv Composer, I see only lines of code in the most part of it (blocks). I only used TagDiv Composer to create this page, importing blocks from the Cloud Library.
How can I solve this issue ?
And how to avoid that it does the same thing on other pages, since I’m building a lot of new pages to deactivate the Standard Pack.
Thank you.

Shekhar
tagDiv Member

Hi,
Thanks for the response, but the above-mentioned solution is applicable for custom post templates imported from Cloud Library. But I am not using any custom post template.

Calin
tagDiv Staff

Hi,

In order to be able to have comments in post, you need to make these settings -> https://i.imgur.com/83CnhKi.png -> https://forum.tagdiv.com/enabledisable-comments/
Also in your case you are using a pro demo and you need to edit the single post template from tagDiv Cloud Library using tagDiv Composer like this -> https://i.imgur.com/1kebAnv.png and add the single post comments where you want to have it -> https://i.imgur.com/i9pnmBJ.png

Hope this will help you!
Thank you!

Calin
tagDiv Staff

Hi,

If you are using standard post style and not cloud templates, then you can use our guide for Co-Authors Plus plugin from here -> https://forum.tagdiv.com/adding-multiple-authors-articles/ also the Guest Author plugin can work to, but only with standard post template, with cloud templates will not work (you need to use theme without tagDiv Cloud Library).
Please note that it will not work on cloud templates.

Hope this will help you!
Thank you!

Calin
tagDiv Staff

Hi,

There are no tag Cloud elements in widgets only tagDiv elements -> https://i.imgur.com/KynlLUm.png
The Entertainment demo use a single post template from tagDiv Cloud Library, you can edit it with tagDiv Composer like this -> https://i.imgur.com/xn32ZRI.jpg
Also these are the only tags that our theme has -> https://i.imgur.com/SNUuopH.jpg
If you want to add your sidebar made with widgets add the element widgets sidebar like this -> https://i.imgur.com/Tdhdtnf.jpg also you can add all elements from tagDiv Composer.

Hope this will help you!

Vlad S
tagDiv Staff

Hi,

We recommend to use only tagDiv Composer with tagDiv cloud Library and replace the elements from Standard pack to can deactivate it, in this way you gain some performance.

The speed of your website depends on how well your site is optimized, if you follow the steps which are presented in this tutorial here -> https://tagdiv.com/how-to-increase-page-loading-speed/ you’ll be able to increase the speed of your website.
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/

Also if you want our custom services, you can contact our custom work team here: https://tagdiv.com/premium-customization-services/

Thank you!

delfinista
Participant
#0

Hello
Hello,
i am trying to use to load a Pre-designed Templates – tagDiv Cloud Library but the system gives me this error

[ { “type”: “AJAX ERROR”, “message”: “Invalid reply from server endpoint.”, “debug_data”: { “endpoint”: “td-cloud-library/new_template”, “request”: { “readyState”: 4, “responseText”: “

FACEBOOK CONNECTION ERROR: Invalid username or password (401)

\r\n{\”template_title\”:\”Homepage – Gossip PRO\”,\”template_id\”:19187,\”template_edit_url\”:\”https:\\/\\/www.mysite.com\\/it\\/wp-admin\\/post.php?post_id=19187&td_action=tdc&tdbTemplateType=page\”}”, “status”: 200, “statusText”: “OK” } } } ]

Can you give me directions?
thank you very much

anweshak_10
Participant
#0

The newspaper theme has been glitching. Our home page disappears and then reappears again. We also cannot access the Cloud template library.

The website: https://theenvoyweb.com/

Calin
tagDiv Staff

Hi,

The PRO demos are using cloud templates, dos are construct in a different way and can not be set in child theme.
The files path for the single post template from cloud is -> wp-content/plugins/td-cloud-library/shortcodes/single the code need to be assigned to one element that you use in post template.

The single post template from tagDiv Cloud Library can be edited using tagDiv Composer.

Thank you!

Calin
tagDiv Staff

Hi ezeqnews,

The cloud templates are created from individual elements and saved as templates in database.
The individual elements can be found on this path -> wp-content/plugins/td-cloud-library/shortcodes/single but please note that we can not assist you to implement the code in cloud template, this was tested only on standard post styles.

Thank you for your understanding!

Vlad S
tagDiv Staff

Hello !

Without investigation we cannot provide proper support. You can try to delete and reinstall tagdiv composer and tagdiv cloud library.

Thank you !

Calin
tagDiv Staff

Hi,

Unfortunately our theme do not have an option for guest author’s, sorry, you’ll need to find a plugin for this.

The text “By” can be translate from theme panel> translate -> https://i.imgur.com/cTUp8T6.png also if you are using a single post template from tagDiv Cloud Library, you need to edit the it with tagDiv Composer -> https://i.imgur.com/Lco7XNi.png -> https://i.imgur.com/bwkALo3.png

Thank you for your understanding!

Calin
tagDiv Staff

Hi,

Maybe I was not clear enough, you can not create new page templates, you can create post, category, tag, author templates using tagDiv Composer and tagDiv Cloud library, but not page templates.

Maybe you can achieve what you need using a cloud header, you can set in header an image (background image) and you can set the header global by setting it in theme panel like this -> https://i.imgur.com/O3LP8Gk.png or individual on page or cloud template using tagDiv Composer and website manager -> https://i.imgur.com/oszuct1.jpg for this you need to import a cloud header from cloud library -> https://i.imgur.com/NnEp4MR.png -> https://i.imgur.com/ZvwpLf6.png after the header is imported will be open in tagDiv Composer, on this header we have set the image on logo all you need to do is to replace
it. Also you can choose a overlay header, this will come over the posts/page elements, therefore is indicate that first element on page or posts to be an image -> https://i.imgur.com/aZMisWA.png this will look like this in composer -> https://i.imgur.com/SHYcVjg.png to see it better I set a background color with opacity -> https://i.imgur.com/D7oiGG2.png this will look like this -> https://i.imgur.com/44923cf.png after you add an image on you page will look like this -> https://i.imgur.com/haT3pHl.jpg the image can be set on a row like this -> https://i.imgur.com/e6J7rXA.jpg or using an image element -> https://i.imgur.com/FmOrTg9.png -> https://i.imgur.com/ZHPOJlF.png

Thanks.

Federico
tagDiv Member

Hi Thomas. I found the file to be modified.

wp-content -> plugins -> td-cloud-library -> shortcodes -> header -> tdb_header_user.php

search into that file: get_author_posts_url

Regards!

Harsh1010
tagDiv Member

Hi TagDiv Team,

I’m taking following up for my above query of displaying the desired number of “smart list” items on a single page.

IF THIS IS NOT POSSIBLE THEN TELL ME HOW CAN I REMOVE PAGE NUMBERS FROM “POST PAGINATION”

I want to only display next and previous buttons on my post not all page numbers.

Something like this:

https://prnt.sc/s6y7qh

I’ve tried doing the same by editing many different “loop-single.php” files but not of them are working. As I’m using custom post style that I’ve created with the use of the tagDiv cloud library. Can you please help me with this?

I’ve tried to achieve the same with CSS but it is not working as when I add “display: none” everything stops displaying including next and previous links as well.

Please help me with this I’m feeling very stuck.

Thanks,
– Harsh

Viewing 25 results - 5,276 through 5,300 (of 8,727 total)