screets
Forum Replies Created
Viewing 6 replies - 1 through 6 (of 6 total)
-
+1
Forum: Fixing WordPress
In reply to: Using PHP Sessions in WordPressThere is a powerful plugin for sessions here: WP Sessions Plugin
I was wrong with my last post. I think problem is about other javascript codes. Just check your browser console if any JS code gives error.
I hope this helps
haha 🙂 that’s funny.
wp-content/plugins/instagram-for-wordpress/wpinstagram.css:
ul.wpinstagram li{ display: none; } ul.wpinstagram li:first-child { display: block; }That means, it displays only one image. Just remove these lines and everthing will work out just fine
And you may want to remove width and height limitation, because it’s not flexible for custom sizes:
wp-content/plugins/instagram-for-wordpress/wpinstagram.php (line 141):
from
echo '<ul class="wpinstagram" style="width: '.$imagesize.'px; height: '.$imagesize.'px;">';to
echo '<ul class="wpinstagram">';Thanks a lot MichaelH, it’s very useful.
Forum: Fixing WordPress
In reply to: Plugin options on add/edit post pageI think that will help you to add new boxes on post page:
Viewing 6 replies - 1 through 6 (of 6 total)