Search Results for 'cloud'

Results from the Forum
jfentagdiv
Participant
#0

Hi,
I’ve added a widget side bar to my template and it works OK. But in one instance it does not fully extend to the right:
Screen shot.

Do you have an idea?

Thanks

Anamaria
tagDiv Staff

Hi,

It is possible to have 503 only when robot is visiting the page. Try to simulate Facebook User Agent from your browser or rest client.

You can check Facebook user agents on developers facebook page: https://developers.facebook.com/docs/sharing/webmasters/crawler

Cloudflare could be the cause of your problem, because it blocks bad robots (Facebook should be good robot). Try to disable it and see if it works. If this is the problem, you need to contact Cloudflare support.
Also, please use the main if you have a child theme.

Thank you!

Anamaria
tagDiv Staff

Hi,

I’m glad that now you can access the cloud library.

Have a great day!

Anamaria
tagDiv Staff

Hello,

Using the import/export option from the theme will allow you to import only the theme panel settings, the cloud templates go in tool > export – https://i.imgur.com/3Wxk885.png then to import you need to go in tool > import, then install the wordpress importer and click on run import – https://i.imgur.com/tyxoVvg.png

Thank you!

Calin
tagDiv Staff

Hello,
The mentioned options are in WP Super Cache plugin, but if you want you can use a different cache plugin.
The CDN from Siteground should be ok, but we usually recommend this one – https://www.cloudflare.com/
Thank you!

Alex
tagDiv Member

Hi Calin,

Thank you for your response.

To recreate the issue:

1. Custom single post type is a Single Event from this plugin, Events Manager by Pixelite.

I believe your team previously tested with this plugin, when I reported this issue that was fixed.

2. In WP Dashboard go to Events > Settings > Pages > Event Pages > Display events as Posts.

3. Create a new event (custom post). When creating the event, you can also create a new Event Category (custom tax). The same way as for normal posts.

4. Cloud Templates > CPT/Taxonomies > Events > Single – add a blank template and place breadcrumbs block in it.

Enable Taxonomies with cpt: event-categories Screenshot.

5. Go to the Event that you created (custom single post page) and hover the Category name (custom post taxonomy). The tooltip is meant to show Custom Category Name (in the same manner as it shows for normal single posts), but it shows the word “attribute”. Screenshot.

6. To my understanding it has something to do in this file:
td cloud library >> shortcodes common >> tdb_breadcrumbs

