Progress Concepts
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Fruitful] iOS 9 iPad Split View Controller View sizeDone!
Fair comment!
For your information then, in case anyone else asks, be aware that if it is set larger in left or right align, it allows it, but in centre it doesn’t.
Thanks again for a great plugin.
It seems that in 2.7 you have different appearance depending on if you left, centre or right align the logo.
If you choose left or right it adopts the settings you apply.
If you choose centre, it will shrink the logo if it is a larger logo (say one using the full 940px).
So it seems more work is needed to correct this.
Hmmm, I am seeing differing results on different sites with this.
I will look into it further and report back!Having looked at the CSS, it seems that you are missing the code to manage the logo’s for the narrow screen.
The style sheet has the following entries:-
.header-hgroup a.link-logo-retina { display: none; }
and then:-
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and ( min--moz-device-pixel-ratio: 2), only screen and ( -o-min-device-pixel-ratio: 2/1), only screen and ( min-device-pixel-ratio: 2), only screen and ( min-resolution: 192dpi), only screen and ( min-resolution: 2dppx) { .header-hgroup a.link-logo { display: none; } .header-hgroup a.link-logo-retina { display: inline-block; width: 50%; } }
However, the divs are different between the full width and the narrow screens:-
Whereas on full screen, the div containing the logo isheader-hgroup
on the narrow screen, it useslogo_wrapper
.Therefore it was necessary to add the following CSS to compensate (do the same actions on the narrow screen):-
.logo_wrapper a.link-logo-retina { display: none; }
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and ( min--moz-device-pixel-ratio: 2), only screen and ( -o-min-device-pixel-ratio: 2/1), only screen and ( min-device-pixel-ratio: 2), only screen and ( min-resolution: 192dpi), only screen and ( min-resolution: 2dppx) { .logo_wrapper a.link-logo { display: none; } .logo_wrapper a.link-logo-retina { display: inline-block; width: 50%; } }
In so doing, the images are managed effectively.
Cheers.
Forum: Themes and Templates
In reply to: [Fruitful] FS Contact Form Font broken after last updateI am not sure what change occurred in the theme that blocked the feed to FS Contact Form, however I added the CSS style manually in the form and all is now okay.
Thanks.Forum: Plugins
In reply to: [Fast Secure Contact Form] Submit Button Font Suddenly ChangedSpot on! I can only assume that the disabled cache in my browser wasn’t working.
Thanks for the heads up!
CheersForum: Plugins
In reply to: [Fast Secure Contact Form] Submit Button Font Suddenly ChangedHi
I have added the following:-
font-family : Arial, Helvetica, sans-serif;
onto the end of the Submit button: string, however even after flushing the caches etc., the text remains serif.
Could you point me at what needs to be added and where in order to carry the change?
Many thanks.Forum: Plugins
In reply to: [Fast Secure Contact Form] Submit Button Font Suddenly ChangedHi. I updated the theme a week ago, and didn’t notice it right away, however I noticed it today.
The plugin had an update available which I installed, and the issue remains.
I can’t recall if there was a plugin update at the same time as the theme too.
Link is https://www.progressconcepts.com/contact-progress-concepts/
All contact form buttons are doing the same.
I assume I can override the font?Forum: Themes and Templates
In reply to: [Fruitful] Info Box Image SizeJust to let people know I have resolved this.
Added this into custom css.
.info_box img.icon {
width:25px;
height:25px;
}Forum: Themes and Templates
In reply to: [Fruitful] date on blogYou can remove it from the side by adding the following to your custom css:-
.blog_post .date_of_post {
display: none;
}Forum: Themes and Templates
In reply to: [Fruitful] Can you enable an @2x version of the social icons?Many thanks.
Great theme. Keep up the great work.
Forum: Themes and Templates
In reply to: [Fruitful] Increase font size of title (in place of logo)Hi. Thanks for this. Appreciate you taking the time to details the changes.
I have had a thought that I may do a logo with what I want for the header. I wasn’t intending on doing before, but on reflection it may be a good idea.
Thank you again, and thanks for such a great theme. Keep up the good work.
Forum: Themes and Templates
In reply to: [Fruitful] "Block Quote" Button not workingI have just taken a look and can see a couple of block quotes on the page you link to.
Perhaps you needed to clear your browsers cache?
Have you checked again?Forum: Themes and Templates
In reply to: [Fruitful] Getting */ above headerPlease mark as resolved.