pukkascott
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Mistake on child theme kills siteNow how do I make the posts appear from old to new on a page without destroying the site….
Forum: Fixing WordPress
In reply to: Mistake on child theme kills siteAh…like what you said a few seconds ago – brilliant!
Forum: Fixing WordPress
In reply to: Mistake on child theme kills siteAndrew your FTP idea made me have a look at the code in the functions.php and the [display-posts order=”ASC”] shortcode was still there even though I couldn’t see it in the WP editor.
So I edited it offline, replaced the online version and renamed the child theme. Then swapped themes and it seems to have worked fine.
Thanks for your help.
Forum: Fixing WordPress
In reply to: Mistake on child theme kills siteThanks Andrew. That at least has given me back control. All my widgets etc. were set up on the child theme so I would like to get it back as it was. Can I fix the code?
Forum: Fixing WordPress
In reply to: Mistake on child theme kills siteHere is the code on the functions.php:
<?php // Exit if accessed directly if ( !defined('ABSPATH')) exit; // BEGIN ENQUEUE PARENT ACTION if (!function_exists('chld_thm_cfg_parent_css')): function chld_thm_cfg_parent_css() { wp_enqueue_style('chld_thm_cfg_parent', get_template_directory_uri() . '/style.css'); } endif; add_action('wp_enqueue_scripts', 'chld_thm_cfg_parent_css'); // END ENQUEUE PARENT ACTIONForum: Fixing WordPress
In reply to: Changing the file size limit for DOWNLOADSHi Andrew. This was the reply from the plug-in author:
Thanks for using Sell Media. Unfortunately there isn’t a setting to increase your download rate. Theres various factors that affect download rates such as;
The clients internet connection
The number of your customers visiting your site
The amount of bandwidth you’ve used (provided and determined by your web host)
I would suggest contacting your web hosting provider and looking to see what your download rates are.I checked this with the host who told me there is not limit. I am double checking in case the host (1and1) pre-sets the PHP memory limit.