mariavibe
Forum Replies Created
-
Forum: Plugins
In reply to: [Simple Ads Manager] Adding a link to a swf bannerThank you so much Guust!
I’ll definitely have a go with those settings next time – it’s up and running today with code mode (it’s just a one-day ad) at https://www.boligcious.dk
Best regards,
MariaForum: Plugins
In reply to: [Simple Ads Manager] Adding a link to a swf bannerThanks so much for your answers ?? I have not been able to get the banner to work in image mode. I’m a flash noob, so have no idea what to put in the the settings (flashvars, params, attributes)), and could find no explanation anywhere (have trawled the net 3 times) – so had to copy a code-mode setup. With added div-boxes and a separate script, I’ve managed to get it to work. But it’s been a long journey ??
I can see that several people like me have asked for an explanation for these settings in image-mode, so it would be a huge service if you could add it somewhere for us not deep in the flash-game?
Best regards,
MariaForum: Plugins
In reply to: [Simple Ads Manager] Adding a link to a swf bannerHi Guust – did you manage to add a fallback image? Do you care to share how? I can get my banner to work using code mode (using an embed like you have above), but not using image mode…. and the only place I can find a fallback option is in image mode??
Forum: Fixing WordPress
In reply to: Thumbnail in grid breaks dimensions when resizing browseralchymyth – thank you so much! I can’t believe it was that simple… Just uploaded a new version of the image that was >450px wide – and now it all scales perfectly ??
Thanks again for a wonderful forum
best regards,
MariaForum: Fixing WordPress
In reply to: Thumbnail in grid breaks dimensions when resizing browserThanks again Martin ?? I’m trying to avoid cropping the image BEFORE upload. I believe it should be possible to scale it correctly for the portfolio grid no matter the original upload size …. Maybe I’m just delusional?
@alchymyth – thanks a bunch for chiming in ?? Just checked – yes, the image is only 443 x 537 px. Do you think that might be what’s causing the misfit in height too? That it’s too narrow to begin with?
Best regards,
MariaForum: Fixing WordPress
In reply to: Thumbnail in grid breaks dimensions when resizing browserHi Martin,
thanks for taking the extra look – yes, when resized it’s 6px higher. I’ve made a hard crop
add_image_size( ‘gallery_c’, 450, 450, true ); that works when viewing the gallery in ‘normal’ size… But I don’t know why that scale doesn’t keep when resizing. Do you have any ideas as to why this can be?Best regards,
MariaForum: Fixing WordPress
In reply to: Thumbnail in grid breaks dimensions when resizing browserHere’s a screenshot in my onedrive folder: https://1drv.ms/1HhpWcZ – you can see the difference at the bottom ??
Forum: Fixing WordPress
In reply to: Thumbnail in grid breaks dimensions when resizing browserHi Martin,
thank you so much for taking the time to look! ?? That sounds strange? It is just a tiny bit (a few mm at the bottom) where it’s off. In both Chrome and Safari for me (on Mac)…
You don’t get that at all?Best regards,
MariaForum: Fixing WordPress
In reply to: Thumbnail in grid breaks dimensions when resizing browserHi martcol – thank you so much for your swift answer!
I forgot to mention that I DID contact the developer who answered that I “just needed to make sure all my uploaded thumbnails were the same size”…. which I didn’t think was of much help, and definitely not very useful when handing the site over to a client afterwards, who needs as little fuss as possible when uploading to her site… Therefore I’ve been attacking this issue myself.
Are you sure you can’t help me in this forum?Best regards
MariaForum: Plugins
In reply to: [Simple Ads Manager] Ads keep dissappearingSame issue here – have downgraded now to the version posted by mapdi (thank you guys for this thread!). I really hope that this bug would be fixed soon….
Forum: Plugins
In reply to: [Pinterest Widgets] widget works on/offUpdate: fiddled a bit with the theme settings, and now it is only on the frontpage https://www.objectsanduse.com/blog/ that the widget doesn’t show….
Any ideas as to why will be most welcome ^_^
Best wishes, Maria
Forum: Plugins
In reply to: [Simple Ads Manager] Ads in header.phpHi internetgenie – this is the code I inserted in the header.php:
<?php if(function_exists(‘drawAdsPlace’)) drawAdsPlace(array(‘id’ => 1), array(‘before’ => ‘<div class=”ad”>’, ‘after’ => ‘</div>’)); ?>
good luck ??
Forum: Plugins
In reply to: [Simple Ads Manager] Placing AD on headerHi ajobiah – this is the code I used to place an ad in the header.php:
<?php if(function_exists(‘drawAdsPlace’)) drawAdsPlace(array(‘id’ => 1), array(‘before’ => ‘<div class=”ad”>’, ‘after’ => ‘</div>’)); ?>
Hi Eric,
thanks so much for your very resourceful answer ??
I did already (on the basis of Alfred and cazman’s answers) find a solution. The problem was that my client’s WP-theme (deTube) had forced an old version of JQuery (1.9.something) that was incompatible with AlpinePhotoTile. I managed to track it down and delete it, whilst still keeping the theme’s functionality. And now the plugins work like a charm ??
Thanks again guys for putting me on the right track,
best wishes,
MariaForum: Plugins
In reply to: [YITH Maintenance Mode] Splash page showing for logged in adminThanks for your answer ?? That solved it for me too!