Home User profile
tagDiv Member
This user did not write anything. So we are just showing here some random text to make the profile page look nice :)
zeroc00l
tagDiv Member

Thank you for the reply, I’m trying to deactivate one plugin at a time and hoping that the the theme don’t reset itself.

I will update you in the next weeks, we must deactivate 5 plugins, you must consider that the reset happens randomly one time during a week.

zeroc00l
tagDiv Member

Hi, I check, and if I use one of the default post templates everything is fine, if I use the custom post style made with Cloud Templates I lost the Smart List…
Perhaps you need to check my installation?
I must tell you that some day ago, one of your colleague made a edit to Cloud Templates because it didn’t work.

zeroc00l
tagDiv Member

Hi, I don’t understand something…
I made a new layout template with CLoud Library for my posts.
In some posts I have the content that is suitable for a Smart List, but when I use the settings for Smartlist in “Post Settings” I obtain nothing, my post is in plain mode without a Smartlist.
If I insert from CLoud Library inside the template the element called “Single Post Smartlist” and save, when I reload the post I have the post duplicated and no Smartlist.
Where is the error?

Thank you

zeroc00l
tagDiv Member

So, I have that situation, my site is composed by 1 default post type and 3 custom post types, say it “test”, “quiz”, “photogallery”.
I created a custom post template inside Cloud Templates, but if I set it on the theme options as the default template for all posts, the custom post types are not affected by this, they load a different template…
This is a normal post with the template created on Cloud Templates: http://dev.libreriamo.it/arte/filippo-de-pisis-incontro-arte-scrittura-mostra-ferrara/

And this is a custom post type, it must’ve been a “quiz”, and it loads some other template…: http://dev.libreriamo.it/sondaggi/andrea-camilleri-quale-dei-suoi-libri-vostro-preferito/

Any suggestion?

zeroc00l
tagDiv Member

Hi, may I send login and password to access to my admin page?

zeroc00l
tagDiv Member

I confirm that if TagDiv Composer is deactivated the “Add New” button is ok.
But without the composer the theme obviously is useless…

zeroc00l
tagDiv Member

I found that for some reasons in CSS there was this rule:

body.post-type-tdb_templates .page-title-action {
display: none;
}

In tdb_wp_admin.css I forced to “display:inline” on row 6 and 10.

This CSS can be found in wp-content/plugins/td-cloud-library/assets/css

Bu t now I have another problem, when I click on “Add New”, I don’t have anymore in the popup window of Cloud Library, the Singles Post layouts….
I can see just:

All(429) – Blocks(182) – Footers(30) – Homepages(32) – Pages(34) – Sections(151)

🙁

zeroc00l
tagDiv Member

I subscribe it, also on our installation, Add New button has disappeared.

  • This reply was modified 7 years by zeroc00l.
zeroc00l
tagDiv Member

I resolved, I post the solution just to let you know:

To access the post meta inside the loop I made this edit


$excerpt = '<div class="td-excerpt">';
//$excerpt .= $this->get_excerpt($excerpt_length);
$excerpt .= get_post_meta($this->post['post_id'], 'abstract', true);
$excerpt .= '</div>';

zeroc00l
tagDiv Member

Thank you!
I made a little change and everything until now is fine.
But now I have a problem that really I don’t understand why is happening.
I have in my theme a function that call an other field instead of the classic excerpt.
So I use this field in substitution of excerpt.
Now I need to use it inside the tdb_module_loop.php
This is the code:

$excerpt = '<div class="td-excerpt">';
//$excerpt .= $this->get_excerpt($excerpt_length); COMMENTED
$excerpt .= get_field('abstract', $this->post->ID);
$excerpt .= '</div>';

But I get this error: Notice: Trying to get property of non-object in /home/devlibreriamo/public_html/wp-content/plugins/td-cloud-library/modules/tdb_module_loop.php on line 31

zeroc00l
tagDiv Member

OK @simion I’ll give it a try and let you know if I resolved the problem.

Thank you

zeroc00l
tagDiv Member

Hi guyz, I made the change suggested by Simion C. and it works very well, the only problem that I have is that I edit the Homepage as “Unique Articles”, what I have in the end is that if I visit for example the homepage from desktop I have some articles, if I visit the Homepage from Mobile I have others articles that has not been loaded before.

I substitued Block 12 (Desktop, landscape, Tablet) with Block 4 (only Mobile).

I understand the behavior of “Unique Articles” and that what I have is exactly what this setting means BUT how may I go around this?

Thank you!

zeroc00l
tagDiv Member

Hi, my situation is a multisite installation, the content is the same across the sites and when I proceed to activate the theme, wordpress returns me an error: “You d’nt have any permissions……”

If I go on the main administration I can’t activate the theme because there’s nothing about it…..

Any advise about it?!

Thanks

Viewing 13 posts - 1 through 13 (of 13 total)