Jihad Sinnaour
Forum Replies Created
-
Forum: Plugins
In reply to: [LearnPress - WordPress LMS Plugin] Line break converted to Space!Great to hear! Thanks
Forum: Plugins
In reply to: [LearnPress - WordPress LMS Plugin] Line break converted to Space!_lp_featured_review was juste example to explain the issue !!
you shouldnt remove line breaks on custom textarea ! for security use sanitize_textarea_field…
well, thanks anyway
Forum: Plugins
In reply to: [LearnPress - WordPress LMS Plugin] Line break converted to Space!Hello,
Im encountering the issue in the “Course” admin area:
Example: Textarea (metabox) “_lp_featured_review“
Reproduce action:
– Set a list of strings using line break in the “_lp_featured_review”, e.g list of emails
– Save CPT “lp_course“
Excpected behavior:
– After updating the CPT “lp_course”, Line breaks (“\n”) in “_lp_featured_review” should not be converted to spaces.
Original issue:
– I Built an add-on to add textarea “_foo_lp_email_list”, using Filter “lp_course_data_settings_tabs” & by extending LP_Meta_Box_Textarea_Field class, Now the behavior is changed.
Possible causes:
– WordPress update that have impacts on your plugin saving CPT action hook
– Your plugin’s update..
ThanksForum: Reviews
In reply to: [No API Amazon Affiliate] THIS PLUGIN HAS ENCRYPTED CODE REMOVE ITHello, i have test it, actually it is a bug on the plugin… uses their own tracking ID instead of custom one, they should fix this ASAP.. BTW there’s a powerful plugin named Winamaz, it also offering Free API add-on helper, and includes many affiliate platforms.
Forum: Plugins
In reply to: [Fantazy Sidebar] Stopped workingYou can try to install a fresh one, because it’s a new upgraded version works for new wordpress
Forum: Plugins
In reply to: [Fantazy Sidebar] Stopped workingYeah okey I’ll check, & unswers you
Forum: Plugins
In reply to: [Amazon Link] Product Advertising API 5I used this plugin too… After amazon’s Alert I decided to make a New lib fully compatible with pa-api 5, this can reduice a lot of work… Apaapi
Forum: Plugins
In reply to: [Amazon Product in a Post Plugin] Amazon Product Advertising API 5.0Good plugin but also the New Amazon API is great thing talking about response speed… etc
There is a New PHP lib that can help wordpress plugins to update to the new api https://github.com/Jakiboy/apaapi- This reply was modified 5 years, 1 month ago by Jihad Sinnaour.
Forum: Reviews
In reply to: [Fantazy Sidebar] Good job, effective plugin!Hi @prospekto,
Normally the js should be edited, seems to be complicated to achieve that in short time (user-agents,calculate device screen height and weight….)
But, You can do that by a pretty simple way , with editing css, you have to add a ‘Media Queries Rules’. For example; to deactivate it ander iphone6,galaxy.. mobile in general less than 800px :@media only screen and (max-width: 800px){ .your-sidebar-class{ position:initial !important; } }
- This reply was modified 7 years, 11 months ago by Jihad Sinnaour.
- This reply was modified 7 years, 11 months ago by Jihad Sinnaour.
- This reply was modified 7 years, 11 months ago by Jihad Sinnaour.
Forum: Plugins
In reply to: [Fantazy Sidebar] How to disable on tablet and mobile devices#jskarp666, thanks for dev contributing, u can ceate a pull request if you have time : https://github.com/Jakiboy/Fantazy-Sidebar
Forum: Plugins
In reply to: [Fantazy Sidebar] Help to Get It WorkingHey blogger82,
.. the plugin is about moving (down and up) your sidebar whenever you scroll down / up, so to make the plugin works all you need is the name of your content part and sidebar’s name. this names are called class & IDs …
anyway, i saw the websitein plugin’s options put this ID’s :
Sidebar ID Selector : #primary
Content ID Selector : #secondaryor you can use classes :
Sidebar Class Selector : .content-area
Content Class Selector : .widget-areaif you have other quetions contact me at [email protected]
Forum: Reviews
In reply to: [Viasocial | Facebook WordPress Comments] A couple of typos but does the jobAwesome ! ??
Forum: Plugins
In reply to: [Fantazy Sidebar] How to disable on tablet and mobile devicesHey, so i’ll resolve the probleme as soon as possible,
by the way u can do this as a minor fix :
add this to your “custom” CSS :@media only screen and (max-width: 800px)
#sidebar {
position: initial !important;
}