octamediator
@octamediator on WordPress.org
Bio
WordPress Origin Story
- Member Since: June 23rd, 2016
- Location: Lublin
- Website: octamedia.pl
-
Posted a reply to Call to action Block : nofollow ?, on the site WordPress.org Forums:
Unfortunately, "Add Nofollow to Link" option is not working at all. "Open Link in New… -
Posted a reply to Wrong og:image used, on the site WordPress.org Forums:
Same here, it happend after update to 7.4.2 og:image is showing default one instead of… -
Posted a reply to Blog: There is no space between post., on the site WordPress.org Forums:
Add padding in css like this .site-main > article {padding:20px 0;} -
Posted a reply to display single post feature image, on the site WordPress.org Forums:
if ( has_post_thumbnail() ) { the_post_thumbnail(); } This function shows post image, add it before… -
Posted a reply to Featured image not uploading, on the site WordPress.org Forums:
It's propably some js problem, check js console for errors while setting featured image and… -
Posted a reply to 404 error when clicking view post from published blog posts titles, on the site WordPress.org Forums:
Try this: Go to settings > permalinks and click save, its common solution for problems… -
Posted a reply to Photolite update destroyed my site, on the site WordPress.org Forums:
Try to contact your hosting, they might have a backup copy of your seite :) -
Posted a reply to Random I on page?, on the site WordPress.org Forums:
It looks like it's somewhere at the end of archive.php file. Other oplace to try… -
Posted a reply to Can’t access to my Dashboard after plugin install, on the site WordPress.org Forums:
Hi, try to remove (or rename) plugin folder via FTP. If jetpack caused the problem…