Digital experiences for all disciplines
Forum Replies Created
-
-
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;
}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.i only want to use orangered in the music and audio elements. other accordion buttons will have different background colors.
thanks, i commented out google maps, font-awesome, swift-slider, owl carousel, ilightbox, woo-commerce and gizmo
pagespeed score improved 10 points
This reply has been marked as private.also, if my accent color is green, how do i change my menu button color to blue on hover?
or, any suggestions to add my own custom button to menu bar?
/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);thanks, but this seemed to solve the problem better than just accepting it as is
html:not(:hover), body:not(:hover){
background-color:#000000;
}the theme is still requesting the google map api
This reply has been marked as private.thank you for the suggestion, unfortunately did not work – buttons slide left on hover …
can i import header.php rather than copying the whole file? that way i don’t have to worry about staying current with updates.
there is no child theme header.php in the child. theme. i was mistaken about functions.php, there is functions.php in child theme.
This reply has been marked as private. -