dubiousa
Forum Replies Created
-
Forum: Plugins
In reply to: [Mollie Forms] E-mail settingsLike so:
E-Mail: {rfmp="Email"} Kunde: {rfmp="Name"} Kunde - Anschrift: {rfmp="Anschrift"} Datum: {rfmp="created_at"} Summe: {rfmp="amount"} Satus: {rfmp="status"} Datenschutz: {rfmp="Datenschutz"} Kontaktaufnahme: {rfmp="Kontaktaufnahme"}
Ah, i think you are right. ?? Perhaps you can help me understand what/if there is a difference in:
– importing with a scheduled cron job
– same import with a click on the same import job
Is there any?
Both work just fine and the new users are generated the same. Just the email is not being sent with the scheduled job.
Thanks!- This reply was modified 4 years, 6 months ago by dubiousa.
technically it is your plugin which is not sending the emails.
My question is, how is the email triggered?
my bad- This reply was modified 4 years, 6 months ago by dubiousa.
Forum: Plugins
In reply to: [User Menus - Nav Menu Visibility] option is not showing in menushi, i am too on newest WP with newest Astra theme. It does not work as of now.
Ill try later ??
The thing with new menu is not working either ??- This reply was modified 4 years, 9 months ago by dubiousa.
Hi, i have a similar problem. I also do have a custom field (the same), for a group of people where some of them are members (subscribers), and some are leaders.
People of this group all do have the same custom field (advisoryID)I would need a hook into members page, which if accessed by the leader with advisoryID = 22 (example),
only members with the same value in advisoryID will be shown.Could you please lead me in the right direction? Thanks a lot.
Forum: Plugins
In reply to: [The Events Calendar] Organizer / Venue Pages not creatinghalp anybody? problem still persisting
seconding to @cinematic – this is just ridiculous.
the theme is very promising and minimal/nice, but far from ready2launch from more aspects than this.many free themes offer stuff like content width, custom main color(hex) for accents, links etc, font size and font options (ie google fonts).
if you want to supply to bloggers, influencers and so on, you should know – nowadays they too tend to have their CI. apart from that, i’ve just read wordpress is creating it’S own payment platform to deliver to businesses.
i was checking this for my next project, but after taking a look for 2 hours, ill revert to my own version of underscores.Forum: Plugins
In reply to: [Page Builder by SiteOrigin] Gutenberg 4.2Hi, yeah, caches clear all the time ??
THe only plugin i’ve installed AFTER yours is the “The Events Calendar” pro, which i sadly need.
Still, the problems ocurred after updating gutenberg AND your plugin at once..no change after today’s update of gutenberg
thanks for your time i will try various things and get back to you when this is solved.
Forum: Plugins
In reply to: [Page Builder by SiteOrigin] Gutenberg 4.2Hi, thanks much for replying. I know – these are turbulent times.
The concatenate scripts didn’t help either.
When trying to edit the page it says following:
German: “In diesem Block ist ein Fehler aufgetreten und eine Vorschau ist nicht m?glich.”
“There is an error in this block and a preview is not possible.”The link to the page still having some SiteOrigin blocks is:
https://steinmetz.overcat.be/startseite_alt/
and
https://steinmetz.overcat.be/team/
As said, they are displaying fine, but not editable, else destroyed, and i am not able to create new ones, when trying i get the error described above.Thanks much! Hoping for the next update as i am using your plugin on multiple sites, glad i didn’t update the others yet ?? :/ ??
Best regards.Here’s the js console report:
`Unchecked lastError value: Error: Could not establish connection. Receiving end does not exist.
background.js:20133
Unchecked lastError value: Error: Could not establish connection. Receiving end does not exist.
background.js:20133
Unchecked lastError value: Error: Could not establish connection. Receiving end does not exist. background.js:20133
Unchecked lastError value: Error: Could not establish connection. Receiving end does not exist. background.js:20133
JQMIGRATE: Migrate is installed, version 1.4.1 jquery-migrate.min.js:2:542
Unchecked lastError value: Error: Could not establish connection. Receiving end does not exist.
background.js:20133
Unchecked lastError value: Error: Could not establish connection. Receiving end does not exist.
background.js:20133
Unchecked lastError value: Error: Could not establish connection. Receiving end does not exist.
background.js:20133
Unchecked lastError value: Error: Could not establish connection. Receiving end does not exist. background.js:20133
An iframe which has both allow-scripts and allow-same-origin for its sandbox attribute can remove its sandboxing. startseite_alt
Object { https: false, httpsAutoUpgrade: false, privacyScore: 2, entitiesBlocked: {}, entitiesNotBlocked: {}, scores: null }
background.js:20723:25
tab.status: complete. site took 1.726 seconds to load. background.js:19287:13
Use of Mutation Events is deprecated. Use MutationObserver instead. handler.js:73:8
[Exception… “Component returned failure code: 0x80040111 (NS_ERROR_NOT_AVAILABLE) [nsIContentSniffer.getMIMETypeFromContent]” nsresult: “0x80040111 (NS_ERROR_NOT_AVAILABLE)” location: “JS frame :: resource:///modules/FaviconLoader.jsm :: onStopRequest :: line 181” data: no]
Unchecked lastError value: Error: Could not establish connection. Receiving end does not exist. background.js:20133
Unchecked lastError value: Error: Could not establish connection. Receiving end does not exist. background.js:2013Forum: Themes and Templates
In reply to: [Twenty Seventeen] Responsive Header Imageyes, the free version is enough, but i still consider going pro for text layers..
Forum: Themes and Templates
In reply to: [Twenty Seventeen] Responsive Header Imagehey guys, i’ve found a workaround:
as i already use master slider, i choose to use a one picture slider, but you can just edit your child themes template_parts/header/header-image.php (copy these files to your childs theme directory from the original twentyseventeen theme)
just edit this:
<div class="custom-header-media"> <?php the_custom_header_markup(); ?> </div>
to this:
<div class="custom-header-media"> <?php masterslider(1); ?> </div>
add your image or div with bg or whatever image here (in my case a fullwidth responsive slider like this <?php masterslider(1); ?> ) and style according your wishes.
- This reply was modified 8 years, 1 month ago by dubiousa.