Forum replies created

    Imran
    Spectator
    Posts: 402
    August 3, 2015 at 4:58 pm #19513

    Hi Angelo,

    Upon checking, it looks fine at my end, and Parallax Slider is working well (see: http://prntscr.com/80c7wk). I test is by checking the option “Home page only” and it worked correctly. Another check, by selecting the second option which is according to page to page, and it also worked fine here: http://prntscr.com/80c9qk. Please confirm the issue again if it still existing, so we provide you further assistance.

    Thanks.

    Imran
    Spectator
    Posts: 402
    August 3, 2015 at 4:03 pm #19511

    You’re welcome! 🙂

    Imran
    Spectator
    Posts: 402
    August 3, 2015 at 3:58 pm #19510

    Hi Georgios,

    Thanks for writing in!

    There is no such “wpml-config.xml” file we provide to translate the sliders. Though, if you need to do so, I’d refer you to our services page, where you can order a quote to get it done.

    https://theme4press.com/theme-customization-service/

    Thanks.

    Imran
    Spectator
    Posts: 402
    August 3, 2015 at 3:48 pm #19509

    Hi Donna,

    Thanks for writing in!

    Firstly, if you wish to customize the links into your posts, so you can use the custom code given below into your custom CSS. However, the remaining queries are answered into your other post. Please add the following code under your customizer:

    .share-this a i {
    text-shadow: 0 1px 0px #111;
    color: #8597A0;
    }

    .share-this a:hover i {
    color: #000;
    }

    h1.entry-title {
    color: #000;
    }

    .published {
    color: #000000;
    }

    span.author.vcard {
    color: #000;
    }

    .entry-header a {
    color: #e7e7e7;
    }

    .navigation-links.single-page-navigation.clearfix.row a {
    color: #000 !important;
    }

    Hope this helps!

    Thanks.

    Imran
    Spectator
    Posts: 402
    August 3, 2015 at 3:12 pm #19507

    Hi Donna,

    In regard to customizing the three tabs: “Poplular, Recent, Comments”, you can change the values according to your requirement into the given code below. Please add the following code into your Custom CSS field:

    .evolve_tabs .widget-content {
    border: 2.5px solid #c58d01;
    }

    .tab-holder .tabs li {
    background: #e3e3e3;
    }

    li.active a {
    background: #B73B3B !important;
    }

    To achieve the required changes for the two widgets left of the content, you can use the following code into your custom CSS field:

    #secondary-2 .widget-title-background {
    background: #986E05 !important;
    }

    #secondary-2 .widget-content {
    border: 2.5px solid #986E05 !important;
    background: #e3e3e3 !important;
    }

    Thirdly, the images shows in your posts with a camera, and if you wish to hide the image when you haven’t set any image in any of your post, so you can use the following code into your custom CSS:

    .hentry:not(.has-post-thumbnail) .thumbnail-post {
    display: none;
    }

    Thanks.

    Imran
    Spectator
    Posts: 402
    July 31, 2015 at 2:41 pm #19441

    Hi Lukasz,

    Thanks for writing in, if you wish to center the main menu in header for all screens sizes, so you can try the following code under your Custom CSS:

    #sticky-nav {
    float: none !important;
    position: static;
    left: auto;
    width: 739px;
    margin: 0 auto;
    margin-right: 16%;
    }

    Hope this helps!

    Thanks.

    `

    Imran
    Spectator
    Posts: 402
    July 31, 2015 at 1:44 pm #19440

    Hi Sandra,

    If you wish to resolve the main menu hover issue on firefox, so you can achieve that by adding the following code under Appearance > Theme Options > Custom CSS:

    .link-effect a span {
    -moz-transition: none;
    }

    Hope this helps!

    Thanks.

    Imran
    Spectator
    Posts: 402
    July 30, 2015 at 5:24 pm #19399

    Hi Donna,

    Thanks for writing in, if you wish to achieve your tagline right under the blog title, so you can add the following code under Appearance > Theme Options > Custom CSS:

    #tagline {
    clear: right;
    width: 220px;
    margin-left: 13em;
    }

    Thanks.

    Imran
    Spectator
    Posts: 402
    July 30, 2015 at 5:08 pm #19396

    Hi Donna,

    Upon checking, it seems to be working fine at my end (see: http://prntscr.com/7yuk2p). However you can try this following code if that works:

    .widget-title-background {
    width: 108.5% !important;
    position: relative !important;
    right: 14px !important;
    min-height: 46px !important;
    }

    In regard to, change the background specifically to a particular widget, in such case you can let us know about the related widget and we’ll provide you the code. For widget background color change, you can use the following code into your custom CSS:

    .widget-content {
    background: #ffffff;
    }

    Thanks.

    Imran
    Spectator
    Posts: 402
    July 30, 2015 at 4:36 pm #19395

    Hi Sandra,

    Thanks for writing in!

    Upon checking, it looks like your website is in under construction mode. Please disable it or provide us with your WordPress admin login credentials so we can take a closer look to your setup.

    Thanks.