Tycho_62
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Oria] Header Overlay Removal?I edited the CSS –
Find the code below and change the background colour to 0.1 ( last line) ( this worked for me)
/*————————————————————–
## Structure
————————————————————–*/
.site-header {
background-position: center top;
background-attachment: fixed;
background-size: cover;
background-repeat: no-repeat;
position: relative;
}
.site-header::after {
content: ”;
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
background-color: rgba(0, 0, 0, 0.1);Forum: Plugins
In reply to: [OpenTickets Community Edition] Generated pdf's from ticket cannot be opened@quadshot : Thank you for your reaction, it makes sense ( Modern browsers & printing & the changing mobile world)
Then is would seem logical to me if you remove the ‘download as PDF link’ in the email the plugin is sending ??
Forum: Plugins
In reply to: [OpenTickets Community Edition] Generated pdf's from ticket cannot be openedThis plugin is really ‘a gift from heaven’ as I am starting to build a website intended to save an old building ( long story, involves volunteers etc. etc.)
Anyway, I build a testing website, WP install, Woo commerce install and I installed OpenTickets Community Edition.So far, very good. It works! But I also have this PDF issue.
Everything is updated to it’s latest version, using the 2016 theme.
When I open the PDF download link in Firefox nothing happens, when I use Microsoft Edge I get a 500 error, both using Windows 10Forum: Plugins
In reply to: [Magic Action Box] White shadow behind the textThank you Ryann,
it works. Thank you for explaining ( I learned something) and for the solution !
Forum: Plugins
In reply to: [Multi Rating] Results are not shownHi Daniel,
thank you so much – this CSS you provided works. Makes me happy !
I will check the pro option.
thx,
TychoForum: Plugins
In reply to: [Multi Rating] Results are not shownI have a similar problem. The rating shows, but not the text that comes with it, which makes the rating rather useless.
It depends on the theme as the standard wP theme works. But I use the Vertex theme – and there it does not work
here https://debrink.tcwebdesign.nl you can see what I mean.My client wants a rating system in combination with comments, if I use your ‘pro’version, then this combination will work ?
Still I’d like to see the free version working with the Vertex theme So any suggestions would be very welcome.
BR
TychoForum: Fixing WordPress
In reply to: Static page problemFound the problem, .htaccess file caused the problem