Forum Replies Created

  • In reply to: Twitter Embed Timeline

    #34060

    Thanks for the feedback. Can I follow more than one feed in the same widget?

    Also, an aside. My front page comes up in the middle of the page. How can I get it to first show at the top?

    In reply to: Widget size problems

    #32518

    Hi Ken:

    Thanks for the suggestion.

    I am in Graphene Theme Options/Column Width Options

    I deleted numbers from all boxes.

    Under Column width (three-column mode) I dragged sliders to 270 & 270 leaving 660 in the middle.

    Under Container width I dragged the slider to 1260, then 1300.

    Saved All Options

    Things are looking better, but not coming out even.

    My right widget front page embed is set at 265 plus a padding of 4 making it 273.

    I set my sidebar sliders to 305 to be safe but the right side still does not match up.

    At least it is not at the bottom as before.

    I wonder if there are other setting I should be looking at too because it is the front page that is not working.

    In reply to: Change color of Menu item text?

    #31044

    When I add this code to the CSS dropdown in the Graphene Theme Options textarea and change the color to red,

    any text turns to red when I hover, but the selected text still stays white.

    I have tried all kinds of combinations using a:link, a:visited, a:hover, a:active, but nothing solves my problem.

    I need the Menu text to be blue, the hover to be red and the selected to be green.

    Thanks for your help.

    http://www.artsandculturetv.com

    Also, while I’m here, I notice an upside down carrot infront of my second Menu item. I’m not seeing it in the Menu Attributes. How do I get rid of it?

    In reply to: Header resize

    #27588

    I got rid of the warning by gong to the DB Extension Settings and just selecting ‘save’. It wiped out the warning and everything is back to normal…..for now until I start trying to do ‘the next thing’

    In reply to: Header resize

    #27587

    I tried adding what is in the black boxes above, it didn’t work and now I’m getting this message:

    I deleted what I had put in and saved but still get the message. How do I get rid of it?

    Also, by backticks, do you mean the following single quotes (‘graphene_header_image_height’, ‘graphene_custom_header_height’)

    Warning: session_start() [function.session-start]: Cannot send session cache limiter – headers already sent (output started at /home/rfendelman/webapps/6_graphere_artvnet/wp-content/themes/graphene-child/functions.php:8) in /home/rfendelman/webapps/6_graphere_artvnet/wp-content/plugins/si-contact-form/si-contact-form.php on line 2189

    Warning: Cannot modify header information – headers already sent by (output started at /home/rfendelman/webapps/6_graphere_artvnet/wp-content/themes/graphene-child/functions.php:8) in /home/rfendelman/webapps/6_graphere_artvnet/wp-admin/theme-editor.php on line 103

    In reply to: Header resize

    #27585

    I got this from your forum post

    You’ll be able to change the header height in Graphene version 1.7. Wait for it, or if you want to change it immediately, add this to your child theme’s functions.php file.

    function grap960;
    }
    function graphene_custom_header_height(){
    return 111;
    }
    add_filter('graphene_header_image_width', 'graphene_custom_header_width');
    add_filter('graphene_header_image_height', 'graphene_custom_header_height');

    And, this to your child theme style sheet or in Graphene custom CSS

    #header {
    height: 111px;
    }

    In reply to: Re: Cannot modify header information

    #27574

    I posted your suggestion to my function.php and css.php

    when I try to save the changes, I go this message. Of course, my new uploaded header graphic at 960×111 shows as greatly zoomed in. In the Custom Header window the file shows up as half the width and on the page it is cut off to half the height. I’ve gone back to my original graphic and erased the text. What do I do to add this graphic?

    function graphene_custom_header_width(){ return 960; } function graphene_custom_header_height(){ return 111; } add_filter(‘graphene_header_image_width’, ‘graphene_custom_header_width’); add_filter(‘graphene_header_image_height’, ‘graphene_custom_header_height’);

    Warning: session_start() [function.session-start]: Cannot send session cache limiter – headers already sent (output started at /home/rfendelman/webapps/6_graphere_artvnet/wp-content/themes/graphene-child/functions.php:15) in /home/rfendelman/webapps/6_graphere_artvnet/wp-content/plugins/si-contact-form/si-contact-form.php on line 2075

    Warning: Cannot modify header information – headers already sent by (output started at /home/rfendelman/webapps/6_graphere_artvnet/wp-content/themes/graphene-child/functions.php:15) in /home/rfendelman/webapps/6_graphere_artvnet/wp-admin/theme-editor.php on line 103

    In reply to: How to create static frontpage with Homepage Panes

    #20086

    HI:

    I tried that and it does not work for me. I still have the white box with the title of the page. I put the code in my child theme .css where it said to at the bottom between the /* and */ Does it matter that mine is a page and not a post? http://www.ARTvnet.com

    /*
    Theme Name: Graphene Child
    Theme URI: http://example.com/
    Description: Child theme for the Graphene theme
    Author: Richard Fendelman
    Author URI: http://example.com/about/
    Template: graphene
    Version: 1.0
    */
    @import url("../graphene/style.css");
    /*
    .post-5 {
    display: none;
    }
    */

Viewing 8 posts - 1 through 8 (of 8 total)