Kenneth John Odle

Moderator

Forum Replies Created

  • Mod

    In reply to: change slider font or color?

    #44225

    To change the color of the top and bottom bars, go to

    Graphene Options >> Colors >> Slider

    To change the color of the background of the post title and description:

    .slider-entry-wrap {background: #000;}

    To change the color of the post title in the slider:

    .slider_post h2 { background: #000;}

    To change the color of the post description in the slider:

    slider_post_entry {background: #000;}

    Add all CSS changes to Custom CSS feature in Graphene or child theme stylesheet.

    Mod
    Mod

    In reply to: Where has my recent post gone?

    #44200

    It’s quite simple, actually.

    1) Install Graphene Neo. Do NOT activate it.

    2) Install the Graphene Neo Helper plugin and activate it. This gives you an additional separate set of options for Graphene Neo. (These are similar to, but not entirely identical to, the regular Graphene options.)

    3) Install the Any Mobile Theme Switcher plugin and activate. This allows you to determine which theme displays on different devices. You can select the Graphene or Graphene Neo theme for whatever device the plugin supports. You can see screenshots of it here: https://wordpress.org/plugins/any-mobile-theme-switcher/screenshots/ This is the key step to making it all work.

    If you wish to customise Graphene Neo beyond what the theme options offer, you can also make a child theme for Neo, and select the child theme in the Any Mobile Theme Switcher.

    That’s about it, really. It may seem intimidating at first, but once you’ve set it up once, it’s a quick process to install it on other sites.

    Mod

    In reply to: Fatal error – undefined function

    #44209

    Please search the forum first. This issue has already been addressed here:

    https://forum.graphene-theme.com/graphene-support/after-update-to-wp-41-fatal-error-refering-to-shortcode-handler

    Mod

    In reply to: Admin comments replies not working

    #44196

    Tested this out on one of my sites and can verify. Haven’t seen anything about it in the WordPress channels yet, though.

    Mod

    In reply to: Where has my recent post gone?

    #44198

    If you click on the “Member” link under your name, it will bring up a list of all your activity on this forum. The last post I see from you (other than this one) is from a year ago.

    It’s possible that your browser ate it (my ctrl button sometimes sticks, causing me to double post responses—weird), or something happened between your computer and the rest of the internet. I don’t know.

    Anyway, the site for Neo is here: https://forum.graphene-theme.com/graphene-mobile-neo/features-and-functionalities/

    There is lots of information there, but if you can’t find what you seek there, please feel free to add it to this thread.

    Mod

    In reply to: About a:active

    #44192
    Quote:
    If the menu item is active, I want another action, than if not active, when a:hover. But it seems like a:active don’t work in the css.

    I think you are confusing a:hover and a:active, which are pseudoclasses built into CSS, with a.current, which is a CSS class that you can define.

    :hover and :active are dependent upon mouse actions. :hover comes into play when you hover your pointer over something with that pseudoclass; :active comes into play in the time between when you click on an item and when you release the mouse button.

    .current is a user-defined CSS class that is usually applied to the page link on the page you are actually on. In the case of Graphene, the actual css class for the top menu is .current-menu-item.

    Hope this helps.

    Mod

    Select one of the two options in the row above this.

    Mod

    In reply to: Remove (No title) at top of page

    #44168
    Quote:
    Could it be that you wrote the topic title into the text field instead of the subject line at the top of the post (in the post editing menu)?

    This is exactly what he’s done. Enter the title in the box just under “Edit Post” and this problem will go away.

    Mod

    In reply to: Problems Isolating and Removing Boarder Around Header

    #44186

    I don’t see this. Did you manage to resolve it?

Viewing 10 posts - 551 through 560 (of 5,839 total)