Kenneth John Odle

Moderator

Forum Replies Created

  • Mod

    In reply to: Adding author on pages

    #43929

    I just looked at your site. It appears that you are enabling people to download pirated digital goods. Therefore, according to the forum rules, I cannot help you:

    https://forum.graphene-theme.com/graphene-support/forum-rules-please-read-especially-if-youre-new-to-the-forum

    Quote:
    Purposes that are considered to be ethically and morally questionable include, but not limited to:

    Display and/or promotion of pornographic material

    Promotion of hatred, violence, crime, terrorism, and extremism

    Promotion and/or distribution of stolen goods and materials, including pirated digital goods

    Mod

    In reply to: Adding author on pages

    #43927

    Here is a tutorial I wrote on using Graphene action hook widget areas:

    It’s easy once you understand the basic concept, so feel free to play around with it. You will need to use the PHP widget if you have more than one author; otherwise, you can just hardcode in an HTML link to your author page.

    Mod

    In reply to: Remove bottom bar of the slider

    #43923
    Quote:
    Any idea how to remove bottom bar of the slider?

    Add to custom CSS:

    .featured_slider {
    padding-bottom: 0;
    }

    Quote:
    And i want to add social media share on the top bar for the slider content if possible.

    Use a Graphene custom action hook widget area. I use Graphene_before_slider_root to add text to the slider on my blog.

    Mod

    In reply to: Strong font homepage

    #43921

    Your posts have strong text format applied; this will also appear when they show up on the front page.

    Do you want this text to appear normal on the front page?

    Mod

    In reply to: Remove bottom bar of the slider

    #43922

    Moved to Support.

    Mod

    In reply to: Adding author on pages

    #43925

    Moved to Support.

    Mod

    In reply to: Strong font homepage

    #43920

    Moved to Support.

    Mod

    In reply to: Adding author on pages

    #43924

    Use a PHP widget and a Graphene custom action hook area with this code:

    <?php the_author(); ?>

    Mod

    In reply to: Cannot Change Content Area Text Color

    #43915
    Quote:
    but the text looks grey. This is the code for the blue it should be #0d15d3.

    You can verify this using Firebug. In some instances, grey shades will appear blue depending on your monitor settings.

    Mod

    In reply to: Cannot Change Content Area Text Color

    #43913

    It is blue. Refresh your browser and server caches.

    FWIW, the blue text on orange background on your front page is impossible to read. Also, videos that play automatically are a bad idea.

Viewing 10 posts - 601 through 610 (of 5,839 total)