Kenneth John Odle

Moderator

Forum Replies Created

  • Mod
    Quote:
    AND on my website to all viewers

    It’s not appearing to me. It appears to you because you are logged in.

    This issue was fixed in Graphene 1.7.3. You can view that in the changelog:

    https://forum.graphene-theme.com/graphene-theme/changelog/

    You have either tinkered with theme files or you have an incomplete install. (Weird, but it sometimes happens.)

    Try reinstalling a fresh copy of Graphene.

    Mod

    In reply to: Re: Issues posting on this forum

    #43442
    Quote:
    Yes, but I’m not able to post there anymore

    Then start a new thread. Don’t jump on someone else’s. It’s rude.

    Mod

    In reply to: WordPress 4 +graphene 1.9 slider doesnt work

    #43409

    WordPress 4 + Graphene 1.9.3 works fine for me.

    Try disabling your plugins to rule out a plugin issue.

    Mod

    In reply to: How can I remove suggested pages on my 404 page?

    #43396
    Quote:
    Yes, I recently bought a membership plug in and will begin the process of setting that up.

    Why did you buy one? There are plenty of good free ones available in the plugin repository.

    Quote:
    can anyone help me with removing the suggested pages on the 404 page?

    Once you have your membership plugin set up, even if those posts show up in search results, the excerpt and the full page content should not be available to anyone who is not logged in to the course.

    Edit:

    I’m not sure which plugin you are using, so it may have the ability to keep those pages out of search results. You’ll need to check the plugin documentation.

    Mod

    In reply to: Re: Issues posting on this forum

    #43440

    @Ulquiorra:

    Please don’t hijack someone else’s thread. Your thread is here.

    Mod

    In reply to: Space above widget title

    #43388
    Quote:
    Can I do that in graphene with css?

    Yes, by using a CSS animation on the :hover pseudoclass for the item in question.

    First, create your animation:

    @keyframes changetored {
    0% {color: white;}
    100% {color: red;}
    }

    That should be easy to understand: when the animation starts, the text is white; when it ends, the text is red. You can add intermediate points, as well, so that you could actually go through a number of colors.

    Then add that animation to your element:

    .nav a {animation: changetored 10s linear;}

    This animation will take 10 seconds to execute (you probably want something close to 1 second), and it will be a linear transition.

    Quote:
    Is there a way to bold or change the weight of the standard text in the nav menu with the custom css?

    Easiest way to figure this out is to examine the navigation elements of my website with Firebug (or just look at my child theme style sheet) to see what I changed and how I changed it. Navigation menus can be tricky.

    Mod

    In reply to: Responsifying the Graphene header

    #43379

    When you said “hardcode” I assumed that he was adding code for his plugin directly into a Graphene theme. Unfortunately, he’s not adding code, he’s adding the ID for the image in question.

    If all you are using this plugin for is the header image, then I suppose you could go ahead and hardcode it in a child theme. But really, you may just want to use a mobile theme for mobile.

    BTW, you could use a little more contrast on your site. It would make it easier to read across all devices.

    Also, you have this in your CSS:

    .menu-item a {
    font-family: Bad Script;
    font-size: 20px;
    }

    You really should specify a back-up font, in case the “Bad Script” font isn’t available.

    Mod

    In reply to: How can I remove suggested pages on my 404 page?

    #43394
    Quote:
    so I figured they were fairly safe. (I know that hackers could grab them no problem but the average person wouldn’t know how to find them.)

    The problem is not that they show up on the 404; the problem is that they show up everywhere. A simple search of your site through Google or Bing will turn up those pages.

    You need to find a better way of keeping those pages private, such as by using a membership plugin.

    Moved to Support. Please post in the correct section next time.

    Mod

    In reply to: Implement Google Cookie code – how?

    #43385

    I don’t use any, but there is a list in the plugin repository here:

    https://wordpress.org/plugins/search.php?q=eu+cookie

    Mod

    In reply to: Implement Google Cookie code – how?

    #43384

    I don’t use any, but there is a list in the plugin repository here:

Viewing 10 posts - 751 through 760 (of 5,839 total)