Support » Fixing WordPress » Can't see changes immediately– Platform Pro Theme

  • Hi, When I make a color change ( or just some other change ) to my theme I don’t see the changes immediately.
    Before I used this theme I had another theme and I managed to replace a code in the header.php file.

    The code I used for replacement in header.php in my previous theme was:

    [ Moderator Note: Please post code or markup snippets between backticks or use the code button. ]

    <link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); echo '?' . filemtime( get_stylesheet_directory() . '/style.css'); ?>" type="text/css" media="screen, projection" />

    The header.php file in the theme I use now contains the following code:

    /*
    Theme Name: PlatformPro
    
    Description: PlatformPro is a drag-and-drop theme-design framework for WordPress. It will help you do amazing things with your site, faster & easier than ever before. Designed and developed by <a href="http://anonym.to/?http://pagelines.com/">PageLines</a> in San Diego, California. Twitter @pagelines
    
    Version: 1.3.0.2
    
    Author: PageLines
    
    Author URI: http://anonym.to/?http://www.pagelines.com
    
    Theme URI: http://anonym.to/?http://www.pagelines.com/themes/platformpro
    
    Tags: buddypress, rtl-language-support, editor-style, theme-options, one-column, two-columns, three-columns, left-sidebar, right-sidebar, flexible-width, custom-menu, fixed-width, threaded-comments, custom-background,  custom-header, custom-colors, custom-menu, photoblogging, translation-ready, white, silver, light, blue, green, yellow
    
    ***** IMPORTANT *****
    Don't pirate this theme. Themes are typically hacked and injected with spam files and scripts that will get you 'black-listed' from search engines and create security risks on your server.
    FYI - http://wpmu.org/why-you-should-never-search-for-free-wordpress-themes-in-google-or-anywhere-else/
    
    License: GPL
    License URI: http://www.gnu.org/licenses/gpl-2.0.html
    
    CUSTOMIZATION NOTE - Customization CSS in PageLines Themes
    	- Customize PageLines themes by adding CSS in the theme settings or in a child theme.
    	- Don't add it here; as it will either get overwritten by updates, or prevent you from updating at all
    	- (Trust us on this one!)
    
    Why isn't the CSS in this file?
    Two reasons: First, to seperate the theme description information and it's formatting. Second, to prevent people from editing this file from the WordPress Admin only to find out later that those edits prevent them from upgrading.
    
    */
    
    /* Get Core CSS */
    @import url('core/css/core.css');
    
    /* Get Theme CSS */
    @import url('css/theme.css');
    
    /* For WordPress.org theme repository checklist */
    .alignright {}
    .alignleft {}
    .alignnone {}
    .aligncenter {}
    .avatar {}
    .wp-caption {}
    .wp-caption-text {}
    .gallery {}
    .gallery-caption {}
    .sticky {}
    .bypostauthor {}
    .wp-smiley {}

    Whatr do I have to do to see the changes made immediately without waiting?

    Thanx in advance

Viewing 2 replies - 1 through 2 (of 2 total)
  • Moderator Jan Dembowski

    (@jdembowski)

    Forum Moderator and Brute Squad

    Platform Pro is a commercial theme that we don’t support here, why not avail yourself of their support?

    http://www.pagelines.com/forum/
    http://support.pagelines.me/

    Part of what you paid for when you purchased that theme was support, why not use that option?

    Note: Everything you need to know really is in the commercial theme CSS you posted.

    CUSTOMIZATION NOTE - Customization CSS in PageLines Themes
    	- Customize PageLines themes by adding CSS in the theme settings or in a child theme.
    	- Don't add it here; as it will either get overwritten by updates, or prevent you from updating at all
    	- (Trust us on this one!)

    Never ever edit the core theme files. You’ll only cause yourself trouble. 🙂

    @jan is exactly correct. If you have a question, please post in the support forum at http://www.pagelines.com/forum/ or view the legacy PlatformPro docs at http://www.pagelines.com/docs/.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Can't see changes immediately– Platform Pro Theme’ is closed to new replies.