Keilowe
-
WORDPRESS: Display a Featured Post on homepage?
@unasAquila By the way I also said "I just wanted to add a Custom meta box that has a drop down to display a specific video as "Featured"." which pretty much explains what the point of my post was.
-
WORDPRESS: Display a Featured Post on homepage?
@deeve007 that's fine
-
WORDPRESS: Display a Featured Post on homepage?
I edited my post. The link to the stack exchange was wrong. Please take a look if willing to help.
-
WORDPRESS: Display a Featured Post on homepage?
@unasAquila Not sure if this is needed but I am using a static home page. Here is the empty page template:
-
WORDPRESS: Display a Featured Post on homepage?
@unasAquila I pasted my Video-Gallery.php code here. This is my Videos CPT. I'm not having an issue with what is set up now. I just want to implement a "Sticky Post" feature and be able to display a video on the homepage,but I have…
-
[WORDPRESS] Display 2 latest Events on home page
I have page.php , and loop-page.php here is the loop-page.php content// Register CPT// http://pastebin.com/MFBEPZVK Link to tutorial// http://tatiyants.com/how-to-use-wordpress-custom-post-types-to-add-events-to-your-site/
-
[WORDPRESS] Display 2 latest Events on home page
@siouxfan45 Thanks, I will try it out :)
-
Issue with "Inner" div that sets a 20px Padding inside parent div
@paulie_D does that work on all browsers? I will give it a try :) Thank you.
-
Issue with "Inner" div that sets a 20px Padding inside parent div
@paulie_d I wanted the padding inside of specific divs without expanding the parent....
-
Issue with "Inner" div that sets a 20px Padding inside parent div
@Atelierbram What exactly is flexbox?
-
How to add a class to a div after scroll? [Sticky Navigation]
@wolfcry911 @crocodillon Thanks Peeps! I will check the links out :) Appreciate the help!
-
[WORDPRESS] How to remove "Selected" Item from list on it's single page?
@pixelgrid So simple, but yet super difficult from my point of view jaja! THANK YOU SO MUCH :D
-
[WORDPRESS] How to remove "Selected" Item from list on it's single page?
@pixelgrid Okay I replaced the $args code with: $args = array( 'post_type' => 'videos', 'posts_per_page' => 10 ,'post__not_in'=>array($selected_id) ); I'm just still lost on how to declare the…
-
[WORDPRESS] How to remove "Selected" Item from list on it's single page?
@pixelgrid I replaced this $args = array( 'post_type' => 'videos', 'posts_per_page' => 10 ); $loop = new WP_Query( $args ); with the piece of code you suggested $args = array( 'post_type' …
-
[WORDPRESS] How to remove "Selected" Item from list on it's single page?
@pixelgrid Thank you :) I'm a beginner though so I don't quite follow...
-
How To: Make hidden span slide up with transition duration?
Thank you :) @merri
-
How To: Make hidden span slide up with transition duration?
@Merri One last question...Do you know how I can position the price bubble in the center of the image? :x margin: 0 auto; isn't doing the job :/
-
How To: Make hidden span slide up with transition duration?
^_^ @Merri Appreciate the quick response and working solution x^D I will definitely have to bookmark this discussion! Thank you :)
-
How to create a Content Slider with Cycle.js?
@dfogge Thank you ! I will definitely check it out :)
-
How to create a Content Slider with Cycle.js?
@dfogge The actual HTML, CSS looks better, I scrambled everything inside of the fiddle. I bookmarked the site you recommended though! Appreciate it!
-
WORDPRESS: How to create grid based posts theme?
@Paulie_D Thanks, but I'm not quite sure if that's what I'm looking for. However, I Searched tutsplus.com and found a theme that uses "JQuery Mansory", I then searched "JQuery Mansory" via google, and found these//…
-
Confused on where to place code for Page Load Animation...
@Paulie_D I was more confused on which part of the code I add into my files. I'll give it all a try though! Thank you :)
-
How to create a Content Slider with Cycle.js?
@dfogge This is a horrible fiddle, but it's the best I can do so far.
-
How to create a Content Slider with Cycle.js?
Anyone kind enough to help me get this started?
-
How to create a Content Slider with Cycle.js?
@dfogge I wanted to figure out the title of it as well, so thanks again! :)
-
How to create a Content Slider with Cycle.js?
@dfogge Thanks but I am still confused...