Forum Replies Created

Viewing 15 replies - 16 through 30 (of 51 total)
  • Thread Starter Onisiforos

    (@onisforos)

    If 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.

    Thread Starter Onisiforos

    (@onisforos)

    Here is the paste bin to the error log

    https://pastebin.com/t25jyqvd

    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.

    Thread Starter Onisiforos

    (@onisforos)

    Hi 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+}"]
    Thread Starter Onisiforos

    (@onisforos)

    Hi 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.

    Thread Starter Onisiforos

    (@onisforos)

    Hi 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

    Thread Starter Onisiforos

    (@onisforos)

    Hi 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.

    Hi globalforceresource,

    Did you find a way to track the apply for job button?

    Regards

    Thread Starter Onisiforos

    (@onisforos)

    I 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.

    Thread Starter Onisiforos

    (@onisforos)

    Thank you for your reply. Already resolved the issue and forgot to mention it. I used the same method you suggested.

    Thread Starter Onisiforos

    (@onisforos)

    Basically 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.

    Thread Starter Onisiforos

    (@onisforos)

    In case someone wonders. This was an issue with wp-smapshield. In case you have that plugin activated deactivate the plugin.

    Thread Starter Onisiforos

    (@onisforos)

    In the access log while a checkout is in progress various atom feeds are purged.

    Thread Starter Onisiforos

    (@onisforos)

    Ok thank you.

    Thread Starter Onisiforos

    (@onisforos)

    I tried it in the search and it work. I was using it in the customer filter.

Viewing 15 replies - 16 through 30 (of 51 total)