NimbusThemes
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Venture Lite] Problem with headerHi,
Was there a specific browser that you noticed that was displaying incorrectly? I wasn’t able to recreate the problem with any of mine. Sometimes different browsers read HTML differently, so this may be why you had a problem with one Samsung and not the other. Also, was there a specific page that was doing this, or is it site wide?
Best,
– JacobForum: Themes and Templates
In reply to: [Venture Lite] Styling error in frontpage sidebarHi Stendie,
You should be able to over-write this by going into the customizer and selecting the “Custom CSS” section. From here, you can copy and paste this code:
.sidebar-wrap .widget a{color:#000!important;}From here, you can change the color to any color you would like, and the “!important” should force it to override the code in the style sheet.
Best,
– JacobForum: Themes and Templates
In reply to: [Venture Lite] Author On PagesHi Andile192,
This styling should remove the author and date, just copy and paste it into the Custom CSS field in your customizer:
p.meta.h6 {
display: none;
}If it doesn’t work for you, I can take a look specifically at your site if you can send me your URL.
Thanks!
– Jacob
Nimbus Themes SupportForum: Themes and Templates
In reply to: [SimpleShift] Frontpage About WidgetHello,
Are you still using the SimpleShift theme? If so, which of the rows on your page are you using as the about section?
Best,
– JacobForum: Themes and Templates
In reply to: [WP Simple] CSS hover in featured rowHi Julia,
Yes, this sometimes happens because every browser reads html code a little differently. Most browsers should display nearly identically, but occasionally this will happen. Hopefully, Safari will come out with an update to their browser at some point.
Best,
– Jacob
Nimbus Themes SupportForum: Themes and Templates
In reply to: [SimpleShift] Banner Issues – Action Button MissingHi Rob,
Sorry for the delayed response, I can help you out with your issue, if you still need help. I wasn’t able to log in to your site with the link provided, is there another I can try out? I can get you some quick styling that should make the button stand out more.
Thanks, talk to you soon,
– Jacob
ThemeShift SupportForum: Themes and Templates
In reply to: [SimpleShift] Touch screen scrolling on laptopsHi,
Is it just the touch scrolling that is not working, or are the other touch features not working, as well?
Best,
– JacobHi,
Can you send your website’s URL so that I can take a look at this section?. Different browsers can read html differently, and IE especially tends to be outdated.
Thanks,
– JacobForum: Themes and Templates
In reply to: [WP Simple] QTranslate issueHi Joern,
Sorry for your troubles with the translation on the frontpage. We will take a look at this issue and have a response shortly. In the meantime, have you tried using a menu plugin such as “Max Mega Menu”, if it is the main menu you are needing to add the links to your main menu?
Best,
– JacobHi,
I have not heard of this issue with a video widget conflicting with the new WP update. Which video widget are you using? My first suggestion would be to download another video widget plugin and see if this works.
Best,
– JacobForum: Themes and Templates
In reply to: [WP Simple] Extract in Featured SectionsHi Natasha,
You should be able to add an excerpt at the bottom of the page editor. This is what will display in the featured section. If you don’t see the excerpt option, scroll to the top and you should see an options tab. Open this up and select “excerpts” on. Now you can scroll down and enter in a summary for this section.
Best,
– JacobForum: Themes and Templates
In reply to: [Simple Business WP] Alt image tag not displaying in codeHello,
Have you attempted to add the alt image tag into the image in the media gallery?
Best,
-JacobForum: Themes and Templates
In reply to: [Juniper] SliderHi,
There is a transparency effect that is creating the darkening over your image. If you are comfortable with CSS, you can try out this styling by copying and pasting it into the “Custom CSS” field in your customizer. It should remove the dark overlay:
section.frontpage-banner.parallax_active {
background: rgba(0, 0, 0, 0)!important;
}– Jacob
Forum: Themes and Templates
In reply to: [WP Simple] Mobile Banner IsuueHi,
It looks like the logo needs to be slightly more square, with a smaller width-to-height ratio. I would try to square up the image a bit and see if this helps to keep the right side of the image from getting cut off.
Thanks,
Jacob
Nimbus ThemesForum: Themes and Templates
In reply to: [WP Simple] Images not showing :(Hi Mirandoka,
Here is some custom CSS that should force the image to appear when you open the page. Just add it to the Custom CSS section of your Customization panel:
.parallax-mirror {
visibility: visible!important;
}Best,
– Jacob
Nimbus Themes