Search Results for 'cloud'

Results from the Forum
MaximePavie
tagDiv Member

Thanks Calin,

I managed it with the cloud header and import template thank you 🙂

Calin
tagDiv Staff

Hi,

That is because you still have http on your website, there should be all link https, you should be able to fix this using some plugins for ssl -> https://wordpress.org/plugins/really-simple-ssl/

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.

You can use a cloud header from tagDiv Cloud Library and you can set the search icon and logo in the place you want. -> https://i.imgur.com/rA7fxVB.png

Please notice that you can edit only the single post from tagDiv Cloud Library, this one -> http://prntscr.com/qcl2jiis a standard post style/template -> https://i.imgur.com/Wn7j9RP.png

Let me know the results!
Thank you!

Calin
tagDiv Staff

Hi,

So if I understand correctly you want to place ads in you website, this can be done on pages and cloud templates using tagDiv Composer on post you can set it in theme panel -> https://i.imgur.com/GmyR16T.png or using single post template -> https://i.imgur.com/Y5PuU6C.png

Thank you!

lucagrandicelli
Participant
#0

Dear support,
i need to check if a post belongs to a specific cloud template from within the child theme’s functions.php
Is there anything i can do to retrieve the tdb_template field containing the name of the template, not its ID?
Thank you.

khushboo21
Participant
#0

This is the error coming in customized cloud template please help
Fatal error: Uncaught Error: Call to a member function format() on boolean in /home/customer/www/vicharkranti.com/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_module_single_base.php:672 Stack trace: #0 /home/customer/www/vicharkranti.com/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_module_single_base.php(796): td_module_single_base->get_item_scope_meta() #1 /home/customer/www/vicharkranti.com/public_html/wp-content/plugins/td-standard-pack/Newspaper/loop-single.php(63): td_module_single_base->show_item_scope_meta() #2 /home/customer/www/vicharkranti.com/public_html/wp-content/plugins/td-standard-pack/Newspaper/single.php(26): require_once(‘/home/customer/…’) #3 /home/customer/www/vicharkranti.com/public_html/wp-includes/template-loader.php(98): include(‘/home/customer/…’) #4 /home/customer/www/vicharkranti.com/public_html/wp-blog-header.php(19): require_once(‘/home/customer/…’) #5 /home/customer/www/vicharkranti.com/public_html/index.php(17): require(‘/home/custome in /home/customer/www/vicharkranti.com/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_module_single_base.php on line 672

topnegozi
tagDiv Member

I found the problem. It’s in tdb_state_date.php file of cloud library (includes/state/date). Using DateTime function you cannot use the setlocale that bring the one you specify in WordPress. So I have changed it like this:

function set_wp_query( $wp_query ) {

setlocale(LC_TIME, get_locale());

parent::set_wp_query( $wp_query );

$this->date_wp_query = $this->get_wp_query();
$this->current_year = $this->date_wp_query->query_vars['year'];

if ( $this->date_wp_query->is_month ) {

$monthNum = $this->date_wp_query->query_vars['monthnum'];
//$dateObj = DateTime::createFromFormat('!m', $monthNum);
//$this->current_month = $dateObj->format('F');
$this->current_month = strftime("%B", mktime(0, 0, 0, $monthNum , date("d"), date("Y")));
$this->current_month_num = $monthNum;

}

if ( $this->date_wp_query->is_day ) {

$monthNum = $this->date_wp_query->query_vars['monthnum'];
//$dateObj = DateTime::createFromFormat('!m', $monthNum);

$this->current_month_num = $monthNum;
//$this->current_month = $dateObj->format('M');
$this->current_month = strftime("%B", mktime(0, 0, 0, $monthNum , date("d"), date("Y")));
$this->current_day = $this->date_wp_query->query_vars['day'];

}

}

the commented lines are the original ones.

I have also changed the $data_array[‘title’] assignments just to better represent the dates for italian people. For this part maybe you havce to add some options in the layout editor.

topnegozi
tagDiv Member

I have the same issue, and even if i choose not to use cloud templates and edit archive.php file it doesn’t show anything on archive pages.

Calin
tagDiv Staff

Hi,

So if you are not using the mobile theme plugin and the settings from theme panel do not apply, that means that you are using a cloud header from tagDiv Cloud Library, this one can be edit with tagDiv Composer like this -> https://i.imgur.com/5JrElE9.png if there is still a problem, please provide me a link where I can inspect the menu.

Thank you!

Vlad S
tagDiv Staff

Hello !

In order to switch from standard pack to the new layouts you will have to do some design adjustments.

