Results 1 to 1 of 1

Thread: MY WP-Classipress adds version number to all files.. JS,CSS,etc plz HELP!!

  1. #1
    Thread Starter
    hngm's Avatar
    Join Date
    Oct 2012
    Location
    Greece
    Posts
    43
    Thanks
    10
    Thanked 3 Times in 3 Posts

    MY WP-Classipress adds version number to all files.. JS,CSS,etc plz HELP!!

    Hello all

    i have a bad page speed value for my site http://www.xarizo.com

    and one of the reasons is that i don't have 'Clean' URLS like

    http://xarizo.com/wp-content/themes/...n.js?ver=1.1.4

    when a clean url should be the part before the question mark... like..
    http://xarizo.com/wp-content/themes/...lectbox.min.js

    it also affects the browsing caching and the page loads slower

    The gtmetrix says that i have to 'Remove query strings from static resources'
    I dont know how to do that.

    Questions:

    1. Is it something that concerns Classipress?
    2. Can SEO Yoast pluging fix this and how?
    3. I put a segment of code in my functions.php and cleaned the urls but i have a problem of google maps..
    4. Do i have to edit .htaccess?

    the code is this..

    function _remove_script_version( $src ){
    $parts = explode( '?', $src );
    return $parts[0];
    }
    add_filter( 'script_loader_src', '_remove_script_version', 15, 1 );
    add_filter( 'style_loader_src', '_remove_script_version', 15, 1 );


    I need an expert both on WP and Classipress to resolve this...

    I am investigating on google at the same time...


    thank you all
    hngm

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Samcy Files of Classipress 3.1.8 version
    By dario06 in forum Report ClassiPress Bugs
    Replies: 2
    Last Post: November 27th, 2012, 06:49 PM
  2. HIde WP and classipress version number
    By chroniclehouse in forum Report ClassiPress Bugs
    Replies: 0
    Last Post: November 25th, 2012, 11:11 AM
  3. how to: remove old add files from uploads and old adds
    By kaaple in forum Report ClassiPress Bugs
    Replies: 4
    Last Post: October 24th, 2012, 01:01 PM
  4. [SOLVED] Problem with posting adds ( category add number is displayed)
    By dismacoa in forum ClassiPress General Discussion
    Replies: 3
    Last Post: May 8th, 2012, 09:33 AM
  5. PSD Files in Dev. Version
    By newdesk in forum Report JobRoller Bugs
    Replies: 1
    Last Post: June 19th, 2011, 07:48 PM