Red Deer Web Design
Forum Replies Created
-
Forum: Plugins
In reply to: [WP-LESS] Fatal error!Wondering where you found this older version? Thanks
Forum: Plugins
In reply to: [WP-LESS] Fatal error!Yea, same error for me:
‘Fatal error: Uncaught exception ‘Exception’ with message ‘load error: failed to find ‘You should be able to just disable the plugin in the mean time. You can manually convert .less to .css with an online compiler and save a separate .css file in your theme.
Forum: Fixing WordPress
In reply to: Retrieving all taxonomies/metatagsIf you add the following to your template:
<?php print_r($wp_query); ?>
This should then display all of the data related to that post that you can then echo out, including any custom fields (which I believe is the terminology you are looking for 🙂 )Forum: Fixing WordPress
In reply to: Cannot modify header informationFound it – conflicting plugin “adminimizer”. Thanks for suggestions
Forum: Fixing WordPress
In reply to: Cannot modify header informationI checked and don’t see any empty space before or ending.
Forum: Fixing WordPress
In reply to: Cannot modify header informationIsn’t that a core WP file though? How can formatting already be broken?
Forum: Fixing WordPress
In reply to: Installing WordPress on BlueHosthttp://jvyevelyn.com/wp-admin/
No need for the .php extension.
Forum: Everything else WordPress
In reply to: HTML pages in WP directory?I would keep the two folders separate, but I don’t see why you couldn’t just link to that html folder. Should work fine. Maybe consider setting up a subdomain too for the old HTML site?
Forum: Everything else WordPress
In reply to: Is it possible to refund?Was it like a WordPress.com thing… or… just a domain and hosting you purchased? You can cancel hosting at any time (usually)
Forum: Plugins
In reply to: Duplicator installation step 3 failWhat does the error log file display? It should generate after running the installation again.
Forum: Themes and Templates
In reply to: Editing theme fileIs this the url that it goes to?
$l = ‘<?php _e(\’Hebrew By Sagive SEO\’, \’attitude\’); ?>‘;
The sage.co.il? Maybe just remove that?
Forum: Themes and Templates
In reply to: [Customizr] Removing coloured border from TableRealistically all of these solutions should work. I don’t think your CSS is being read.
Forum: Fixing WordPress
In reply to: Site 500 Internal Server Error, Cannot load wp-adminWeird. I’d try calling you host and see if they have any ideas.
Forum: Fixing WordPress
In reply to: Site 500 Internal Server Error, Cannot load wp-adminHave you tried renaming your .htaccess file? This is a hidden file so you might have to change settings to have it show up.
Also try:
Create a blank text file called php.ini
Paste this code in there: memory=64MB
Save the file
Upload it into your /wp-admin/ folder using FTPForum: Fixing WordPress
In reply to: Site 500 Internal Server Error, Cannot load wp-adminAnd again, that’s with plugins folder still renamed?