First of all we recommend you creating a backup of your website !

You can try, deactivate the Standard pack and see what elements are left in your composer. You may see many shortcodes but don’t worry, that is normal.

Deactivating standard pack means that all the functionality from theme panel will be moved in the tagDiv Composer, so basically the theme panel will have only 2-3 functions. Everything you want to customize you will have to do it via tagDiv Composer.

You can either install a pro demo ( which will apply all the necessary templates ) or install the templates one by one.

For Pages / Footer Page:

First step to set up your new page is to go into Cloud Library – Add New, choose the design you want and import it into your theme. In order to edit your template you will have to go into Pages – Choose the page and select “ Edit with TD-Composer

If you want to use your own page design and not import a new one, you will need to replicate your existing blocks with the new flex block elements replacing the old blocks and grids. There are many block designs available already created with the new implementation so you do not need to start from scratch, You can find theme here: https://www.screencast.com/t/qShqAhycqqBW . All of the Standard Pack elements can be replicated using the new Flex Blocks and Grids.

For the Header, 404 Page, Attachment Template, Author, Category, Date, Search, Single Post and Tag templates:

First step to set up your Tag template is to go into Cloud Library – Add New, choose the design you want and import it into your theme. In order to edit your template you will have to go into Cloud Template – All Templates – Hover over Header Template and select Edit Template

I personally would recommend you to create a localhost or a test site where you can activate your theme and start making the modifications there first so you won’t face issues on your live site.

I hope this was more helpful !

Thank you !

Calin
tagDiv Staff

Hi,

Unfortunately is look that there is an issue the settings from theme panel on social are not apply on cloud, sorry for the inconvenience! I’ve add it on our list to fix.

Thank you for your understanding!

Calin
tagDiv Staff

Hi,

We didn’t tested the wp rss aggregator plugin with our theme, therefore we do not know the behavior of this plugin.
Is very possible that the plugin to do not recognize well the shortcodes from tagDiv Cloud Library, also if I’m right this will be apply on each content that see in page, if you use a footer page then you’ll have the page content and footer content, therefore the plugin will set in both places it’s content.
Form what I know there will be some workaround for the footer page content to not longer be recognize as a page content, but I do not know when this will be add in theme.

Thank you for your understanding!

Vlad S
tagDiv Staff

Hello !

In order to switch from standard pack to the new layouts you will have to do some design adjustments.

First of all we recommend you creating a backup of your website !

You can try, deactivate the Standard pack and see what elements are left in your composer. You may see many shortcodes but don’t worry, that is normal.

Deactivating standard pack means that all the functionality from theme panel will be moved in the tagDiv Composer, so basically the theme panel will have only 2-3 functions. Everything you want to customize you will have to do it via tagDiv Composer.

You can either install a pro demo ( which will apply all the necessary templates ) or install the templates one by one.

For Pages / Footer Page:

First step to set up your new page is to go into Cloud Library – Add New, choose the design you want and import it into your theme. In order to edit your template you will have to go into Pages – Choose the page and select “ Edit with TD-Composer

If you want to use your own page design and not import a new one, you will need to replicate your existing blocks with the new flex block elements replacing the old blocks and grids. There are many block designs available already created with the new implementation so you do not need to start from scratch, You can find theme here: https://www.screencast.com/t/qShqAhycqqBW . All of the Standard Pack elements can be replicated using the new Flex Blocks and Grids.

For the Header, 404 Page, Attachment Template, Author, Category, Date, Search, Single Post and Tag templates:

First step to set up your Tag template is to go into Cloud Library – Add New, choose the design you want and import it into your theme. In order to edit your template you will have to go into Cloud Template – All Templates – Hover over Header Template and select Edit Template

I personally would recommend you to create a localhost or a test site where you can activate your theme and start making the modifications there first so you won’t face issues on your live site.

I hope this was more helpful !

Thank you !

Sumit
tagDiv Member

I want to mention I am using cloudflare as well. Please help if it is possible…!!

stema
tagDiv Member

Hello the TagDiv Support Team,

Here is a copy-paste of the communication I got from WP RSS Aggregator Support Team when I contacted them about that issue and letting them know about this current forum thread.

“Could you please have a word with the theme developers and obtain their feedback on why the cloud template may be causing the Read More link to appear at the bottom? We are requesting this because the issue you reported has not been reported by any of our recent users, and it does not show up on any of the popular WordPress default themes.

Based on their feedback, we will apply fixes to our plugins if necessary.”

Thanks for your feedback that I will transfer back to their Support Team.

The postman,

