mweldan
-
Open youtube video on Lightbox in WordPress
i don't have experience using custom field. i am sure it is easy to create plugin for this, create shortcode to pass youtube id from editor to plugin, and return value with proper embed code, or in your problem, return a button/link/etc, trigge…
-
How to include html file in a template
copy and paste. it works all the time
-
Server side updates
cronjob in linux, scheduled action in windows, cpanel does support cronjob . can be done in any server side scripting language. i think depend on what you want to do.
-
how to create dynamic text boxes in php
seems familiar right? try to print_r($_POST['textbox']) , you will get a set of array to process
-
Pulled WP post giving wrong title
idk if this would work, you can give a try. the_ID(); will get current in loop post id. get_the_title(); will get current in loop post title. http://codex.wordpress.org/Function_Reference/get_the_title
-
How to Design this site using HTML5 & CSS3? (link provided)
I think this site can be done much cleaner without flash Basically what I'm looking for is the changing of content when a user clicks the navigation links without having to leave the page use javascript to do ajax call. you can try jQuery
-
suggestions? background resizing issues
check if it related to css position issue. set to relative if current position = absolute.
-
Starting out w/ JS
and by learning javascript i start to write code in object oriented . as always, i'm not really good with it. still learning.
-
Starting out w/ JS
I usually start with foundation, such as.. what is a variable.. what is a closure.. what can i do with it.. how to do this and that.. when i feel comfortable.. i jump on library or framework (depend on what i'm on) i'm not really good…
-
wordpress image problem
get_template_directory_uri return your website url with current template directory . make sure there has folder named images there, and needed image is available there.
-
wordpress image problem
it should be get_template_directory_uri() http://codex.wordpress.org/Function_Reference/get_template_directory_uri
-
Homepage that changes headline copy and background image on Reload/Refresh. CODE ADDED, HELP!
I'm second on that. just an idea. 1. an array of images and title 2. use jquery or direct php to get current image and title, save it in session 3. the next time page loading just manipulate session to get current image etc.
-
Creating a chart/diagram using html and css
are you going to create your own chart with html css etc? or you need stuff to create charts? i suggest to use ready made libraries to create dynamic charts, etc. http://www.1stwebdesigner.com/css/top-jquery-chart-libraries-interactive-charts/ …
-
Multiple wordpress layouts?
I believe someone out there already made things like this: http://wordpress.org/extend/plugins/theme-preview/