Tracy
Forum Replies Created
-
Forum: Plugins
In reply to: [Strong Testimonials] Rounded photos and names-as-links(Not seeing my reply, re-submitting)
Thanks a million Chris! I’d found the .testimonial-image but hadn’t figured out .strong-view (and didn’t think to add ‘img’)… That works great, cheers.
If I could make 2 other tweaks it’d be perfect, if you don’t mind helping I’d like to:
1. Move the user data (name and role – am using ‘company name’ for role and it’s automatically linking to the url I put in the ‘company url’) to below the photo, and then
2. Move the ‘read more’ link to the bottom right where the user data was.
For this I tried:
.strong-view .readmore { align-content: right; }
…but that’s not right!
I also wanted to ask about the font awesome thing – I read your note
Some reasons to disable this: ? Your theme or another plugin also loads Font Awesome and you want to make your site more efficient by only loading one copy. Try Better Font Awesome for more control.
My theme has some font awesome fonts installed (I don’t have a plugin for it) – does that mean it isn’t ‘loading’ it, or that it is? If I should disable Font Awesome on your plugin, do you mean I should install Better Font Awesome and leave Font Awesome disabled on your plugin? Not clear on whether that means my site would then be loading a copy of BFA and of FA (from the theme). Sorry for simplistic questions, and thanks for your time!
Forum: Plugins
In reply to: [Strong Testimonials] Rounded photos and names-as-linksThanks a million Chris! I’d found the .testimonial-image but hadn’t figured out .strong-view (and didn’t think to add ‘img’)… That works great, cheers.
If I could make 2 other tweaks it’d be perfect, if you don’t mind helping I’d like to:
1. Move the user data (name and role – am using ‘company name’ for role and it’s automatically linking to the url I put in the ‘company url’) to below the photo, and then
2. Move the ‘read more’ link to the bottom right where the user data was.
For this I tried:
.strong-view .readmore { align-content: right; }
…but that’s not right!
I also wanted to ask about the font awesome thing – I read your note “Some reasons to disable this:
? Your theme or another plugin also loads Font Awesome and you want to make your site more efficient by only loading one copy. Try Better Font Awesome for more control.”My theme has some font awesome fonts installed (I don’t have a plugin for it) – does that mean it isn’t ‘loading’ it, or that it is? If I should disable Font Awesome on your plugin, do you mean I should install Better Font Awesome and leave Font Awesome disabled on your plugin? Not clear on whether that means my site would then be loading a copy of BFA and of FA. Sorry for simplistic questions, and thanks for your time!
- This reply was modified 7 years, 10 months ago by Tracy.
Forum: Themes and Templates
In reply to: [Virtue] Styling bullets with Theme Options Custom CSSFlip I’m a muppet, thanks for catching the errors, and sorry I missed them! Coding’s frying my head… The second now works perfectly – the ul CSS doesn’t but I’m happy to just use the ‘mark’ approach anywhere I need bullets. Thank-you so much, you’re a star!
Forum: Themes and Templates
In reply to: [Virtue] Ascend theme support coming soon?Forum: Themes and Templates
In reply to: [Virtue] Why is dropdown menu so wide?(Marking as resolved.)
Forum: Themes and Templates
In reply to: [Virtue] Why is dropdown menu so wide?Superb, thank-you! ??
Forum: Themes and Templates
In reply to: [Virtue] Why is dropdown menu so wide?Ah cool, thanks all the same! I may upgrade to premium once I’ve spent some more time with the free theme.
As to my other question, can you clarify if pasting CSS in the Theme Options/Advanced Settings means you don’t need a child theme, or if you always need to create a child theme if you’re going to add CSS via the built-in Theme Options?
Forum: Themes and Templates
In reply to: [Virtue] Why is dropdown menu so wide?Hi Kevin, very sorry for the delay – was on a last-minute trip back home and am only getting caught up now. I still see ‘Menu’ and then the three lines, on a grey-background row underneath my logo and tagline, on both iOS and Android. Anything I can do to get rid of that/move the ‘three lines’ to the top? Thanks!
Forum: Themes and Templates
In reply to: [Virtue] Why is dropdown menu so wide?Ehh, nope..! Sorry, I’m an eejit – I’d checked the ‘theme options’ (Submenu items collapse until opened). Have now checked ‘Mobile Navigation’, and it shows up with ‘Menu’ on the left-hand side of a coloured row beneath my logo/strapline, and the three-horizontal-line icon denoting a menu on the right-hand side. Is this changeable/a theme thing? I’d like to just show the three-horizontal-line icon alongside my logo – the way it displays on mobile for https://www.briantracy.com, for example.
Forum: Themes and Templates
In reply to: [Virtue] Why is dropdown menu so wide?Hi Kevin, great, thanks. I’ve just checked mobile display – and I don’t see the menu at all! On iOS or Android. :/ Any idea on why? Thanks for your help!
Forum: Themes and Templates
In reply to: [Virtue] Why is dropdown menu so wide?Hi there, thanks for the quick response. I’m surprised about that code tho’ – would a fixed width not cause problems re. responsiveness/mobile viewing etc? I assumed I’d somehow broken the normal width on the secondary menu – I thought perhaps the correct/default setting was to fit it to the longest item?
Forum: Themes and Templates
In reply to: [Virtue] Why is dropdown menu so wide?PS This is what I’ve added in Theme Options/Advanced Settings – does pasting CSS here mean I don’t need a child theme, or do you always need to create a child theme if you’re going to add CSS via the built-in Theme Options like this?
.page .page-header {
display: none;
}@media (min-width: 992px){
.kad-header-left {width:25%;}
.kad-header-right {width:75%;}
}.sf-menu a {
padding: 10px 10px;
}Forum: Themes and Templates
In reply to: [Sydney] Menu font sizes look strangeNot as glad as me! ?? Have a good evening/day…
Forum: Themes and Templates
In reply to: [Sydney] Menu font sizes look strange(Resolving)
Forum: Themes and Templates
In reply to: [Sydney] Menu font sizes look strange…scrap that, it’s working now! (I forgot to clear the cache – d’oh.) Thanks!