acekin
Forum Replies Created
-
Here is a much better example with vertical objects showing the shift:
https://www.keptlight.com/split-sharpening-3/
The problem appears to me as one of layer alignment, image positioning. I can see a tiny difference between the two versions on the right edge. Look at the star on the knife and see how much of it is visible in each version.
Cemal
I will be looking forward to the fix @jeherve. I will keep the stacked images for a little longer and then remove one.
While on this subject, would it be possible to select the Wide View option for these stacked images? I noticed your note on the Github that this may happen particularly on large images, hope that too can be overcome and Wid View can be added to the presentation.
Cemal
Forum: Fixing WordPress
In reply to: Comment needs approval from one userHas anyone from WordPress seen this question?
Forum: Fixing WordPress
In reply to: Comment needs approval from one userThe following screen capture shows 12 approved comments yet the last one waiting for approval.
https://www.dropbox.com/s/bxdrb5a1mfntgzt/comment_approve.jpg?dl=0
I also changed settings and disabled a security plugin that controls comment spam with no change in approval being needed. As I indicated before, her messages are not marked as spam, just needs approvals every time she posts a comment.
Does her having an account on the site have any impact on this? I have not seen behavior like this on other sites I built and manage.
Cemal
Forum: Fixing WordPress
In reply to: Comment needs approval from one userThank you Thomas@iThemes, that is a thought but everybody else can post their comments without needing my approval because they have previously approved comments. I will look around anyway.
BTW, I should also add that these messages are not marked as spam, jut not automatically approved like all the others.
Cemal
- This reply was modified 5 years, 11 months ago by acekin.
A good product without suitable support will most likely fail. Too bad.
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Tiled Gallery BlockAfter a theme and its related plugin update, the above temporary fix started displaying all tiled gallery blocks as alignwide. I changed the above rule as follows which fixed the issue. Now, only alignwide blocks display with elbows out, the aligncenter remains within the content are width. I am adding this only to keep the thread up to date, no response is necessary but welcome.
/* A fix wor wide width */
.alignwide {
margin: 0 calc(25% – 25vw) 1.5em!important;
}Cemal
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Tiled Gallery BlockI have implemented a temporary solution to this problem by adding the following in my custom CSS:
/* A fix wor wide width */
.wp-block-jetpack-tiled-gallery {
margin: 0 calc(25% – 25vw) 1.5em!important;
}It works for me on my theme, I am not sure if it may be a universal solution. It will do until the JetPack team provides a permanent solution. Take a look:
https://www.keptlight.com/scanning-strategies/
https://www.keptlight.com/maadra-vineyard-visit/Cemal
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Tiled Gallery Block@macmanx, I reported to BizBudding, the builders of Mai Themes and used the chat window here:
https://intercom.help/bizbudding/en/
They replied to me via e-mail and will follow up probably on Monday.
Thank you for looking into this,
Cemal
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Tiled Gallery Block@macmanx, yes, the regular gallery with wide width setting shows correctly, sticking on both sides.
I have also brought this to the theme developers’ attention. If I hear a fix I will share it here.
Cemal
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Tiled Gallery Block@supernovia, that does not make any difference. Any time I update a post its cache is cleared anyway. I have just manually cleared the cache of that post and reloaded, the tiled gallery is still in “centered” mode rather than wide view.
Thank you for looking into this, but as I explained above I can make it work by disabling that particular rule. Then, the margin calculating declarations kick in. Otherwise, they are overridden by the above declaration. I can also make the wide view mode work by adding !important after the two rules calculating the right and the left margins, the following ruls in in my theme’s CSS:
@media only screen and (min-width:769px) {
.alignwide {
margin-left:calc(25% – 25vw) !important;
margin-right:calc(25% – 25vw) !important;
width:auto;
max-width:1000%
}…
…
}Cemal
- This reply was modified 6 years, 2 months ago by acekin.
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Tiled Gallery BlockI looked a little more into it and using the code inspector I found the following rule:
.wp-block-jetpack-tiled-gallery {
margin: 0 auto 1.5em auto;
}controlling the wide setting working or not. If I disable that rule, the gallery spreads out controlled by “alignwide”. When the rule is disabled, changing alignwide to aligncenter restricts it to the column width.
With this rule active, the folliwing rule that declares the alignwide behavior has strike-through over the calculated widths of the right and the left margins.
I am not sure if this helps but wanted to share it with you,
Cemal
- This reply was modified 6 years, 2 months ago by acekin.
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Tiled Gallery Block@supernovia, I tested with Twenty Nineteen, maybe that’s a factor. I currently do not have any but I went ahead and changed the first gallery to wide width. The tile layout has changed but the width has not, take a look:
https://www.keptlight.com/scanning-strategies/
Cemal
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Tiled Gallery Block@supernovia, I installed the Healthcheck & Troubleshooting plugin and enabled JetPack. Yes, the wide view displays wide in Twentynineteen thenem although it only pushes its right elbow outside the text width. I will disable the newly installed Healthcheck plugin.
My site is at:
Thank you,
Cemal