silverks
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Mingle] WP Mingle Account pages showing borders on Graphene ThemeAdd this code to the theme’s Custom CSS option:
table td, table th, table tr { border: none; background: none; }
Forum: Themes and Templates
In reply to: [Graphene] [Theme: Graphene] Print icon disappearedWP Admin > Appearance > Graphene Options > Print Options > Enable print CSS for single posts and pages
Forum: Themes and Templates
In reply to: [Graphene] [Theme: Graphene] Print icon disappearedYou have to enable the Print CSS as well for the print button to be shown.
Forum: Themes and Templates
In reply to: [Graphene] [Theme: Graphene] Remove search from menu bar?Looks like you’ve found the setting ??
Forum: Themes and Templates
In reply to: [Graphene] Changing to a liquid layoutI don’t think I’ve ever seen a forum response from the Graphene’s theme developer on this forum.
That’s because most of the support for the theme is provided via the theme’s support forum.
But not exclusively. I do sometimes take a look at the forum here for the theme’s support requests as well.
Forum: Themes and Templates
In reply to: Remove navigation linksCould removing it have a negative effect?
Yes. When you update the theme, your changes will be gone.
Insert this into the theme’s Custom CSS option instead:
.post-nav { display: none; }
It just involves playing around with CSS. You can do something like this:
.child-page { width: 28% !important; float: left; margin-left: 5px; }
Forum: Themes and Templates
In reply to: [Graphene] [Theme: Graphene] Print icon disappearedURL to your site?
Forum: Themes and Templates
In reply to: [Graphene] [Theme: Graphene] Changing colorsHi Natanya,
There’s a bug that causes this with the latest update. I’ve already submitted a newer version with the bug fix, but it’ll probably take a few more days before it’s published.
In the mean time, you can try this solution here: https://forum.khairul-syahir.com/graphene-support/what-happened-to-my-color-settings
Forum: Themes and Templates
In reply to: WP_Query order posts/pages by ID sequenceThanks! Just what I need ??
Hi JLeuze,
I’m the author of the Graphene theme, and unfortunately the fix you suggested can’t be implemented, as it’ll remove the functionality of filtering the home page posts by category.
I did quite a bit of digging, and found out that the bug actually lies in the Meteor Slides plugin itself, and not the theme. This is because the plugin creates a new query within the WordPress main query to display the slides within a post/page, but didn’t destroy that query data properly after using it.
The file where this bug is located is
meteor-slides/includes/meteor-slideshow.php
. The plugin uses theWP_Query
class to get the slides, but resets the query usingwp_reset_query()
. It should be usingwp_reset_postdata()
instead to clear the custom query data, aswp_reset_query()
is for thequery_posts()
function, and not the WP_Query class.Forum: Themes and Templates
In reply to: [Graphene] [Theme: Graphene] Style sheet missing!Delete the theme and try installing it again.
Forum: Themes and Templates
In reply to: [Graphene] Built-in Twitterwidget not working?The Twitter widget on your site is actually working properly when I view it, using Firefox 5. See the screenshot I took: https://tinypic.com/r/21kwb40/7
Forum: Themes and Templates
In reply to: [Graphene] Navigation menu subtitlesOK, please see the note I posted on the theme’s Support Forum: https://forum.khairul-syahir.com/graphene-support/new-navigation-menu-in-version-14-a-heads-up
Forum: Themes and Templates
In reply to: Delete page titles in Graphene themeSee if this thread in the theme’s support forum helps: https://forum.khairul-syahir.com/graphene-support/remove-page-titles-from-content-area?replies=9#post-6300