purplebubble
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Virtue] Allow more space for sitenameThanks, Hannah, that worked perfectly!
Forum: Themes and Templates
In reply to: [Virtue] Allow more space for sitenameNo problem – [url=https://postimages.org/][img]https://i.postimg.cc/2j1H6kdt/Screen-Shot-2019-02-12-at-06-57-06.png[/img][/url]
Forum: Themes and Templates
In reply to: [Virtue] Update font of H1 page titleThanks Hannah! I deactivated the plugin and my font is now displaying as expected. Thanks so much.
Forum: Themes and Templates
In reply to: [Virtue] Update font of H1 page titleHi, yes, and I just did it again now in case! Still showing the other font on my page titles. I use W3 Total Cache. Anything else that could be causing it?
Forum: Themes and Templates
In reply to: [Virtue] Homepage slider on mobileThanks Kevin, that’s amazing news!
Forum: Themes and Templates
In reply to: [Virtue] Mobile menuHow did I miss that? Thanks for your help, great stuff!
Forum: Themes and Templates
In reply to: [Virtue] Homepage slider on mobileKevin, you’re a star. This worked perfectly, thanks! The issue about the duplicating slider image is less important, but it would be useful to have a fix if possible. Many thanks for your help, much appreciated!
Issue resolved.
@shwebb15 you are an absolute star, this works a treat! Many thanks.
PS. Just noticed a rogue %20 at the end of your site’s URL on your profile page, so a 404 is returned.- This reply was modified 6 years, 9 months ago by purplebubble.
Forum: Plugins
In reply to: [Recent Posts Widget Extended] Advice on 3 issues neededThat has worked, many thanks! Am hoping removing the custom css won’t have an adverse affect on the rest of my site, will do a check. Thanks for your help.
Forum: Plugins
In reply to: [Recent Posts Widget Extended] Advice on 3 issues neededHi, this is what I already have – the
- settings are in my site’s custom CSS and the rpwe custom CSS is already what you have posted. Maybe this alignment issue can’t be fixed?
Forum: Plugins
In reply to: [Recent Posts Widget Extended] Advice on 3 issues neededHi, awesome, thanks! The Read More on new line has worked a treat. The excerpt length issue must be dictated by the theme as you say, I’ve just shortened the original excerpts to stop them extending below my thumbnails.
Number 3 above is still not working for me – the top of my first thumbnail image is still slightly lower (5-8 pixels?) than the image in the widget next to it – https://www.helpingauthorsonline.com. My entire custom code for this plugin is below, maybe something else is conflicting with the custom code you suggested?
.rpwe-block ul {
list-style: none !important;
margin-top: 0;
margin-left: 0 !important;
padding-left: 0 !important;
}.read-more, .more-link {
color: #ef0202;
padding-left: 0px;
}.rpwe-block li {
border-bottom: 0px;
margin-bottom: 10px;
padding-bottom: 10px;
list-style-type: none;
}.rpwe-block a {
display: inline !important;
text-decoration: none;
}.rpwe-thumb {
border: 0px !important;
box-shadow: none !important;
margin: 2px 10px 2px 0;
padding: 3px !important;
}.rpwe-block h3 {
background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
clear: none;
font-size: 22px !important;
font-weight: 400;
line-height: 1.5em;
margin-bottom: 10px !important;
margin-top: 0 !important;
padding-bottom: 1px;
}.rpwe-summary {
font-size: 16px;
line-height: 24px;
}.rpwe-summary .more-link {
display: table !important;
}.rpwe-time {
color: #bbb;
font-size: 16px;
}.rpwe-alignleft {
display: inline;
float: left;
}.rpwe-alignright {
display: inline;
float: right;
}.rpwe-aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}.rpwe-clearfix:before,
.rpwe-clearfix:after {
content: “”;
display: table !important;
}.rpwe-clearfix:after {
clear: both;
}.rpwe-clearfix {
zoom: 1;
}