Forum Replies Created

Viewing 15 posts - 76 through 90 (of 155 total)
  • Posted in:
  • in reply to: Button Active #97645
    icecast
    Member
    Post count: 182

    thanks, but how does that have anything to do with the buttons i originally mentioned? that just looks like active accordion headers …

    .sf-button.large.transparent-dark.default.genre-music:active,
    .sf-button.large.transparent-dark.default.genre-audio:active {
    background: orangered !important;
    border: 2px solide white !important;
    }

    in reply to: Nav Button Background Hover #97563
    icecast
    Member
    Post count: 182

    it looks like it may have something to do with this

    .ui-widget-content a, #respond .form-submit input[type=”submit”] {
    color: #eeee22;
    }

    Attachments:
    You must be logged in to view attached files.
    in reply to: Button Active #97465
    icecast
    Member
    Post count: 182

    i only want to use orangered in the music and audio elements. other accordion buttons will have different background colors.

    in reply to: Disable Google Maps #97386
    icecast
    Member
    Post count: 182

    thanks, i commented out google maps, font-awesome, swift-slider, owl carousel, ilightbox, woo-commerce and gizmo

    pagespeed score improved 10 points

    in reply to: SVG Menu Icon #97370
    icecast
    Member
    Post count: 182
    This reply has been marked as private.
    in reply to: Span Text Hover #97001
    icecast
    Member
    Post count: 182

    also, if my accent color is green, how do i change my menu button color to blue on hover?

    in reply to: SVG Menu Icon #96974
    icecast
    Member
    Post count: 182
    in reply to: Disable Google Maps #96967
    icecast
    Member
    Post count: 182

    /cardinal/functions.php seems to suggest otherwise – my guess is that i just need to change ‘TRUE’ TO ‘FALSE’

    /* LOAD FRONTEND SCRIPTS
    ================================================== */
    if (!function_exists(‘sf_enqueue_scripts’)) {
    function sf_enqueue_scripts() {

    // Variables
    global $sf_options;
    $enable_rtl = $sf_options[‘enable_rtl’];
    $enable_min_scripts = $sf_options[‘enable_min_scripts’];
    $post_type = get_query_var(‘post_type’);

    // Register Scripts
    wp_register_script(‘sf-bootstrap-js’, SF_LOCAL_PATH . ‘/js/bootstrap.min.js’, ‘jquery’, NULL, TRUE);
    wp_register_script(‘sf-flexslider’, SF_LOCAL_PATH . ‘/js/jquery.flexslider-min.js’, ‘jquery’, NULL, TRUE);
    wp_register_script(‘sf-flexslider-rtl’, SF_LOCAL_PATH . ‘/js/jquery.flexslider-rtl-min.js’, ‘jquery’, NULL, TRUE);
    wp_register_script(‘sf-isotope’, SF_LOCAL_PATH . ‘/js/jquery.isotope.min.js’, ‘jquery’, NULL, TRUE);
    wp_register_script(‘sf-imagesLoaded’, SF_LOCAL_PATH . ‘/js/imagesloaded.js’, ‘jquery’, NULL, TRUE);
    wp_register_script(‘sf-owlcarousel’, SF_LOCAL_PATH . ‘/js/owl.carousel.min.js’, ‘jquery’, NULL, TRUE);
    wp_register_script(‘sf-jquery-ui’, SF_LOCAL_PATH . ‘/js/jquery-ui-1.10.2.custom.min.js’, ‘jquery’, NULL, TRUE);
    wp_register_script(‘sf-ilightbox’, SF_LOCAL_PATH . ‘/js/ilightbox.min.js’, ‘jquery’, NULL, TRUE);
    wp_register_script(‘sf-maps’, ‘//maps.google.com/maps/api/js?sensor=false’, ‘jquery’, NULL, TRUE);
    wp_register_script(‘sf-elevatezoom’, SF_LOCAL_PATH . ‘/js/jquery.elevateZoom.min.js’, ‘jquery’, NULL, TRUE);
    wp_register_script(‘sf-infinite-scroll’, SF_LOCAL_PATH . ‘/js/jquery.infinitescroll.min.js’, ‘jquery’, NULL, TRUE);
    wp_register_script(‘sf-theme-scripts’, SF_LOCAL_PATH . ‘/js/theme-scripts.js’, ‘jquery’, NULL, TRUE);
    wp_register_script(‘sf-theme-scripts-min’, SF_LOCAL_PATH . ‘/js/sf-scripts.min.js’, ‘jquery’, NULL, TRUE);
    wp_register_script(‘sf-functions’, SF_LOCAL_PATH . ‘/js/functions.js’, ‘jquery’, NULL, TRUE);
    wp_register_script(‘sf-functions-min’, SF_LOCAL_PATH . ‘/js/functions.min.js’, ‘jquery’, NULL, TRUE);

    in reply to: White Page Blip #96570
    icecast
    Member
    Post count: 182

    thanks, but this seemed to solve the problem better than just accepting it as is

    html:not(:hover), body:not(:hover){
    background-color:#000000;
    }

    in reply to: Disable Google Maps #96563
    icecast
    Member
    Post count: 182

    the theme is still requesting the google map api

    in reply to: Button Classes #95497
    icecast
    Member
    Post count: 182
    This reply has been marked as private.
    in reply to: Button Classes #95042
    icecast
    Member
    Post count: 182

    thank you for the suggestion, unfortunately did not work – buttons slide left on hover …

    in reply to: Child Theme Templates #94779
    icecast
    Member
    Post count: 182

    can i import header.php rather than copying the whole file? that way i don’t have to worry about staying current with updates.

    in reply to: Child Theme Templates #94766
    icecast
    Member
    Post count: 182

    there is no child theme header.php in the child. theme. i was mistaken about functions.php, there is functions.php in child theme.

    in reply to: Change Accordion Up/Down Icon #93882
    icecast
    Member
    Post count: 182
    This reply has been marked as private.
Viewing 15 posts - 76 through 90 (of 155 total)