Forum Replies Created

Viewing 15 replies - 16 through 30 (of 40 total)
  • Thread Starter lucker

    (@lucker)

    Milan, thank you for answer. Could you please suggest what particular settings would affect this behavior? I went through the settings twice and ran out of ideas

    I tried to turn W3 Total Cache off – the same result (only loading time greater). Even if I disable animation and text fo stars and thumbs (for articles and comments) in GD Star Rating settings this line is in the loading script:

    /* loading indicators */
    235.loader { margin-left: auto; margin-right: auto; text-align: left; }
    236
    237.loader. { background: url(http://shershidsky.ru/wp-content/plugins/gd-star-rating/gfx/loader/.gif) no-repeat left; padding-left: px; }
    238.loader..width { width: px; }
    239
    240.loader.width { padding-left: 0px; }
    241.loader.arrows.thumb, .loader.flower.thumb, .loader.circle.thumb, .loader.broken.thumb,
    242.loader.radar.thumb, .loader.triangles.thumb, .loader.snake.thumb, .loader.snakebig.thumb,
    243.loader.brokenbig.thumb { background-position: center !important; padding-left: 0px !important; }
    244
    245/* top rating widget */

    Have you any clue where it came from?

    Thread Starter lucker

    (@lucker)

    Thanks for your answer. You are right: I try to save the pageload time. So, I noticed the easing-slider script loading on all pages and posts and think about change this behavior.

    As a result I think about loading jQuery (is it right name for script? I a newbie in it…) only on pages (or some pages) only. It’d significantly decrease pageload time and sort of server loading.

    Thread Starter lucker

    (@lucker)

    Thank you for suggestion, I read this. This “is not necessary for 99.99% of users”. So, I try to understand if I’m in 0,01% or maybe just misunderstand smth. And also I agree with Takayuki – redirecting in this case is not good…

    So, if anyone face the issue? Know how to fix it?

    Thread Starter lucker

    (@lucker)

    Any ideas? If only my website has the issue?

    There is no “successfully sent” message (in green border) after sending form, if “on_sent_ok” added to Additional Settings.

    lucker

    (@lucker)

    Gregorz, thanks a tons, it works just fine now. I can really customize the flyout (as well fade) button as I wish.

    My theme is Atahualpa – very customizable theme for dummies like me. I think it’s very popular ’cause it allow construct wordpress blog with tiny knowledge of html. Also it has great support.

    Anyway, Gregorz, thank you again and good luck.

    Cheers

    lucker

    (@lucker)

    Thanks for your efforts to teach me CSS, but I guess I’m horizonless for it. Yes, you are right, I’m using flyout effect and put the selectors in the one’s css sheet.

    Couldn’t agree more with you about E & F logic. It seems impeccable for me even I’m absolutely newbie with css. But I didn’t reach the “test with IE6” stage – it doesn’t work with Firefox (even with cleared cache).
    After you detailed explanation I put in the flyout css style sheet the next code:

    #upprev_box {
        position: fixed;
        z-index: 1000;
        bottom: 0px;
        right: -400px;
        width: 360px;
        padding: 10px 20px 10px 10px;
        border-top: 2px solid #000;
        border-left: 1px solid #f0f0f0;
        background-color: #fff;
        -moz-box-shadow: 0 4px 10px #666;
        -webkit-box-shadow: 0 4px 10px #666;
        box-shadow: 0 4px 10px #666;
        -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Color=#cccccc, direction=270, strength=7)";
        filter: progid:DXImageTransform.Microsoft.Shadow(Color=#cccccc, direction=270, strength=7);
        _position: absolute;
        _top: 0;
    }
    
    #upprev_box h6 {
        margin: 0 0 5px 0;
        padding: 0;
        text-transform: uppercase;
        font: bold 10px arial,helvetica,sans-serif;
    }
    
    #upprev_box h6 a {
        font-family: verdana, arial, sans-serif;
        color: #111111;
    }
    
    #upprev_box a {
        font-family: verdana, arial, sans-serif;
        font-size: 1.2em;
        font-weight: 500;
        letter-spacing:-1.5px;
        color: #A60000;
    }
    
    #upprev_box .num {
        color: #888;
        font-weight: normal;
    }
    
    #upprev_box button {
        border: none;
        padding: 0;
        position: absolute;
        top: 5px;
        right: 5px;
        width: 13px;
        height: 13px;
        background: #fff url('close_window.gif') no-repeat 0 0;
        text-indent: -999em;
        overflow: hidden;
        cursor: pointer;
    }

    It have changed the size of the “More in” (make it little bit smaller) and size of article link (Make it bigger, another font and larger letter-spacing). That’s all. Nothing more.

    I guess I should add one more notice. When I tried to change css the first time and put the code into the #upprev_box {} selector it changed “More in” and “# of # articles” appearance. Another text and links didn’t change.

    My website contain posts (where plugin appears) only in Russian, but design has no language barriers, I guess.

    lucker

    (@lucker)

    Hello Gregorz,

    Thank you for instuctions, but it didn’t help. Selector a doesn’t work for me. The values of the selectors appear strikeout in Firebug.

    For instance, this cod is strikeout:
    #upprev_box > a {
    color:#A60000;
    font-family:verdana,arial,sans-serif;
    font-size:1.2em;
    font-weight:500;
    letter-spacing:-1.5px;
    }
    upprev_flyout.css #2 (строка 1)
    a:link, a:visited, a:active {
    color:#A60000;
    font-weight:normal;
    text-decoration:none;

    It take css from footer, as I understand.

    lucker

    (@lucker)

    One question: how to customize:
    1. Article link – I’d like it’d be the same as the post titles in my blog (now it the same as my footer)
    2. category link – I’d like it would be lighter color than “More in ” category color.
    Unfortunately I can’t do this with the current CSS (or maybe my skiil not enough…).

    Could you please advise how to change css settings for particular elements of the flyout window?

    lucker

    (@lucker)

    Thanks a tons for awesome plugin! It’s exactly what I’ve searched.

    But it would be a killer plugin if it have some customization in backend. Actually I’s thinking about Similar Post plugin integration. But it would be nice at least simply to put in the particular post, without categories.

    Thread Starter lucker

    (@lucker)

    Removed plugin, added http://wordpress.org/extend/plugins/lj-xp/ – pages seem loading much faster.

    Thread Starter lucker

    (@lucker)

    Sorry for double posting

    Thread Starter lucker

    (@lucker)

    Hello, Donncha

    That was in my .htaccess

    # BEGIN WPSuperCache
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    AddDefaultCharset UTF-8
    RewriteCond %{REQUEST_METHOD} !POST
    RewriteCond %{QUERY_STRING} !.*=.*
    RewriteCond %{HTTP:Cookie} !^.*(comment_author_|wordpress_logged_in|wp-postpass_).*$
    RewriteCond %{HTTP:X-Wap-Profile} !^[a-z0-9\”]+ [NC]
    RewriteCond %{HTTP:Profile} !^[a-z0-9\”]+ [NC]
    RewriteCond %{HTTP_USER_AGENT} !^.*(2.0\ MMP|240×320|400X240|AvantGo|BlackBerry|Blazer|Cellphone|Danger|DoCoMo|Elaine/3.0|EudoraWeb|Googlebot-Mobile|hiptop|IEMobile|KYOCERA/WX310K|LG/U990|MIDP-2.|MMEF20|MOT-V|NetFront|Newt|Nintendo\ Wii|Nitro|Nokia|Opera\ Mini|Palm|PlayStation\ Portable|portalmmm|Proxinet|ProxiNet|SHARP-TQ-GX10|SHG-i900|Small|SonyEricsson|Symbian\ OS|SymbianOS|TS21i-10|UP.Browser|UP.Link|webOS|Windows\ CE|WinWAP|YahooSeeker/M1A1-R2D2|iPhone|iPod|Android|BlackBerry9530|LG-TU915\ Obigo|LGE\ VX|webOS|Nokia5800).*
    RewriteCond %{HTTP_user_agent} !^(w3c\ |w3c-|acs-|alav|alca|amoi|audi|avan|benq|bird|blac|blaz|brew|cell|cldc|cmd-|dang|doco|eric|hipt|htc_|inno|ipaq|ipod|jigs|kddi|keji|leno|lg-c|lg-d|lg-g|lge-|lg/u|maui|maxo|midp|mits|mmef|mobi|mot-|moto|mwbp|nec-|newt|noki|palm|pana|pant|phil|play|port|prox|qwap|sage|sams|sany|sch-|sec-|send|seri|sgh-|shar|sie-|siem|smal|smar|sony|sph-|symb|t-mo|teli|tim-|tosh|tsm-|upg1|upsi|vk-v|voda|wap-|wapa|wapi|wapp|wapr|webc|winw|winw|xda\ |xda-).*
    RewriteCond %{HTTP:Accept-Encoding} gzip
    RewriteCond %{DOCUMENT_ROOT}/wp-content/cache/supercache/%{HTTP_HOST}/$1/index.html.gz -f
    RewriteRule ^(.*) “/wp-content/cache/supercache/%{HTTP_HOST}/$1/index.html.gz” [L]

    RewriteCond %{REQUEST_METHOD} !POST
    RewriteCond %{QUERY_STRING} !.*=.*
    RewriteCond %{HTTP:Cookie} !^.*(comment_author_|wordpress_logged_in|wp-postpass_).*$
    RewriteCond %{HTTP:X-Wap-Profile} !^[a-z0-9\”]+ [NC]
    RewriteCond %{HTTP:Profile} !^[a-z0-9\”]+ [NC]
    RewriteCond %{HTTP_USER_AGENT} !^.*(2.0\ MMP|240×320|400X240|AvantGo|BlackBerry|Blazer|Cellphone|Danger|DoCoMo|Elaine/3.0|EudoraWeb|Googlebot-Mobile|hiptop|IEMobile|KYOCERA/WX310K|LG/U990|MIDP-2.|MMEF20|MOT-V|NetFront|Newt|Nintendo\ Wii|Nitro|Nokia|Opera\ Mini|Palm|PlayStation\ Portable|portalmmm|Proxinet|ProxiNet|SHARP-TQ-GX10|SHG-i900|Small|SonyEricsson|Symbian\ OS|SymbianOS|TS21i-10|UP.Browser|UP.Link|webOS|Windows\ CE|WinWAP|YahooSeeker/M1A1-R2D2|iPhone|iPod|Android|BlackBerry9530|LG-TU915\ Obigo|LGE\ VX|webOS|Nokia5800).*
    RewriteCond %{HTTP_user_agent} !^(w3c\ |w3c-|acs-|alav|alca|amoi|audi|avan|benq|bird|blac|blaz|brew|cell|cldc|cmd-|dang|doco|eric|hipt|htc_|inno|ipaq|ipod|jigs|kddi|keji|leno|lg-c|lg-d|lg-g|lge-|lg/u|maui|maxo|midp|mits|mmef|mobi|mot-|moto|mwbp|nec-|newt|noki|palm|pana|pant|phil|play|port|prox|qwap|sage|sams|sany|sch-|sec-|send|seri|sgh-|shar|sie-|siem|smal|smar|sony|sph-|symb|t-mo|teli|tim-|tosh|tsm-|upg1|upsi|vk-v|voda|wap-|wapa|wapi|wapp|wapr|webc|winw|winw|xda\ |xda-).*
    RewriteCond %{DOCUMENT_ROOT}/wp-content/cache/supercache/%{HTTP_HOST}/$1/index.html -f
    RewriteRule ^(.*) “/wp-content/cache/supercache/%{HTTP_HOST}/$1/index.html” [L]
    </IfModule>

    # END WPSuperCache

    I changed this to the code from the plagin installation page @wordpress.org
    Nothing changed, same situation. Moreover, message on admin page said I should change back the previous rules. I did this.

    I checked with the tools:
    http://www.whatsmyip.org/http_compression/
    http://www.gidnetwork.com/tools/gzip-test.php

    It showed no compression on any page except the main http://shershidsky.ru

    Try it:
    http://shershidsky.ru/advice
    http://shershidsky.ru/2010/08/mnogoe-uzhe-pridumano.html

    And odder is the english subdomain (the same hosting ) compress all pages!
    http://en.shershidsky.ru/advice
    http://en.shershidsky.ru/about

    Maybe that’s ’cause there are four pages only?:)

    lucker

    (@lucker)

    I did a bit easier: just replaced “Next quote” in the quotes collection.php to the local language text and switched encoding in the file to UTF-8. That’s it! Just replace file on the host.

    Cheers

    Thread Starter lucker

    (@lucker)

    Found the answer by myself.
    First thing you should determine widget id (it’s unique for every widget), Firebug in Firefox helped for me.
    Next put some code in CSS

    div#YourWidgetTextID{
    height: 200px;
    }

    It works for me

    Thread Starter lucker

    (@lucker)

    resolved by downgrade to the previous version 2.4.9. The link on the previous version is on the author’s page:
    http://urbangiraffe.com/plugins/ajax-calendar/

Viewing 15 replies - 16 through 30 (of 40 total)