metalray
Forum Replies Created
-
Forum: Plugins
In reply to: [The Events Calendar] Events Calendar, blank event detail pageHi!
I got it. I had the wrong page tempalte selected in my Layers SWP.
Thanks for the help!Forum: Plugins
In reply to: [The Events Calendar] Events Calendar, blank event detail pageHi Clifford!
Awesome, the menu/navigation/design is the same now. I had to change to my custom layer SWP template. but the event is still empty. I did reset permalink by changing to a different type, saving and going back to “post” type and savings.
Bye
BobForum: Plugins
In reply to: [The Events Calendar] Events Calendar, blank event detail pageHi Sean,
no worries. its here: https://spd.327499.de.hosting.internet1.de/ if you click on “Termine” one particular item. It lead nowhere. I am using the Layser SWP theme.
Bye
BobHi, does it work when I use the WordPress Layers Site Builder? And where do I find the document gallery there?
Forum: Everything else WordPress
In reply to: plugin for .pdf document library/gallery for end userHi,
Thanks for your reply!
I dont need to convert the PDF’s I got them already and I dont
need to embed them in posts/blogs. I need
an archieve/library overview.Forum: Plugins
In reply to: [Contact Form 7] inline, boxes next to each otherOh, sad to hear! Anyway, you helped a lot! May the force be with you!
my current form code is the following:
<ol class="singleline"> <li> <label for="your-email">E-Mail(req) </label> [email* your-email] </li> <li> <label for="your-name">Your Name (required) </label> [submit "Newsletter"] </li>
Forum: Plugins
In reply to: [Contact Form 7] inline, boxes next to each otherOne more thing…
when I change one of the tags to be the submit button the single line thing breaks again:<ol class="singleline"> <li> <label for="your-email">E-Mail(req) </label> [email* your-email] </li> <li> <label for="your-name">Your Name (required) </label> [submit "Newsletter"] </li>
Forum: Plugins
In reply to: [Contact Form 7] inline, boxes next to each otherAwesome!
Thanks.Forum: Plugins
In reply to: [Contact Form 7] inline, boxes next to each otherHi,
Thanks for the hint. I read it.
I dont want to modify my theme child.css and its form.wpcf7 classes because I do have forms that are perfectly styled with the thneses form.wpcf7 classes. It is only the newletter form for which I need different styling. I hoped I could do it form-based rather than via a general css style.