Forum replies created

    Imran
    Spectator
    Posts: 403
    February 11, 2016 at 4:21 pm #24259

    You’re welcome Eduardo! 🙂

    Imran
    Spectator
    Posts: 403
    February 11, 2016 at 4:20 pm #24258

    Hi Andy,

    Thanks for writing in!

    Would you please provide us with the link of your website and perhaps some screenshots with the notation of issues, so that we can take a look into your site and provide you with a tailored answer.

    Thank you!

    Imran
    Spectator
    Posts: 403
    February 11, 2016 at 4:17 pm #24256

    Hi Eduardo,

    Thanks for your screenshot! Though, you’ve already been replied. Please check provided custom code above your snapshot.

    Thank you!

    Imran
    Spectator
    Posts: 403
    February 11, 2016 at 4:12 pm #24255

    Hi Eduardo,

    Thanks for writing in!

    It could be possible with custom development, but this would be outside the scope of support we can provide. You may wish to fill up a form on our theme customization services page:

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

    Thank you!

    Imran
    Spectator
    Posts: 403
    February 11, 2016 at 4:04 pm #24253

    Hi Eduardo,

    Thanks for providing the link! please add the following code under Appearance -> Theme Options -> Custom CSS:

    @media only screen and (max-width: 670px) {
    #wrapper .primary-menu .dd-container .dd-selected-text span:before {
    content: "Menu";
    }
    }

    Hope this helps.

    Thank you!

    Imran
    Spectator
    Posts: 403
    February 11, 2016 at 3:42 pm #24250

    Hi Elgaita,

    Thanks for writing in!

    Would you please provide us with the link of your website. Perhaps with some screenshots with notation of issues so that we can take a look into your setup and provide you with a detailed response.

    Thank you!

    Imran
    Spectator
    Posts: 403
    February 11, 2016 at 2:26 pm #24247

    Hi Harald,

    Thanks for writing in! please add the following code under your custom CSS field:

    #bootstrap-slider .carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x;
    }

    #bootstrap-slider .carousel-control.left {
    left: 0;
    right: auto;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x;
    }

    #bootstrap-slider .carousel-control {
    position: absolute;
    top: 0;
    bottom: 0 !important;
    left: 0;
    width: 15%;
    }

    #bootstrap-slider a.left:before, #bootstrap-slider a.right:before {
    position: absolute;
    top: 50%;
    }

    #bootstrap-slider a.right:before {
    right: 15%;
    }

    #bootstrap-slider a.left:before {
    left: 15%;
    }

    Hope this helps.

    Thank you!

    Imran
    Spectator
    Posts: 403
    February 11, 2016 at 1:25 pm #24242

    Hi Sandra,

    Glad that helped!

    In order to fix the button in responsive version, please add the following code into your custom CSS field:

    @media screen and (max-width: 768px) {
    #bootstrap-slider .carousel-caption .button {
    width: 86px !important;
    }
    }

    button text is not shown anymore with the new settings.

    The button text color is just right there named as “Button Accent Color” (see: http://prntscr.com/a1ty5e).

    Hope this helps.

    Thank you!

    Imran
    Spectator
    Posts: 403
    February 11, 2016 at 10:32 am #24230

    Hi Magnus,

    Thanks for your clarification! Perhaps it’s a caching issue, I’d advise clearing your browser’s cache or testing on a different browser.

    Thank you!

    Imran
    Spectator
    Posts: 403
    February 11, 2016 at 10:12 am #24228

    Hi Harald,

    Thanks for your brief clarification!

    It could be possible with custom development, but this would be outside the scope of support we can provide. You may wish to consult a developer to assist you with this.

    However, I’ll consider it a featured request and will forward to our development team. This way it can be taken into consideration for future development.

    Thank you!