arphotography
Forum Replies Created
-
@awordpresslife
We are getting there…
Only hover is still not working.
I also tried to change:
.simplefilter li: hover {background: #D80B1E !important; color: #fff!important;}
To .simplefilter li.hover {background: #D80B1E !important;color: #fff !important;}
But hover is still not working ….Yes, this part works fine:
.simplefilter li {
background: #BDBDBD !important;
color: #fff !important;
}
Now I removed CSS above and added:
.simplefilter li: hover {
background: #ff0000 !important;
color: #fff !important;
}.simplefilter li: active{
background: #ff00 !important;
color: #fff !important;
}
Updated the changes.
Now the active is still dark grey (expected red)
the none selected buttons white (default is white??)
Hover: buttons dark grey (expected red)https://www.nsc-beveiligingstechniek.nl/temp/
Only CSS at this moment:
.simplefilter li {
background: #BDBDBD !important;
color: #fff !important;
}Hello @awordpresslife
Sorry to inform you, but both codes do not work on our site.
Deactived and activated each plugin and switched to another theme, but no luck so far…
Hello @niksebastian,
I was not aware it is a paid version feature.
I will have a look at itThank you for the information.??
Hello @niksebastian
Looks like the minify works!!
Thank you!!!??Is this somewhere written in the developer guide?
If not, maybe worth to mention?Hello @niksebastian
Thank you for your reply and suggestion, but if I edit the code to the code below the border is shown (which I do not want), but I still have the extra empty lines before the table starts.
If I enter this code into an empty page, I do not see this issue.
<table border="1"> <tr> <td>Number</td> <td>Description</td> <td>Info</td> </tr> </table>
It will look something like
————
This a test message
–
–
–
–
–
Number Description Info———
(do not pay attention the “-” that is only to show the extra lines…)
Hope this is clear??- This reply was modified 3 years, 1 month ago by arphotography.
Thanks, work like a charm!!
Forum: Plugins
In reply to: [The Events Calendar] Incorrect location first month/year@tokyobiyori
Thank you for your reply. Can you indicate which elements are also off position?I quickly changed theme and looked better.
Any idea where to look in our theme to resolve this issue (no so familiar with this).
Hi @champsupertramp
do you perhaps have an example or a link which explains this (javascript is pretty new to me ??)Forum: Fixing WordPress
In reply to: webpage password (user)@corrinarusso sorry for the delay, but this was exactly what I was searching for and already implemented it!
Thanks!
@missveronicatv
Thank you for your reply.
I will have a look at it as soon as I have access to the server (it is hosted by another company).
Hopefully this will resolve one issue.The other issue is the timeout issue…
Hello @champsupertramp,
I hope you have had a great Christmas.Any thoughts on my issue?