Forum replies created
Hi,
It seems that in PHP 7.1, a Warning will be emitted if a non-numeric value is encountered.
We have updated our custom-css.php file related to PHP 7.1 and release next theme update.
If you should update immediately so you have to update all changes manually.
go to line no 41 in custom-css.php
find this line:
$evolve_width_px = evolve_get_option( ‘evl_width_px’, ‘1200’ );
replace with this
$evolve_width_px = (int)evolve_get_option( ‘evl_width_px’, ‘1200’ );
go to line no 42 in custom-css.php
find this line:
$evolve_custom_width_px = evolve_get_option( ‘evl_custom_width_px’, ‘1024’ );
replace with this
$evolve_custom_width_px = (int)evolve_get_option( ‘evl_custom_width_px’, ‘1024’ );
go to line no 63 in custom-css.php
find this line:
$evolve_hundredp_padding = evolve_get_option( ‘evl_hundredp_padding’, ’40px’ );
replace with this
$evolve_hundredp_padding = (int)evolve_get_option( ‘evl_hundredp_padding’, ’40px’ );
Thank you
You are welcome 🙂
Hi,
Sorry, you have misunderstood, we have created all parameter of blog shortcode for blog shortcode page means it’s work for only blog shortcode page but you have click Read More button after that you have redirect single blog page and this all parameter not work on this page.
Thank you
Hi,
Sorry but it’s not possible to change the order of header widget and content boxes.
If you have to customize your site please contact our customize service:
https://theme4press.com/theme-customization-service/
Thank you
You are welcome 🙂
Hi,
We have solved your issue, check your site.
Theme4Press slider display in your french home page.
A problem only on that you have not selected theme4press slider in your french home page under page options. and also you have not set parameter of french home page slider.
Thank you
Hi,
Add below custom css for change color
.t4p-flexslider.flexslider-posts .slide-excerpt h2 {
background: rgba(0, 0, 0, 0.8);
}
.t4p-flexslider.flexslider-posts .slide-excerpt h2 a {
color: red;
}
Add your color that you want to it.
Thank you
Hi
Sorry but your site title is long so it’s not adjusted in sticky header area and it’s effect in the sticky menu.
Sticky header height generates dynamically so we can’t control it.
but we suggest that if you have to no problem with removing your site title in the sticky header so you have to remove site title in the sticky header with this options.
Theme Options -> Header -> Sticky Header -> Enable sticky header logo
Another option that you have to create a new menu for sticky header
Appearance -> Menus -> Create new menu and assign as Sticky Header Navigation in Menu settings
Thank you
Hi,
Social sharing icon position in post page is our predefine theme design so we can’t change it.
And user uses shortcode when and where it needs. it does not display every where without its use.
Thank you
Hi,
Sorry but not any way to add the sharing box at the end.
If you have to customize your site please contact us our customize service
https://theme4press.com/theme-customization-service/
Thank you