Forum replies created
Hi,
If you want to insert your revolution slider right above the Site Title and Tagline.
Find the following codes in header.php
<!--BEGIN body-->
<body <?php body_class(); ?>>
<?php $evolve_width_layout = evolve_get_option('evl_width_layout','fixed'); if($evolve_width_layout == 'fixed') { ?>
<div id="wrapper">
<?php } ?>
<div id="top"></div>
And replace with the following codes. Notice that your putRevSlider is just above div id “top”.
<!--BEGIN body-->
<body <?php body_class(); ?>>
<?php $evolve_width_layout = evolve_get_option('evl_width_layout','fixed'); if($evolve_width_layout == 'fixed') { ?>
<div id="wrapper">
<?php } ?>
<?php putRevSlider("glavnaslider"); ?>
<div id="top"></div>
This is the highest point you can go.
I used the imported ecommerce revslider as demo.
Please see screenshot for result on desktop.
http://prntscr.com/7e1ni0
Please see screenshot for result on iPhone 6 portrait.
http://prntscr.com/7e1pdu
Both screenshots are from real devices.
Thanks!
Denzel
Hi,
Please kindly see my screencast. https://www.screenr.com/thPN
I click on your site logo and the page reloads and the Elastic Slider is still working fine.
Thanks!
Denzel
Hi,
You can search for the font here https://www.google.com/fonts and see how they look like.
They are google fonts.
There is no option in the theme to let you see how it looks unless you use it.
Thanks!
Denzel
Hi,
You can change some of the Typography in Theme Options -> Typography
Only the typography of the elements listed there can be changed.
Thanks!
Denzel
Hi,
I made a screencast. https://www.screenr.com/ChPN
Please see that links in Toggles works properly in Alora Theme.
Seems like my previous assumption is wrong, but I cannot be sure what is causing this issue on your website. Please start troubleshooting by disabling plugins one at a time and clear browser cache and reload your test page. See which plugin is causing this issue.
If you have manually added script, please also remove it to see if that is causing this issue.
I am afraid that’s all we can provide for this issue.
Please hire a developer if you need further assistance.
Thanks!
Denzel
Hi,
You can setup one website online.
After fully completing your design and content of this first website.
You can export all the posts and pages using WordPress admin -> Tools -> Export You will be prompt to install the required WordPress plugin. Follow the instructions to complete the content export. It will be in the form of a xml file.
To import this xml file into your other WordPress installations. Go to WordPress admin -> Tools -> Import You will be prompt to install the required WordPress plugin. Follow the instructions to complete the content import.
You can also export the Theme Options settings via Theme Options -> Backup -> Transfer Theme Options Data You can transfer the saved options data between different installs by copying the text inside the text box. To import data from another install, replace the data in the text box with the one from another install and click “Import Options”.
Layer Slider can also be exported and imported.
As long as you keep your first online website as demo site, you will be able to import it’s content to other newly setup site.
Thanks!
Denzel
Hi Tad,
Thanks for the feedback.
I had went into your site and applied the following custom css code.
.thumbnail-post img{
width:100%;
height:auto;
}
This will make sure it’s responsive at all times.
As for the cutting off the top and bottom of image, I am afraid you will have to edit your image in WordPress media before applying as the post thumbnail. The post thumbnail for Evolve+ theme is set at 680 x 330 cropped. Anything beyond it is cut off.
Thanks!
Denzel
Denzel
Hi,
1) I added the following custom css in your Theme Options -> Custom CSS This will set the full width of the full-width template to a maximum of 1300px.
.width-100{
max-width:1300px !important;
margin:0px auto;
}
2) You need to use the Theme4press shortcode manager button found at content editor. The button with a number 4.
See screenshot. http://prntscr.com/7dq395
Click on it and it will popup with a menu for you to select the shortcode that you need.
Select the content boxes shortcode. You will see that you are able to select 3 boxes in a row.
Do not edit demo pages, leave them as an example.
I created a new page called test, with two rows of content boxes.
staging1.marconmarketinggroup.com/test-3/
3) Sorry, I do not know what you are referring to when you mentioned “the size of heading on feature items.”
Please try out the shortcodes manager, and templates..etc, get familiarize with how the theme works.
You need to be familiarize with the theme in order to design your own website. Theme Options are impossible to cover everything. Most of the elements are created by shortcodes.
Every theme is a tool and you need to learn how to use it.
We cannot be providing assistance in designing your website, we can only explain how to use the theme.
Thanks!
Denzel
Hi,
In Theme Options -> Custom CSS, enter the following codes.
#sidebar .widget {
margin-bottom: 20px !important;
}
Please kindly change the 20px to any size that you want.
Thanks!
Denzel
Hi,
Thank you for your feedback.
I tested on my localhost. There is nothing wrong with the google map address “Via dei Fori Imperiali” or our code.
I am able to get the google map working properly. Please see screenshot. http://prntscr.com/7dpsoo
Therefore, it could be a conflict with any plugin that you have installed on your site.
This is not a bug in our theme.
Thanks!
Denzel