davask
Forum Replies Created
-
Nope, I did not.
Works like a charm now.
thanks
–
- This reply was modified 6 years, 3 months ago by davask.
Forum: Plugins
In reply to: [Multisite Post Reader] excludesites/includesites and categories not workingHi Man,
do you know the o2 theme from wordpress ?
It would be so gorgeous to allow their theme to work with your plugin as the goal would be to follow up posts and comments from on website.You can have a look to what it is here https://pm.davaskweblimited.com/
cheers
david
Forum: Plugins
In reply to: [Multisite Post Reader] excludesites/includesites and categories not workingDon’t be sorry man, it happens ! ??
I would like to push some modifications to your project, do you have a github repo where I could do that ?
Then we can try to figure out what happen
Forum: Plugins
In reply to: [Multisite Post Reader] excludesites/includesites and categories not workingWhere can I push some modification ?
Forum: Plugins
In reply to: [Multisite Post Reader] excludesites/includesites and categories not workingI still have issue when displaying the shortcode in the BO.
However this time, I noticed that depending on the number of id site I put in the excludesites vs the overall number of sites, the bo behave differently.
I have 16 sites on my multisite installation, if I put 6 id in the excludessite param then I cn load the bo edit page normaly if I put only 2, I have trouble.
Hope it helps
Forum: Plugins
In reply to: [Multisite Post Reader] excludesites/includesites and categories not workingDone ??
Forum: Plugins
In reply to: [Multisite Post Reader] excludesites/includesites and categories not workingwhere can I do that for the review ?
Forum: Plugins
In reply to: [Multisite Post Reader] excludesites/includesites and categories not workingthe mistery of coding …
In anyway, I think you to have checked and rechecked and triple checked. it is must appreciated.
I will now be able to use it as I found a way to fix the issue which I agree seems to be related to my configuration.
Thanks for answering on a saturday.
best regards,
david
Forum: Plugins
In reply to: [Multisite Post Reader] excludesites/includesites and categories not workingWeirder & weirder, one of my category slug is
action
and this is the cause of the trouble.I change the slug for
_action
and update the shortcode to[mpr_display category='uncategorized,_action' excludesites='1,6' disableheading='yes' showdivider='no']
and I have no more trouble.If you are able to identify the reason I m interested to learn it.
Cheers,
david
PS: nice plugin, thanks for the update
Forum: Plugins
In reply to: [Multisite Post Reader] excludesites/includesites and categories not workingOne more thing I use this shortcode with different category on 4 different pages and 2 of them works fine and 2 of them freezes !!!
So weird !
Forum: Plugins
In reply to: [Multisite Post Reader] excludesites/includesites and categories not workingand the link to the video
https://drive.google.com/file/d/16Ikt5mr8Kfy7nmI5NzsjoXzrToJayZJO/view
Forum: Plugins
In reply to: [Multisite Post Reader] excludesites/includesites and categories not workingthanks for following up.
I put it in a page as shown in the video below.
I use text but yes visual should not change a thing.
Maybe it is link to something else but I m not sure how to identify it.
the theme I use is the P2 theme.
Removing the code means deleting the content in the content field in the mysql db, like deleting the content from the wysiwyg.But as I was trying to give you more info I found out that the issue is based on the shortcode string itself
here a video which shows my screen freezing when I m actualy removing the space between the open bracket and the first letter of your shortcode.
Your code
[mpr_display category='uncategorized' excludesites='1,6' disableheading='yes' showdivider='no']
if I put that it freezes
code with spaces at the beginning and end doesn t freeze the page
[ mpr_display category='uncategorized' excludesites='1,6' disableheading='yes' showdivider='no' ]
space at the beginning doesn t freeze either
[ mpr_display category='uncategorized' excludesites='1,6' disableheading='yes' showdivider='no']
no space at the beginning freeze the page
[mpr_display category='uncategorized' excludesites='1,6' disableheading='yes' showdivider='no' ]
that s weird, that might not be related to your plugin, please feel free to let me know what you think and share your ideas so I can fix that weird issue ??
cheers
david
Forum: Plugins
In reply to: [Multisite Post Reader] excludesites/includesites and categories not workingthx for the update, however now when I load the back end page with the code in it like
[mpr_display category='uncategorized' excludesites='1,6' disableheading='yes' showdivider='no']
my page load and then freeze. If i look in chrome elements it is blank and when I remove the code from phpmyadmin it works again.
Any idea ?
Forum: Plugins
In reply to: [Multisite Post Reader] excludesites/includesites and categories not workingAny update ?