switch( tdb_state_template::get_template_type() ) {
case ‘cpt’:
case ‘single’:
$breadcrumbs_array = $tdb_state_single->post_breadcrumbs->__invoke( $this->get_all_atts() );
break;

(!) As previously discussed, this post is only for Calin.

Other TD team members, please do not respond.

Thank you.

#0

Hi, how do I edit the mobile templates. I do not see anything in the cloud template area for mobile.
happypeoplepickleball.com thank you

ilouie
tagDiv Member

This could be the issue: https://cloud.tagdiv.com/wp-content/uploads/2024/05/Newspaper.zip.

It doesn’t exist

ilouie
Participant
#0

Hi, I had to reinstall the theme because of server issues, but now I’m trying to update the theme and I keep getting this issue: Updating Theme Newspaper (1/1)
Downloading update from https://cloud.tagdiv.com/wp-content/uploads/2024/05/Newspaper.zip…
Unpacking the update…
Installing the latest version…
Removing the old version of the theme…
Theme update failed.

Could someone please explain what the issue could be. TY

c386
tagDiv Member

Found a workaround, can import a blank cloud template and then copy and paste the code.

Still, would be handy to have an import/export option. One for the suggestions box.

c386
Participant
#0

Hi!

Is there a way to export and import cloud templates?

I’ve been creating new templates on my local staging site and now want to move them to a live site. Trying to figure out the best way to go about this.

Thanks!

garydee1977
tagDiv Member

Ahhh I get you – but yeh I was tripping over finding the custom css that adds the 1, 2, 3, 4, 5 on the sidebar Popular Posts element….
so literally just found it when I imported in the block again from the Cloud.

There is a little element called Custom Css, that sits bottom right. When you go in there, you find the custom code written for the demo site.

I’m finding my way about day by day here.

I seen another user also report the Mobile menu not opening for only the homepage (post about 6 hours ago down the forum) – whether it’s related to same thing you experiencing? Check it out.

Merkucio
tagDiv Member

Hello garydee1977,

They aren’t pages, they are posts. They just look like pages.
You will not be able to use this template for pages.

I simply duplicated another cloud template for these posts, called it a Page Template, deleted all blocks I didn’t need and assigned it to a specific category – Pages. All of these posts and not pages as you thought, belongs to this category, so I don’t have to manually select that template for each post.

  • This reply was modified 2 years by Merkucio.
  • This reply was modified 2 years by Merkucio.
  • This reply was modified 2 years by Merkucio.
  • This reply was modified 2 years by Merkucio.
  • This reply was modified 2 years by Merkucio.
  • This reply was modified 2 years by Merkucio.
  • This reply was modified 2 years by Merkucio.
diegocoru
tagDiv Member

View post on imgur.com

Where i can see this?

Also, I already have a CDN with Siteground. Do you recommend me to download Cloudfare or leave it like it is?

Thanks.

Calin
tagDiv Staff

Hello,

1. To adjust this on footer you can use a custom css like this one:
html[lang="ar"] .td_block_popular_categories a{
display: flex;
flex-direction: row-reverse;
width: 100%;
}
html[lang="ar"] .td_block_popular_categories .td-cat-name {
order: 2;
}
html[lang="ar"] .td_block_popular_categories .td-cat-no {
order: 1;
}

This css should be set in the theme panel > custom code> custom css.

2. Please use tagDiv Composer to edit the page then use the right click on the sign element and click on delete – https://i.imgur.com/t5gPFGR.png

3. Yes, the child theme can be used. For this you can triger the language to apply that css on on that language, like this html[lang=”ar”] or on rtl like this [dir=”rtl”]. Now , most of element have options that allow you you to set the text from RTL to LTR and vice versa, but there are a few elements that do not have this option and need to be used a css.

4. Yes, the templates can be set as global per language and for each language it will be used the one set as global.

5. This is a strange situation, also that one is a page get from cloud library and it can be get for each language, but is not a page template. In that situation if you want to use that page as homepage, then you can assign it using the WordPress option from Settings > Reading – https://i.imgur.com/kxRD8Dh.png

I hope this will help you!

Calin
tagDiv Staff

Hi,

Unfortunately, I do not know exactly whet you mean. Are you referring for how to add elements in sidebar? In you case you’ll need to go to Appearance > widget and add in Newspaper widget the elements you want to be display in the sidebar. – https://i.imgur.com/taI7aTg.png
Another solution is to use a single post template form cloud, this can be edited using the tagDiv Composer.https://forum.tagdiv.com/sidebars-tutorial/

Calin
tagDiv Staff

Hello,

I believe that you are referring that the pages sped has dropped, this is normal since the structure is different and the site needs to be re-optimized.
Please use CDN for the website, this will make it faster – https://forum.tagdiv.com/cloudflare-cdn/ you can use the options from the last version and disable the mobile header on desktop and desktop header on mobile (this can be done for the sticky headers, but make sure that the mobile cache option is enabled – https://i.imgur.com/vgI7fdR.png) – https://i.imgur.com/FMejmEf.jpghttps://i.imgur.com/hTWwMFY.png also uses those options – https://i.imgur.com/WoLDdB9.pnghttps://i.imgur.com/tqFRWHX.png and you can enable the option to use webp format for thumbs – https://i.imgur.com/ZOg8cCq.png (those need to be generated with a dedicate plugin).

Thank you!

Worldomania
tagDiv Member

I am re adding cloudflare…if it still not work I will share the access

Anamaria
tagDiv Staff

Hi,

I recommended using cloud templates instead of the standard templates https://tagdiv.com/why-tagdiv-cloud-library-is-a-better-alternative-to-the-standard-pack/
Please check the console when you hit the save button and see if there is an error. With right-click -> inspect -> console -> select the error in the tab network -> preview, you can see the cause and check the suggestion from here https://forum.tagdiv.com/topic/newspaper-theme-panel-settings-are-not-being-saved/ -> https://community.godaddy.com/s/question/0D58W00007ggvUDSAY/403-forbidden-error-not-sure-why

Thank you!

Anamaria
tagDiv Staff

Hello,

The tagdiv Standard pack is deprecated, so I recommend choosing cloud templates and flex blocks instead of blocks 1 to 25 or big grid blocks https://tagdiv.com/why-tagdiv-cloud-library-is-a-better-alternative-to-the-standard-pack/

Thank you!

hospitality-school
Participant
#0

This is my website: https://www.hospitality-school.com/

This is how Cloud Templates are: https://www.awesomescreenshot.com/image/49239871?key=82e206b628116684513978f962c01ec8

This is how I designed it and want to look like: https://www.awesomescreenshot.com/image/49239883?key=46e37f28dd3b71447a33192458c9ca79

BUT WHEN I TEST IT IN DIFFERENT BROWSWER AFTER DELETING CACHE FROM SERVER SIDE AND BROWSER SIDE, IN PINGDOM AND OTHER TOOLS IT LOOKS LIKE THIS:

https://www.awesomescreenshot.com/image/49239890?key=a9a247c5314c3da07ce95db74a8b59ba

As I am not an expert I am really feeling helpless. Why is it happening? Why it is not showing exactly how I designed it from Cloud Templates and TD Composer?

vic-2
Participant
#0

Hi,

I am experiencing an issue with the Tagdiv Composer being blocked by the TagDiv Cloud Library plugin. After extensive troubleshooting, I identified that deactivating the TagDiv Cloud Library plugin allows the composer to function correctly. However, I need the templates provided by this plugin, which are currently unusable.

Has anyone encountered a similar problem or have any suggestions on how to resolve this conflict?

Any assistance would be greatly appreciated.

url: slovakmonitor.com

Thank you,
Vic

pradeeppathak07
Participant
#0

Our website URL – http://www.uttaranchaltoday.com

We are facing issue with tagCloud Library Plugin and tagDivComposor plugin. They are crasshing our website since couple of days. We have deleted them and tried to open our website. We found it is perfactly opening homepage and other story pages. Please look into this and let us know to the wayout to resolve this issue. It is hammpering our user base very badly. We have been using NewPaper Theme for more then 5 years now. Please help us.

secureblitz
tagDiv Member

I fixed the WP Memory Limit value but was still unable to access the cloud library.

croboy
Participant
#0

Hello,

I would like to set noindex for pagination pages on both the mobile theme and the cloud template. Here are the steps I’ve taken so far:

Tried using hooks in functions.php.
Disabled indexing for pages in Yoast SEO settings.
Despite these efforts, the pagination pages are still being indexed. I suspect this issue might be related to how the theme generates pagination. Specifically, it seems that the following code isn’t working as expected:

if (is_paged() && !is_front_page())

Could you provide guidance on how to ensure pagination pages are set to noindex?

Thank you!

Viewing 25 results - 2,226 through 2,250 (of 21,203 total)