moddersnuit
Forum Replies Created
-
Forum: Plugins
In reply to: [Invoices for WooCommerce] Can we get this to Replace the Email Template ?I also think this would be a nice option ??
Hope it will be implemented soon.
This is such a good plugin. I love it.Forum: Plugins
In reply to: [WooCommerce] fishing permit with date picker.I think that woocommerce voucher plugin would be perfect for the job. But it has no datepicker.
But woocommerce bookings has a datepicker. It could be usefull if there was an option for the customer to print his booking.
For the printjob one would need an option to create a custom template.I fixed it myself. I added this to .htaccess and the problem was gone.
:<Files admin-ajax.php>
Order allow,deny
Allow from all
Satisfy any
</Files>No I installed a fresh copy of wordpress (latest version) and only the events manager plugin. So it’s as clean as it gets.
Forum: Reviews
In reply to: [Accordion Slider Lite] Hidden TreasureHi Philip
Thank you for the tip on SiteOrigin Vantage Theme.
Looks verry good, I will give it a try.Forum: Themes and Templates
In reply to: [Boardwalk] background color postThank you for explaining. Sometimes it’s so hard to dig in someone else’s code.
One gets to lazy or tired and take the easy road. !important, It feels like cheating.
But you learn as you go along. Using !important has to be avoided. That’s clear to me now.Forum: Themes and Templates
In reply to: [Boardwalk] background color postGlad to hear you were thinking similarly! I could probably do without the !important rules, but is this really a bad thing?
Forum: Themes and Templates
In reply to: [Boardwalk] background color postYes that is the idee But my images are original b/w so no need for filter grayscale.
I kept trying until 30 minutes ago and got it to work now.
The code I used is maybe a bit ” frankenstein” but it works ??
This is what I did:
What do you think? is this overkill ?.hentry.color-1.has-post-thumbnail .entry-link {
background-color: #B40404;
opacity: 0.6;
}.hentry.color-2.has-post-thumbnail .entry-link {
background-color: #0B610B;
opacity: 0.6;
}.hentry.color-3.has-post-thumbnail .entry-link {
background-color: #2E64FE;
opacity: 0.6;
}.hentry.color-4.has-post-thumbnail .entry-link {
background-color: #BF00FF;
opacity: 0.6;
}.hentry.color-5.has-post-thumbnail .entry-link {
background-color: #FF8000;
opacity: 0.6;
}.entry-link:hover{
opacity: 0!important;
background-color: transparent!important;
}.hentry.has-post-thumbnail:hover .attachment-boardwalk-featured-image{
-webkit-filter: none;
-moz-filter: none;
-ms-filter: none;
-o-filter: none;
filter: none;
}Forum: Themes and Templates
In reply to: [Boardwalk] background color postI tried to use a pseudo element selector :before but wy is it not working?
example:
.hentry.color-1.has-post-thumbnail:hover:before .entry-link {
background-color: #xxxxxx;
}.hentry.color-1.has-post-thumbnail:hover .entry-link {
background: none;
}Forum: Themes and Templates
In reply to: [Boardwalk] background color postDear Kathryn ??
I’m so pleased with the color effect, but I was thinking.
It’s another challenge. Tried to figure it out but it’s beyond my skills.
Is there a way to reverse the above color effect like seen here.
https://jsbin.com/igahay/3011/edit?html,outputForum: Plugins
In reply to: [Postie] tiled galleryThanks for the help. I figured it out. It was the Preferred Text Type” set to “plain that did the trick. I had set it to html.
What a super plugin this is.Forum: Themes and Templates
In reply to: [Boardwalk] background color postThank you Kathryn for your effort. It works! beautifully.
Also for the tip concerning the css in my child theme.
I’ve just started to use wordpress so all is new to me.
I always used concrete5 but the new concrete version is so buggy so I switched to wordpress and I like it verry much. Thank you so much.
I’m so pleased with the theme. wow it’s just awesome!Forum: Themes and Templates
In reply to: [Boardwalk] background color postOh I see, thank you so much for explaining.
I think this theme is one of the best out there.
So nice to scroll a website horizontal instead of vertical like 99% do.
If the overlay colour could alternate on posts with an image as well then it would be even more perfect. I think it would look cool:)
Do you think this could be done?Forum: Themes and Templates
In reply to: [Boardwalk] background color postYou can find the website here https://paulprevoo.nl
Thank you for helping.regards Paul
Forum: Plugins
In reply to: [BackUpWordPress] No backup madeFound a way to calculate the size.
It’s around 50 mb
Complete backup and backup only database is not working.
No errors. output is just the folder backup with an empty index.html and a .htacces So no .zip produced!