rabin.io
Forum Replies Created
-
Forum: Plugins
In reply to: [Broken Link Checker] Disable link check cron jobThanks for the tip, but this will not work in my case,
as i mention my setup work were I edit/create posts on a staging site and clone it to the production,and when i clone to the production environment i disable all admin access to the site,
including changes to db.but thanks for the tip, i gave me a new idea.
Forum: Plugins
In reply to: [Broken Link Checker] Disable link check cron jobany one ?
Forum: Fixing WordPress
In reply to: Limit the SLUG to only accept basic ascii charecters [a-z0-9-]Thanks @sterndata, I did came across this 2 functions/hooks but from the documentation it seems this 2 functions were design to “clear” the text (more like search and replace) and I’m looking for something which will force wp to fail on save.
Forum: Plugins
In reply to: [W3 Total Cache] Notice: post_permalink is deprecated+1 for now I used @paul Bearne patch and replaced the call with
get_permalink
.
But I hope they will fix it upstream.Forum: Plugins
In reply to: [YARPP - Yet Another Related Posts Plugin] Incompatible with 4.3@massimod, thanks for the suggestion, better alternative as well.
haa, so easy … it works.
Thank you very much!
The Tabs are created using shotcode
<br /> [tabs]<br /> [tab title="??????? ???????"]<br /> [events_list scope="future" page_queryvar="fep" tab_category="#synved-tabs-1-0" limit=1 pagination=1 ][/events_list]<br /> [/tab]<br /> [tab title="?????? ???"]<br /> [events_list scope="past" page_queryvar="pep" tab_category="#synved-tabs-1-1" limit=1 pagination=1][/events_list]<br /> [/tab]<br /> [tab title="??? ???"]<br /> [events_calendar long_events=1 full=1]<br /> [/tab]<br /> [tab title="???? ?????"]<br /> 4<br /> [/tab]<br /> [/tabs]<br />
creating a test page (https://dev1.rabin.io/test/) with the same shotcode for the past events, i get the same behavior.
[events_list scope="past" page_queryvar="pep" tab_category="#synved-tabs-1-1" limit=1 pagination=1][/events_list]
Hi,
you can see it @ https://dev1.rabin.io/all-events/
in the 2nd tab (https://imgur.com/9cZVy0c)when you press the next page in the navigation all the page is loaded.