Search Results for 'cloud library'

Results from the Forum
Vlad S
tagDiv Staff

Hello !

In the default mode that you are using unfortunately you cannot modify the page template. You can use a Single post template from the cloud library and then edit it as you wish. Here are some tips and tricks on how to use it: https://tagdiv.com/cloud-library-page-templates-newspaper-theme/ ; https://tagdiv.com/customize-articles-with-single-post-templates/

Thank you !

Vlad S
tagDiv Staff

Hello !

In order to change the placement of elements you will need to create a single post template from the cloud library and modify the elements using the tagDiv Composer.

Here are some tips and tricks on how to use the cloud library and single post template: https://tagdiv.com/customize-articles-with-single-post-templates/ ; https://tagdiv.com/cloud-library-page-templates-newspaper-theme/

Thank you !

Calin
tagDiv Staff

Hi,

Unfortunately we do not have for the moment this theme to make custom work, sorry!
For the arrow slider you can try this custom css but, I do not know if this will work correctly
.wpls-logo-showcase button.slick-prev, .wpls-logo-showcase button.slick-prev:active {
background: rgba(48, 96,155, 0.5) url(../images/arrow-left.png) center center no-repeat !important;
background-size: 15px 15px !important;
}
.wpls-logo-showcase button.slick-next, .wpls-logo-showcase button.slick-next:active {
background: rgba(48, 96, 155, 0.5) url(../images/arrow-right.png) center center no-repeat !important;
background-size: 15px 15px !important;
}

Using a footer page will be more easy to achieve that you need.
Footer page from tagDiv cloud template -> https://www.screencast.com/t/1sGZfJhqc -> https://forum.tagdiv.com/footer-templates/

Thank you!

Vlad S
tagDiv Staff

Hello !

The about us option comes from the footer option and cannot be deleted. You can edit it if you want or you can create a footer page from the cloud library and create it as you wish.

Take a look at our documentation regarding the cloud template: https://tagdiv.com/cloud-library-page-templates-newspaper-theme/

Thank you !

Calin
tagDiv Staff

Hi,

If you are using a default header template the settings from them should change the header color -> https://www.screencast.com/t/DAeM1f5ViQ just make sure that after you changes those color in theme panel you clear all cache.

If you are sing a header template from tagDiv Cloud Library -> https://www.screencast.com/t/OPxUDip0XoUyou need to edit that template an change the header color using the header manager

Thank you!

Calin
tagDiv Staff

Hi,

In order to achieve a title over feature image in post template, the easy way will be to import a simple post template from tagDiv Cloud Library -> https://www.screencast.com/t/t0g2VmoiGxbL also you can edit those templates.
To check the mobile version of post template you can do like this -> https://www.screencast.com/t/hh9XAdyXrUM

Thank you!

Calin
tagDiv Staff

Hi,

With the composer you can design pages and also templates. Post templates can be created with the composer, not actual posts. A template cannot be a post, it can only be applied to a post.

You can design as many templates as needed and apply them to the posts you want
https://tagdiv.com/what-is-the-cloud-library/

Currently I am not aware of plans to allow the composer to be used for creating posts not templates, so I can’t provide you with a definite answer unfortunately.

Please let me know if you have more questions or need help.
Thanks

greystarks
Participant
#0

Just purchased Newspaper 9. Installed it and successfully activated it. However when it asks me to install the 3 plugins – TagDiv Composer, TagDiv Cloud Library, & TagDiv Social counter – I get Ajax Errors, on all three and then my entire WordPress shuts down. I have tried shutting down all other plugins, and still the problem persists. Please Advise and help.

Simion C.
tagDiv Staff

Hi,

That is possible, you can split a row like this – http://prntscr.com/novfmo
The rows have these stretch options – http://prntscr.com/novfvh

If you have a specific demo in mind, please mention which one and I will check it and tell you how it is made exactly. Note that some demo homepages can be imported from the cloud library
https://cloud.tagdiv.com/#/load/Homepages
Maybe the one you want is there, so you can import it ready made, with the cloud library plugin
https://forum.tagdiv.com/tagdiv-cloud-library-plugin/

