Home Support Construction Real estate Pro Construction Real estate Pro

Viewing 15 posts - 16 through 30 (of 48 total)
  • Author
    Posts
  • #530
    enquiry
    Participant

    I purchased the Construction Realestate Pro theme from you a few days ago and I am currently trying to configure the child theme supplied at http://liddleandco.co.uk/
    Can you tell me the following:

    1. Can I switch the little diamond icon for something else?
    2. Can I change the wording on the RECENT PROPERTIES to something else like RECENT JOBS.
    3. Can I pull in latest posts from a Facebook page feed?

    Many Thanks for your assistance.

    #532
    walkerj
    Participant

    I figured out why my home page was not displaying the graphics in the buttons. The permalinks were set to the temp. domains. I changed them to my URL and cleared the cache on all my browsers and everything works properly now.

    #533

    Hi Tom,

    Add it to the Appearance -> Customize -> Additional CSS

    .carousel-item {
    -webkit-transition: -webkit-transform .7s ease-in-out;
    transition: -webkit-transform .5s ease-in-out;
    -o-transition: -o-transform .5s ease-in-out;
    transition: transform .5s ease-in-out;
    transition: transform .5s ease-in-out,-webkit-transform .5s ease-in-out,-o-transform .5s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    }

    Please increase the seconds according to your need for the delay.

    Thanks

    #534

    Hi Walkerj,

    Ok. Great it works. Let us know if you have any other query.

    Thanks

    #535

    Hi Suzanne,

    Yes, you can change the icon by the following way.

    You can choose icons from here: https://fontawesome.com/v4.7.0/icons/

    Open the icon you want to use for ex. https://fontawesome.com/v4.7.0/icon/address-book/

    Copy the Unicode and replace the existing Unicode, Only this part f219

    section h2:before {
    content: “\f219”;
    }
    section h2:after {
    content: “\f219”;
    }

    And then add it to the Appearance -> Customize -> Additional CSS.

    Can I change the wording on the RECENT PROPERTIES to something else like RECENT JOBS.

    Yes, it can be change from Appearance -> Customize -> Theme settings -> Recent properties

    Can I pull in latest posts from a Facebook page feed?

    No, you can not replace this section. This can be do by another way. Put the facebook feed code in the editor. Then we will shift the editor content to that position using child theme.

    Go to pages -> Home -> add the code there.

    Hope you understand.

    Thanks

    #536
    enquiry
    Participant

    Unfortunately the additional code to the Additional CSS did nothing?
    I am trying to change he diamond to a star (f005) but it has now worked?

    #537

    Hi Suzanne,

    Have you replaces the code like we have added below. If you would notice the double qoute is something different. Please check your email [email protected]. we have sent the code there. We have tested this on our website https://buywptemplates.com/construction-realestate-wordpress-theme/.

    Thanks

    #539
    enquiry
    Participant

    Yes works fine now thank you.
    How can I go about pulling in the Facebook feed now please?

    #540

    Have you added the code to the pages? As I have specified above.

    #541
    enquiry
    Participant

    Feed code as in the facebook feed address? and where in the editor?

    #549
    #550
    enquiry
    Participant

    Hi Thank you for your help – the facebook shortcode for the feed is now in place and shows at the top of the page …. http://liddleandco.co.uk/
    Can you assist e in getting this down to the correct place where the Latest Posts would be?

    AND My final question is – having inserted a few testimonials in they seem to be left justifying although I have centred them in the testimonaisl entry area. Any ideas why its showing with the not centred as it looks wierd!?

    Thank you so much – I am hugely surprised at how good your support is – not experienced such a good plug in support before so congratulations you are doing a great job.

    Many Thanks
    Suzanne

    #554

    Hi Suzanne,

    For the testimonial add this to Appearance -> Customize -> Additional CSS

    .testimonial-mainbox {
    text-align: center;
    width: 100%;
    }

    And for shifting the sections please check your mail.

    Thanks

    #572
    enquiry
    Participant

    Hi Thanks so much for all your help. The email concerning the code for shifting the sections did not arrive – please can you resend it.

    Thanks again!

    #573

    Ok. let us check it on our side and resend to you.

Viewing 15 posts - 16 through 30 (of 48 total)
  • You must be logged in to reply to this topic.