Forum replies created

    Imran
    Spectator
    Posts: 402
    January 29, 2016 at 6:34 am #23922

    Hi Christian,

    Thanks for writing in!

    You can see it here:

    The provided link in not seem to be working at our end. Please provide us with the link of your website, so that we can take a look into your setup and provide you with a possible solution.

    Thank you!

    Imran
    Spectator
    Posts: 402
    January 28, 2016 at 2:13 pm #23909

    Hi Emillio,

    get rid of “previous/next posts links” on blog posts

    Please add the following code under your custom CSS field:

    .single-post .navigation-links {
    display: none;
    }

    Hope this helps.

    Thanks!

    Imran
    Spectator
    Posts: 402
    January 28, 2016 at 2:08 pm #23908

    Hi Antony,

    We’d refer you to the following post:

    https://theme4press.com/support/topic/evolve-plus-strange-drop-down-box-on-header-and-accordions-not-working/

    I’ve looked up for errors in your website where still I found a java-script error (see: http://prntscr.com/9vwu10)

    I’ve searched this conflicting script through my code editor into the theme files as well as Theme4Press core Plugin; I presume that doesn’t belong to the theme.

    Thank you!

    Imran
    Spectator
    Posts: 402
    January 28, 2016 at 1:51 pm #23906

    Hi Emilio,

    Would you please provide us with the link of your website so that we can take a look into it and provide you with a possible solution.

    Thanks!

    Imran
    Spectator
    Posts: 402
    January 28, 2016 at 1:38 pm #23904

    Hi Emilio,

    Thanks for writing in!

    I would like to get rid of “previous/next posts links” on blog posts

    Please add the following code under Appearance -> Theme Options -> Custom CSS:

    .blog .navigation-links.page-navigation {
    display: none;
    }

    Hope this helps.

    Thank you!

    Imran
    Spectator
    Posts: 402
    January 28, 2016 at 9:58 am #23901

    Hi Antony,

    Regretfully, this customization request would fall outside the support we provide, we can just assist by providing custom codes. You may wish to consult with a developer who can assist you with this.

    Thank you!

    Imran
    Spectator
    Posts: 402
    January 28, 2016 at 9:48 am #23900

    Hi fabilo,

    I would like to know how I can put on any given page, a parallax animation full screen (left to right)

    In regard to activate the full wide parallax slider; please go under Appearance -> Theme Options -> Parallax Slider -> General. Please select the page you want to show the slider (see:
    http://prntscr.com/9vu9qz).

    Hope this helps.

    Thank you!

    Imran
    Spectator
    Posts: 402
    January 28, 2016 at 9:15 am #23898

    Hi Elvis,

    Thanks for writing in!

    Adds the alt attribute in the images of the logo

    Regarding logo of the website; you can just add the image under Theme Options -> Header -> Logo.

    Adds the alt attribute in the images of the logo, and the contents of the box

    As far as content boxes; we’ve used font awesome icons, so there are no images which would need an alt attribute.

    Thank you!

    Imran
    Spectator
    Posts: 402
    January 28, 2016 at 9:03 am #23897

    You’re welcome! 🙂

    Imran
    Spectator
    Posts: 402
    January 28, 2016 at 9:02 am #23896

    Hi Fanita,

    Thanks for writing in!

    How to make it to all four boxes the same size regardless of the amount of text.

    Please add the following code under your Admin Panel -> Appearance -> Theme Options -> Custom CSS or Appearance -> Customize -> Custom CSS:

    .home-content-boxes .content-box {
    min-height: 412px !important;
    }

    Hope this helps.

    Thanks!