zilther
Forum Replies Created
-
Forum: Plugins
In reply to: [WordPress PDF Templates] PDF blank pageRunning version 1.4.2
Wordpress 4.5.3
PHP 5.6.2/pdf-template is working properly
/pdf just downloads a blank filedefine( 'DISABLE_PDF_CACHE', true )
– I tried this but it did not helpOn my personal MAMP server I got this working perfectly, but it isn’t working with my hosting company. Is it still something with the localhost server setup? My hosting account uses
mysql999-999.xxx.xxx.hostingcompany.com
forDB_HOST
.Forum: Plugins
In reply to: [WordPress PDF Templates] Blank Pdf Page GenerateSame here:
/pdf-template works fine for me.
/pdf just downloads a blank PDF file.
Forum: Plugins
In reply to: [WordPress PDF Templates] Fatal error when I activate the pluginSame error:
plugins/wp-pdf-templates/wp-pdf-templates.php on line 347I need this for two different projects, but it won’t activate, any ideas?
Forum: Plugins
In reply to: [Plugin: Yoast Breadcrumbs] Adding code to templatesTopic is resolved, thanks for the quick replies. For any other total WordPress noobs questioning how to add the code to your templates see below:
From the dashboard-
click on “Design”
Then click “Theme Editor”Add the code from the installation instructions to any of your post and/or page templates where you would want the breadcrumbs to show up.
When inserting the code I placed it on an open line, spaced one line apart from other code in a spot that followed a </div>
This worked out well on my site Raproto.com
Forum: Plugins
In reply to: [Plugin: Yoast Breadcrumbs] Adding code to templatesThanks joostdevalk,
BTW, I copied that code from the installation page:Can I drop this php code anywhere in my templates or is there a specific place to insert?
Forum: Fixing WordPress
In reply to: Post ManagementNevermind, I found the tab under settings and reading.
Forum: Fixing WordPress
In reply to: Post ManagementBased on a few post’s I’ve read, wordpress defaults to 10 posts on the homepage. How do I modify this value?