andone91
Forum Replies Created
-
Forum: Plugins
In reply to: [Timeline Block For Gutenberg] Timeline not showing correctly on main siteHello,
excuse me. I meant that the plugin is not active on the front page, but on all other pages of the same domain. How can I fix this? I’m talkin about Cool Timeline then, sorry for the mistake.
Edit: By the way, whats the difference between Cool Timeline and Timeline Block for Gutenberg. Seems like the same for me since we use the block editor.
Edit 2: Just saw very late, that you edited your post. This fixed the issue. Thanks!
Greetings
AndyHello,
I found the cause of the problem. In the story elements. The elements like picture is locked. I removed the lock and deleted the picture placeholder, because I dont needed them. After that, the content of the story element was completely removed on its own and the deleted picture placeholder was there again.
When I dont do this. No content is removed.
Best regards
AndyForum: Plugins
In reply to: [Advanced Query Loop] Exclude current post not workingThanks for fixing the issue that fast. Already tested the new version 2 minutes ago. It works!
Hello,
I tried offset again. Now it hides the number of new posts I set there.
But there are situations where one post of the carousel is displayed in the grid too. The carousel displays sticky posts AND 3 new posts. In the following two examples I name the posts A, B, C, D:
Examples:
settings:
grid: no sticky posts (because there are held on top of each page which shouldnt be like I imagine it) AND offset of 3.
carousel: show 3 new posts + sticky ones
Now lets take a look (A newest to D oldest)
#1:
posts:
– A
– B
– C (sticky)
– D
The carousel shows 3 posts:
– C, A, B (because C is under the 3 newest)
The grid dont show posts:
– A, B, C, D (because sticky (C) ones are excluded and offset=3 excludes A, B, D)
post D is missing in the grid and not displayed in the carousel because the sticky ones are also counted as new posts. Setting the offset=2 should include D in the grid again, but … lets think about post a new post on the website, so the sticky post isnt under the 3 newest anymore.
#2:
posts:
– A
– B
– C
– D (sticky)
carousel shows 4 posts:
– D, A, B, C (because D is not under the 3 newest posts)
grid hides 2 posts (offset=2):
– A, B, D (D because of sticky and A, B because of the offset)
post C is displayed in the carousel AND the grid (here offset=3 should fix this).
conclusion: In #1 offset=2 works and in #2 offset=3 works.
The problem is, that sticky posts also count as new posts in the carousel if sticky posts under the new 3 posts. Changing the numbers of displayed posts and the offset counter dont fix the problem with my set up.Hello,
take a look here: Gymnasium Wesermünde – Das niedersächsische Gymnasium in Bremerhaven (gymnasium-wesermuende.de)
In the Carousel there are 3 posts displayed: 5. april, 27th april, 12th marchIn the post grid on the same page (scoll down there), the posts from 27th april and 12th march are displayed to. I like to hide them because they are displayed in the carousel.
The carousel always shows 3 posts. The post from the 5. april isnt displayed in the grid because its sticky.
sticky posts are only shown in the carousel and excluded in the grid.Forum: Plugins
In reply to: [Advanced Query Loop] Exclude current post not workingHello, I got the same issue.
I have a template where I display the content of the post and under this, I use a loop for displaying the 3 newest posts. With this plugin I liked to avoid displaying the acutual post in the newest 3 posts part, when I’m acutally visiting one of these 3 posts. So this is what exclude current post need to be, right?
Even with the toggle on. The post is also shown in the 3 newest posts. I dont use multiple loops on the site and I also use the theme twenty twentyfour.U can take a look at our page: link to page
- This reply was modified 2 years, 1 month ago by andone91.
Forum: Plugins
In reply to: [ICS Calendar] Multidays events continue not on old rowA fix for multiday events which start the same day, that at first the order is not alphabetical. There have to be a an algorithm which orders the event with the one with the longest days first and the shortest last. And then events with the same start day and same day length should be ordered alphabetically. A function for this is easy to build logic wise.
Forum: Plugins
In reply to: [ICS Calendar] Multidays events continue not on old rowBut in this example both events start on the same day.
Kalender – Gymnasium Wesermünde (gymnasium-wesermuende.de)Edit: I found out, it has to be alphabetical.
- This reply was modified 2 years, 2 months ago by andone91.
Forum: Plugins
In reply to: [ICS Calendar] Multidays events continue not on old rowIs there a rule which event will be the first one? maybe an alphabetic order or the one which was created first/last?