Wouters
Forum Replies Created
-
Forum: Plugins
In reply to: [Nelio AB Testing] [Resolved] After update Nelio A/B is gone from admin panelHi David,
See my update. It was disabled indeed.Our AVAILABLE QUOTA is at 0% does that mean the heat maps and other stuff doesn’t get updated anymore?
Cheers,
Forum: Plugins
In reply to: [Search & Filter] Displaying seperate dropdown with child categoryAny updates on this request. I’m looking for something similar.
Also see: https://www.designsandcode.com/forums/topic/load-next-field-depending-on-first-choice/Forum: Plugins
In reply to: [Nelio AB Testing] Running Experiments don't seem to updateHi David,
Thanks for the response. Yup, I am able to see some activity on my pages. Thanks.If you buy this plugin are the results updated realtime or is this something that just updates periodically always?
Forum: Themes and Templates
In reply to: On link click show post content in div on same pageWell I fixed this problem a some time ago. At first I used a Java script to get the content to load in a div on the same page. But, while it worked, did not do the job for me.
I now have fancybox open the page. Just do this, for your single(-posttype).php file. This will not load the header and footer but will load the content:
<?php the_post(); ?> <section id="inclusief" style="margin-top:15px;"> <div class="col-sm-5 mobile"> <h1 class="extra-title"><?php the_title(); ?></h1> <div class="tabcontent" id="tab-<?php the_ID(); ?>"> <p><?php the_content(); ?></p> </div> </div> <div class="col-sm-1"></div> <div class="col-sm-6 no-padding"> <div class="incl"> <?php if ( has_post_thumbnail() ) { the_post_thumbnail(); } ?> </div> </div> </div> </section>
Hi Justin,
Thanks for the reply. Unfortunately my knowledge of FTP and SSH is very limited. Could you explain what I need to do, or point me to some tutorial?
Forum: Plugins
In reply to: [Contact Form 7 - Dynamic Text Extension] Pre-fill with PHP codeFixed it my self. Turns out the echo at the end should be a return.
function cf7_add_city() { global $post; $term = get_term_by( 'slug', get_query_var( 'term' ), get_query_var( 'taxonomy' ) ); return $term->name; } add_shortcode('CF7_ADD_CITY', 'cf7_add_city');
Forum: Plugins
In reply to: [Breadcrumb NavXT] Breadcrumb displays wrong page nameHi John,
I’m sorry I left this topic open. I fixed this issue yesterday. It was something with a plugin that did not open the right template file.
Thanks for your response.
Cheers.
Forum: Fixing WordPress
In reply to: index.php give 404 after updating to WP4.4Yes, Resolved.
Forum: Fixing WordPress
In reply to: index.php give 404 after updating to WP4.4** UPDATE **
Deactivating all the plugins switching them on one by one, and rewrite the .htaccess file, updating permalinks has worked for me.I don’t know why this happened but… yeah, it works again…
Forum: Themes and Templates
In reply to: [Attitude] How to Reduce the height of Slider ImagesThanks. Does it matter there i put the code in the style.css?
Regards,
Forum: Themes and Templates
In reply to: [Attitude] How to Reduce the height of Slider ImagesHi, Can you please explain how you did this. Im having trouble ajusting the size of the image slider aswell…
Thanks!
Gr,
WouterForum: Fixing WordPress
In reply to: Using WP_Getuser in a external mailform.phpI know, it’s not my decision but the want it over here… like that.
But is it possible?
Forum: Fixing WordPress
In reply to: Using WP_Getuser in a external mailform.phpI would like to have the username listed as the e-mail adres. We are creating a contact form inside a knowledge base. And we would like to to have ppl have there own name required. So the e-mail address would be replaced by the username from WP…
I haven’t looked at WP_mail yet. But the ppl using this WP site do not have Outlook or any mail program…
Forum: Fixing WordPress
In reply to: Using WP_Getuser in a external mailform.phpHi esmi, thanks for the link. I have been looking at that codex, but im not sure how to work that <?php get_currentuserinfo(); ?> in to the php code im using.
Code using pastebin: https://pastebin.com/raw.php?i=iQe8evJZ