agitana
Forum Replies Created
-
Forum: Plugins
In reply to: [Caldera Forms - More Than Contact Forms] CSS doesnt apply in modalThanks for your reply. It works fine on regular pages and posts and is bugging only on my frontpage despite everything (css and js of the plugin) is loading correctly.
I will take a look into it. Thank you.
Well, its working now. I dont know why, but … ??
Thx1&1 Unlimited Plus https://hosting.1und1.de/webhosting
Greetz
Its 1&1.
GreetzAgitana, Your problem seem to be a different case because you specify image size “large” when you call the_post_thumbnail(). Maybe you can provide a bit more information about your case. What is the original size of the image and what dimensions do you use for image sizes “thumbnail” (crop or no crop), “medium”, and “large”? Are any additional image sizes added with add_image_size()?
Thanks for your answers so far, Jasper.
I guess i found the problem for the issue: the W3 Total Cache Plugin.I ran my theme on a localhost without W3 Total Cache and everything works fine. Then i ran it on an online testsite (with W3 Total Cache but without CDN) and it worked on some images (strange?!) and on our mainsite (with W3 Total Cache and with CDN) it doesnt work at all.
same here.
<figure><?php the_post_thumbnail( 'large' ); ?></figure>
is returning
<img width="640" height="364" src="https://www.****.jpg" class="attachment-large wp-post-image" alt="***">
Great. That worked. Thank you very much for your efforts.
Sorry, but didnt work either ??
He has the following capabilities:
Dashboard:read;
Posts: publish_posts;edit_posts;edit_published_posts;
media:upload_files,
product: publish_product;edit_product;edit_published_product;
other cap: manage_product_terms, assign_product_terms(product belongs to woocommerce)
Thank you
Didnt work either unfortunately ??
yes, i know what you mean. i added the role to the ‘aal_init_caps’-filter:
$this->_caps = apply_filters( 'aal_init_caps', array( 'administrator' => array( 'administrator', 'editor', 'author', 'guest' ), 'editor' => array( 'editor', 'author', 'guest' ), 'author' => array( 'author', 'guest', 'testauthor' ), ) );
But it didnt work unfortunately
its the custom user role and in the column user_caps
Sure:
3 testauthor updated Post profil_post_type_key The new Veranstalterprofil 69
7 127.0.0.1 1437051973Forum: Plugins
In reply to: [Limit Posts] Notice: Undefined index: publish_actionGreat. It worked.
Thanks for your efforts and your fast respones. Awesome.
Forum: Plugins
In reply to: [Limit Posts] Notice: Undefined index: publish_actionYes, thats right. I created some rules some days ago. And it appeared after the update.
Thank you for pushing a fast update to 1.0.5 but unfortunately the error stays, except its now on another line ??
Notice: Undefined index: publish_action in C:\xamppnew\htdocs\kongress\wp-content\plugins\limit-posts\limit-posts.php on line 332
Thx for your efforts