alFrame
Forum Replies Created
-
Forum: Plugins
In reply to: [Spotlight Social Feeds - Block, Shortcode, and Widget] Mobile DisplayHi @markzahra,
Thank you for answering so quick and elaborate!
A) Indeed I was missing something. That’s awesome!
B) I used 10Web Social Photo Feed by 10Web. But indeed they now also changed to the new API and the additional features are gone, plus the plugin seems completely broken at this point. Also tested the Social Slider Widget by creativemotion and that one seemed to have the overlays. But I am not going to verify that anymore.
Again, thanks for your reply and keep up the good work!
Alex
@mihaiimagely Thank you!
That plus some media queries fixed the problem.
Thank you!
That works nicely below 200 pixels. But not above. Also taking the following outside the media query doesn’t help.
.ngg-galleryoverview {
text-align: center;
}The columns change from 6 to 4 to 3 to 2 but not centered and then centered once it’s reduced to 1 column. Which in general is breaking the design as we have 4 columns on all other galleries of the page i.e. https://www.janine-cristina-hemmi.ch/bilder/
Those pages use the: Select View – “default-view.php” and the Legacy (Old) Templates – “Standard” settings. I assume this is using the v3 and above template architecture, right?
I also changed the page to not use wpbakery page builder, but that didn’t change a thing.
Why is there no caption template using the (I assume) new templates in Imagely?
I guess I am still missing something.
Thanks,
AlexThank you for getting back to me!
That’s exactly what I did, but the rows stay with 5 columns each when viewed on smaller screens, or resize the browser window.
I figured that if I set the columns to “0” (zero) instead of “5” they do rearrange correctly.
However, I don’t seem to be able to center the gallery when there’s 4, 3, 2 or one column.
Thanks,
AlexAddendum: I managed to center the image and the caption.
And here’s the gallery insert short code: [ngg src=”galleries” ids=”19″ display=”basic_thumbnail” override_thumbnail_settings=”1″ thumbnail_width=”180″ thumbnail_height=”180″ images_per_page=”200″ number_of_columns=”5″ show_slideshow_link=”0″ template=”/home/hemmispa/public_html/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/ngglegacy/view/gallery-caption.php”]
Maybe this helps. (hope hope)
Forum: Plugins
In reply to: [WooCommerce] Responsive Product BlocksThank you thank you thank you!
Why on earth are Woocommere blocks not responsive in 2019? Just saying…
Forum: Plugins
In reply to: [Participants Database] Link Field link textFound a solution. I converted all “Link Fields” to “Text-Line”. It seems that a URL in that field is clickable in the PDF and the website.
I guess I misunderstood the type “Link Field”.
@gabyimagely Than you for your reply!
Weeeellll… Best would be to add it to the UI but that workaround works for now.
@houcatdad thank you very much!!
That’s a viable solution.
Feedback to developer: I wish there was the option to add images from existing galleries the same way it’s possible to add images form the medial library.
- This reply was modified 7 years, 1 month ago by alFrame.
Thank you @houcatdad for chiming in.
Whilst this is an acceptable, but tedious solution to a site admin like me, it’s not viable for the artist which runs that site.
There must be a better, built-in way to do this.
Like an option “add images from existing NextGen gallery”…
Forum: Plugins
In reply to: [WP Editor] php v7 incompatibilityI second that. Do you have it in your plans to update the plugin?
Forum: Plugins
In reply to: [Page scroll to id] Offset QuestionHey Malihu,
I am very sorry for my late reply! And thanks for your suggestion. It seems to work perfectly right.
Awesome!
Happy Holidays!
Alex
Forum: Plugins
In reply to: [Adobe Fonts (formerly Typekit) for WordPress] Embed code not worksingSame here. I guess the plugin would need an update since Adobe changed the embed script.
In the mean time you can add the embed code you find in the type kit account. Top right corner of the pop-up when you edit your type kit. Click on “Embed Code”.
It should look something like this:
@import url(“https://use.typekit.net/xxxxxxx.css”);Then use the font like this in your css:
p {
font-family: “source-serif-pro”, Georgia, Serif;
}Basically saying, the plugin is not needed 🙂
Forum: Plugins
In reply to: [Page scroll to id] Disable offset for mobileYou have to set it on the “Page to scroll ID” settings which are under “Settings” in the WordPress navigation.
See here: http://area.fullframestudios.ch/PluginsImages/PageScrollToID/PageToScrollSettings.jpg
And here’s the div viewed in Chrome: http://area.fullframestudios.ch/PluginsImages/PageScrollToID/ScrollToID_Desktop.jpg
Make sure you grab a div that’s visible in both cases, desktop rendering and mobile rendering.
So in retro, I would probably have better picked the
#container-131as suggested by Malihu. You can see the respective container just above the div pointed at in the above screenshot. With my choice of the class.rscTopNavI had to add an empty div on the page that only shows on mobile rendering. I ended up leaving it like this because I wanted less distance from the top of each section to the bottom of the header.- This reply was modified 9 years, 2 months ago by alFrame.
Forum: Plugins
In reply to: [Page scroll to id] Disable offset for mobileYou’re welcome!
Just thought I post that this parameter also works with class not only id.
So #your-div:width(>959) and .your-class:width(>959) both work.
Nice!