Forum replies created
Hi,
On your homepage, I viewed the webpage source code and I cannot find any HTML that has class category-links by using the search function of firefox browser.
I can only find category-news.
Please provide me a screenshot and annotate the part that you want to make it transparent.
Thanks!
Hi,
This will require customization, Please kindly contact us via our services page.
https://theme4press.com/theme-customization-service/
Please note that we can only provide custom css in this support forum, and how to use existing features. Any feature that you required but not found in the theme will require customization.
Thanks!
Hi,
Sorry that requires customization of layout and javascript.
Please contact us of this customization via our services page.
https://theme4press.com/theme-customization-service/
Thanks!
Hi,
Please post your website url to the page that you are using the Elastic Slider.
I need to see if there is any javascript error, because this will break the slider.
Thanks!
Hi,
Please use the following code in Theme Options -> Custom CSS
.page-id-7 .header, .page-id-7 .footer, .page-id-7 .menu-container {
display: none !important;
}
Screenshot of result. http://prntscr.com/8c6i6g
Thanks!
Hi,
Please use the following in your Theme Options -> Custom CSS
@media screen and (max-width: 768px) {
#search-text-box {
display: none !important;
}
}
Thanks!
Hi,
Sorry, we do not have an online guide to setup store.
You can setup a localhost on your computer and setup Alora Theme, install Woocommerce plugin and then import demo content. Using the demo content as a guide.
As for SSL, Sorry we do not have a guide for this.
You can get your web hosting company for assistance.
There are some useful articles here. http://docs.woothemes.com/documentation/plugins/woocommerce/woocommerce-codex/
Thanks!
Hi,
Please revert your previous layout.
It is quite possible to widen the width of the 3 columns.
But not really possible to make google map break the boundaries and become full width.
Thanks!
Hi,
Please kindly post your website url.
We will try to provide you custom css code to hide those areas.
The custom css code should be entered in Theme Options -> Custom CSS
and Theme Updates will not overwrite them.
Thanks!
Denzel
Hi,
I see that you have found a way to have 3 columns in the center, I think you are using siteorigin page builder plugin.
As for the shaded space above the google map. When I view your webpage source code, I can see a set of p tags wrapping the javascript before your google map.
Please use the following codes in your Theme Options -> Custom CSS
This code is using the panel’s unique ID and is targeting that panel only, if you happen to redo and use another panel, it will not work.
#panel-5242-0-0-0 .textwidget p {
display: none !important;
}
Please see screenshot of result. http://prntscr.com/8c0qn1
Thanks!