lucascorato
Forum Replies Created
-
Amazing, it works really well!
Going one step further, how can I make it to open the links on a new window?
Thanks again
LUCASThanks a lot plymouthdesign!
I’ll give it a try and let you know about the results!
I’m sorry I didn’t reply before, I’ve been flooded with work and only now I can get back to my website!
Regards,
LUCASForum: Plugins
In reply to: [NextGEN Monoslideshow] [Plugin: NextGEN Monoslideshow] Clickable imagemaybe anything to be added to the xml.php?
Hi Dennis,
I saw you have tested lots of plugins; couldn’t it be that they’re not 100% compatible between them?
I was also taking a look at my xml.php, since I’m trying to find out some other thins about monoslideshow plugin, and it occured to me, what if you tried to do the following:
1. in your WP plugin folder, rename xml.php to xml_test.php
2. edit monoslideshow.php and replace xml.php with xml_test.phpI don’t really know if the xml.php, which serves as base for the monoslideshow.php do generate the xml output, is referenced in any other file, but I don’t think so.
Just a thought, honestly I haven’t tried it myself though, and have no idea if it has any sense. Another advice I can give you is: never completely trust a newbie! ??
Regards
Lucas
Forum: Fixing WordPress
In reply to: Monoslideshow captionsat https://www.monoslideshow.com/demo you can configure everything you want and then download the xml preset, which you can then copy to your presets folder and finally, in the post, use:
[monoslideshow id=2 w=100% h=600 preset=your_preset]
Hi Dennis,
Just to make sure, are you using the right tag in the post?
[monoslideshow id=x w=100% h=600 preset=xyz]
And have you already tried to re-install the plugin?
Forum: Plugins
In reply to: [NextGEN Monoslideshow] [Plugin: NextGEN Monoslideshow] Clickable imagebump – I’m also interested in this feature. thanks!
Forum: Fixing WordPress
In reply to: mysterious <p> tag aka margins are driving me crazyThanks Clayton, but that didn’t change anything.
Forum: Fixing WordPress
In reply to: how to add line break and style to page / category nameskeesiemeijer, thanks a lot for your feedback, after days searching for an answer you have shed the first real light on the subject!
since i’m really new to css and specially to php, I think I only got like 50% of what you said before, but – oh now noob I am! – I had never given a try on the custom menus!
and guess… it’s got everything I needed!
take another look and you will see I did excatly what I wanted: https://fot.lucascorato.com
thank you very very much again!
Here I could find something, but the solution is the same, to fake a vertical photo into a horizontal one:
https://www.monoslideshow.com/forum/discussion/723/vertical-images-in-ken-burns/
wonderful, I knew I could use a custom preset, but I didn’t know I could use one different preset for every gallery! nice find, thanks for sharing!
you can either change the title of the photo, so that it shows instead of the file name or you can enable it to show only on hover. to do so you must edit de preset xml and add the following definition to the caption definition:
<caption displayMode="onHover" >
if you don’t know how to add a custom preset, look for TLDavis245’s post on this thread:
https://www.ads-software.com/support/topic/integrating-nextgen-gallery-with-monoslideshow?replies=22
let me know if it helps!
ok here I am again already!
I got to change the color of the text by adding color:#ffffff; to the .contact-form input class:
.contact-form input { margin-bottom: 0 !important; border: none; background:rgb(15,15,15); color:#ffffff; }
Is this the right way of doing it? Or is there any way of inheriting this color from another element?
Thanks again!