svenol
Forum Replies Created
-
Forum: Plugins
In reply to: [Custom Content Shortcode] field: post-typethanks:)
Forum: Plugins
In reply to: [Custom Content Shortcode] ACF relational posts and multiple choicethanks – it works:)
Forum: Plugins
In reply to: [Custom Content Shortcode] help with multiple fieldsok, sort this out. In case if someone gonna have the same problem here is my code:
[loop type=type_name field=field_name_1 value=’value name 1′ compare=and field_2=field_name_2 value_2=’value name 2′]
Forum: Plugins
In reply to: [Custom Content Shortcode] loop inside of loop?yes thank you – it works!:)
can you please fix [field url] after update its not workingForum: Plugins
In reply to: [Custom Content Shortcode] loop inside of loop?Hi Eliot – did you checked plugin code if this is possible to fix?
ThanksForum: Plugins
In reply to: [Custom Content Shortcode] loop inside of loop?looks fine. test results displays:
TEST 1
Project: projekt 3 – 503
Project: projekt 3 – 502
Project: nowy projekt 2 – 495
Project: projekt – 492
TEST 2
Task: zadanie 2
Task: zadanie
Forum: Plugins
In reply to: [Custom Content Shortcode] loop inside of loop?just created project 4 – it is on top, and the same – only project 4 display tasks (projects 1,2,3 are empty)
Forum: Plugins
In reply to: [Custom Content Shortcode] loop inside of loop?Hi Eliot – yes some strange situation, when I created project 3 and change post 1 to project 3 is display under project 3. So maybe it’s works only on first (top/latest) project in the project loop?
Forum: Plugins
In reply to: [Custom Content Shortcode] loop inside of loop?Actually [raw] shortcode couse more problems – all [field url] stop working (no link to post but to current page where I have shortcodes).
When I dissabled raw function in your settings all return to normalBut the main problem to dispaly Project > task list still exist.
So when I created a new task, and select project (project 1) for this task then your shortcode display it ok (under project 1). But when I changed the project for this task (edit task post) for another project (project 2) your shortcode not dispaly this task at all (not under project 1 and project 2). But again when I will change settings for task from project 2 to project 1 this task will show under project 1.
Forum: Plugins
In reply to: [Custom Content Shortcode] loop inside of loop?Hi Eliot,
Thanks for response.
It’s works – with some strange behaviour but i think its my fault. I need to check other php code in functions.php and then will let know.
I don;t need numbers before task/project numer – its just example to show relations.
Forum: Plugins
In reply to: [Infinite-Scroll] Posts repeated on Infinite Scroll WP Plugin Gridly themeok i fixed this by using “change and try” method:) just changed Behavior to masonry/isotope
Forum: Plugins
In reply to: [Infinite-Scroll] Posts repeated on Infinite Scroll WP Plugin Gridly themeHi can you help me – how did you setup css selectors for gridly theme? I tried this:
Content Selector: #post-area
Navigation Selector: #view-older
Next Selector: #view-older a:first
Item Selector: .postIt doesn’t work.
Do I have to change somewhere else to make this plugin works?