lissyl
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Customizr] Site logo not showing in Multisite installationThanks for pointing me to the tips.
I already did most of them.Now the logo is shown!
I switched from child theme to Customizr theme with same result.
So I switched back to child theme and… wow… problem solved…I’m not using any cache plugin because I’m in development fase, so I can’t explain why this happened.
thanks again!
- This reply was modified 6 years, 3 months ago by lissyl. Reason: Marked as solved
Forum: Plugins
In reply to: [Nimble Page Builder] Allow HTML in the excerpt of the Post GridForgot to mark as resolved…
Forum: Plugins
In reply to: [Nimble Page Builder] Feature requestsHello Nicolas,
Thanks for your response!
I saw that it is possible in the newer versions of Nimble Page Builder already.
I’m going to try it 😉Forum: Plugins
In reply to: [Nimble Page Builder] Allow HTML in the excerpt of the Post GridThank you Nicolas!
I’ve overruled de Post Grid module to just show the WordPress excerpt.
It’s working fine now.Forum: Themes and Templates
In reply to: [Customizr] Allow tags in excerptHi Emranemranx,
Thank you for the quick response.
So there’s no workaround?
Can I follow the feature request somewhere?Thanks!
Okay, I created another one and that’s going well.
The dropdown select with the fault has values with an aphostrof in it (inch sign “).
I think the loading of the form has to escape this character.So it’s for sure a bug 😉
Forum: Plugins
In reply to: [Advanced Classifieds & Directory Pro] Possibility to add bid optionThank you for your quick answer.
I hope you can add this PRO ADD-ON sometime soon 😉Forum: Plugins
In reply to: [WooCommerce] After Update Translate Is Not Working CorrectlyHad the same, but then realized I had a custom proceed-to-checkout-button.php in my child theme.
Turns out WooCommerce changed the button tekst from “Proceed to Checkout” to “Proceed to checkout” (Do you see the difference?).
So I changed my proceed-to-checkout-button.php. Now the transloation of this button works again.
Forum: Themes and Templates
In reply to: [Storefront] Remove Title from pagesTry to add following in youre style.css file.
Best to do it in a child theme….page-title { display:none; }Forum: Plugins
In reply to: [Paytium: Mollie payment forms & donations] Custom field type file uploadWe made a two step ordering process in this case.
First the customer gives the necessary information together with file uploads.
That information is send by email.When step 1 is successfull, the customer must pay by Paytium. In both steps the email adres is a required field, so we can combine the information with the payment.
Only after a successfull payment, the order will be processed.
Keep up the good work!
Forum: Plugins
In reply to: [Paytium: Mollie payment forms & donations] Custom field type file uploadHello David,
Tottaly forgot to tell you, but I’m using Paytium on this site:
Digitaal taxerenForum: Themes and Templates
In reply to: [Storefront] Search link in handheld menu not working anymoreHmmm, another try with the code…
echo '<a href="">' . esc_attr__( 'Search', 'storefront' ) . '</a>';Should be
echo '<a href="#">' . esc_attr__( 'Search', 'storefront' ) . '</a>';Forum: Plugins
In reply to: [Paytium: Mollie payment forms & donations] Custom field type file uploadHello David,
With two steps I mean:
1. Upload files and give necessary information
2. Pay up frontIn the admin panel we need to combine the files, information and payment together.
When I saw your plugin, I thought it would be nice if there was a file upload custom field type, so everything would be combined together already.
But I think I can manage it with a little bit more work.
Thanks for your answer anyway!Kind regards,
JorisForum: Plugins
In reply to: [Paytium: Mollie payment forms & donations] Custom field type file uploadHello David,
I was a little bit afraid of this answer 😉
I’m developing a website for quick online assays for objects. This requires the customers to upload as much information as possible.
The purpose is to let users upload files, only available/downloadable for an Admin. It would be nice to see the attached files in the Admin with all other information of the payment.
I think it’s possible to do this in two steps, but then we need to think of something to link the attachements to the payments. Any idea’s?
Kind regards,
Joris