dosolutions
Forum Replies Created
-
Forum: Plugins
In reply to: [Chamber Dashboard Business Directory] Plugin Discontinued – what now?I am exploring other options, T believe there are two directories that allows CSV imports.
Business Directory Premium
https://www.ads-software.com/plugins/business-directory-plugin/
https://demo.businessdirectoryplugin.com/and Connections
https://connections-pro.com/
https://www.ads-software.com/plugins/connections/While both seem to offer support and a wealth of additional plugins, the Connections seems like it may be more flexible. You can download both…
Forum: Plugins
In reply to: [Ultimate Post List] Responsive grid option not workingSo if I want a table like output I have to design that myself?
Where in your plugin code could I create the output format I desire?Also why have a “responsive grid” drop down menu option if it makes no difference?
ThanksForum: Plugins
In reply to: [Lightbox with PhotoSwipe] Css hide text on phonesOK thanks for all your suggestions – I created external pages with links back in. I think we are good for now.
Forum: Plugins
In reply to: [Lightbox with PhotoSwipe] Css hide text on phonesThat almost works perfectly. Except; The mobile seems to require
@media only screen and (max-width: 767px) { .desc_desktop { display:none; } .desc_mobile { display:inline; } }
However as nice as this is
i cannot ask my client to enter the span code when he is editing his site, for each item. Just showing him how to add items and edit them will be a choir.Is there a way to fix the image vertically, but make the text slide out of the way, so it is “text swipe” down to view … image swipe across to change images?
Forum: Plugins
In reply to: [Lightbox with PhotoSwipe] Css hide text on phonesOr… Perhaps there is a way to add “more…” to any text over a specific length (in mobile view only).
just like there is an option in the foo gallery for the thumbnails. The more… would link to a page with full text.
thanks again.
Forum: Plugins
In reply to: [Lightbox with PhotoSwipe] Css hide text on phonesOh that works!
I just set the media query at 767 with this .pswp__description{ display: none;} and so the long text is gone. All the description is hidden on phones.But.
I still need a way to show the hidden text on a phone without the image or to be able to scroll the text. I see you have photo swipe setup so that when the user touches the title – the text goes away. Can I do the opposite? So when a user touches the title the image goes away and the description is then visible?
Could somethng like this work?
https://stackoverflow.com/questions/44688024/is-it-possible-to-modify-href-in-a-stylesheetOr perhaps you have a better idea?
Forum: Plugins
In reply to: [Lightbox with PhotoSwipe] Css hide text on phonesThanks again, I shall read the FAQ again.
Forum: Plugins
In reply to: [Lightbox with PhotoSwipe] Large amount of text in descriptionOK thanks.
The last thing would be to reduce the box size around each element so the glow emanates from the control, not the outer box.https://www.christophersproat.com/wp/installations/#&gid=1&pid=30
Preferably a glowing circle, not a square…
Is there a way to do that?
Forum: Plugins
In reply to: [Lightbox with PhotoSwipe] Large amount of text in descriptionIn mobile view, touching the text makes it disapear, can we have an icon to indicate (somehow) that touching the screen area again brings back the text?
How do i change the color of the “entering full screen mode” message?
Forum: Plugins
In reply to: [Lightbox with PhotoSwipe] Large amount of text in descriptionOooo perfect, last thing would be to reduce the box size around each element so the glow emanates from the control, not the outer box.
https://www.christophersproat.com/wp/installations/#&gid=1&pid=30
Preferably a glowing circle, not a square…
[not a feature request]
Not sue if you noticed how the new MS edge browser detects mouse movement near controls and begins to light them up, but that is kinda cool.-Daniel
Forum: Plugins
In reply to: [Lightbox with PhotoSwipe] Large amount of text in descriptionMost welcome.
Any thoughts on turning the arrows and controls red?
I think I asked on a different thread, but perhaps i missed the answer.I tried the code you supplied, and indeed it changes the background color of the lb and the background of the controls.
i also tried changing the png files…
No luck.
Forum: Plugins
In reply to: [Lightbox with PhotoSwipe] Large amount of text in descriptionNevermind, i just should not have hardcoded the full URL…
Forum: Plugins
In reply to: [Lightbox with PhotoSwipe] Large amount of text in descriptionLong text solved by HTML links (More…) thanks!
However I noticed that in two separate Foo Galleries we have the same image, and caption and text, so when I make a link in HTML to the next page in one gallery, the other gallery has the link as well but the link takes the user to the image in the first gallery.
Is there a way to HTML code a “next” link with the same functionality as the next (or previous) arrow?
I would like to color the arrows and other controls.
I tried the CSS, and can change the background of the slideshow, and the background on hover of the controls, but not the controls themselves.Tried changing the PNG too…
Forum: Plugins
In reply to: [Lightbox with PhotoSwipe] Large amount of text in descriptionThanks,
As far as I can see, the images are never higher then normally centered vertically.
On https://www.christophersproat.com/wp/installations/#&gid=1&pid=31
is there some way to prevent overlap of the text and image or adding a “more” option to the text area?