Craig Bennett

Forum Replies Created

Viewing 15 posts - 1 through 15 (of 36 total)
  • Author
    Posts
  • in reply to: gd_login Problem #69138

    Craig Bennett
    Lifetime Member
    Post count: 44

    Hi Stiofan,

    Thanks for trying and debugging.

    I’ve just built a new server on digital ocean and still have the same issue, couldn’t find anything wrong with my server configuration on either Linode or digital ocean. I’m completely stumped as to what could be causing it.

    As a solution, I’ve decided to build a login modal that uses the WordPress login form and so far this is working great, I’ve still to add register, password recovery and redirects to it but will get there in the end.

    Cheers, Craig

    in reply to: gd_login Problem #68457

    Craig Bennett
    Lifetime Member
    Post count: 44
    This reply has been marked as private.
    in reply to: gd_login Problem #68261

    Craig Bennett
    Lifetime Member
    Post count: 44

    Sorry about that,

    I’d disabled password authentication in my ssh config file.

    I’ve re-enabled it so you should be able to connect now.

    Cheers, Craig

    in reply to: gd_login Problem #68100

    Craig Bennett
    Lifetime Member
    Post count: 44

    Hi Stiofan, did you manage to have a look into the problem I’m having?

    in reply to: gd_login Problem #67902

    Craig Bennett
    Lifetime Member
    Post count: 44
    This reply has been marked as private.
    in reply to: gd_login Problem #67832

    Craig Bennett
    Lifetime Member
    Post count: 44
    This reply has been marked as private.
    in reply to: Booster & adsense issue #46241

    Craig Bennett
    Lifetime Member
    Post count: 44

    I forgot to mention, that the other adsense ads on the page work fine when booster is enabled. Only the ads in the right sidebar are affected. Cheers

    in reply to: Booster & adsense issue #46176

    Craig Bennett
    Lifetime Member
    Post count: 44
    This reply has been marked as private.
    in reply to: GD Booster Issue #32647

    Craig Bennett
    Lifetime Member
    Post count: 44

    Thanks for that Paolo,

    It seem’s to be working fine now when logged out, must have been the nginx fastcgi cache that was causing the problem for you, anyway sorted now.

    Are you aware of any issues running fastcgi and booster together, looks like they are ok, just wanted to check.

    Thanks for the advice regarding the plugins, I’ve already decided to code a css only nav menu and get rid of ubermenu, it is a resource hog.

    I get the site to load in about 3.5s with isn’t too bad, were you seeing very long load times?

    Wanguard and wordfence are just there to add extra security to my site, my site has been hacked a couple of times and Wordfence acts as a firewall / security plugin, it works great with little overhead. I’ll probably replace wanguard with your new gd recapcha plugin, sounds good.

    As for the rest, most are very light weight and well coded, they don’t impact load time too much, but I’m always looking at alternatives and will probably try and code something specific to my site to reduce any overheads.

    Thanks for the advice

    in reply to: GD Booster Issue #32345

    Craig Bennett
    Lifetime Member
    Post count: 44
    This reply has been marked as private.
    in reply to: GD Booster bugs #24567

    Craig Bennett
    Lifetime Member
    Post count: 44

    Cheers Stiofan,

    I’ve disabled that and twitter’s working fine now.

    Thanks

    in reply to: GD Booster bugs #24373

    Craig Bennett
    Lifetime Member
    Post count: 44

    Just noticed the twitter widget here as well, seems to work sometimes not others, if you refresh the page it sometimes shows for a sec and then disappears.

    1 & 2 are no big deal anyway, I’ve sorted them at my end anyway, but the code all works fine on my production site no issues there only occurred after the beta update.

    Cheers, Craig

    in reply to: GD Booster bugs #24368

    Craig Bennett
    Lifetime Member
    Post count: 44

    Hi Stiofan,

    Let me try and explain a bit better. There are three things that cropped up while messing about with the beta last night.

    1. First thing was the CSS issue that made my HTML font-size declaration 100%, when it should have been 62.5%. I’ve fixed this by adding an empty HTML CSS declaration at the top of my CSS file, for some reason with the booster active the first CSS Declaration wasn’t working, by adding one above it in my style sheet it’s now fine. Here’s what I had to do to get it to work:

    html { }
    html {
    font-size: 62.5% !important; }

    This was added to my main style.css file.

    2. The second issue was the geodir_advance_search_filters CSS file is overriding some of my CSS. It messes up my h3 in the footer widget header and the events calendar. This happens when the advanced search filters plugin is active, even if Booster is disabled.
    I’ve fixed this by commenting out the block under the base comment in the advanced_search_filters CSS file, like so:

    /* Base
    —————————————————————————————————-*/
    /* * {margin:0;padding:0;border:0;outline:0}
    html {
    height: 100%;
    }
    html, body, div, span, applet, object, iframe,
    h1, h2, h3, h4, h5, h6, p, blockquote, pre,
    a, abbr, acronym, address, big, cite, code,
    del, dfn, em, font, ins, kbd, q, s, samp,
    small, strike, sub, sup, tt, var,
    dl, dt, dd, ol, ul, li,
    fieldset, form, label, legend,
    caption {
    border: 0;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
    }
    body {line-height: 1;}
    ol, ul {list-style: none;}
    blockquote, q {quotes: none;}
    blockquote:before, blockquote:after,
    q:before, q:after {content: ”; content: none;}
    :focus {outline: 0;}
    ins {text-decoration: none;}
    del {text-decoration: line-through;}
    p{ padding:0px; margin:0px}
    a{text-decoration:none;}
    a:hover{text-decoration:none;}
    body {
    height: 100%;
    margin: 0;
    padding: 0;
    font-size:100%;
    }
    .clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: ” “;
    clear: both;
    height: 0;
    }
    .fl
    {float:left;}
    .fr
    {float:right;}
    .clr{ clear:both;}
    p
    { line-height:22px; padding:5px 0 5px 0;}
    img
    { max-width:100%;
    height:auto;
    border:none;}
    article, nav, section, footer, summary
    { display:block;} */

    All of the above is commented out, this is strange as nothings changed in this file as far as I can see.

    3. The third thing is the Geodir Twitter Widget is no longer showing, it should be below the events calendar on my home page, right sidebar. It seems to start loading then just the empty container is left, there is no code between the <body> tags. Don’t have a clue what’s causing this, but it seems to be an issue with chrome, seems ok on firefox.

    Thanks, Craig

    in reply to: GD Booster bugs #24330

    Craig Bennett
    Lifetime Member
    Post count: 44

    OK, I’ve figured out what is causing the other CSS issues, for some reason some of the advance_search_filters CSS file is now overriding some of my CSS.

    The main issue is the declarations just under the BASE comment.

    I’ve also just noticed an issue with the GD Twitter Widget, it’s not showing on my homepage in the right sidebar, below the events calendar.

    Cheers, Craig

    in reply to: GD Booster bugs #24323

    Craig Bennett
    Lifetime Member
    Post count: 44

    OK, I’ve fixed the main CSS issue I had, but it’s a little weird. Maybe a GD Booster bug?

    For some reason my HTML CSS declaration, was getting stripped out. When I looked at the CSS file generated by Booster I noticed the declaration was there but missing the semicolon at the end, which existed in my original CSS file.

    The only way I’ve found to fix the issue is to make the declaration twice. Which you can see in my main CSS file.

    There’s still a few smaller CSS issues, I’ll investigate these in case it’s a similar issue.

Viewing 15 posts - 1 through 15 (of 36 total)
20% Discount Offer
Hurry! Get your 20% discount before it expires. Get 20% Discount