Onisiforos
Forum Replies Created
-
Forum: Plugins
In reply to: [Instant Articles for WP] PHP Warning filling up error logIf you think is right or funny not to reply in such situations you are in for a treat. Filling up an error log witch has no errors other than this annoying warning is not cool at all.
I am awaiting your reply asap.
Forum: Plugins
In reply to: [W3 Total Cache] Fatal error require()Here is the paste bin to the error log
Same issue here
Entering
Source: /%year%/%monthnum%/%day%/%postname%/
Destination: /%postname%/After saving
Source: /%year%/%monthnum%/y%/%postname%/
Destination: /%postname%/It seems that the issue is with the sanitize_text_field() function.
This function according to the codex does the following
Checks for invalid UTF-8, Convert single < characters to entity, strip all tags, remove line breaks, tabs and extra white space, strip octets.
So if we take into consideration the following list of URL encoded characters the function removes all the characters that seem as url encoded characters in our case
%ca and %da
I have the technical knowledge to fix this issue hopefully the author will fix this first.
Forum: Plugins
In reply to: [Media Library Assistant] Slow QueryHi David,
I am so sorry for such a poor description.
What I use is this
[mla_gallery my_custom_sql="attachment_tag=soc orderby=date order=DESC" posts_per_page="20" paged="current" link="file" mla_caption="{+caption+}"] <!--nextpage--> [mla_gallery my_custom_sql="attachment_tag=soc orderby=date order=DESC" posts_per_page="20" paged="current" link="file" mla_caption="{+caption+}"] <!--nextpage--> [mla_gallery my_custom_sql="attachment_tag=soc orderby=date order=DESC" posts_per_page="20" paged="current" link="file" mla_caption="{+caption+}"] <!--nextpage--> [mla_gallery my_custom_sql="attachment_tag=soc orderby=date order=DESC" posts_per_page="20" paged="current" link="file" mla_caption="{+caption+}"] <!--nextpage--> [mla_gallery my_custom_sql="attachment_tag=soc orderby=date order=DESC" posts_per_page="20" paged="current" link="file" mla_caption="{+caption+}"]
Forum: Plugins
In reply to: [Media Library Assistant] Slow QueryHi David,
I have used the shortcode as you suggested. However, duplicates the first 20 photos and the last 20 photos leaving the rest out.
Thank you very much for your help so far.
Forum: Plugins
In reply to: [Media Library Assistant] Slow QueryHi David,
Please accept my apologies for bothering you on your vacations.
I edited the shortcode as you suggested
Shortcode 1 (Unfortunately this does not help me in my efforts to load each page and then sort the images in a Masonry Style)
[mla_gallery my_custom_sql="attachment_tag=soc" orderby="date" order="DESC" posts_per_page=20 mla_paginate_current=1 link="file" mla_caption="{+caption+}"] [mla_gallery my_custom_sql="attachment_tag=soc" orderby="date" order="DESC" posts_per_page="20" mla_paginate_current=2 link="file" mla_caption="{+caption+}"]'
Shortcode 2
[mla_gallery my_custom_sql="attachment_tag=soc" orderby="date" order="DESC" posts_per_page=20 paged="current" link="file" mla_caption="{+caption+}"]<!--nextpage-->[mla_gallery my_custom_sql="attachment_tag=soc" orderby="date" order="DESC" posts_per_page="20" paged="current" link="file" mla_caption="{+caption+}"]'
The second shortcode works fine with my above issues. It decreased the query time a lot and the images are loaded just fine. However I would like the gallery to start from the newest images uploaded.
What it does now it starts loading the older ones and the per page it sorts them to show from the newest to the oldest.
I need the system to load the newest first and then the oldest.
Once more I apologise for any inconvenience I caused.
Regards,
Onisiforos
Forum: Plugins
In reply to: [Media Library Assistant] Slow QueryHi David,
I have used mla-tax-query-example.php.txt. It seems to be much faster however the query fetches the same images when in my post I use the following code.
[mla_gallery my_custom_sql="attachment_tag=soc" orderby="ASC" posts_per_page=20 link="file" mla_caption="{+cappion+}"]<!--nextpage-->[mla_gallery my_custom_sql="attachment_tag=soc" orderby="ASC" posts_per_page="20" offset="20" link="file" mla_caption="{+caption+}"]
I am so sorry for interrupting your holidays.
Forum: Plugins
In reply to: [WP Job Manager] Google AnalyticsHi globalforceresource,
Did you find a way to track the apply for job button?
Regards
Forum: Plugins
In reply to: [WP Job Manager] Display multiple Job Types and Locations on the front endI found a solution to what I was looking for. I made few functions of my own using your functions and I created few templates in my child theme from the templpates in your plugin. If you are interested in learning more do not hesitate to contact me personally.
Forum: Plugins
In reply to: [WP Job Manager] Filter Jobs by type using URLThank you for your reply. Already resolved the issue and forgot to mention it. I used the same method you suggested.
Forum: Plugins
In reply to: [Media Library Assistant] Add thumbnail size as srcBasically I would like to have the thumbnail link to the src of an img element.
When adding the [+link_url+] the url I get is the one of the original image.
What I would like is to get the url of the thumbnail in order to avoid unneccesary requests on the server.
Forum: Plugins
In reply to: [WooCommerce] No notification displayed on failed loginIn case someone wonders. This was an issue with wp-smapshield. In case you have that plugin activated deactivate the plugin.
Forum: Plugins
In reply to: [WooCommerce] Checkout Takes a whileIn the access log while a checkout is in progress various atom feeds are purged.
Forum: Plugins
In reply to: [WooCommerce] Total Price By productOk thank you.
Forum: Plugins
In reply to: [WooCommerce] Search Orders by Customer PhoneI tried it in the search and it work. I was using it in the customer filter.