Let me know.
Thanks

Calin
tagDiv Staff

Hi,

You can find the post template in Cloud template -> https://www.screencast.com/t/wbkVA4a22 or if you do not have that demo install and you like the single post template you can get it from tagDiv Cloud Library
-> https://www.screencast.com/t/BTNTkPzx

Hope this will help you!
Thanks.

mtman
Participant
#0

Pretty much all of the features of the theme work for me except the ads. When I click to the ads section and then click on any of the ad placement options, the theme just hangs with the circle going round and round indefinitely.

I have updated all of the resources to more than what the theme guidelines call for. See below. WP-Supercache is not compatible with WP 5.2 yet and was giving me errors so I deactivated and deleted it. I am using Cloudflare though for caching. I have successfully used the Newspaper theme for 4 years now, but recently had to change my host due to some difficulties with my old host. The problem with the theme has happened since I switched to a new host. I originally had version 9.7.2 when I switched to the new host and I downgraded the theme to 9.7.1 to see if the issue would go away, but the ads are not accessible in either version. I have also turned off all plugins except for TD Composer and TD Speed Booster, so there does not appear to be any plugin conflicts. I also copied my current .htaccess file below

Appreciate any help.

System Status

Theme config
Registration key i xxxxxxxxxxxxxxxxxxxxxxxxxxxxx Reset key
Theme name i Newspaper
Theme version i 9.7.1
Theme database version i 9.7.1
HTTP channel test wordpress
Speed Booster i v4.9.3 – Active
php.ini configuration
Server software i Apache/2.4.39 (Ubuntu)
PHP Version i 7.2.17-1+ubuntu18.04.1+deb.sury.org+3
post_max_size i 1024M – You cannot upload images, themes and plugins that have a size bigger than this value. To see how you can change this please check our guide here.
max_execution_time 1800
max_input_vars 5000
SUHOSIN installed false
PHP extensions
mbstring available
GD library available
WordPress and plugins
WP Home URL i https://(website).com
WP Site URL i https://(website).com
WP version i 5.2
WP multisite enabled i No
WP Language i en_US
WP Memory Limit 512 MB/request
WP_DEBUG False
Caching plugin No caching plugin detected – for best performance we recommend using WP Super Cache

.htaccess file
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress

php_value max_input_vars 5000

<IfModule mod_substitute.c>
SubstituteMaxLineLength 10M
</IfModule>

llubbo
Participant
#0

Heelo

I am using tagdiv themes on 3 sites but just recently I brought Newspaper theme. I am using gossip version and I am trying to edit it like I want. After adding Facebook Fancy Comments plugin (which is working nice on Newsmag) this what happened. see pic.

I want to have comment box just directly under post content but for some reason (which has something in common with templates from cloud library) plugin adding comment box twice. This is also happening when I am using footer template, then comment box is 3 time on single page.

Plugin is set up correctly how it has to be.

Can somebody help me?

pic: https://ibb.co/GcxTBrn

Calin
tagDiv Staff

Hi,

Unfortunately, the Easy table of content plugin has not been tested with our theme and therefore, we cannot say for sure if it will work or not as expected with the theme, sorry! Also, we cannot provide support for untested plugins.
This is our list with tested plugins with our theme -> https://www.screencast.com/t/cmPkh9jba4sZ

Usually the /?tdb_action=tdb_ajax is for cloud elements, this should not appear if you are not using tagDiv Cloud Library.

Thank you for your understanding!

Simion C.
tagDiv Staff

Hi,

Those screenshots work fine. Regarding the header question It is possible to choose what appears in the sticky header mode. You can use a cloud header template
https://cloud.tagdiv.com/#/load/Headers
https://forum.tagdiv.com/tagdiv-cloud-library-plugin/

Using such a header, you can design a header for normal mode, and one for sticky mode, with the tagDiv composer. Simply enable the sticky mode and add elements in it (for sticky mode)- http://prntscr.com/noamf6
So if you want the same elements to appear in default mode and sticky mode, you can do it in a cloud header template. With the predefined header templates it can’t be done by a theme setting.

