petergus
Forum Replies Created
-
Forum: Plugins
In reply to: [SmartVideo - Video Player and CDN] defer loading scriptOk i Understand, but this is showing up in google page speed https://snipboard.io/FLg2bs.jpg
Ideally also, i want to defer the whole script because I want to prevent videos loading until the DOM is ready and loaded (then i can avoid using a lazy load)
seems to indeed be a conflict with the CERATO theme, any advice to debug why?
Thank you! I dont know if this works though, I am using Cartflows, so maybe it is bypassing the functions. (in a test it did not work)
Forum: Networking WordPress
In reply to: images not showing mysteryprobably 😀 was thinking to actually just move it to a single install, any tips for that?
Forum: Networking WordPress
In reply to: images not showing mysterystill no go.
it cant be this because i didn’t edit this file and it was working.
can you tell me which modules this depends on? Because i restarted the server and lately things havnt been working right on the server, so i have the feeling it didn’t start some modules.but in general the mod rewrite is working, so cant really tell… mystery!
thanks for your help 🙂
Forum: Networking WordPress
In reply to: images not showing mysteryin my apache2/sites-available/examplesite.conf (the one used as the ‘parent site’ for the multisite) i have
<Directory /home/examplesite/public_html> Options -Indexes +IncludesNOEXEC +FollowSymLinks +ExecCGI allow from all AllowOverride All AddHandler fcgid-script .php AddHandler fcgid-script .php5 FCGIWrapper /home/examplesite/fcgi-bin/php5.fcgi .php FCGIWrapper /home/examplesite/fcgi-bin/php5.fcgi .php5 </Directory>I added in Options All and restarted apache but nothing new.
(AllowOptions All threw a syntax error)Forum: Networking WordPress
In reply to: images not showing mysterybroken image icon
Forum: Networking WordPress
In reply to: images not showing mysteryUnfortunately that didn’t do anything 🙁
i commented outRewriteRule ^files/(.*)$ http://domain.com/wp-content/files/$1 [L,R=301]Forum: Networking WordPress
In reply to: images not showing mysteryhehe, yes, i can imagine. ok, i will look into updating. my only point being it *was* working, thus the mystery.
here is my htaccess. Thanks for the help!!
<IfModule mod_rewrite.c> # BEGIN WordPress RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] # uploaded files RewriteRule ^([_0-9a-zA-Z-]+/)?files/(.+) wp-includes/ms-files.php?file=$2 [L] RewriteRule ^files/(.*)$ http://domain.com/wp-content/files/$1 [L,R=301] # add a trailing slash to /wp-admin RewriteRule ^([_0-9a-zA-Z-]+/)?wp-admin$ $1wp-admin/ [R=301,L] RewriteCond %{REQUEST_FILENAME} -f [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^ - [L] RewriteRule ^[_0-9a-zA-Z-]+/(wp-(content|admin|includes).*) $1 [L] RewriteRule ^[_0-9a-zA-Z-]+/(.*\.php)$ $1 [L] RewriteRule . index.php [L] # END WordPress </IfModule>Forum: Networking WordPress
In reply to: images not showing mysteryactually im still on version 3.3.2.
dont really want to update and break things.
everything was infact running fine, dont know what would have changed, i run it also on a VPS, must be something related because i restarted and then noticed the break. but mod rewrite is running.path in source is http://example.com/files/2013/01/image.jpeg
Thanks!
Forum: Plugins
In reply to: [Polylang] always show lang prefix (domain.com/en/page)oh yes, i was missing it, thanks!
ya, you may be right. SEO might be more based on .de or .com extentionsin your themes style sheet
better in a child theme style sheet 😉
Im also searching for this now…
ok, just answered my own question with some css.
still would be great to hear other solutions, specially the row option.
.ngg-gallery-thumbnail { float: none !important; } .ngg-gallery-thumbnail img { text-align: center; margin: 0 auto !important; } .ngg-gallery-thumbnail-box { width: 25%; height: 170px; text-align: center; }Forum: Plugins
In reply to: [WP Orbit Slider] [Plugin: WP Orbit Slider] touch swipe on iPhone?Has anything been done or planned with this? Didn’t see anything in the change log… Sure would bring this plugin to the next level!