smatzis
Forum Replies Created
-
Forum: Plugins
In reply to: [Complianz - GDPR/CCPA Cookie Consent] cookie policy document invalid htmlOK thank you for he feedback… I hope you can also fix this in the future… 🙂
Forum: Plugins
In reply to: [Complianz - GDPR/CCPA Cookie Consent] cookie policy document invalid htmlWell, I am trying to validate my sites due to business requirements and this is the only error I get…
Here is the service that validates websites for HTML rules compliance…
The W3C Markup Validation Service
Regards
Forum: Plugins
In reply to: [Complianz - GDPR/CCPA Cookie Consent] HTML validation problemOk, thank you again!
Forum: Plugins
In reply to: [Complianz - GDPR/CCPA Cookie Consent] HTML validation problemOk, here you are…
https://validator.w3.org/nu/?doc=https%3A%2F%2Ffays-shop.gr%2FForum: Plugins
In reply to: [Advanced Custom Fields: Extended] Custom database tablesOK now it is clear! Thank you again for your support! I would have given 6 stars if I could!
Forum: Plugins
In reply to: [Advanced Custom Fields: Extended] Custom database tablesThank you very much for your prompt answer. I had not even looked at that before.
However I do not understand what does “Save as Individual Meta” setting do at the database level? Is it going to affect performance if enabled? WP Queries and Meta Queries options are needed by most users I guess!Forum: Plugins
In reply to: [Pods Beaver Themer Add-On] customized pods queryOk Bernhard i have opened a new issue at GitHub. Thanks again!
Forum: Plugins
In reply to: [Pods Beaver Themer Add-On] customized pods queryOK no problem! I hope you are healthy and happy! Many thanks for the digging!
If this makes sense, i think it’s about excluding the current id from the relation of the current pods query.
In the end, i hope that more people make use of this kind of filters for their projects and understand how to make advanced queries and filtering! Maybe it could help pods shine a little more too!!Forum: Plugins
In reply to: [Pods Beaver Themer Add-On] customized pods queryThank you Bernhard. I am really glad you understand the problem and want to help. In order to donate to this plugin, should someone donate to pods.io?
Correct, it is a bidirectional field. However one book does not have many authors. Only an author may have many books.
The custom html layout that i use for single post rendering in BB’s post grid is:[wpbb-if post:featured_image]
<div class=”uabb-post-thumbnail uabb-blog-post-section uabb-archive_grid-image”>
[wpbb post:featured_image size=”large” display=”tag” linked=”yes”]
</div>
[/wpbb-if]<div class=”uabb-archive_grid-title”>
<h3 class=”uabb-post-heading uabb-blog-post-section”>[wpbb post:link text=”title”]</h3>
</div>[pods]
<h5 class=”uabb-archive_grid-author uabb-blog-post-section”>
<a href="{@permalink}">{@book_author}</a>
</h5>
[/pods]Hope that helped!
- This reply was modified 8 years, 7 months ago by smatzis.
Forum: Plugins
In reply to: [Pods Beaver Themer Add-On] customized pods queryThank you Bernhard. I am really glad you understand the problem and want to help. In order to donate to this plugin, should someone donate to pods.io?
Correct, it is a bidirectional field. However one book does not have many authors. Only an author may have many books.
The custom html layout that i use for single post rendering in BB’s post grid is:[wpbb-if post:featured_image] <div class="uabb-post-thumbnail uabb-blog-post-section uabb-archive_grid-image"> [wpbb post:featured_image size="large" display="tag" linked="yes"] </div> [/wpbb-if] <div class="uabb-archive_grid-title"> <h3 class="uabb-post-heading uabb-blog-post-section">[wpbb post:link text="title"]</h3> </div> [pods] <h5 class="uabb-archive_grid-author uabb-blog-post-section"> <a href="{@permalink}">{@book_author}</a> </h5> [/pods]Hope that helped!
Forum: Plugins
In reply to: [Pods Beaver Themer Add-On] customized pods queryThank you for your answer. Sorry i did not provide enough information in the first place.
Well, i have 2 pods: books and authors. There are relationship fields for books->authors and authors->books written.
i have created a singular theme layout for book-template and i want to have a row under the book image and info that shows other books by this author.
So i use BB Posts Module and i select customized pods query -> relation from current item to show the books written by the author of the current book displaying.
The problem is that this method displays all the books written by the author and it does not exclude the current book displaying.
This is the problem!
The above filter (that i added in the functions.php) excludes current posts from normal queries but not posts deriving from relationships’ queries!
If you have any idea how to accomplish this using BB Posts Module i would be more than grateful…- This reply was modified 8 years, 7 months ago by smatzis.
Ok this works. So many thanks for your help and fast responces! I wish all the best!
Ok i can confirm this is a css optimization problem. It only happens with this specefic plugin. Ι don’t know why.
Furthermore, i don’t know how to find this plugin’s particular css file so as to exclude from optimization.
Could you please help?Hello again, thank you for your fast response!!
Well, i disabled another plugin (autoptimize, which by the way has a lot of active installs and good reviews) and your plugin actually works. I guess it has something to do with the way autoptimize optimizes javascript code…
If you know something more could you please share?The above problem occurs with any theme no matter which i choose.