mikkelfogp
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Mailster] Compatibility with WordPress 5.6 version?I have it running on 5.6 without issues…
Hi Pho2u,
I experienced a similar situation where lightbox opened “behind” the other content and found it was a conflict with the WordPress theme i was using.
Try changing theme as a test.
My situation was solved using this custom javascript but your situation may be different:
jQuery(document).on(‘click’, ‘.sunshine-lightbox-cart-link’ ,function(e) {
jQuery(‘.mfp-container .mfp-close’).trigger(‘click’);
});OK,
I usually upload 400-800 images in one go for one gallery. This works fine.
My total image count is around 4000 i think since i remove galleries after a while. And the only problem i have had is performance issues when 400+ people try to access the same gallery within a 10 minute window… But this turned out to be more related to the WP theme and hosting.
Hope this can help you…Hi,
Is it the create new gallery/upload of 10000+ images at once you are worried about?
Hi all,
I am not sure i understand your question fully but here goes…
I think you can have no more than one gallery “main” page but you can easily create 3 sub galleries and place the work of each of you in these.
Version 2…
Even easier the invoice may just add all the items with tax and then calculate the amount the tax represents of the total.
EU tax setup where tax is already on the price:
Item1 price with tax 10.50$
Item2 price with tax 21.00$On invoice the amounts is with tax:
Item1 price with tax: 10.50$
Item2 price with tax: 21$
Subtotal with tax 31.50$
Of the subtotal the tax amounts to: 1.50$
Customer pays total with tax: 31.50$So the tax line is mainly informational.
Solved it…
I realise now, by testing, that i did it right the first time. The variable was just empty…
So for others: just write the {first_name} directly in the visual editor.
If the variable has no content it will come out as {first_name} if it has content it will come out as Mikkel or whatever name the user has.Ok i understand, but my problem is how to format the variables in the text to make them work.
The variable just shows up with brackets and all. Is this the case if there is no information for that variable or do i have to use the “text editor” and not the “visual editor” when entering the tags.
I simply do not understand if i just write {first_name} directly in the tekst or if i need to add some HTML formatting like <var>{first_name}</var> or similar.
I try to create an email in the “Automated email Marketing” Add-on.
Hi fotogravin,
I guess it is the “slug” i had to reverse translate the title…
Its the part in all lowercase letters…Note! Do not change the “Short title” since this might “break” the connection to the status on your orders.
If you change this by accident it can be saved by reverting to the original “short title”Found it under individual gallery pages. A tap near the bottom…
Found the answer my self: https://wordpress.org/support/topic/translation-problem-60
Hello all,
I have the same issue as well.
Logo is supposed to be round.
Here is the original file: Logo1.png
Hope to find a solution to this…