Forum Replies Created

Viewing 15 replies - 121 through 135 (of 159 total)
  • Thread Starter chrisontour84

    (@chrisontour84)

    So i checked with Chrome Console and can see that “.blog .post-7496 .meta{display:none;}.home #main-bot{padding:10px 5px;}” is still active in the “main-top” div.

    If I uncheck the padding information in the console, the site looks good again. So I tried removing it again, both from my child them and also manually from the main theme, but the change is still in effect live. So I really think there is a big delay which kind of sucks! Is it normal that changes are not taking effect immediately?

    Thanks,
    Chris

    Thread Starter chrisontour84

    (@chrisontour84)

    Hey guys, now over night there seems to be a change, maybe it is just delayed. However, my complete website is effected with the code change now, so I removed the

    .home #main-bot {
        10px 5px !important;
    }

    and added the padding information into

    .blog .post-7496 .meta {
        display: none;
        padding: 10px 5px !important;
    }

    so it will hopefully only change the sticky post and not all of my other ones! I really wonder why the changes are not taking effect immediately?? My website looks really bad now :/

    Thread Starter chrisontour84

    (@chrisontour84)

    Hm how can I Edit the post? The “Code” format didnt work

    Thread Starter chrisontour84

    (@chrisontour84)

    Hey Jose- i was busy traveling ?? Now im using the 2 weeks at home to update my blog haha!

    Hardeep: I think I messed something up with my child theme. All I have in the child.css is this:

    /*
    Theme name: Choco
    Theme URI: https://cssmayo.com/freebies/free-wordpress-themes/chocotheme/
    Description: Stylish WordPress theme with two columns, right-sidebar, and three available color schemes.
    Author: CSSMayo
    Author URI: https://cssmayo.com/
    Template: choco
    Version: 0.1.1-wpcom
    License: GNU General Public License v2 or later
    License URI: https://www.gnu.org/licenses/gpl-2.0.html
    Tags: dark, brown, red, gray, two-columns, right-sidebar, fixed-layout, theme-options, custom-colors, custom-background, custom-menu, editor-style, infinite-scroll, post-formats, rtl-language-support, translation-ready, artwork, craft, journal, blog, artistic, colorful, contemporary
    */
    
    /* =Reset default browser CSS. Based on work by Eric Meyer: https://meyerweb.com/eric/tools/css/reset/index.html
    -------------------------------------------------------------- */
    
    .blog .post-7496 .meta {
        display: none;
    }
    .home #main-bot {
        padding:10px 5px;
    }

    Now whatever change i make with the padding, it does not translate into the blog anymore. Am I missing someting with the concept of child themes? Maybe im too tired, haha.

    Right now I just want to move the picture a little bit down (more padding on top) and make the space between picture and content a bit smaller (less padding on bottom).

    The Padding setting used now should have this effect, or?

    padding:10px 5px;
    > top and bottom padding are 10px
    > right and left padding are 5px

    Somehow its not live yet even though I changed it in the child theme.

    THanks for clearing my head haha ??

    Thread Starter chrisontour84

    (@chrisontour84)

    Thanks, I got one step closer ??

    after adding…

    .home #main-bot {
        padding: 10px !important;
    }

    …I still see that there are a few pixels between the div class=”entry” within class=”post post-7496 type-post status-publish format-standard sticky hentry category-travel” and the content (the image).

    Shouldnt my padding setting set 10px on each side, meaning also bottom and top?

    Maybe i missed something up because im not using an editor, but instead did the change in my child theme.

    Thread Starter chrisontour84

    (@chrisontour84)

    Ok cool, so ill just ignore that one.

    Now my site seems to be fine other than the Mobile Friendly part.. but I think for small personal blog like mine using an outdated theme, it is okay ??

    Too bad the Choco theme doesnt have a response version of it! Or did i miss it maybe? ??

    Thread Starter chrisontour84

    (@chrisontour84)

    Thanks Clayton, which website do you usually use to check/analze pages that does not use the GET request to check up on the link?

    Thread Starter chrisontour84

    (@chrisontour84)

    Ok thx! Fixed those 2 issues. Now im down to around 400ms from Europe, guess thats okay! I could reduce the image size even further but I think ill stop here. Do you see anything else that slows down my site and could be fixed though? Maybe im missing something!

    https://www.chrisontour84.de

    Thaniks ??

    Thread Starter chrisontour84

    (@chrisontour84)

    Anyone else any idea before I start to mannually change hundreds of picture URLs? ??

    Forum: Fixing WordPress
    In reply to: pingback problem
    Thread Starter chrisontour84

    (@chrisontour84)

    Im just confused why I only get a pingback from that site and not the other 2 I posted my links. ?? Strange..

    Forum: Fixing WordPress
    In reply to: pingback problem
    Thread Starter chrisontour84

    (@chrisontour84)

    Yes, but the flyertalks forum is on their domain and im putting the links there? Maybe I dont get it, haha sorry

    Thread Starter chrisontour84

    (@chrisontour84)

    Might do the same then. I just removed my Share buttons and the site improved to 1,20 seconds now. Do you know of any super light weight share buttons? otherwise i will just make some images or even just write a text because i simply want to link to my sites without the need of a fancy, site delaying share button / badge ??

    Regarding the site speed, there are only these 2 things left that I would like to “Fix” – not sure if they are mandatory?

    1) a link to “https://bam.nr-data.net/1/68” – I read that this is regarding the “Security for New Relic Browser” – https://docs.newrelic.com/docs/browser/new-relic-browser/performance-quality/security-new-relic-browser

    How does this end up on my blog and how can I remove it? I dont believe its something I need? Its taking 600-1000ms to load, so by far the biggest drawback now.

    2) my Custom CSS plugin seems to have a bit of loading time as well: https://www.chrisontour84.de/?sccss=1&ver=4.4.2 The only thing thats rendered here is the code to remove the “Comment” bar of my sticky posts featuring the 2 Vimeo videos at the top of my blog: https://www.chrisontour84.de/

    Is it normal that the simply CSS code of 1 line is slowing down the page by 250-300ms? it seems a lot!

    Thanks a lot ??
    Chris

    Forum: Fixing WordPress
    In reply to: pingback problem
    Thread Starter chrisontour84

    (@chrisontour84)

    But if I remove the http and chrisontour84.de part of my domain and just start with everything after that, the link wont work anymore?! ?? I could not find a solution to the problem with the pingbacks coming from my forum posts on flyertalk sadly ??

    Forum: Fixing WordPress
    In reply to: pingback problem
    Thread Starter chrisontour84

    (@chrisontour84)

    Hey James, just one more question haha.

    I still get pingpacks from myself. So for example I posted a link into a forum and now I get the mail to approve the pingback. Is there any way to disable those pingbacks from myself? It would be okay to get it from other Blog users but not from myself ??

    Now since I posted it on the forum, I guess wordpress cant figure out that its me but then I only get the pingback from this URL and not from others… HM!

    A new pingback on the post “Live #84, Torres del Paine, Patagonia, Chile (Day 3)” is waiting for your approval
    https://www.chrisontour84.de/2016/02/08/live-84-torres-del-paine-patagonia-chile-day-3/

    Website: Trip Report: Torres del Paine, Patagonia (Chile) – Page 2 – FlyerTalk Forums (IP: 173.245.48.199, cf-173-245-48-199.cloudflare.com)
    URL: https://www.flyertalk.com/forum/trip-reports/1739802-trip-report-torres-del-paine-patagonia-chile-2.html#post26187398
    Pingback excerpt:
    […] to travel full time again with a quick trip to the balkans first in a week from now Happy times! Day 3, John Gardner Pass 14/04/2015 The third day of my trek in Torres del Paine National Park would finally lead me to […]

    Thread Starter chrisontour84

    (@chrisontour84)

    Hm, well I know that there is a bit of extra security using them, but if they cant speed up my page then I might consider disabling it as well again.

    What does the rest think about Cloudflare?

Viewing 15 replies - 121 through 135 (of 159 total)