NimbusThemes
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [WP Simple] AnimationHello Joe,
We’re working on the newer/older posts link. I will have an update for you soon.
For the smooth scrolling – you would need to set up your links as Custom Links and set up their properties like shown here [screenshot]
If you do not see the fields in the above screenshot, then when on Appearance->Menus – click on Screen Options in the top right. See this screenshot for help [screenshot] Enable the title and other attributes and you should be able to see the extra fields.
Thanks and best of luck!
Forum: Themes and Templates
In reply to: [WP Simple] Menu without underlinemarking as resolved.
Forum: Themes and Templates
In reply to: [WP Simple] change font to lowercaseqtiam100 – I am not sure what you would like to do with the banner, can you please explain with a screenshot? A link to the page would also help.
Thanks!
Forum: Themes and Templates
In reply to: [WP Simple] Menu without underlineHello Beth,
We solved this problem over at our support forum ?? For someone else having the same issue, this is the CSS we used:
.navbar-default .navbar-nav>li.active>a {
border-bottom: none !important;
}Thanks and best of luck!
Forum: Themes and Templates
In reply to: [WP Simple] AnimationHello Joe,
The reason the animation is not working seems to be a conflict with a plugin wr-pagebuilder. Can you try disabling that and see if the animations come back?
The older/newer posts link seems to be a bug – I have notified the lead developer on this theme so he can fix this right away. Sorry for the inconvenience.
Thanks.
Forum: Themes and Templates
In reply to: [Simple Business WP] Mobile Menu In Middle of PageHi twitch17,
This is a known issue and is being addressed the next update. We may post the update today but there is a review period that could take up to a week to take effect.
Forum: Themes and Templates
In reply to: [WP Simple] AnimationYes, the animation effect should be functional for the free version. Can I see the URL of your site to help you figure out why it may not be working for you?
Forum: Themes and Templates
In reply to: [WP Simple] change font to lowercaseHello – please use this CSS code in your CSS file or the Custom CSS option:
a.navbar-brand {
text-transform: none !important;
}Thanks and best of luck!
Forum: Themes and Templates
In reply to: [WP Simple] AnimationHello,
For the menu items – please set each one up as a Custom Link and enter the “id” of the section into the “Title Attribute”. Here is a screenshot showing how: https://screencast.com/t/AkJdapZor0
I am confirming the animation effect for the free version, please bear with me while I double check and get back to you.
Best of luck!
Forum: Themes and Templates
In reply to: [WP Simple] Menu bar colorHi all,
The color of the menu bar is set via the first code block of JS in the public.js file in /js/public.js.
This could be modified via a child theme or in the parent theme.
We also have this feature on our roadmap for the pro version as an option from the customizer.
Forum: Themes and Templates
In reply to: [WP Simple] Content not centered under HeaderHi TheRocketeer,
Can you provide any additional details? We’ve not been able to recreate this on our end.
Forum: Themes and Templates
In reply to: [WP Simple] Contact FormHi vrweb,
We’ve added the social media button request to our list of changes for the next release.
For the contact form make sure that section in the customizer is not set to demo.
Forum: Themes and Templates
In reply to: [WP Simple] Theme update wiped out our programming!Hi MoustacheTamer,
There is some kind of secondary update process running on your site other than the main update api for themes. Updates should only happen when you manually take action. Turning this off if possible would be a good first step. If not, you could access the theme files before you load the update and open style.css and change the name of the theme to something unique. Adding the name of your business after the old name would be fine. This will break the link via the update api.
I’m very sorry for the inconvenience. www.ads-software.com changed the requirements for themes that meant that we could no longer use our options panel and needed to switch to the WordPress core customizer. This meant that we had to totally redo the backend of the site. Our goal was to keep the basic feel of the Simple Theme but modernize the front end while we converted to the customizer. I know it’s a big change but I hope you’ll be able to fix the update issue or even give the new customizer version a try.
Forum: Themes and Templates
In reply to: [Cirrus] Menu with 2 or 3 LevelsHi netmrt,
This theme utilizes the bootstrap 3 front-end framework which support a single depth drop-down menu. This is increasingly the industry standard as multiple levels can be tricky for user experience.
Best,
Evan
Forum: Themes and Templates
In reply to: [WP Opulus] Center justify Action Text on Frontpage?Hi mdcosta911,
WPyogi has the right idea. You’ll find a Custom CSS tab in the options panel where you can insert the provided style.