curious-mind
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How to increase avatar size in wp-admin/users.phpIt might also depend upon your theme.
Forum: Fixing WordPress
In reply to: Images not appearing – front end and back endHi, are you using caching plugins?
if you have caching enabled, try clearing the cache.Forum: Themes and Templates
In reply to: [Hueman] New post won’t show up on home pageHope you have it figured out?
Forum: Fixing WordPress
In reply to: Latest post from different categoiesThan you joey for the input… Sorry am unable to provide the code but it is the Magbook theme by themesia. I think they did the ordering in the theme or maybe not. tried reaching them but no response
Forum: Themes and Templates
In reply to: [Square] Need Help with the slider featurefigured out, thanks!
Forum: Themes and Templates
In reply to: [Square] Top header menu bar is not sticky in mobile viewHello Strootaay,
Which sticky header menu are you referring to?
I am sorry if am missing something but I didn’t know this theme has one.
Link to your site will help.Forum: Fixing WordPress
In reply to: Cloning blogger theme to work on wordpressWasn’t of much help but thanks anyways for sharing. I really wish someone could guide me here
Forum: Themes and Templates
In reply to: [evolve] Search form in the menu bar to be open by defaultThanks a lot Denzel, it worked well and good for me!
Forum: Reviews
In reply to: [Mongoose Page Plugin] Widget not workingThanks a lot! got it working…
Problem was as you said the http protocol.
Thanks again for the nice plugin the valuable help (am a noob)Forum: Fixing WordPress
In reply to: Requiring login every now and thenThanksfor caring to reply but even checking the remember me checkbox dont help
Forum: Fixing WordPress
In reply to: How to have a homepage menu of a blog page as frontpageThank you Colin, the links were helpful
Forum: Themes and Templates
In reply to: [evolve] [Theme Evolve] Bootstrap Slider Images SizeSorry for delay, by the way jfambrini,i have tried with different size images and the code works fine. hope you are following the exact steps for setting custom css…
the code..
img.img-responsive {
max-height: 500px !important;
min-height: 485px;
}
This in custom css will have to do the work. all you need to do is change the size as follows..
img.img-responsive {
max-height: 290px !important;
min-height: 200px;
}or any size you need.
Forum: Themes and Templates
In reply to: [evolve] [Theme Evolve] Bootstrap Slider Images Sizejfambrini : the solution above must work well and good for the image height. just replace the max height with the height of your choice…