Forum replies created
Hi,
Go to Theme Options -> Typography.
Thank you
Hi,
You need to select the widget area, and this widget area needs to have widget.
Thank you.
Hi,
Go to woocommerce -> settings
Products ( tab ) -> Display ( Sub tab ) to set your shop page.
Thank you
Hi,
You can create a page with 100% width template and use the woocommerce product category shortcode.
https://docs.woothemes.com/document/woocommerce-shortcodes/#section-12
Thank you
Hi,
The flickr api url is found in flickr widget.
Did you deploy to your sidebar?
You need to remove it if you are not using.
Thank you
Hi,
Please use the following.
.project-content .title-sep {
display: none !important;
}
.project-content {
position: relative;
top: -70px !important;
}
.single-alora_portfolio #sidebar {
position: relative;
top: -16px !important;
}
Thank you
Hi,
Alora Theme only accepts a logo.
Please use this tool to create your text logo and upload to your website.
Thank you.
Sorry, I only have access to this forum.
You can use this service http://prnt.sc/ to post a screenshot and share the URL.
Thank you.
Hi,
1) Banner – link on the homepage
There is no option to add custom link in banner.
The logo will only link to homepage.
This requires modifications to the theme code.
We do not provide assistance in modifying theme codes.
We can only provide customization that can be done using custom css.
You may want to hire a developer from http://jobs.wordpress.net/ to assist in your customization.
2) Homepage content
I do not know if the bbpress shortcode works.
To use a shortcode, you can paste it in your WordPress content editor.
Create page, paste the shortcode and publish.
Login to WordPress, go to Settings -> Reading and set your page as frontpage.
3) Logo sticky menu, not in the header
Sorry, I do not understand this question.
If you want to remove logo in sticky header, you can use the following in Theme Options -> Custom CSS
.sticky-header #logo-image {
display: none !important;
}
Thank you.