eclerkin
Forum Replies Created
-
Forum: Plugins
In reply to: [File Away] Custom Styles tab/Custom StylesThanks, that was the trick! I had to remove from Fileaway Custom Styles and apply it at the page level.
/* hover link */
a:hover {
color: #81d742 !important;
background-color: inherit ;
}Forum: Plugins
In reply to: [File Away] Table usage and other hyperlinksNever mind – found it – class.fileaway.php under public function sc($atts).
Forum: Plugins
In reply to: [File Away] Table usage and other hyperlinksWhere (code) do I find the assignment of target=”_blank” for the fileaway-url-parser.csv file when it’s assigning url’s? I need to replace “_blank” with “_self” so that it doesn’t open a new page.
Forum: Plugins
In reply to: [File Away] Table usage and other hyperlinksOk, thanks…figured it out. I was hoping for multiple hyperlinks/descriptions on each line in the CSV file but it doesn’t look like that is supported.
Forum: Plugins
In reply to: [Cache Enabler] Cache Enabler or Comet Cache or both?Thank you – I figured it was either one or the other. I am struggling with first-time page rendering taking 3.1 seconds based on Google PageSpeed Insights and perusing this article for pointers: https://www.keycdn.com/blog/google-pagespeed-insights-wordpress/ Some of my errors have been corrected using Autoptimize but above the fold errors are baffling me. Yslow, GTMetrix and Google PageSpeed all show different rendering scores but similar problems. Here is my site: https://corvetteclubsantabarbara.com
Forum: Plugins
In reply to: [File Away] Changing table column descriptionOh, now I see it in your Fileaway Tutorial page: Optional. The label for the Date Modified column. Maybe shorten it to just Updated or something.
Thanks!
Same problem here described in first post above with publishing to Facebook. Looking at the log, it shows the following:
/feed : (#200) Permissions error
I Reauthorized the Facebook Application and it shows “Application is authorized, go posting.” yet it doesn’t publish to Facebook.
This plugin works as advertised. I have been using it for well over 3 months and it certainly has stopped the constant barrage of outside country attempts to hack our sites. I tested it by blocking known foreign country of a plugin author, contacted the developer of a plugin that lived there and he could not access our site. WooHoo!
Forum: Plugins
In reply to: [Postman SMTP Mailer/Email Log] Emails becoming undeliverableI called GoDaddy and discovered that anytime Workspace email is configured or attempted to be configured that it resets the domain to localhost from secureserver. I don’t know how that occurred since I never use Workspace email but now it’s resolved. Marking this ticket resolved.
Forum: Plugins
In reply to: [File Away] Deleting Files – Manager OnDoh…I was still on version 3.9.1 (Linux) so I upgraded to 3.9.6.1 and now it works properly. Windows, on the other hand, is still a problem but you have already addressed that issue. Please close this ticket.
No, unfortunately so I had to abandon this plugin and use something else – Event On.
Forum: Plugins
In reply to: [File Away] Deleting Files – Manager OnUPDATE: The following shortcode allows me to delete a file within a folder. The only major difference is the use of sub=”2016″ attribute in the first shortcode and the excludedirs=”2016″ below. CONFUSED!
[fileup base="1" matchdrawer="1" showto="administrator,editor" makedir="true" fadein="opacity" fadetime="1500" overwrite="true" theme="silver-bullet" align="left"]
[fileaway base="1" drawerid=1 excludedirs="2016" manager="true" textalign ="left" type="table" directories="on" fadein="opacity" fadetime="1500" mod="no" size="no" drawerlabel="click on year then click on monthly newsletter to download" drawericon="drawer" sortfirst="type-desc" sortfirst="filename-desc"]
Forum: Plugins
In reply to: [File Away] Flight Box not showing on top in ChromeThat is the exact same problem I was experiencing attempting to use FlightBox in Chrome. I will add this CSS to my File Away version and check it out. Thanks!
Forum: Plugins
In reply to: [File Away] PDF open _self instead of _blank – no downloadsClosed.
Forum: Plugins
In reply to: [File Away] PDF open _self instead of _blank – no downloadsI actually used FlightBox on my first demo session but it wasn’t well received. I am guessing it was because of Pagebuilder limiting the page content size. What I liked most about FlightBox was the ability to download or print the PDF. I will try again on a normal page and see what happens. Here is my development site: https://temp.corvetteclubsantabarbara.com
I already have a Child Theme set up so I can easily port .php files over the child and test out modified functionality without destroying original source code. I used a child theme on another site https://sloworkforce.com since I modified some functionality to meet customer needs.