Custom Caption on WP Nivo Slider

You need to set the “title” attribute of the images to be the post title. You can do it like this: title=” . get_post_title() . ” You will have to modify the HTML output of the plugin, but it should not be very difficult at all.

Slidedeck Pro WordPress Image Size

does it have a control panel with sizing options? Is there any mention of 270px at all in the files. If not then either your image is 270px or WordPress is resizing it. If WordPress is doing it check out this page settings>media EDIT: // Correct image aspect ratio to fit within skin’s image constraints … Read more

Featured images loop for Orbit Slider

I’d use the this code to print the image instead of using the_post_thumbnail();. So that the $slider_query->current_post can be used to print the current iteration of post in WP_Query loop. Eg. <img src=”https://wordpress.stackexchange.com/questions/61017/<?php wp_get_attachment_url( get_post_thumbnail_id() ); ?>” alt=”the-alt-tag” data-caption=”#htmlCaption-<?php $slider_query->current_post; ?>” /> Update – Untested but it should work. Make sure you turn on WordPress … Read more

wordpress before or after javascript problem

There’s a reason, why one should use the proper hook, which – in this case – is wp_enqueue_scripts. Then always keep in mind, that some plugins might require a dependency/are dependent on another Javascript library like jQuery. Now this example shows you how to enqueue your script With the right path/URI API function With jQuery … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)