Serkan
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Visual Editor and toolbar goneSOLUTION in my case:
An editor for a client was working properly. They wanted to get their website faster, so I tried out different speed optimization plugins. One of these plugins added into the functions.php file this line:
add_filter( ‘tiny_mce_plugins’, ‘disable_emojis_tinymce’ );
This somehow broke the visual and text editor, and also some buttons in the bar were missing. When I saved a content it was not stored. So I deleted this line saved the file and then the editor toolbar was working again properly.
Hope this helps you guys.
Just tried out. Didn’t help.
:/
No I didn’t; should I do it or not? (Do you mean this plugin: https://www.ads-software.com/plugins/facebook-debugger/ – if not, I haven’t done a “debugger” before, if you explain it more detailed, I would be grateful)
Thanks!
Forum: Fixing WordPress
In reply to: Remove 'p' tags v from images function queryI have the same issue. An old post, but it would have been great if some had answered it. … anyone there with a good solution?
Thanks.
Forum: Fixing WordPress
In reply to: Featured Image Link not workingI’ve no idea. I tried to contact him.
Is there no solution to link the featured image to the post page?
Thank you.
You’re right, I haven’t thought about it.
Forum: Plugins
In reply to: [SpeakUp! Email Petitions] How to download only Opt-In "Yes" addresses?Oh yeah, under
Settings >
Admin Display >
-All signatures
-Only opt-in signatures
-Only double opt-in signatures (opt-in + confirmed)strange, haven’t seen it. Thanks!
Forum: Fixing WordPress
In reply to: After changing permalinks blog no more worksSolved.
.htaccess in an older folder disturbed.
Forum: Fixing WordPress
In reply to: After changing permalinks blog no more worksForum: Fixing WordPress
In reply to: iPad & iPhone doesn't show entire imagesI’ve just posted a problem and thought that I have “solved” it, but I have no idea how to change the directory of all the uploads.
old problem: https://www.ads-software.com/support/topic/urgent-ipad-iphone-doesnt-show-entire-images?replies=5#post-3810135
I have already changed in phpmyadmin
1 siteurl
36 home
to the right URL, but the images and all other uploads have this URL: https://localhost/al/wp-content/uploads/2013……jpgHow can I change all at once to DOMAIN/al/wp-content/uploads/…
Solved by myself:
Use just this plugin: https://www.ads-software.com/extend/plugins/velvet-blues-update-urls/but make backUp befor.
thanks for help.
Forum: Fixing WordPress
In reply to: iPad & iPhone doesn't show entire imagesbut I thought this changes automaticly, doesn’t it?
Forum: Fixing WordPress
In reply to: iPad & iPhone doesn't show entire imagesoohh stupid, I’ve solved it. the URL’s refer to localhost/
however, thanks
Forum: Fixing WordPress
In reply to: Where to find 'wp_footer' ?Thanks for your replies.
I will try to create a child theme, but if I’m honest, I don’t know how to do that.