baskineli
Forum Replies Created
-
Forum: Plugins
In reply to: [Meow Lightbox] Meow lightbox only displays the first image on the pageNever mind, you solved it already. The option is called “RTF” and not “RTL”, and this is why I missed it. Works like magic!
Forum: Plugins
In reply to: [Meow Lightbox] Meow lightbox only displays the first image on the pageOh, sorry. Apparently I brought it up 8 months ago and you said it is a known issue.
Do you know when it might be fixed?
https://ww.wp.xz.cn/support/topic/only-the-first-image-displayed-on-click
Forum: Plugins
In reply to: [Meow Lightbox] Lightbox no longer working with WordPress 6.0Same for me.
It only works for the first image on the post, but not for the rest.
Here’s the link of the post, for example:
https://elibaskin.com/hikes/%d7%90%d7%99%d7%a1%d7%9c%d7%a0%d7%93-hellismannaleid-laugavegur/
Forum: Fixing WordPress
In reply to: WP2 accented characters changingAs escodot said, adding mysql_query(“SET NAMES ‘utf8′”);
to the file /wp-includes/wp-db.php right after line 43, helped me and fixed my site.Thank you!
Forum: Plugins
In reply to: Displaying list of all published stories in a category on a PageBahh!!! I am frustrated.
Here is the thing. I edit the template and use it on a Page. Here is what I’ve altered in the template:
<div class=”storycontent”>
<?php query_posts(‘cat=7’); ?> <— added this lineHowever, it doesn’t display anything.
So, I did some research and read about The Loop. A few things I don’t understand about it – is it located only in index.php? Am I supposed to edit the loop itself to accomplish what I want? And if I put the abovementioned line right before the loop on index.php, won’t it be displayed on ALL the pages?
In addition, there is WP1.5 confusion, it seems that all the examples and tutorials are focused on it.
Help please? I am really trying here 🙂
Forum: Plugins
In reply to: Displaying list of all published stories in a category on a PageNever mind, got it 🙂
Thank you!
Forum: Plugins
In reply to: Displaying list of all published stories in a category on a PageI understood most of it, and actually made it. I see a new template on templates list on theme page, but I fail to see a box on “Admin > Write Page” that allows me to choose a template for the page… Help?