csjWP
Forum Replies Created
-
Forum: Plugins
In reply to: [CMB2] Change markup from divThank you Michael, sounds like what I need. I will give it a go later. But I’m marking it as resolved anyways.
Thanks.
Forum: Plugins
In reply to: [CMB2] Advice, ideas or how toI guess it was not entirely clear me exactly what I wanted or needed. I just had a very vague idea. Sorry. I when for just creating some custom taxonomies.
Forum: Plugins
In reply to: [CMB2] Display the Metadata questionYes, thank you both. I’m just trying to learn how to master this.
OMG! WOW, I’m speechless. Sometimes I just can’t see what is under my nose.
But thank you so much @girlieworks I really appreciate it.
Forum: Plugins
In reply to: [CMB2] Display the Metadata questionPlease ignore everything else. And see this post I made on stackoverflow instead. Sorry for the mess.
http://stackoverflow.com/questions/39165277/cmb2-multiple-files-not-displaying-on-page
Forum: Plugins
In reply to: [CMB2] Display the Metadata questionCan this post be deleted? I want to start over.
I’ve tried following this guide…
https://github.com/WebDevStudios/CMB2/wiki/Field-Types#file_listForum: Plugins
In reply to: [CMB2] Display the Metadata questionI forgot to mention, that when I view source I just see “Array” written out.
Yes
Forum: Fixing WordPress
In reply to: Stop prettyPhoto appending # to URL and break navigation?Forum: Fixing WordPress
In reply to: Stop prettyPhoto appending # to URL and break navigation?Hi bdbrown,
Thanks for taking the time to help me out. I did what you suggest before writing you guys here, I guess I was just hoping someone had the same problem and fixed it, or had a why for WP to perhaps strip URLs…
I realize that it is a prettyPhoto issue.
I can read that I have to set deeplinking to false when initializing prettyPhoto, and there are different code-snippets around dating years back.
I suck at JavaScript 🙂
Hey Robert, thanks for the reach out and your willingness to assist with this. The site I’m working on I’m afraid is running locally on MAMP. So I don’t have an easy way to share it with you… Unless there are options and tricks i don’t know about. If you want me to do something, please reach out.
Hi again,
I’ve added this to my Child Theme functions.php filefunction remove_scripts(){ wp_enqueue_script('prettyphoto' ); wp_deregister_script('prettyphoto' ); } add_action( 'wp_enqueue_scripts', 'remove_scripts', 100 );And it do disable prettyPhoto from loading. But I’m afraid WP Featherlight isn’t taking over. I just see “large image”.
Is it possible to create a funtion that just calls WP Featherlight where prettyPhoto would normally get called?
Forum: Fixing WordPress
In reply to: Child Theme and plugin question*duplicate