Forum Replies Created
-
AuthorPosts
-
australianbluegrass.com
MemberI have asked our ISP if they have had anyone else mention the slowness and they advise that the last version of wordpress requires (or works best) with the latest version of PHP and MySQL which they are now upgrading to.
January 31, 2018 at 2:28 pm in reply to: Woocommerce Genesis Connect error when using mobile devices. #215926australianbluegrass.com
MemberTurned of each plugin yesterday and found that Jetpack was the culprit. I had not thought about the mobile theme option within it.
Jetpack has caused me a few heartaches over the years.
Thanks Andrea and Victor.
australianbluegrass.com
MemberThanks Victor - it did the trick.
Cheers
Greg.australianbluegrass.com
MemberAgreed.
I was told once to never upgrade to the X.X version.
Wordpress 4.9 seems somewhat flawed. Best to wait for 4.9.1 or more.
I should have heeded that advice on this one. It's cost me a lot of time.
Greg.
australianbluegrass.com
MemberOh dear - how simple was that. I am very grateful for your help Susan.
Thanks
Greg.australianbluegrass.com
MemberHi Victor,
I cannot find the appropriate title in either.
I have reverted to WordPress 4.8.2 and can find my way around the CSS again. It now searches the entire file not just the visible within the screen opening.
I am still struggling to change the menu colours in Infinity Pro theme though. It has me beat.
australianbluegrass.com
MemberThanks James,
I have reverted back to 4.8.2 for now.australianbluegrass.com
MemberFor some reason the whole code does not display here in this post.
I am not sure how I can get this question answered now. I feel like such a dill.
I shall try once again.<div id="topnav">
<div class="topnav-left">
<p><?php echo date(get_option('date_format')); ?></p>
</div><!-- end .topnav-left -->
<div class="topnav-right">
<p><a class="'.$defaults['menu_class'].'"
rel="nofollow" href="http://sanmus.com/wp-admin"<?php bloginfo('login'); ?>”>
<?php _e("Member's Login ", 'genesis'); ?><a class="'.$defaults['menu_class'].'"
\rel="nofollow" href="http://sanmus.com/logout/?"
<?php bloginfo('logout'); ?>"><?php _e("| Logout", 'genesis'); ?></p>
</div><!-- end .topnav-right -->
</div><!-- end #topnav -->australianbluegrass.com
MemberFor some reason a whole lot of code was stripped out of the previous post.
<div id="topnav">
<div class="topnav-left">
<p><?php echo date(get_option('date_format')); ?></p></div><!-- end .topnav-left -->
<div class="topnav-right">
<p>
"><?php _e("Member's Login ", 'genesis'); ?>"><?php _e("| Logout", 'genesis'); ?>
</p>
</div><!-- end .topnav-right -->
</div><!-- end #topnav -->australianbluegrass.com
MemberITo simplify the post I have removed some of the CSS.
Currently I have added ten additional selectors and repeated the declarations for each one. This has worked well. Many thanks.
#featured-post-2 .widget-title {
color: #FFF;
background-color: #005566;
}
#featured-post-3 .widget-title {
color: #FFF;
background-color: #005566;
}
#featured-post-4 .widget-title {
color: #FFF;
background-color: #005566;
}Is it possible to reduce the number of selectors and declarations these by combining the "section ID" calls such as,
#featured-post-2, #featured-post-4 #featured-post-4 .widget-title {
color: #FFF;
background-color: #005566;
}Or similar?
australianbluegrass.com
MemberThat works well. Thanks Brad.
Is there a way of grouping all of the classes or will i need a separate class title for each widget?Here is one I have done to date. But there are separate widgets for #featured-post-2 through to #featured -post-10.
#featured-post-2 .widget-title {
border-top: 3px solid #000;
border-bottom: 3px solid #000;
color: #FFF;
background-color: #005566;
font-size: 18px;
font-weight: 400;
margin-bottom: 18px;
padding: 8px;
text-align: center;
text-transform: uppercase;
}australianbluegrass.com
MemberThanks Brad, Looks like I have some study ahead.
Looking forward to the challenge.Greg.
australianbluegrass.com
MemberDid you find a solution to this issue Nick.
-
AuthorPosts