Menno1987
Forum Replies Created
-
Already got it sorted…
[dynamichidden your-id "CF7_get_current_user key='id'"]
And you can use
[your-id]
to send the current user ID number in the email message.Forum: Hacks
In reply to: Custom user id starting at 10000 (10.000)Thanks for the reply, but it’s already solved. I’ve eventually found this tutorial below:
https://www.wpwhitesecurity.com/wordpress-security/change-wordpress-administrator-id/
I’ve changed the only existing ADMIN account to 9999, and created a customer (woocommerce) test account, and automaticly got the user ID of 10.000
And here is an image of what i mean, the two links at the bottom of a single event page: https://i225.photobucket.com/albums/dd316/Makeda_evil/Public%20album/naamloos_zpsl2p7ggyg.jpg
Forum: Themes and Templates
In reply to: [Fruitful] Custom single.php templateStill trying to figure this out.
Forum: Plugins
In reply to: [Fruitful Shortcodes] Icons are not showing up roundAlready applied some custom CSS and go the round.
Was wondering the same thing. Thank you! ??
Forum: Plugins
In reply to: [Super Simple jQuery Parallax Background] Not working?I’ve changed to .js a bit … but it’s still not working.
jQuery( document ).ready( function( $ ) { // Set the background-attachment for body to "fixed" so that // we can control it's scroll speed. You may have set this already // via the theme's 'customize' screen in WordPress. Just in case // it wasn't set correctly, we override it right here: $('body #background-container img').css('background-attachment', 'fixed'); // Attach a function to watch the window.scroll event, and // move the background image slower than the content scroll. $(window).scroll(function () { $('body #background-container img').backgroundPosition = "0px " + (0 - (Math.max(document.documentElement.scrollTop, $('body #background-container img').scrollTop) / 4)) + "px"; }); });
Forum: Themes and Templates
In reply to: [Zerif Lite] Featured images stopped working after latest updateMy bad, it guess the file is broken somehow (my hdd is breaking down). i couldn’t even open the image on my own PC and other images work fine.
Thanks again for the great theme ??
The default values work like a charm with currently logged in user data from the default WordPress. I’ve also got some information i would like to display here that’s being collected with Events Manger.
I’ve managed to use Events Manager user information as a dynamic text, but it only works without validation.
The way i would output this user info with Dynamic text extension is like:
[dynamictext* your-company "CF7_get_current_user key='dbem_companyname' "]
I figured maybe some way i could use the current_user_key as a default:user_value, but i didn’t get it to work so far.
I guess not many people would have the same problem … but any help on the matter would be much appreciated.
Found something on the Contact Form 7 website … i’m going to try this. It’s a default value for the inputfield that inserts text in the fields from the currently logged in user.
https://contactform7.com/setting-default-values-to-the-logged-in-user/
Forum: Plugins
In reply to: [Contact Form 7 - Dynamic Text Extension] How to get user nickname?For placeholder can something like this
[dynamictext* your-name placeholder "This is the placeholder text"]
Forum: Plugins
In reply to: [Posts to Page] Display date, but not the timeResolved. Modified the plugin itself.
Forum: Plugins
In reply to: [Posts to Page] Display date, but not the timeAlso, how do i change the format output for the date? Changing my Wordpres date settings doesn’t seem to do the difference.
Forum: Plugins
In reply to: [Posts to Page] Shortcodes do not work, examples usedThat’s a different plugin. You mean this one
There are two plugins that almost have the same name. Posts in page and posts to page.
In short. You’re using the wrong shortcode.
Resolved.