Benedikt Mo
Forum Replies Created
-
Hi, nice page. I take look at the source code and uuuuh, scary. Your theme put all the content inside a code tag.
Why?
Have you selected code or monospace in your WYSIWYG Tiny MCE Editor????
This option is not for format text, it is only for post elements with code character.in a komplex way… You need to change css and js.
Hm, the line under your images? It’s part of your theme. Look at your css there you will find:
#content .post, #content .page {
border-bottom: 1px dotted #AAAAAA;
…
But I can not provide more of such support here.…update is now available.
If you like the plugin, please rate it at wordpress.org <http://wordpress.org/> and I would be happy if you donate me something or recommend me.I’m sorry, this is not developed at the moment.
Hi, thanks!
I will fix this in my next update.Thanks. No, this is not the problem. I already have a mail-adress field. I think a mail-adressfield is required or not?
I have a php variable with the mailadress, for example $email and I want to pass this, for example with <?php mailchimpSF_signup_form($email); ?>, in the form. So the user can edit it or not before he send the mailchimp form.
Hi,
thank you. I fixed it. After the next update your options are safe until a deinstallation.
If you like the plugin, please rate it at wordpress.org and I would be happy if you donate me something or recommend me.
Best regards
BMoForum: Plugins
In reply to: [NextGEN Scroll Gallery] Display caption – description insted of title?Hello tinety,
if you want, you can send me your style and I will integrated in the next public update.Forum: Plugins
In reply to: [NextGEN Scroll Gallery] Display caption – description insted of title?hm,
it depends on your selected style and the activated options, but you can try:.scrollgallery .imageareaContent .caption_container div {
margin-left: auto !important;
text-align: center;
width: 100%;
}or you can set the position directly with margin left:
.scrollgallery .imageareaContent .caption_container div {
margin-left: 30% !important;
text-align: center;
width: 38%;
}You also can commission me at http://bmo-design.de/kontakt/ . Send me a link to your blog, a sketch and I will develop a custom style for you. I can not offer such support for free.
Hi Dirk,
please deactivate all the other plugins. Does the scrollgallery works than? If yes, you can reactivate the other plugins step by step. After each reactivation check again.
If you find the evil, you can send me the name.
🙂If you like the plugin, please rate it at wordpress.org and I would be happy if you donate me something or recommend my plugin.
If you have installed firebug in firefox, you can check if there is a Javascript problem.
Or you can send me a link.
Have you installed other plugins than NextGEN Gallery 1.8.3 and NextGEN Scroll Gallery 1.6.2?
Best regardsForum: Plugins
In reply to: [NextGEN Scroll Gallery] Display caption – description insted of title?If you like the plugin, please rate it at wordpress.org and I would be happy if you donate me something or recommend my plugin.
Forum: Plugins
In reply to: [NextGEN Scroll Gallery] Display caption – description insted of title?hey, of course.
You only need to develop a custom css design.