Lrrr
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: 4.4 broked primary xoxo hieararchy…Oh, did not? I will explain… In WP you have widget to put it on certain spaces in web. But, here whereas I put widget “tagcloud” it puts links as you can see on screenshot. But whats strange is that other widget, i.e. “text-20” widget which I put on other place in WP administration, is not in same hierarchy in code but inside… You can see it in screen shot… there is text-20 widget container, but tag cloud has not any container (should have, isnt?) and this is whats broke design… It is more clear?
It shloud be like:
<li id="text-20"> <li id="tag-cloud"> <li id="text-22">But it is:
<li id="text-20"> <a class="tag-link-122"> ... <a class="tag-link-181"> <li id="text-22">Forum: Fixing WordPress
In reply to: 4.4 broked primary xoxo hieararchy…Thanks for respond, its my own theme, my own css and had broken just after update… I fixed that but still code seems as on printscreen and this is generated by WP source code which is responsible for generating tag cloud… So I suppossing that somehere in that wp code something was changed and its not back compatible…
Forum: Plugins
In reply to: [Media Library Assistant] Blank MLA pageHi, As I wrote(maybe my english not so good 🙂 ) adjusting memory did NOT solve the issue , only the decreasing amount of viewed imagen in MLA assistent screen :)))
Forum: Plugins
In reply to: [Media Library Assistant] Blank MLA pageHaa! Works now. I Tell why Im thinking, tell me please, is that possible…
Meanwhile, when asked my hosting provider… I thought about memory… and what if memory is draining… so:
I have had adjusted entries per page to 200 from begun… so I disabled few plugins -needs to MLA assistent page working- then adjusted entries per page to 100 and enabled all plugins… Now after F5 its working… Thank you for good idea with memory David!Forum: Plugins
In reply to: [Media Library Assistant] Blank MLA pageThanks you,
I had no much time to solve it earlier so today I get together the new informations and putted it to forum.Thanks for link to related topic. I did try earlier to increase memory via confing.php with no success but I will try again to higher values and I hope thats allowed by my hosting…
Sorry for direct mail you before, I supposed easiest issue and problems – not so complex as I observing now… (did you ever received an email?)
🙂
Hi, but for iOS its(the native solution) not working so why you still keep it not working(your plugin) for iOS?
iOS maybe should provide native solution but it does not works. So why this plugin should not react on this situation and should not be working?
:)))Forum: Plugins
In reply to: [Subscribe To Comments Reloaded] localizationYes its ok 🙂 I have got your respond now in email 😉
Forum: Plugins
In reply to: [Subscribe To Comments Reloaded] localizationAnd as I see the bug: “Fixed a bug that caused the text elements to be output with encoded html tags rather than the tags themselves.”(-cite of update txt) is repaired in todays release. So I will send you in few days new translate files with html tags which should now be working 😉 and if you prefer github, write me some advices for first time to manage it and I will do it that way… (understand Im not developer, for me is easiest way to send sometimes files via email rather then finding any “time to time” registrations for many webs where I should be registered (github etc…) )
Forum: Plugins
In reply to: [Subscribe To Comments Reloaded] localizationHi thanx for respond, concerning your email: I did sent you translation po/mo files and few bugs described also. I have sent the email on 20.7.2014. I will resend that email if did not arrived. Please tell me.
I suspended this issue. Working with google translate. This way I decided as unapropriate. Thank you for answers I mark this thread as resolved 🙂
Forum: Fixing WordPress
In reply to: Its possible to catch output of SHORTCODE?ok so if I understand,
$textis variable only for name it and use it in my own function which will create alternative content. And the thing which brings the data to the$textvariable is function named filter which takes actual content of post (‘the_content’) while putting it into my$whatevervariable in my function which I specified as second argument of filter… ?Forum: Fixing WordPress
In reply to: Its possible to catch output of SHORTCODE?Ohooo! That works, thank you! Please explain to me:
$text variable is some global variable that contains html which is generated by php? Becose it works and I did not cerated one.
Thank you I can now really make some parsing function (not regex 😉 some parsing library would be good) to detect hidden img tags and use it as I intended.
Forum: Fixing WordPress
In reply to: Its possible to catch output of SHORTCODE?Thanks for respond! I will try it!… (not works)
EDIT: I made it like
function parse(){ $buf=get_the_content(); echo $buf; } add_filter( 'the_content' , 'parse' , 15 )but still i get
[ytthumb vidid="rc33KU-CEcI"...not<img...Forum: Plugins
In reply to: [Media Library Assistant] PaginationSteacha: I think I understand. But there is a several BUT’s which I found as proper to ask before You or someone else want that.
Solution: as David wrote.
You can do that, but #1: How to link to it. Imagine you have first gallery on page 2 and second a third gallery on page 1. Or else. Unlimited combinations. So if you wan to link it you may have to make concerning URL. So finaly if the will be three galleries with Animals, Peoples and Plants how url would appers?
gallery/animals?pageanimals=2&gallery2=plants&pageplants=2&gallery=peoples&pagepeoples=1? Imagine that even in nice urls:gallery/animals/page/2/also/peoples/page/1/plants/page/1Dont you find it confusing? it is nightmare. If I will overstate it, it os like if you want all galleries on one page – even like if you would want have one url for whole your website – all your pages on one urls. I thing sense of galleries now is missing. Because for making multiple content of images on one page is better tagging and displaying them without pagination. Because isnt better to have 9 photos of all photographies on page than 3 x 3 and paginated separatelly? YOu can paginate alll your images even.,but #2: If you not affect url, the urls will not be so bad but no one would be able to send link to another what he see right now.
,but #3: Url will be one, content will be multiplied. Its bad for seo.
,but #4: When there will be multiple galleries with ability to be listed, is not better to just make several images randomly put on page from certain category and after click on it runs into that certain gallery to that item and now to be able navigate in that category?
,but #5: Imagine the purpose of this. Three galleries on one page. Its nearly impossible to show it on full sized monitor screen even 1920x 1280… and if you will do that – images will be so small, that its loosing its avail to be made… And if images not be a full sized, they can be loggically small and without paginating – because they are small and they not need it. They fits in one page in any number…
So why you can do like main pages with thumbs on all images from all categories clickable to go further?
Sorry for this, but I want find solution not just for your question, but even for the future visitors of your pages, it should be important even for you…
Forum: Plugins
In reply to: [Media Library Assistant] PaginationThank you for your words! Congrats from you, is very good to listen for me 🙂 Did you recieve my info through contact form on your web before week or two ago? Its concerning 1.50 update.