Forum replies created

    Daniel Jones
    Spectator
    Posts: 148
    July 16, 2016 at 12:49 pm #29097

    Hi there,

    I needed access to the backend of the WordPress, kindly share it with me.

    Looking forward to your reply.

    Daniel Jones
    Spectator
    Posts: 148
    July 16, 2016 at 12:25 pm #29095

    Hi there,

    Thanks for reaching out to us again.

    Kindly could you share with me temporary login credentials so that I may figure out the issue from there and help. You may delete or change the credentials after we’re done. Please ensure to mark the reply as Private.

    Looking forward to your reply.

    Daniel Jones
    Spectator
    Posts: 148
    July 15, 2016 at 2:06 pm #29053

    Hi there,

    Thanks for reaching out to us again.

    You can add the color you want in the custom CSS code blog.
    Just use color: #000 within your CSS class.

    I hope that helps.

    In reply to Contact 7 Form
    Daniel Jones
    Spectator
    Posts: 148
    July 15, 2016 at 1:58 pm #29052

    Hi Noel,

    Thanks for contacting us and sorry for the problem you’re facing.

    Kindly note that third party plugins fall out of our support scope. But that case kindly check out it’s documention for more information here: http://contactform7.com/docs/.

    Please let me know if there’s any other problem, I’m happy to help.

    Cheers!

    Daniel Jones
    Spectator
    Posts: 148
    July 15, 2016 at 10:38 am #29050

    Hi EMH,

    Thanks for contacting us.

    Unfortunately, what you want will require much of customization which falls out of our support scope but you can request for that service here: https://theme4press.com/theme-customization-service/.

    Please let me know if there’s any other problem, I’m happy to help.

    Daniel Jones
    Spectator
    Posts: 148
    July 14, 2016 at 5:17 pm #28969

    Hi Manfred,
    Thanks for keeping in touch with us.

    After taking a closer look at the issue it seems the problem is with the display: block. I realise that setting it to list-item (which is exactly what the element is), it stopped disappearing and blinking off.

    Please try adding this code to your Custom CSS and see what happens:


    .nav-menu li a span:hover {
    display: list-item!important;
    }

    Please let me know if this helps,
    Kind Regards.

    Daniel Jones
    Spectator
    Posts: 148
    July 14, 2016 at 5:01 pm #28968

    Hi Cyrille,
    Thanks for keeping in touch with us.

    Did you attempt to use the CSS given in my previous response?

    Please add the code in your Theme Options -> Custom CSS:


    /*apply font to portfolio*/

    .project-description.post-content h2 {
    font-family: Lobster !important;
    }
    .project-description.post-content p {
    font-family: Roboto !important;
    font-size: 16px !important;
    font-weight: 300 !important;
    }

    Please let me know if it helps,
    Kind Regards.

    In reply to Sliders are gone
    Daniel Jones
    Spectator
    Posts: 148
    July 14, 2016 at 3:12 pm #28965

    Hello Justin,

    Hope all is well.

    Just a follow up on you issue regarding the slider, were you able to resolve this? Seems like the slider is back on. 🙂

    In regards to the 4 boxes, please see our guide on how you can make the changes/ customize: https://theme4press.com/docs/setting-up-the-home-page/. On the guide, navigate to “Boxes on Homepage”.

    I hope this information helps.

    Daniel Jones
    Spectator
    Posts: 148
    July 14, 2016 at 2:55 pm #28964

    Hi Manfred,

    Thank you for getting back to us.

    Hmm, seems like a transition issue. Kindly try and use the following CSS code to resolve this.

    @media only screen and (min-width: 768px)
    .link-effect a:hover span, .link-effect a:focus span {
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
    }

    Please let me know if this helps.

    Daniel Jones
    Spectator
    Posts: 148
    July 12, 2016 at 1:51 pm #28909

    Hi Manfred,

    Thanks for contacting us.

    I’m not sure whether it’s clear to me. Kindly could you try explain the issue clearly even using screenshots so that I may be in a better position to help.

    Looking forward to your reply.