Forum replies created
Hi,
To import demo content, Please install all recommended and required plugins and activate them.
Then proceed to WordPress admin -> Theme Options -> General -> Import Demo Content Button
In layerslider you can add any HTML code. Under the HTML/Video/Audio tab.
Please see screenshot. http://prntscr.com/7yp8c0
Thanks!
Hi,
In WordPress admin -> Appearance -> Theme Options -> Custom CSS
Please use the following codes.
.header-info .t4p-icon-phone {
display: none !important;
}
.header-info .phone-number img {
left: 0;
position: absolute;
}
Screenshot of result. http://prntscr.com/7yp6kn
Thanks!
Hi,
We do not have a documentation to show you the difference between the sliders.
We just include two of the top selling premium sliders for customer to choose.
Which one to use is according to your preference.
Create a page, then use the following shortcode.
[product_category category="" per_page="12" columns="4" orderby="date" order="desc"]
And at the bottom of the page, Go to Slider Options and select your Slider Type and follow by Select Revolution Slider. See screenshot. http://prntscr.com/7yp474
Final result screenshot. http://prntscr.com/7yp4fd
You are encouraged to try out the demo content on a fresh new WordPress installation, so that you can use it as an example.
Thanks!
Hi,
Are you referring to this page https://demo.theme4press.com/alora/woocommerce/
If yes, you need to install and activate the Theme4Press Core Plugin.
Then go to your WordPress admin -> Add page -> Visual Editor
Find the button with a number 4 on it.
Please see screenshot. http://prntscr.com/7yp0kg
Click on that button and you can select the shortcode.
Please see screenshot. http://prntscr.com/7yp0lj
Thanks!
Hi,
Please see our demo site. http://demo.theme4press.com/evolve/layerslider/
The layerslider is working properly.
The following message that you see in layerslider admin console.
This site is not yet authorized to receive plugin updates
This message means you need to buy a license from the author of layerslider in order to receive Automatic Updates and their premium support.
If not, you can wait for our Theme update, and my employer will update the theme bundled layerslider version.
Thanks!
Denzel
Hi,
In your Appearance -> Theme Options -> Custom CSS
Please try out the following codes.
.menu-header::after {
background: none !important;
}
Thanks!
Hi,
Border Radius for http://fogwm.org/
Please see screenshot http://prntscr.com/7yosmr
Please try the following codes in Theme Options > Custom CSS
.widget::after {
background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
}
.widget-title-background {
border-radius: 20px 20px 0 0 !important;
}
.widget-content {
border-radius: 20px !important;
}
For any help on other domains, Please post the url here.
Thanks!
Hi,
Please provide website url.
Thanks!
Denzel
Hi,
Without website url, we can only do some guess work.
To completely remove the header widgets, Please go to Theme Options -> Header -> Number of widget cols in header and select the first image, then click Save All Changes button.
If you have a cache plugin, clear the cache after you make any changes.
Also clear your browser cache, before revisiting page. This should fix your “disappear”, but “appear” again issue.
Hope these helps.
Thanks!
Denzel
Hi,
Your screenshot http://s2.postimg.org/43kx4kjwp/2015_07_29_08_09_36.png is too small cannot see anything.
After reading your explanation, I assume that the following screenshot is what you want to achieve. http://prntscr.com/7yakpe
Please use the following codes in Theme Options -> Custom CSS
It will only affect fullwidth shortcode. You can change the 90% to a larger number.
.t4p-fullwidth .alora-row {
max-width: 90% !important;
}
.t4p-fullwidth .caroufredsel_wrapper {
width: 100% !important;
}
Thanks!