raindance

Member

Forum Replies Created

  • Got it:

    Installed WP Super Edit and the associated WP Super Edit Theme Classes plugin.

    Then you have to go to settings on the left of the WP dashboard > WP Super Edit > Configure Editor Plugins > check the box for Advanced CSS / styles Plugin then go to the Arrange Editor Buttons link at the top and drag the Custom Classes button onto the left side toolbars somewhere.

    Then go the file in the theme folder editor-styles > and add whatever styles you want to show up in the drop down for styles to apply using the visual editor.

    Might be a much better way but this is what I came up with and so far seems to work well.

    In reply to: How to see child theme css options in WP edit page dashboard?

    #17234

    I see, I had to add a. before the name of the style in the style sheet.

    So my question remains: How can I see this style for example in the wordpress dashboard when I edit/build a page to apply as I would the headings or whatnot in the format dropdown? I want to be able to apply for example the class “subheadinglinks” to a link in visual page editor. Can this be done? Can it read styles from the style sheets?

    In reply to: How to see child theme css options in WP edit page dashboard?

    #17233

    Ok I’m stumped…

    http://juicytravels.com/best-air-travel-sites/cool-flight-tracker-sites/

    I made a new style in my child theme css:

    }
    .subheadinglinks {
    font-family: Georgia, "Times New Roman", Times, serif;
    color: #993399;
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;
    }
    .subheadinglinks:hover {
    font-family: Arial, Helvetica, sans-serif;
    color: #0099CC;
    font-size: 18px;
    font-style: normal;
    font-weight: bold;
    text-decoration: none;
    }

    Then in the page html itself I’ve got:

    <div><a class="subheadinglinks" title="Flightstats.com Flight Tracker" href="http://www.flightstats.com/go/FlightTracker/flightTracker.do" target="_blank">Flight Tracker at FlightStats.com</a>
    Shows the flight path on a Google Map of a particular flight. A fun, visual way to watch someone's flight. Search by flight, airport or route. Bonus feature is that it shows you airport delays and weather of the arrival airport. I've found this service to be more accurate than those which give you "from the air" data as it doesn't take into account gate delays and other possible airport hang ups. You can also register for free and receive flight status alerts by email or text.</div>

    So why on the page itelf:

    http://juicytravels.com/best-air-travel-sites/cool-flight-tracker-sites/

    Is that first link, the only one I applied the class to the link

    Flight Tracker at FlightStats.com

    Why is it taking all of the attributes from my new style of .subheadings but not the color?? I don’t get it?

    Any help appreciated!

    In reply to: Add share this chicklets to right of title?

    #17447

    Ah got it, Graphene Options panel > social bookmark area.

    Great!

    In reply to: How to get rid of extra space?

    #17393

    Thanks so much…but it’s strange because it hasn’t been there until today. I installed some social bookmarking plugins and it showed up….I deactivated them but the space didn’t go away. They only just showed up today after I did that so I know they don’t need to be there. Something created it and I can’t figure out what to undo it.

    Any other ideas to track down and tighten up that space?

    In reply to: Adjust li indent amount?

    #17444

    Got it. I added this to the child theme css:

    .entry-content ul {

    list-style-position: outside;

    margin: 10px 0 10px 25px;

    }

    The 25 is 50 on the original. So if you change that 50 you control how far over the squares show up.

    In reply to: Why is image not moving over?

    #17355

    I removed that photo.

    But now what I’m wondering is how to get that first blockquote in the white space on the right. Is it something like div float right and set the width?

    In reply to: How to hide breadcrumb on home page only?

    #17109

    OMG I just tried this and it worked…I just needed to get rid of the space at line 36 in my functions.php file. Ugh. Hours of disabling plugins for nothing 🙂 Seems ok now.

    In reply to: "cannot modify header info" log in failure

    #17315

    OMG I just tried this and it worked…I just needed to get rid of the space at line 36 in my functions.php file. Ugh. Hours of disabling plugins for nothing 🙂 Seems ok now.

    In reply to: "cannot modify header info" log in failure

    #17314

    Here is a weird clue.

    Ok I disabled all of the security type plugins.

    After each disabling, I clear the cache and refresh the log in page, same error every time.

    I just realized that if I go to http://www.juicytravels.com I still get the error, even for the not log in page but the regular live site.

    But if I go to just juicytravels.com I don’t get the error and the site shows up as it should.

    In other words if I add the www. to juicytravels.com I get the error just to view the live site, but if I don’t add www. I don’t get the error.

    But for the log in page

    http://juicytravels.com/wp-admin/

    I get the error with or without the www

    Warning: Cannot modify header information – headers already sent by (output started at /home/juicytrv/public_html/wp-content/themes/graphene-child/functions.php:37) in /home/juicytrv/public_html/wp-includes/pluggable.php on line 934

    Arrgh…how to figure out what’s causing the conflict?

    I am running the current WP version and current Graphene version. It was happening pre update on the Graphene theme today and post update.

Viewing 10 posts - 201 through 210 (of 312 total)