Forum Replies Created

Viewing 6 replies - 16 through 21 (of 21 total)
  • Thread Starter pukkascott

    (@pukkascott)

    Now how do I make the posts appear from old to new on a page without destroying the site….

    Thread Starter pukkascott

    (@pukkascott)

    Ah…like what you said a few seconds ago – brilliant!

    Thread Starter pukkascott

    (@pukkascott)

    Andrew 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.

    Thread Starter pukkascott

    (@pukkascott)

    Thanks 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?

    Thread Starter pukkascott

    (@pukkascott)

    Here 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 ACTION
    Thread Starter pukkascott

    (@pukkascott)

    Hi 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.

Viewing 6 replies - 16 through 21 (of 21 total)