Forum Replies Created

Viewing 6 replies - 196 through 201 (of 201 total)
  • (I’m not an expert, just browsing unanswered posts)

    I’m gonna have an educated guess:

    Backup everything; data and theme etc.
    Install a brand new WP to a folder like /test/
    Install your backed up data and theme on the new WP.
    This gives you a COPY, but you wanted a MIRROR:

    Edit the new wp-config.php to match your live blog:
    These three lines:

    /** The name of the database for WordPress */
    define('DB_NAME', 'wwwlars_wp1');
    
    /** MySQL database username */
    define('DB_USER', 'wwwlars_wp1');
    
    /** MySQL database password */
    define('DB_PASSWORD', 'L&7iu9KHHFJ#5');

    You may even get away with simply copying the config.php from the LIVE blog into your TEST blog.

    If this does not work then I’ve obviously missed something, but I must be somewhere near, right?!

    Thread Starter sonic1243

    (@sonic1243)

    Thanks Sweeper.

    I understand what you are saying but upon having a play I think this needs a new php IF statement wrapping the whole div#comments, something like:

    IF comments=enabled THEN display=true
    ELSE display=false

    Can you tell I’m not a php coder?! Anyone got a line for that?

    But, either way, surely I shouldn’t need to hack the php for something so integral to WP? Surely anybody who has put CSS styling on the div#comments will be in the same situation?

    Cheers,
    Chris

    Thats a favicon isn’t it?
    Google this: favicon.ico

    These can get cached, and different browsers handle them differently, but my best suggestion is to make a new favicon and replace the one you dont want. Hope that helps…

    Thread Starter sonic1243

    (@sonic1243)

    Ok, but surely the SQL database behind it is the same?
    I’ve gone through the SQL manually and cannot find it anywhere.

    $options[‘site_description’] ??

    I have posted in the theme specific forum.

    EDIT: I’ve just found it in: theme-settings.php
    AND can edit it from: Appearance / Multi-color Settings

    Cheers…

    Thread Starter sonic1243

    (@sonic1243)

    Ok, I would post a link but I’d rather this discussion didn’t turn up in Google for the websites name.

    It’s this theme: https://www.ads-software.com/extend/themes/multi-color

    You get a Site Title at the top, under that in smaller text is the Tag Line, then below that with a dark grey background is the section I am wanting to edit, but I cant find it anywhere in admin?

    Thread Starter sonic1243

    (@sonic1243)

    Hi Esmi, no it’s visible on the index page, not visible anywhere else.
    The div has a class of “user-info”, I’m tryin got edit it from the admin:

    <div class=”user-info”>
    This is a short description about yourself or your site
    Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat
    </div>

Viewing 6 replies - 196 through 201 (of 201 total)