Forum replies created

    Denzel Chia
    Moderator
    Posts: 2656
    28.07.2015 at 06:04 #19238

    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!

    Denzel Chia
    Moderator
    Posts: 2656
    28.07.2015 at 05:50 #19237

    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)

    Denzel Chia
    Moderator
    Posts: 2656
    28.07.2015 at 05:45 #19236

    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!

    Denzel Chia
    Moderator
    Posts: 2656
    27.07.2015 at 07:48 #19198

    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!

    Denzel Chia
    Moderator
    Posts: 2656
    27.07.2015 at 07:32 #19197

    Hi,

    Please post your website url with the mentioned shortcode.
    Please try using a 100% width page template.

    Thanks!

    Denzel Chia
    Moderator
    Posts: 2656
    27.07.2015 at 06:51 #19195

    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!

    Denzel Chia
    Moderator
    Posts: 2656
    27.07.2015 at 06:41 #19194

    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!

    Denzel Chia
    Moderator
    Posts: 2656
    27.07.2015 at 06:34 #19193

    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!

    Denzel Chia
    Moderator
    Posts: 2656
    26.07.2015 at 08:52 #19183

    Hi,

    Please kindly post your website url. I will need to take a look at it.

    Thanks!
    Denzel

    Denzel Chia
    Moderator
    Posts: 2656
    26.07.2015 at 08:47 #19182

    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