romaiden
Forum Replies Created
-
To assist the next users, follows the developer useful answer:
“Please make sure that on the settings page – Dashboard > Settings >General, the address in WordPress Address (URL) and Site Address (URL) begins with https:// and not https://. In case it is not so, please change and save the settings, and check the gallery again. Also, please try adding a new image to the gallery and see, which image will be displayed in this case https:// or https://? When done, please let us know about the result.”Thank you for that!
Forum: Plugins
In reply to: [Single Latest Posts Lite] SafetyThank you very much for your answer.
Regarding the plugin, I do not know if you saw, but they updated 3 days ago and changed the name: iThemes Security (formerly Better WP Security) 4.1.3, and the Changelog is giant after the 3.6.6 version.
I contact you soon.
ByeForum: Plugins
In reply to: [Single Latest Posts Lite] W3C ValidationHello, Jose…
ok, I guess that I found a way (I hope it does not destroy other parts):I only changed this:
‘pagination_o’ => “<div class=’slposts-ulist-pagination slp-pagination’>”,
‘pagination_c’ => “</div>”,Into this:
‘pagination_o’ => “<li class=’slposts-ulist-pagination slp-pagination’>”,
‘pagination_c’ => “</li>”,NOTE: you have this in two places, so it is needed to fix both.
Here seems it works very well and has passed by validation sieve.
Please, give me a feedback if I am on the right way.
Thank youForum: Plugins
In reply to: [Single Latest Posts Lite] Only showing 18 postsYes, it seems work, at least my 14 articles are showed there, as you can see on https://www.immiflex.com/ImmiNews-wellmune/ (archive)
Thank you very much again!
Take care!
Forum: Reviews
In reply to: [Single Latest Posts Lite] Great plugin with some flawsDo not rate bad something that you do not know how to use or if you are lazy.
The plugin works very well, it is easy to customize if you have a basic knowledge about javascript and css and the author provides a great support and deserves 5 stars.
Forum: Plugins
In reply to: [Single Latest Posts Lite] Only showing 18 postsForum: Plugins
In reply to: [Single Latest Posts Lite] Only showing 18 postsI was not limiting the number of posts and it was showing only 10 articles (I just noticed).
So now I added this “number_posts=1000” and it is showing all the 14 articles that I have.
My question is: how may I have no limit, once if I do not mention number_post it limits in 10?
Yes, now it is WORKING!!!!!!!!!
Pagination now is not refreshing the page…Thank you very much!
Hi Jose Luis,
now I am using jquery 1.10.2 and I just updated the plugin to the 1.4.2 version and the pagination is refreshing the page yet. Do you have any prevision regarding to that?Thank you
Forum: Plugins
In reply to: [Single Latest Posts Lite] Latest and random postHi again, Jose.
I need use the SLPL on my Home page showing the latest posts, and the last one with picture, as you can find on https://www.ImmiFlex.com (scrolling to the 3 boxes (yellow, blue, red) but, I need only for the yellow and blue). This images are not the first image in the posts and my theme does not support thumbs, I need to point to these jpg files.
Is possible to do something in regards to this or do I need to find another way to supply this?
I am using this post, because the style should be completely different of that other page where I have the pagination issue: https://www.ImmiFlex.com/ImmiNews-wellmune/
Thank you
Forum: Plugins
In reply to: [Single Latest Posts Lite] W3C ValidationI’m really glad with your availability and how you help the people here.
I just downloaded the latest version, now 1.4.2 and tried to validate, but it’s still not working well, as follow:
document type does not allow element “div” here; assuming missing “li” start-tag
…><div class=’slposts-ulist-pagination slp-pagination’><ul class=’page-numbers’>Now in place of the script tag, the div tag is the problem, because you have this structure:
< ul > // main ul
.< li > // post list
.< /li> // close post list
.< div class=’slposts-ulist-pagination slp-pagination’ > // pagination box
..< ul class=”page-numbers” > // pages ul
…< li > // numbers
…< /li > // close numbers
..< /ul > // close pages ul
.< /div > // close pagination box
< /ul> // close main ulAnd you can’t have a div tag inside the ul tag. I tried to add a object tag before the div tag, on 902 and 989 lines, but I received the same error message, but pointing to object tag as follow:
document type does not allow element “object” here; assuming missing “li” start-tag
… May 17, 2013</span></div><object><div class=’slposts-ulist-pagination sl…So what you should to do is close the “main ul” before open the “pagination box – div tag”, I guess.
Awaiting updates…
Thank you.Thank you very much for your reply, but only to inform and agree with your argument, I’m using jquery-1.9.1 and I am only using, beside SLPL, Google Analyticator and Google +1 Button plugins.
Awaiting update,
thank you!