Forum Replies Created

Viewing 15 replies - 46 through 60 (of 75 total)
  • @ nashamiki I just had a look on your forum, follow these steps and check if any of them solve the problem, hope it helps:
    1- disable “Use SEO friendly URLs” via mingle options
    2- disable your security plugins like bwps or ose firewall
    3- omit any recound string from your htaccess
    4- reset your db mingle fields and optimize it through phpmyadmin
    5- if they didn’t work don’t hesitate to announce ??

    Same problem, I did a test with P3 (Plugin Performance Profiler) and the SEO plugin server load was relatively the same as Buddypress: BP-37% / WSEO-32%; unfortunately the author avoids to answer negative points of his plugin (install the developer version, write in his format…)

    Thread Starter John Conner

    (@johnconner)

    But the purpose of the plugin is to allow you to apply a custom size limit to images only.

    Any reason? I think u can extend the plugin to cover all formats easily, even custom types. There’s no such a plugin for WP around the net.

    you can do that either in wp-config.php or in your server’s php.ini file.

    4 sure I can do it when I place a website on a VPS,VDS or dedicated server! what about shared hosting?

    Thread Starter John Conner

    (@johnconner)

    I just found the solution, special thanks to mr.green.web; Here are steps:
    1- find these lines in functions.php and change one of its font series lines with your font’s name:

    if ( ! function_exists( 'pinboard_available_fonts' ) ) :
    /**
     * Returns an array of fonts available to the theme.
     *
     * @since Pinboard 1.0
     */
    function pinboard_available_fonts() {
    	return array(
    		'helvetica' => '"Helvetica Neue", "Nimbus Sans L", sans-serif',
    		'verdana' => 'Geneva, Verdana, "DejaVu Sans", sans-serif',
    		'tahoma' => 'Tahoma, "DejaVu Sans", sans-serif',
    		'trebuchet' => '"Trebuchet MS", "Bitstream Vera Sans", sans-serif',
    		'lucida-grande' => '"Lucida Grande", "Lucida Sans Unicode", "Bitstream Vera Sans", sans-serif',
    		'droid-sans' => '"Droid Sans", sans-serif',
    		'lato' => '"Lato", sans-serif',
    		'pt-sans' => '"PT Sans", sans-serif',
    		'cantarell' => '"Cantarell", sans-serif',
    		'open-sans' => '"Open Sans", sans-serif',
    		'oswald' => '"Oswald", sans-serif',
    		'yanone-kaffeesatz' => '"Yanone Kaffeesatz", sans-serif',
    		'quattrocento-sans' => '"Quattrocento Sans", sans-serif',
    		'georgia' => 'Georgia, "URW Bookman L", serif',
    		'times' => 'Times, "Times New Roman", "Century Schoolbook L", serif',
    		'palatino' => 'Palatino, "Palatino Linotype", "URW Palladio L", serif',
    		'droid-serif' => '"Droid Serif", serif',
    		'lora' => '"Lora", serif',
    		'pt-serif' => '"PT Serif", serif',
    		'courier' => 'Courier, "Courier New", "Nimbus Mono L", monospace',
    		'monaco' => 'Monaco, Consolas, "Lucida Console", "Bitstream Vera Sans Mono", monospace',
    	);
    }
    endif;

    for example:
    'b yekan' => '"b yekan", "tahoma", sans-serif',
    2- Open style.css and add the @font-face command at the very beginning of the file with the font’s name that you configured in functions.php
    3- Change all fonts-family in style.css to your own font’s name
    4- From your WP go to the theme options and select your font style from the typography panel which is come from functions.php
    5- Consider that you have to upload your web font package directly in server html root, and if you update the theme all settings will go away!
    6- Someone’s green with envy
    7- CODE IS POETRY ??

    Thread Starter John Conner

    (@johnconner)

    difference between load speed using internal Autoptimize CDN is eye catching on a new install WP, combination with hyper cache, cloudflare external CDN and having Google pagespeed module on apache server gave me a rocket.

    Thread Starter John Conner

    (@johnconner)

    I got my answer: change the theme or be a premium user on pinboard official website to enable handicapped features ??

    Thread Starter John Conner

    (@johnconner)

    Another slight issue is Java lazy load…

    Thread Starter John Conner

    (@johnconner)

    @ futtta
    Yeah, I use BP, these are details:
    Wordpress 3.5.1
    Buddypress 1.7
    CentOS server all updated
    The player works fine, challenge is its skin and loading time. In a whole picture with HTML compression everything seems well, JAVA compression makes some parts like wordpress password strength meter and some js based plugins disabled and CSS compression force the @font face and background pictures all gone (even with extra options). If any other details are required, don’t hesitate to ask.

    Thread Starter John Conner

    (@johnconner)

    Thanks a lot for being responsible, actually cloudflare compression does not have your plugin efficiency but it works with no problem in case of js and css compression.
    Original home page size: 743kb
    Autoptimize html+js+css compression: 356kb
    Cloudflare html+js+css compression: 468kb
    I’m looking for your plugin fully working to use it instead ??

    Thread Starter John Conner

    (@johnconner)

    Sorry I’m very newbie in programming, would you please give the clue in details? or check those plugins by yourself if you have time… tnx

    I had the same problem but it was just a plugin conflict, to find if it’s a struggle with any of other plugins disable all plugins except mingle forum and check if it works; then enable one by one to find the guilty one. Most of the time it’s a conflict with security plugins ??

    Just disable Mingleforum Seo Friendly Links through its options and use a SEO plugin ??

    @randyvos Glad you solve the problem, please mark the post as resolved ??

    @webgirl Sorry for late, I put the below code in .htaccess:

    php_value upload_max_filesize 256M
    php_value post_max_size 256M
    php_value max_execution_time 300
    php_value max_input_time 300

    Set the page to be shown as one column through the page “edit”, if your theme hasn’t that ability you have to define it and the easiest way is combination of your theme with a full width php file.

Viewing 15 replies - 46 through 60 (of 75 total)