Forum replies created

    Denzel Chia
    Moderator
    Posts: 2656
    15.09.2015 at 19:31 #20689

    Hi,

    I see that your products are already lining up properly in a row.
    Did you managed to come up with a solution?

    Please let me know if you require any assistance.

    Thanks!

    Denzel Chia
    Moderator
    Posts: 2656
    15.09.2015 at 19:25 #20688

    Hi,

    Sorry, we do not have any plugin or ready solution to your requirement.
    Please contact us via our services page https://theme4press.com/theme-customization-service/ for this customization.

    Thanks!

    In reply to Logo border
    Denzel Chia
    Moderator
    Posts: 2656
    15.09.2015 at 19:22 #20687

    Hi,

    You are welcome.

    Thanks!

    Denzel Chia
    Moderator
    Posts: 2656
    15.09.2015 at 19:21 #20686

    Hi,

    Sorry, I am not sure which line you are referring to.
    I guess it the horizontal shadow that’s out of place.

    Please use the following code in your Theme Options -> Custom CSS

    .menu-header::after{
    background:none !important;
    }

    If this is not what you are referring to, please kindly provide me with an annotation on a screenshot.

    Thanks!

    Denzel Chia
    Moderator
    Posts: 2656
    15.09.2015 at 09:28 #20679

    You are welcome!

    Denzel Chia
    Moderator
    Posts: 2656
    15.09.2015 at 09:15 #20677

    Hi,

    You are welcome!

    Best Regards,
    Denzel

    Denzel Chia
    Moderator
    Posts: 2656
    15.09.2015 at 09:14 #20676

    Hi,

    There could be a plugin using the same button class and causing css conflict.
    Never mind that. Please use the following codes in Theme Options -> Custom CSS

    .carousel-caption .btn {
    font-size: 18px !important;
    }

    This will increase that button font size, and thus make it look bigger.

    As for your WP_DEBUG in your wp-config.php. Yes, it’s set to false, which means it’s turned off. Perhaps one of your plugins has either set it to true or use PHP error_reporting function to turn it on, or maybe it’s your server setting.

    If you don’t mind, and if it’s not hindering your work, you can ignore it.

    Thanks!

    Denzel Chia
    Moderator
    Posts: 2656
    15.09.2015 at 09:02 #20674

    Hi,

    Please try the following codes in Theme Options -> Custom CSS

    @media (max-width: 768px) {
    .carousel-caption h2 {
    line-height: 1.8em !important;
    margin: 0 auto !important;
    width: 200px !important;
    word-wrap: break-word !important;
    }
    }

    Thanks!

    Denzel Chia
    Moderator
    Posts: 2656
    15.09.2015 at 08:53 #20671

    Hi,

    Sorry, there is no setting to show featured image caption in blog shortcode.
    In order to do that, we need to modify codes within the Theme.

    Please kindly contact us via our services page https://theme4press.com/theme-customization-service/, if you require this customization.

    Sorry, as per our company regulation, I am only allowed to provide customization that only involves Custom CSS, and not modification of theme codes.

    Thanks!

    Denzel Chia
    Moderator
    Posts: 2656
    15.09.2015 at 08:42 #20669

    Hi,

    wp-config.php is at the root of your WordPress installation, not a Theme file.

    As for your bootstrap slider button, for example, “Services and Pricing”.
    It does not look like our original design. Did you add your own custom css?
    Is this the button that you are referring to?

    Thanks!