themely
Forum Replies Created
-
Hello,
Elemental and OceanWP are 2 different themes.
I checked your website and it looks like you have the OceanWP theme installed and we are not the developers of that theme.
I think it would be best if you contacted them instead.
Hope that helps 🙂
Forum: Themes and Templates
In reply to: [Integral] Customizing sections on front pageHello,
In Integral Pro ($67) we provide 2 additional custom section you can use.
Otherwise, you will need to custom code one using an existing section.
Forum: Themes and Templates
In reply to: [Integral] ElementorHello,
In order to use Elementor with Integral you need to select the Page Builder Template from the Page Attributes section on the right.
Forum: Themes and Templates
In reply to: [Integral] Top level header item is not linking to a pageHello @fabioarrighi
The theme uses Bootstrap Navwalker script to display the menu. When adding child menu items the parent menu becomes inactive and no longer behaves like a link.
You can place the page menu link in the drop-down instead.
Forum: Reviews
In reply to: [Integral] Color selectionHello,
Can you specify which field you are referring to exactly?
Please not that the selection of colors for the icons in the services section is restricted in the free version of Integral.
Are you using the free or Pro version?
Forum: Themes and Templates
In reply to: [Integral] HTML Use on Integral Welcome PageHello,
You must of updated your theme.
We added code to sanitize certain fields for security reasons.
Ideally HTML code should not be placed in text fields.
You can revert back to the previous code if you like.
I can do it for you. Please send me an email to hello [at] themely.com with your admin dashboard credentials and I will do it for you.
Forum: Themes and Templates
In reply to: [Integral] Change font size in bulleted textHello,
In the style.css file go to line 1128 and you will find the following code,
.content ul, .content li, .content blockquote {
font-size: 1.143rem;
line-height: 24px;
}Comment it out or delete it.
That will revert the font to the standard size used for paragraphs.
Let me know if you have ant trouble.
Forum: Themes and Templates
In reply to: [Integral] .blacklayer referencing a png I cannot editHello Douglas,
The CSS for the layer can be found on line 351 of the style.css file.
This is the code you are looking for.
In the Admin Dashboard go to Appearance > Editor and select the style.css file.
Let me know if you have any other questions.
/* Dark Overlay */ .blacklayer { background: rgba(0, 0, 0, 0.4) url('images/bg-strip.png') repeat scroll 0 0; position: absolute; z-index: 0; width: 100%; height: 100%; top: 0; left: 0; }Forum: Reviews
In reply to: [Integral] I like this themeThank you for the review! 🙂
Forum: Reviews
In reply to: [Integral] Theme simple to manage and sexy lookThank you for the review 🙂 We’re glad you like it. If you have any questions don’t hesitate to ask.
Forum: Reviews
In reply to: [Integral] Love this theme!Thank you for the awesome review Melissa.
We’re glad you find the theme useful.
Forum: Reviews
In reply to: [Integral] Clean, Intuitive DesignWe’re glad you like it 🙂
Thank you for the great review.
Forum: Themes and Templates
In reply to: [Integral] Responsive header backgroundHello @acris
It is already responsive but the issue is the text you have in the background image.
Right now it’s using up 100% of the height of the section on mobile devices which means a part of the image will appear cut off.
You will need to edit the CSS so that it uses 100% widget instead.
You can change this behavior on line 1714 of the style.css file
Forum: Themes and Templates
In reply to: [Integral] Background Color ChangeHello @ehusar
You can do it in the style.css file or by adding CSS code to the Custom Styles field in Appearance > Customize.
Forum: Themes and Templates
In reply to: [Integral] Sticky HeaderHello @doatrip
The sticky header functionality is disabled on mobile devices because it was causing too many issues with large logos which increased the height of the header and overlapped the content.
But if you require it you can look at the bottom of the style.css file on line 1896.
Just remove this bit of code and it will start working on mobile devices.
.navbar-fixed-top { position: relative; }