- NewsmagRequirements for Newsmag
Hi,
You can do that if you use a cloud header form tagDiv Cloud Library, edit it with tagDiv Composer and set the login element where you want -> https://i.imgur.com/Y8SXP7B.png -> https://i.imgur.com/iZX850r.png -> https://i.imgur.com/p3jLL0K.png
Thank you!
Hi,
Yes, the theme create thumbs for all images when these are add in media library, also the featured image on standard post style are cropped -> https://forum.tagdiv.com/featured-image/
If you are using single post templates from tagDiv Cloud Library, then you can edit theme with tagDiv Composer and choose the size you want -> https://i.imgur.com/5gQsdWa.png
Thank you!
Hi,
Unfortunately this is no easy to achieve the code need to be integrate in this folder -> wp-content/plugins/td-cloud-library/shortcodes/single unfortunately this can be achieve only with custom work.
Thank you!
Hi,
If you have set a header from tagDiv Cloud Library, you need to edit the sticky menu too, edit that header template using header manager -> https://www.screencast.com/t/FkAe80JsuCo check the sticky menu, scroll until you see the sticky menu and click the menu, logo … -> https://www.screencast.com/t/o6Z8zoJoWbFY
Thank you!
Hi,
This demo use cloud templates from tagdiv Cloud Library, in order to change the blocks/elements on theme you’ll need to edit these template with tagdiv Composer.
So on posts you have set single post templates on category cloud templates. -> https://i.imgur.com/WFORFix.jpg
You can check more in our documentation -> https://tagdiv.com/category/documentation/
Thank you!
Hi,
If I understand correctly you want to change the fonts on posts, if is so the depend on the post style (template you are using), if is a standard post style, then the styles from theme panel will apply, but if you are using a single post template from tagdiv cloud library, then you need to edit the template using tagdiv Composer.
-> https://i.imgur.com/kYyHJEB.png
Thank you!
Hi there,
I am using newspaper theme and trying to set up single post page using cloud library templates. I have done all the things and assign imported template as well. The thing is it shows blank page when i assign cloud template only else it works fine. When i enabled the DEBUG mode, it showing me this error:-
Fatal error: Uncaught Error: Call to undefined function get_post_datetime() in .../wp-content/plugins/td-cloud-library/state/single/tdb_state_single.php:1666 Stack trace: #0 .../wp-content/plugins/td-cloud-library/wp_templates/tdb_view_single.php(88): tdb_state_single->{closure}() #1 .../wp-content/plugins/td-cloud-library/wp_templates/tdb_view_single.php(88): Closure->__invoke() #2 .../wp-includes/template-loader.php(77): include('/nas/content/li...') #3 .../wp-blog-header.php(19): require_once('/nas/content/li...') #4 .../stagingblogpiq/index.php(17): require('/nas/content/li...') #5 {main} thrown in .../stagingblogpiq/wp-content/plugins/td-cloud-library/state/single/tdb_state_single.php on line 1666
Here is the link of my single blog post page:- https://stagingblogpiq.wpengine.com/best-warming-teas-for-winter/
Can you please let me know what is the issue? I have installed this theme recently and also checked by deactivating all other plugins but did not work.
Thanks
Hi,
The cache do not delete the content from your website, so there must be something else, please provide some more details and some screenshots.
Also all the templates and sections from tagDiv Cloud Library can be edit with tagDiv Composer.
Take the Tour to Explore the New Header Manager.
Thank you!
Hi,
I think that you referring to this -> https://i.imgur.com/vxsw0lJ.png and the results should be this -> https://i.imgur.com/MRK0s9e.png so now that the standard pack is disable you can not longer edit the subfooter, so you’ll need to set a page as footer page and create this subfooter layout or you can import a footer from tagDiv Cloud literary, edit it with tagDiv Composer and let only the subfooter section -> https://i.imgur.com/OG0cSKc.png
Hope this will help you!
Thank you!
I created a footer on the homepage from the cloud library which works fine. However, it displays incorrectly on the posts page. I am unsure how to fix. Please provide some direction.
I have embedded a screencast so you may see what I am talking about https://www.screencast.com/t/fG4u0DWEFFNn .
Hello,
I imported the empty template from the cloud library. And I created a header template like this link. When I set this template in the header settings in the newspaper theme I use, a blank page comes up.
When I look at the source code of the blank page, the following line appears:
<! – Page uncached by LiteSpeed Cache 2.9.9.2 on 2019-12-11 19:49:12 ->
Where am I making a mistake?
Thanks in advance for your interest and help.
Regards.
We are no longer seeing the area to add the video URL for our posts. We are running the latest versions of the theme and WordPress.
I’m also getting the following errors in my logs: [11-Dec-2019 15:17:49 UTC] PHP Warning: getimagesize(): https:// wrapper is disabled in the server configuration by allow_url_fopen=0 in /wp-content/plugins/td-cloud-library/shortcodes/header/tdb_header_logo.php on line 782
Hi,
If you are referring to sharing style -> https://i.imgur.com/XYOlju5.png then you’ll need to check if you are using standard post styles or single post templates from tagDiv Cloud Library, the settings from theme panel will apply only on standard styles, these from cloud need to be edit with tagDiv Composer -> https://i.imgur.com/bPtnPlz.jpg
Hope this will help you!
Thank you!
Hi,
Please notice that if you are using cloud templates, you’ll need to edit them with tagDiv Composer and change/remove the font style, because the theme panel settings will not apply on them.
Here is an example -> https://i.imgur.com/5c6nP6C.png
Thank you!
Hi,
All the elements from single post templates can be found in this file -> wp-content/plugins/td-cloud-library/shortcodes/single but plice notice that the single post stiles are no more finical in php files, these are dynamical and the code for them is saved in database.
Thank you for your understanding!
Hi,
I do not quite understand the problem, do you want to remove the author from the post? From what I can see you are using a single post template from tagDiv Cloud Library, for this will not apply the theme panel settings, you’ll need to edit the single post template with tagDiv Composer and remove the author name and box.
Hope this will help you!
Thank you!
Hi Calin,
again thanks for response but i uploaded an image that illustrates this more clearly. So the Top section was doine in the composer and it’s a little limited because i also need to insert a link that comes as a custom field. The post title works fine as it is a module in the builder. I took Single_post_Template_5 from the cloud library and i need to insert my banner snipped in the source code of that specific template so i can use the get_post_title() and get_post_meta() functions to display or incorporate the fields that i need. Where could i find that source file?
Thanks in advance!
Greeting!
Hi,
So if I understand correctly you want to set some custom code for post title, if is so then the file for the single post template from tagDiv Cloud Library can be change from here -> wp-content/plugins/td-cloud-library/shortcodes/common/tdb_title.php
Hope this will help you!
Thank you!
Hi,
The mobile theme is a plugin that helps to achieve a better speed on mobile devices, but for the moment there are not very much customization that you can do on it -> https://i.imgur.com/HOsZPZY.png
If you want a better design and more control over it, you can use the responsive version.
Since Newspaper v9.7.4 you can show the responsive version on mobile theme -> http://prntscr.com/oh6r2s you can check more details about mobile theme in our documentation -> https://forum.tagdiv.com/the-mobile-theme/
You can change the logo place by changing the header style -> https://forum.tagdiv.com/header-styles/ from theme panel -> https://i.imgur.com/7UncbXL.png or for more control you can use a cloud header from tagdiv Cloud Library and you can edit it using tagDiv Composer.
Thank you!
Hello !
Create a footer page from the Cloud Library and then you can stretch the ROWs as shown in the picture above: https://forum.tagdiv.com/footer-templates/
Thank you !
Hello !
Unfortunately that option is not available. You can create a single post template from the Cloud library and use one of the multiple blocks available from the cloud as you can see it from here: https://www.screencast.com/t/tbZrJgJax
Find out how to import a single post template from the cloud library here: https://forum.tagdiv.com/design-post-pages-using-cloud-library-templates/
I hope this was helpful !
Thank you !
Hello !
In order to add individual author templates you will have to set them up as you can see it here: https://forum.tagdiv.com/cloud-library-templates/
In order to implement them into posts you will have to insert them via tagDiv Composer as you can see it here: https://www.screencast.com/t/0kd6d50M
Thank you !
Hi Calin,
thanks for the quick response though i might have miscommunicated my intention. Indeed i want to create a custom post template.I already took a template from the cloud library But i need to have a specific section in this template that i already have coded in html to display the post title. I am fairly sure now that this is only achieveable through manually inserting my code in the php file that i can find under …/wp-content/plugins/td-cloud-library/wp-templates/tbd-view-single/
If thats not correct i would appreciate if you could point me to the right direction.
Greetings
I have since few days now this recurrent error:
SELECT params, id
FROM onu_13_tg_item_skins
ORDER BY slug ASC
Unknown
Unknown Table ‘unricorg_prod.onu_13_tg_item_skins’ doesn’t exist qmdb
SELECT params, id
FROM onu_13_tg_item_skins
ORDER BY slug ASC
Unknown
Unknown Table ‘unricorg_prod.onu_13_tg_item_skins’ doesn’t exist qmdb
Example from the log:
[09-Dec-2019 10:31:34 UTC] PHP Fatal error: Uncaught Error: Call to a member function format() on bool in /home/unricorg/public_html/wp-content/plugins/td-cloud-library/state/single/tdb_state_single.php:1667
Stack trace:
#0 /home/unricorg/public_html/wp-content/plugins/td-cloud-library/wp_templates/tdb_view_single.php(88): tdb_state_single->{closure}()
#1 /home/unricorg/public_html/wp-content/plugins/td-cloud-library/wp_templates/tdb_view_single.php(88): Closure->__invoke()
#2 /home/unricorg/public_html/wp-includes/template-loader.php(98): include(‘/home/unricorg/…’)
#3 /home/unricorg/public_html/wp-blog-header.php(19): require_once(‘/home/unricorg/…’)
#4 /home/unricorg/public_html/index.php(17): require(‘/home/unricorg/…’)
#5 {main}
thrown in /home/unricorg/public_html/wp-content/plugins/td-cloud-library/state/single/tdb_state_single.php on line 1667
[09-Dec-2019 10:36:38 UTC] WordPress databasfel för Table ‘unricorg_prod.onu_13_tg_item_skins’ doesn’t exist förfrågan SELECT params, id FROM onu_13_tg_item_skins ORDER BY slug ASC skapat av require(‘wp-blog-header.php’), require_once(‘wp-includes/template-loader.php’), include(‘/plugins/td-cloud-library/wp_templates/tdb_view_single.php’), the_content, apply_filters(‘the_content’), WP_Hook->apply_filters, do_shortcode, preg_replace_callback, do_shortcode_tag, td_global_blocks::proxy_function, tdc_zone->render, tdc_composer_block->do_shortcode, do_shortcode, preg_replace_callback, do_shortcode_tag, td_global_blocks::proxy_function, vc_row->render, tdc_composer_block->do_shortcode, do_shortcode, preg_replace_callback, do_shortcode_tag, td_global_blocks::proxy_function, vc_column->render, tdc_composer_block->do_shortcode, do_shortcode, preg_replace_callback, do_shortcode_tag, td_global_blocks::proxy_function, vc_widget_sidebar->render, dynamic_sidebar, WP_Widget->display_callback, apply_filters(‘widget_display_callback’), WP_Hook->apply_filters, on_widget_display_callback, WP_Widget_Custom_HTML->widget, apply_filters(‘widget_text’), WP_Hook->apply_filters, do_shortcode, preg_replace_callback, do_shortcode_tag, The_Grid_Shortcode->register_shortcode, The_Grid, The_Grid->render, The_Grid->get_data, The_Grid_Data->get_data, The_Grid_Data->normalize_data, The_Grid_Item_Skin->__construct, apply_filters(‘tg_add_item_skin’), WP_Hook->apply_filters, The_Grid_Plugin->{closure}, The_Grid_Custom_Table::get_skin_params
[09-Dec-2019 10:44:48 UTC] PHP Fatal error: Uncaught Error: Call to a member function format() on bool in /home/unricorg/public_html/wp-content/plugins/td-cloud-library/state/single/tdb_state_single.php:1667
Stack trace:
#0 /home/unricorg/public_html/wp-content/plugins/td-cloud-library/wp_templates/tdb_view_single.php(88): tdb_state_single->{closure}()
#1 /home/unricorg/public_html/wp-content/plugins/td-cloud-library/wp_templates/tdb_view_single.php(88): Closure->__invoke()
#2 /home/unricorg/public_html/wp-includes/template-loader.php(98): include(‘/home/unricorg/…’)
#3 /home/unricorg/public_html/wp-blog-header.php(19): require_once(‘/home/unricorg/…’)
#4 /home/unricorg/public_html/index.php(17): require(‘/home/unricorg/…’)
#5 {main}
thrown in /wp-content/plugins/td-cloud-library/state/single/tdb_state_single.php on line 1667
[09-Dec-2019 10:48:10 UTC] WordPress databasfel för Table ‘unricorg_prod.onu_13_tg_item_skins’ doesn’t exist förfrågan SELECT params, id FROM onu_13_tg_item_skins ORDER BY slug ASC skapat av require(‘wp-blog-header.php’), require_once(‘wp-includes/template-loader.php’), include(‘/plugins/td-standard-pack/Newspaper/page.php’), the_content, apply_filters(‘the_content’), WP_Hook->apply_filters, do_shortcode, preg_replace_callback, do_shortcode_tag, td_global_blocks::proxy_function, tdc_zone->render, tdc_composer_block->do_shortcode, do_shortcode, preg_replace_callback, do_shortcode_tag, td_global_blocks::proxy_function, vc_row->render, tdc_composer_block->do_shortcode, do_shortcode, preg_replace_callback, do_shortcode_tag, td_global_blocks::proxy_function, vc_column->render, tdc_composer_block->do_shortcode, do_shortcode, preg_replace_callback, do_shortcode_tag, The_Grid_Shortcode->register_shortcode, The_Grid, The_Grid->render, The_Grid->get_data, The_Grid_Data->get_data, The_Grid_Data->normalize_data, The_Grid_Item_Skin->__construct, apply_filters(‘tg_add_item_skin’), WP_Hook->apply_filters, The_Grid_Plugin->{closure}, The_Grid_Custom_Table::get_skin_params
Hi,
The tagDiv Composer is a builder for pages and templates only, not for post, only for post templates, so if you want you can use it on a single post template from tagDiv Cloud Library.
If this is not the problem, please deactivate ALL plugins except tagDiv plugins, also if you are using child theme or cache plugin, deactivate them, clear all cache and try again.
Also you can check a similar topic -> https://forum.tagdiv.com/topic/showing-an-ajax-error/
let me know the results!
Thank you!