redeclipse
Forum Replies Created
-
Forum: Plugins
In reply to: [Media Library Assistant] Link To Parent PostAh, perhaps the menu order is what I wanted. For future reference, how would I input the menu_order in the line of code?
But I’ve already gone through the process of uploading the entire gallery’s image, so everything’s fixed now. I’m now implementing it on another section/gallery as well. ?? Thank you once again!
Forum: Plugins
In reply to: [Media Library Assistant] Link To Parent PostAh so what you’re saying right now is that there is no fast way to quickly sort based on a custom field of some sort… Hmm, I’m not that familiar with databases and such so I wouldn’t want to bother you if it’s not something I could simply add a line of code to. I guess the only option I have is to manually reupload every image again in the correct order, for the sole purpose of being the thumbnail to this section of the site. That way the pagination would work as well. It’s a hassle, but I’ve done worse! ??
Thank you so much again!
Forum: Plugins
In reply to: [Media Library Assistant] Link To Parent PostAlso on a separate note, is there a way to orderby a custom value? I’d usually have it by upload date/ID, however there were some mix ups and but the right order is still important for me to show my oldest works last. (I had decided to make bigger thumbnails for everything much later, thus putting a lot of them out of order.)
Thank you!
Forum: Plugins
In reply to: [Media Library Assistant] Suddenly Missing Next/Prev Page LinksIt works again! Thank you so much for the speedy reply! Keep up the great work!
Forum: Plugins
In reply to: [Media Library Assistant] Suddenly Missing Next/Prev Page LinksI am using plugin version 2.40. Are you referring to MLA tax query Example Version 1.01? I’m not sure what you were asking for the “example plugin.”
This is basically everything on the page code-wise:<div style="clear: both; float: left"> [mla_gallery my_custom_sql='attachment_category=mobile' posts_per_page=40 mla_output="previous_page,wrap" mla_link_text='← LAST PAGE' mla_rollover_text="Previous/Last Page"] </div> <div style="float: right"> [mla_gallery my_custom_sql='attachment_category=mobile' posts_per_page=40 mla_output="next_page,wrap" mla_link_text='NEXT PAGE →' mla_rollover_text="Next Page"] </div> <div style="clear:both; margin-top:0px; margin-bottom:20px;"></div> [mla_gallery my_custom_sql='attachment_category=mobile orderby=id order=DESC' size=medium link=file columns=4 mla_caption="<a href='https://www.theforgottenlair.net/mobile-wallpapers/?page_id={+parent+}'>{+parent_title+}</a>" mla_target='_blank' numberposts=40] <div style="clear: both; float: left"> [mla_gallery my_custom_sql='attachment_category=mobile' posts_per_page=40 mla_output="previous_page,wrap" mla_link_text='← LAST PAGE' mla_rollover_text="Previous/Last Page"] </div> <div style="float: right"> [mla_gallery my_custom_sql='attachment_category=mobile' posts_per_page=40 mla_output="next_page,wrap" mla_link_text='NEXT PAGE →' mla_rollover_text="Next Page"] </div>
Forum: Plugins
In reply to: [Contact Form 7] No Forms on Any Site Working AnymoreNo, no message is ever sent. It just says SENDING… and keeps spinning but NOTHING is ever sent.
Forum: Plugins
In reply to: [Contact Form 7] No Forms on Any Site Working AnymoreNot for me, it went from saying “Failed to send….” to forever spinning after clicking send after the WP update…
Forum: Plugins
In reply to: [Contact Form 7] No Forms on Any Site Working AnymoreThe same thing happened to me…
“Failed to send your message. Please try later or contact administrator by other way.”It was working fine for as long as I could remember, suddenly I was notified it wasn’t so I updated the plugin. Still didn’t work…
Forum: Plugins
In reply to: [Facebook Comments] Facebook Comment DisappearedYes, it seems to be going on and off now. It worked for a few minutes and now it’s gone again. Too bad I already have the “Resolved” tag on this… Is this a FB problem then?
Forum: Plugins
In reply to: [Facebook Comments] Facebook Comment DisappearedStrange, it came back after over a day of being gone…
Forum: Plugins
In reply to: [Media Library Assistant] Post Redirect Link Conflicts with PluginEdit above. Problem no longer exists, thank you. ??
Forum: Plugins
In reply to: [Media Library Assistant] Post Redirect Link Conflicts with PluginNo problem, I’ll wait. You’ve been super helpful. ??
EDIT: It seems it was something with the SIP plugin’s updated files that was doing something to the site. The problem no longer exists, thank you for helping. ??
Forum: Plugins
In reply to: [Media Library Assistant] Post Redirect Link Conflicts with PluginWhen I changed it to
{+page_name+}
all the links lead to the very last post in that specific category. (mobile) They are not linking to their respective pages and are instead all linked to the last alphabetical post. (zankyou-no-terror)Forum: Plugins
In reply to: [Media Library Assistant] Post Redirect Link Conflicts with PluginOh, the code I have is
[mla_gallery my_custom_sql='attachment_category=mobile orderby=id order=DESC' size=medium link=file columns=4 mla_caption="<a href='https://www.theforgottenlair.net/mobile-wallpapers/?page_id={+parent+}'>{+parent_title+}</a>" mla_target='_blank' numberposts=40]
Forum: Plugins
In reply to: [Search in Place] Search Only In One CategoryHello, I just bought the Pro Version and the above code to narrow the search down to cat=26 can no longer be applied. The coding is different from the free version so the above snippet of code no longer exists. What can I add to fix the Pro version?
Also, the pro search is not picking up tags. Where can I activate this? It is however, picking up individual attachments, which I do not want. Is there a way to just search via Post Titles and its tags? The reason is, I do not want the results to direct link to attachments. I want them to see individual posts/pages of one category only.
Thank you very much.