The header background color when the mobile theme plugin is active, can be set in the mobile theme section of the theme panel – http://prntscr.com/noaqzn

Thanks

Calin
tagDiv Staff

Hi,

Yes, this is possible, using tagDiv Cloud Library you can chose some single post templates and edit theme how you want after that just set the templates on posts ( general -> https://www.screencast.com/t/p1NiLDgW9 individual -> https://www.screencast.com/t/FbWPHD2Z7r )

Thank you!

satubino
Participant
#0

When i try make that, the site is broken.

This error appears in console: td-cloud-library/new_template ( duplicate template) – ERROR

Calin
tagDiv Staff

Hi,

If you want blank templates you can get theme from tagDiv Cloud Library -> https://www.screencast.com/t/KppVYjMliBoO or if you want to have a blank page to set blocks on it
Homepage – How to build and set it -> https://forum.tagdiv.com/homepage-how-to-build-and-set-it/
-> https://tagdiv.com/how-to-create-homepages-with-newspaper-theme/

Thank you!

Calin
tagDiv Staff

Hi,

Please check our documentation for When tagDiv Composer is not working -> https://forum.tagdiv.com/tagdiv-composer-not-working/
If you still have the shortcode that you set in tagDiv Composer you can search for it in back-end of that page and remove the code -> https://www.screencast.com/t/E4WpAfyj -> https://www.screencast.com/t/REc4qQkP2

You can check our cloud templates from tagDiv Cloud Library.

Thank you!

Vlad S
tagDiv Staff

Hello !

You can install it very easy by following these steps:

1. Go to: Dashboard – Newspaper – Install Demos:

https://www.screencast.com/t/GkRtt989j

2. Select your demo and install it. If you want to see how it looks with content too just select the ” Include content ” button:

https://www.screencast.com/t/hTeSMbKGfr

In order to have all the demos available you must have the tagDiv Cloud Library Updated and active.

Also take a look at our tutorial about demos: https://tagdiv.com/newspaper-theme-installing-demos/

Thank you !

Vlad S
tagDiv Staff

Hello !

Thank you @FakharZamanShah

Indeed ! The cloud library is as it sounds, a library where you can find different templates that helps users to have more choices when it comes to their page designs.

If you keep the cloud library inactive it will not affect your page.

Thank you !

Calin
tagDiv Staff

Hi,

Form what I can see you still have set a withe logo -> https://www.screencast.com/t/jfT8A4Bi0MU please make sure that you change the white logo from theme panel and header manager too ( if you are using header template from tagDiv Cloud Library) also please clear all cache after you make the settings.

Thank you!

Calin
tagDiv Staff

Hi,

The cloud library seems to work alright at the moment, may have been something temporary with the servers. Let us know if you have any further problems with it.
Please make sure that your theme is activate and the tagDiv Composer and tagDiv Cloud Library are activate.

Please make sure that all the settings are like in our requirements, please follow the guide carefully
https://forum.tagdiv.com/requirements-for-newspaper/
and please increase all requirements that are lower, and follow all steps.

Thanks

Vlad S
tagDiv Staff

Hello !

In order to have acces to all demos you must have the tagDiv Cloud Library plugin installed: https://www.screencast.com/t/0xwfkFL8H8jt

Thank you !

Vlad S
tagDiv Staff

Hello !

In order to import demos you have to go to Newspaper – Install demos tab like here: https://www.screencast.com/t/8JgdNdjPRr. Please take note that in order to have acces to all demos you have to have the tagDiv Cloud Library plugin installed: https://www.screencast.com/t/0xwfkFL8H8jt

Thank you !

FakharZamanShah
tagDiv Member

It is not required for theme to function properly.
cloud library is compilation of templates (for headers, footers, posts, pages etc.) which you can import and use directly. you will not have have to build everything from scratch. though you will have to do some changes in those templates to fit your needs.

Viewing 25 results - 7,126 through 7,150 (of 8,727 total)