Forum replies created
Hi,
It’s a bug with the theme.
Open up evolve-plus/library/functions/basic-functions.php go to line 423 and find the following line of codes.
$evolve_similar_posts = get_option('evl_similar_posts','disable'); if ($evolve_similar_posts == "category") {
Change to the following line of codes.
$evolve_similar_posts = evolve_get_option('evl_similar_posts','disable'); if ($evolve_similar_posts == "category") {
The function name used is wrong, it should be evolve_get_option and not get_option.
Thanks!
Hi,
Probably same issue as this thread. https://theme4press.com/support/topic/length-of-post-headlines/
I will need to fix it for you.
Please kindly provide the following details via private reply.
WordPress Login Url:
Username:
Password:
Ftp Server Url:
Port:
Username:
Password:
(Note: To make a private reply -> Click on the “Set as private reply” check box found at lower left corner of this forum’s text box before clicking on Submit button. This will ensure that your reply is visible only to Moderator and Keymaster)
Hi,
Please post your url. We will see if custom css positioning can help.
If not your will have to contact our service https://theme4press.com/services/ for a quotation to reposition the button code.
Thanks!
Hi,
In Theme Options-> Slideshows -> Autoplay uncheck it and save your changes.
We can only use Custom CSS to make the prev and next arrows visible at all times.
In your Theme Options -> Custom CSS, Please use the following code.
.t4p-flexslider .flex-direction-nav .flex-next, .t4p-flexslider .flex-direction-nav .flex-prev {
opacity: 1 !important;
}
Thanks!
Hi,
Please post your website url with the mentioned shortcode.
Please try using a 100% width page template.
Thanks!
Hi,
Sorry, I cannot find that view in your screenshot.
I only managed to come to the following screenshot in your checkout, and the table looks good to me.
http://prntscr.com/7xfgi9
I assume that your website language is German, but I do not read German, so it’s quite difficult for me to navigate.
Can you please list down the steps to reach that view?
Thanks!
Hi,
For your mobile header, Please use the following codes in Theme Options -> Custom CSS
@media (max-width: 768px) {
.header {
height: 300px !important;
}
}
You can change the max-width 768px to your target device width.
Thanks!
Hi,
The website url you provided is not resolving, there is an additional s in the word cleanpasss. Is this your website url? http://cleanpass.grandeurandluxury.com/en/home/
I am not seeing any error in my error console.
I can see that one of your plugins load a css file full of transition codes, this is probably the conflicting plugin.
Please disable plugin one at a time to find out the conflicting plugin.
For your mobile header, Please use the following codes in Theme Options -> Custom CSS
@media (max-width: 768px) {
.header {
height: 300px !important;
}
}
This will prevent it from looking “mesh”.
Thanks!
Hi,
Please kindly post your website url. I will need to take a look at it.
Thanks!
Denzel
Hi,
Please check your edit page post meta, at the end of the page, at “Slider Options”.
Did you see any selection of parallax slider? If yes, set it to no slider.
Then go to Theme Opions -> Header -> Number of widget cols in header
Set it to none.
Thanks!
Denzel