Adriano Monecchi
Forum Replies Created
-
Forum: Plugins
In reply to: [Safari Push] No notification pop-up & blank pageI’m also having a hard time in order to make it work. I’ve posted an issue under https://github.com/surrealroad/wp-safari-push/issues/11 – I’d really appreciate any help on how to set the plugin properly.
Thanks in advance.
Forum: Plugins
In reply to: Safari notifications (Mac OSX Mavericks) Plugin?Roost solution seems to be awesome and ridiculously more affordable for small bloggers than pushnotifications.com! I’ll certainly give it a try! Thanks.
Thanks for the tip.
Actually, Digital Ocean had a SMTP Block rule which I had to require to be unblocked. So it turned out the plugin had not issues at all.
Anyway, thanks for your help.
I also moved to a DigitalOcean VPS, their lack of documentation regarding sendmail, postfix, exim and other “send email” solutions is really disappointing!
WP Mail SMTP plugin has been as must have to some of my WP web sites for a long time, but after moving to DO I’m completely lost, I think they suppose everyone is meant to be an expert sysadmin and for this reason their support is minimal.
I’m not complaining about DO services, their VPS’s are great, my wordpress sites are blowing fast, you get a high performance VPS for a fair price and so on, but I’m stuck, and DO community support is not able to help either. I’m now considering moving on to a managed WP service such as wp-engine. So sad!
Bellow is the code I used to compile my theme, I added a few sintaxes to it though:
$link: #3FA635; $link-focus: #39B54A; $base-color: #2c3e50; $highlight-color: #3FA635; $notification-color: #FE4444; $action-color: #3FA635; $menu-highlight-text: #ffffff; $menu-text: #ffffff; $menu-submenu-text: #bfc5ca; $menu-submenu-focus-text: #39B54A; $menu-submenu-background-alt: #3FA635; $menu-submenu-background: #1F2C3D; @import "../admin";
Forum: Plugins
In reply to: [Facebook Page Publish] [Plugin: Facebook Page Publish] Thumbnail problemHi Gluteemy,
In order to identify those line numbers in the code you should edit the file with the help of a plugin such WPide https://www.ads-software.com/plugins/wpide/screenshots/ within the WP Admin Panel or even by using a code editor application such as Dreamweaver or free alternatives such as Komodo Edit https://www.activestate.com/komodo-edit
For instructions on how to comment out php code, please take a look at this: https://php.net/manual/en/language.basic-syntax.comments.php
I hope it helps you.
Forum: Plugins
In reply to: [Facebook Page Publish] [Plugin: Facebook Page Publish] Thumbnail problemThanks Cosmin for the tip! it helped me a lot because I use Wonderm00n’s Simple Facebook Open Graph Tags Plugin to generate my custom Facebook meta tags and Facebook Page Publish Plugin was inserting the meta tags by itself which was causing conflicts with Facebook open graph.
Doing as instructed here
– open /wp-content/plugins/facebook-page-publish/fpp_index.php
– comment out lines 105 and 118 to 124Solved my problem.