Forum Replies Created
-
AuthorPosts
-
carrieParticipant
Find this code in your stylesheet and like I have below, add: text-decoration: none;
a {
background-color: transparent;
text-decoration: none;
}The way I understand it is if it's not defined in your stylesheet (which it doesn't look like it is), the browser defaults to underlining links. I could be wrong, I'm sure someone will correct me... but, try it 🙂
Carrie
carrieParticipantWell, I fooled around trying to fix, restored my back up a couple of days, still blaming the latest Genesis update but nope, it turned out to be my Really Simple SSL plugin... so now I have a Not Secure issue... ack.
carrieParticipantI've updated all my client sites and all is fine. The sites where I'm getting "updating failed" and "publishing failed" is my own. I have no idea how to fix it, it's not a plugin, it's not a theme...
February 11, 2018 at 6:51 pm in reply to: Remove "Leave a Comment" box from top of post – Executive Pro #216459carrieParticipantIn your css, try...
.entry-comments-link {
display: none;
}Cheers,
CarrieFebruary 1, 2018 at 3:09 pm in reply to: Parallax Pro – change color of title in text widget #216020carrieParticipantI don't have it in front of me, but in your css file try looking for: .home-odd .widget-title (& home-odd a.button if you want to change the button text color)
carrieParticipantOkay, figured it out... that code didn't do anything. What I wanted was to exclude categories...
function nice_exclude_cat( $query ) {
if ( $query->is_home() && $query->is_main_query() )
$query->set( 'cat', '-2,-3,-4,-5,-6,-7,-8,-9,-10,-11,-12,-13,-14,-15,-16,-17,-18,-19,-20,-21,-22,-23,-24,-25,-26,-27,-28,-29,-30,-32,-33,-34,-35,-36,-37,-38,-39,-40,-41,-42,-43,-44,-46,-47,-48,-51' );
return $query;
}
Yay! 🙂
carrieParticipantOkay, that's not working... I'm not sure what I need to be changing here?
Thanks,
CarriecarrieParticipantThanks Victor, would this then be correct?
/**
* Limit homepage to three categories
*
*/
function be_home_query( $query ) {
if( $query->is_main_query() && $query->( is_home() || is_front_page() ) && !is_admin() )
$query->set( ‘category_name’, ‘upcoming-events, news, member-messages’ );
}
add_action( ‘pre_get_posts’, ‘be_home_query’ );
carrieParticipantThank you! Thank you! Thank you, odnt!!
carrieParticipantThanks so much, Victor - I can only think it was there and then disappeared, but am unsure how that could be? Any idea?
carrieParticipantThanks for the insight, folks...one of my questions answered - what a pita!
Carrie
carrieParticipantIn the style.css file...
@media only screen and (min-width: 800px)
style.css?ver=1.0.1:2098
.with-page-header .genesis-nav-menu a, .with-page-header .genesis-nav-menu .menu-item.highlight a {
color: #fff;
}The fff is the white. Change to 000
February 19, 2017 at 11:36 am in reply to: New Header: Unwanted white space above and below header on mobiles. #201602carrieParticipantI replied to this but it's not showing up, I'll try again...
Don't delete this post! I had a similar problem yesterday... and the day before... ugh. Anyway, RESOLVED!!
1. Go to: http://keypresswp.com/full-width-responsive-header-image-lifestyle-pro/
2. BUT First, follow the 4 steps described in Option 6 of Getting Your Head Around Header Images but for Step 3 use the following CSS code which is here:
http://keypresswp.com/getting-your-head-around-header-images/#option6
3. After I completed Option #6 (but used Step 3 as per above or you'll get your Site Description displayed below the header!) it worked like a charm after refreshing a few times 🙂
If anyone cares and for anyone searching the forum for this, the plugin Polylang (I'm doing a French/English website) works with Genesis/Lifestyle Pro. So far I've set it up with Pages, Navigation and Menu with no conflicts. For photo galleries, the plugin Soliloquy Pro is also working and I have not yet run into any issues.
Carrie
February 19, 2017 at 11:26 am in reply to: New Header: Unwanted white space above and below header on mobiles. #201598carrieParticipantDon't delete this post! I had a similar problem yesterday... and the day before... ugh. Anyway, RESOLVED!!
1. Go to: http://keypresswp.com/full-width-responsive-header-image-lifestyle-pro/
2. BUT First, follow the 4 steps described in Option 6 of Getting Your Head Around Header Images but for Step 3 use the following CSS code which is here:
http://keypresswp.com/getting-your-head-around-header-images/#option6
3. After I completed Option #6 (but used Step 3 as per above or you'll get your Site Description displayed below the header!) it worked like a charm after refreshing a few times 🙂
If anyone cares and for anyone searching the forum for this, the plugin Polylang (I'm doing a French/English website) works with Genesis/Lifestyle Pro. So far I've set it up with Pages, Navigation and Menu with no conflicts. For photo galleries, the plugin Soliloquy Pro is also working and I have not yet run into any issues.
Carrie
carrieParticipantOkay, that drove me bonkers. Here's the answer in case anyone else needs it, tweak the padding:
Site Header
---------------------------------------------------------------------------------------------------- */.site-header .wrap {
background: #69813c url(images/lines.png);
background-size: 6px 6px;
margin-bottom: 5px;
padding: 0px 60px 0px 300px;
}carrieParticipantThanks frobn, I'm going to run all this by a friend of mine on Monday - maybe she has some fresh ideas on this weirdness. I REALLY appreciate your help and thoughts about this issue. I'll post if I am able to resolve - have a great weekend!
carrieParticipantIt didn't work... here's a screenshot, it killed the primary menu;
http://www.thevirtualinch.ca/tvi/tbs-infooter.jpgcarrieParticipantThat is weird. Disabling VC didn't do anything. I installed Genesis Simple Hooks but maybe I'm not putting it in the right spot?
carrieParticipantOkay, I looked again and what you see isn't what I see - I see exactly what you told me to put in the css as per above. I should've put "didn't" find it above, it won't let me edit my message to you now 🙁
carrieParticipantOkay, this is weird because I can't find what you say you see as I pasted in exactly what you typed under the Secondary Menu area....
/* Secondary Navigation
--------------------------------------------- */.nav-secondary .wrap {
border-bottom: 1px solid #fff;
}.nav-secondary a,
.genesis-nav-menu {
background-color: #fff !important;
color: #000 !important;
}Do you not see it? Could it be a plugin messing up what you see? I inherited this client so I'm not sure what was done previous to me and there is a Visual Composer plugin, etc. I'm wary of.
I did a Find on the code you said you see and it's not in the style.css file. I'm stumped. I'll go look again for this code you said you see.
-
AuthorPosts