shippin
Forum Replies Created
-
Forum: Plugins
In reply to: [Easy SwipeBox] Last image empty bugHey Leonardo,
Thank you so much or your reply.
I have added an exclusion for the pinterest and it works great now.Thanks again for this great plugin, I have tried more than 5 different ones until I found yours that works perfectly.
Best,
YonatanYou can open the file chimpy-lite.php
add “//” to comment out the following lines:
line 594
line 1563
line 1580
line 1634
line 1637
line 1640for example, on line 1563:
change:
wp_register_style(‘chimpy-lite-font-awesome’, CHIMPY_LITE_PLUGIN_URL . ‘/assets/css/font-awesome/css/font-awesome.min.css’, array(), ‘4.0.3’);to:
// wp_register_style(‘chimpy-lite-font-awesome’, CHIMPY_LITE_PLUGIN_URL . ‘/assets/css/font-awesome/css/font-awesome.min.css’, array(), ‘4.0.3’);Worked for me anyway..
Forum: Plugins
In reply to: [Show IDs by DraftPress] Plugin stopped adding page ID to pagesHey,
Thanks for your super quick response.Happy to say I solved the issue-
I was trying to debug another problem yesterday so I added this to my functions.php file:
add_filter(‘body_class’,’ajax-loaded’);I guess this was conflicting with other plugins (maybe the preloader) and then made “Show ID’s” not work.
After removing this from my functions.php everything works fine again.
Thank you again for you quick reply, and for a great plugin.
Best,
JonathanForum: Plugins
In reply to: [Really Simple CSV Importer] Define WPML language for postOkay I’ve found the answer.
If anyone else wants to know:
On WPML “Languages” settings screen –
/wp-admin/admin.php?page=sitepress-multilingual-cms/menu/languages.phpSet the default language to the one your posts are in, then run the import and the posts would all have this language configured.
Jonathan
Forum: Plugins
In reply to: [Really Simple CSV Importer] Post Type UpdateOK I don’t think I did it the right way, but I got around this by removing the check in php.
Or to be a bit more accurate, I replaced the lines that had the error message (and some actions) with the same action as was above them, so no matter what the situation was, it would go ahead and update the post type from the CSV data.Best,
JonathanForum: Plugins
In reply to: [Really Simple CSV Importer] Post Type UpdateHey Takuro,
Can you please explain how to fix this by using the really_simple_csv_importer_save_post filter ?Thanks!
JonathanForum: Plugins
In reply to: [Simple Basic Contact Form] Special characters issueHey,
I found it on line 225!
Thanks,
Jonathan.Forum: Plugins
In reply to: [Simple Basic Contact Form] Special characters issueHey Jeff,
Any chance you can just quickly tell me where is the *sender* name configured in the php file? I want to change it to some default text until there’s a fix to the encoding issue..
Right now all the contact form messages are filtred as spam ??
Thanks,
JonathanForum: Plugins
In reply to: [Simple Basic Contact Form] Special characters issueHey Jeff,
Sorry to bother you again but I’m still having difficulty receiving emails from senders which write their names in Hebrew.
In the content of the email everything appears fine, just in the email “sender name” field the display is broken, see screenshot:
https://www.dropbox.com/s/z8t725rb41ccfrq/SBCF-screenshot.jpgCan you please tell me which line should I edit in the simple-basic-contact-form.php file to have the sender “name” in emails be some default english text like “Website visitor” instead of the user name as he types it?
Thanks,
JonathanForum: Plugins
In reply to: [Simple Basic Contact Form] Special characters issueWOW Thanks for the amazingly fast reply!
I’m using the latest version, like I wrote the text appears fine INSIDE the email message, but SENDER and SUBJECT becomes gibberish.
Here’s a screenshot of how it looks:
https://www.dropbox.com/s/xxm45nsrksbdrsy/simple-contact-form.jpgWould really appreciate if this can be fixed!
Another idea – would be great if Success messages and other text like “send button” text could be set from the backend (instead of manually editing the plugin file)
Thanks for this great plugin!
JonathanForum: Plugins
In reply to: [Simple Basic Contact Form] Special characters issueHey,
I’m having issues getting messages in Hebrew using Simple Basic Contact Form. It looks OK inside the email, but the subject line / sender gets garbled.
I see this thread is 6 months old, has this been fixed in the current version?
Thanks,
JonathanForum: Hacks
In reply to: How to remove "Add Media" button in WP 3.5?Hey guys,
I also like to hide the “Add media” button.
Can you please explain where I paste the code dung/truong shared?
Is it ready like that, or anything needs to be added before or after it?Thanks!