rdellconsulting
Forum Replies Created
-
Forum: Plugins
In reply to: [Social Media Share Buttons & Social Sharing Icons] USM Premium/AstraI’m being thick – the link at the top of the Premium plugin to raise a ticket is pointing to this Forum?
Forum: Plugins
In reply to: [Clean Login] Redirect No Longer WorkingHave found security vulnerability notices since May 2017 with CL Redirection. Could this be the reason? Frustrating, as all else works very well. But do need a solution to this to complete some work.
Forum: Plugins
In reply to: [Media Cleaner: Clean your WordPress!] Beaver Builder SupportI’m interested too. BB is becoming the leading Page Builder so I’d guess you’d get a lot of interest. I just tried on a localhost test system using Media Library option and current version wiped out my Media Library (as you’d probably realise).
I presume that the Filesystem (Pro) option would also wipe out the Media Library, until you’ve made changes?
Happy to beta test when you’ve made the changes.
Forum: Themes and Templates
In reply to: [Customizr] "Save" is not saving. Page looks the same after 24hTry Refreshing the page using Ctl/F5 (Win) or Cmd/F5 (Mac)?
.featurette-divider { display: none; }
That fixes the grey line, and also reduces the white space.
Forum: Themes and Templates
In reply to: [Customizr] pages menu icon floatTry this:
@media all and (min-width: 980px) { .btn-toggle-nav { width: auto; line-height: 29px; margin-top: 5px; float: left; } }
Forum: Themes and Templates
In reply to: [Customizr] menu css problemsYou’re using invalid CSS. The solution starts with:
.navbar .nav li.free_download.btn { position: relative; bottom: 10px; padding: 2px; line-height: 19px; vertical-align: middle; background-image: url('/images/author.png'); }
But you need to sort out the path to the image.
Forum: Themes and Templates
In reply to: [Customizr] Social icons showing as boxes since updateCan’t help if you’ve reset the page. Probable cause is that Czr changed to FontAwesome in 3.4.19
Forum: Themes and Templates
In reply to: [Customizr] menu css problemsSite Link?
Forum: Themes and Templates
In reply to: [Customizr] Buddy press profile / theme editorStart here:
#buddypress table.profile-fields tr td.label { border-right: 1px solid #eaeaea; font-weight: 700; width: 25%; color: red; /* Change as required */ }
Start here:
.row.column-content-wrapper { background-color: red; } .entry-header { background-color: green; }
Forum: Themes and Templates
In reply to: [Customizr] featured image is not showing it properlyThe other images in that row seem to be 570×350, but that one is 1170×350 ie almost x2 the width. Czr will crop to fit.
So try changing that one image to 570×350 to prove it.
Forum: Themes and Templates
In reply to: [Customizr] Buddy press profile / theme editorSite link?
The 3 FP backgrounds?
.home .widget-front { text-align: center; background-color: red; /* Change red to your choice */ }
OK, start with:
.featurette-divider { margin: 30px 0; clear: both; border: 1px solid red; /* Change red to your choice */ }