Vlad S
tagDiv Staff

Hello !

That case is not reported by gtmetrix because if we take a look at the requests number and their source you will see that for example a lot of requests come from the fonts because you’re using a high number of them: https://www.screencast.com/t/1LODK6fVkg but most of what the deactivating the standard pack has done is remove the style.css files and that can be seen on CSS size which has been decreased, and most of your website is already optimized and most of the files converted to cloud templates and that is why the difference is so small.

I hope this was more helpful !

Thank you !

WakefieldWeb
Participant
#0

I am getting the following error when I try to preview a post. Can I get a solution please? Thanks.

Fatal error: Uncaught Error: Call to a member function format() on boolean in /home/sites/citizen.wakefield.gov.uk/public_html/wp-content/plugins/td-cloud-library/state/single/tdb_state_single.php:1667 Stack trace: #0 /home/sites/citizen.wakefield.gov.uk/public_html/wp-content/plugins/td-cloud-library/wp_templates/tdb_view_single.php(88): tdb_state_single->{closure}() #1 /home/sites/citizen.wakefield.gov.uk/public_html/wp-content/plugins/td-cloud-library/wp_templates/tdb_view_single.php(88): Closure->__invoke() #2 /home/sites/citizen.wakefield.gov.uk/public_html/wp-includes/template-loader.php(98): include(‘/home/sites/cit…’) #3 /home/sites/citizen.wakefield.gov.uk/public_html/wp-blog-header.php(19): require_once(‘/home/sites/cit…’) #4 /home/sites/citizen.wakefield.gov.uk/public_html/index.php(17): require(‘/home/sites/cit…’) #5 {main} thrown in /home/sites/citizen.wakefield.gov.uk/public_html/wp-content/plugins/td-cloud-library/state/single/tdb_state_single.php on line 1667
There has been a critical error on your website.

usman
Participant
#0

Hi,

I am looking to add nofollow social codes on the top bar. Site is: mustips.com

1. Already tried theme panel attribute option in header

2. I am using header template in cloud library

Calin
tagDiv Staff

Hi,

The page speed depend on how well is your website optimize, the number of requests, page size -> https://i.imgur.com/ae86rtN.png 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/

And yes in cloud library the “DEFAULT DEMO” are the “DEFAULT DEMO PRO” -> https://i.imgur.com/TCEsytc.png

Thank you for your understanding!

domien
Blocked
#0

We are preparing to disable the standard package. We have a lot of content on the website. What would be the best approach to start this process? It’s not completely clear after reading the documentation how to start with this. We install the pro demo (without content)? But when I tried this, this is messing up quite a few things on our current designs. We need to rework every single blogpost with a cloud template? What is the easiest way to do this?

domien
Blocked
#0

Hi Since website speed is extremely important to us we are preparing to disable the standard package. We have a lot of content on the website. What would be the best approach to start this process? It’s not completely clear after reading the documentation how to start with this. We install the pro default demo (without content)? But when I tried this, this is messing up quite a few things on our current designs. We need to rework every single blogpost with a cloud template? What is the easiest way to do this?

thanks

jaume
tagDiv Member

Thanks for your response.

is there the possibility you tweak a little the ADS system so we can use it instead of the Ad Inserter plugin?

Now in the Single Page cloud template, in the Single Post Content, we can use the ADS tab section, but it allows only 3 Inline ADS … we may need at least 7 or 8 inline ads. Also one ad after post title ( but just for mobile devices ).

We run very very busy websites and we need more flexibility on the Advertising.

Can you do that custom work for us and incorporate it to the template?

Hiding duplicated ads with CSS is not an option bc calls to the adserver will be duplicated killing our resources.

Vlad S
tagDiv Staff

Hello !

Cloud library loads only the requests that are used on that page where on standard pack it loads all the requests at once.

I hope this was helpful !

Thank you !

Calin
tagDiv Staff

Hi,

Unfortunately there is no option in our theme to remove the author from breadcrumbs, but you can use a custom css like this one -> https://i.imgur.com/2ksmoy6.png
.author .tdb-bred-no-url-last {
display: none;
}

The code will apply only on author cloud template, also the code need to be set i theme panel> custom code> custom css.

Thank you!

Calin
tagDiv Staff

Hi,

“Composer doesn’t show up on the menu” I do not quite understand the problem, you can not edit the header template ? if yes, then you need to have a cloud header from tagDiv Cloud library set on homepage/or theme panel.

Thank you!

Calin
tagDiv Staff
Viewing 25 results - 14,876 through 14,900 (of 21,203 total)