stigekalder
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Hemingway] Removal of black box on topOk. I will close the case.
Thanks for your very fine themes !Forum: Plugins
In reply to: [Broken Link Checker] Valid link reported as brokenYes, the other ticket looks similar to mine.
Thanks for your hint on css tweaking this setting, changed to none, and the strike-through is gone. Good job.
I have another link failing again and again for no apparent reason,
for clarity I will create a new ticket.Thank you !
Same here, this is totally unacceptable.
Fix it, or remove the plugin !Forum: Plugins
In reply to: [WP Featherlight - A Simple jQuery Lightbox] Can this plugin be updated?Same here, this is totally unacceptable.
Furthermore, it does not work anymore, as the check box is gone with the new block editor.
Fix it, or remove the plugin !Hi Alex,
I see what you mean. When I upload it with Filezilla (which I always use, althoug never or rare with php files), it is corrupted. I then used the file manager provided by one.com, and that did the trick. Anyway, now the functionality on the webpage works, but also with the original noder.php ?!
Let’s leave it there, I changed ticket status to resolved – thanks for your efforts.
Regards, stigekalder (Niels)
Hi Alex,
I replaced noder.php in the nodearkiv folder with your modified version.
I now get another error when I save the snippet:The code snippet you are trying to save produced a fatal error on line 1:
Uncaught Error: Call to undefined function phpinclude() in /customers/1/1/2/detfynskekammerkor.dk/httpd.www/wp/wp-content/themes/spacious-child/nodearkiv/noder.php:1 Stack trace: #0 /customers/1/1/2/detfynskekammerkor.dk/httpd.www/wp/wp-content/plugins/insert-php/admin/metaboxes/base-options.php(227) : eval()’d code(3): include() #1 /customers/1/1/2/detfynskekammerkor.dk/httpd.www/wp/wp-content/plugins/insert-php/admin/metaboxes/base-options.php(227): eval() #2 /customers/1/1/2/detfynskekammerkor.dk/httpd.www/wp/wp-content/plugins/insert-php/admin/metaboxes/base-options.php(267): WINP_BaseOptionsMetaBox->validateCode(‘$FileIncPath = …’) #3 /customers/1/1/2/detfynskekammerkor.dk/httpd.www/wp/wp-content/plugins/insert-php/libs/factory/forms/includes/control.class.php(221): WINP_BaseOptionsMetaBox->codeSnippetFilterValue(‘$FileIncPath = …’, ‘$FileIncPath = …’) #4 /customers/1/1/2/detfynskekammerkor.dk/httpd.www/wp/wp-content/plugins/insert-php/libs/factory/forms/controls/textarea.php(52): Wbcr_FactoryFormsRegards, stigekalder
Hi again,
Great – that last change did the trick !
Thanks for your efforts – I have changed the status to solved.Best regards, stigekalder
Hi,
Now it works for column count = 2, that’s great!
But for column count = 3, column 2 is still hanging low.
/Stigekalder
Hi, I made the change, and both landscape and portrait now has the problem again (like original screenshots).
Can’t you test it yourself with an iPad or smartphone ?
No, I described in my last post how it looks after latest change:
Quote
I tried again, and in landscape it’s still exactly the same as screenshot (second column hanging low).
In portrait it’s even worse, second column still hanging low, and there is zero distance between the 2 columns.
UnquoteHi,
I did not understand “On that row you must have onbly about column-count options.”.
I tried again, and in landscape it’s still exactly the same as screenshot (second column hanging low).
In portrait it’s even worse, second column still hanging low, and there is zero distance between the 2 columns.This is the line I updated + the following line not changed:
@media (max-width: 850px) { .TotalSoft_GV_SG_Grid_<?php echo $Total_Soft_Gallery_Video;?> { -webkit-column-count: 2; -moz-column-count: 2; column-count: 2; -webkit-column-gap: 0px; -moz-column-gap: 0px; column-gap: 0px;} }
@media (max-width: 600px) { .TotalSoft_GV_SG_Grid_<?php echo $Total_Soft_Gallery_Video;?> { -webkit-column-count: 1; -moz-column-count: 1; column-count: 1; } }
I understand what you mean, and that’s pretty smart.
However, when fewer columns are displayed than indicated by the columns count, then the order will appear totally random.
This can happen, if column count is for example 3, and you move the iPad from landscape to portrait, or you use a smartphone.
So I think I stick to default behavior, top/down before left/right.
Of course I respect this is a design decision, although I would prefer the other way around.Hallo,
I don’t have the same line numbers as you, and I find 2 occurrences of “@media (max-width: 850px)”. I have tried to change both (one at a time), but I see no changes.
Best regards, stigekalder.