Help with some finetunning

Tagged: ,

Viewing 7 posts - 1 through 7 (of 7 total)

These forums are closed to new replies / tickets. Please open a support ticket from our new Support page.

  • Author
    Posts
  • #11978
    ChriKn
    Spectator

    Dear Merv,

    thanks to your help I got my theme working really fine with the plugin and it seems it will be really great.

    I have some problems here and there and would like to know if you could help me on some little things.

    Let’s take this listing as an example : http://www.immo-k.eu/property/aeusserst-selten-exklusive-und-luxurioese-penthouse-wohnung-in-rheinnaehe/

    1. Would it be possible the above the title photo instead of the adress, I could insert the title ?

    2. What do I have to do to make the price bigger or with another font etc ?

    3.Is it possible to delete the title under the Photo (As it would be over it and therefore redundant)

    4.What do I need to do to replace the “Wohnung Kehl” or just delete it, as this Mash-up just doesn’t hold in german (nor French for my use)

    5. Howw can I better edit the autor box… for the moment it doesn’t look to polished and I have no idea where to change this…

    Thank you a lot for this great plugin 🙂 I hope that the german translation I uploaded in the translation forum will help as a small token of apreciation 😉

    Have a nice day,

    Christian

    #11979
    ChriKn
    Spectator

    I also can’t get uploaded documents to show… I uploaded some pdf plans with the wordpress media import page and just added the link in the corresponding collumn. It doesn’t do a thing, but pasting a link on the description Text works. Do you have any idea what I a m doing wrong ?

    Thanks a lot again 🙂

    #12008
    Merv Barrett
    Keymaster

    Thanks for the languages, patched in the next version 🙂

    RE: 1. Would it be possible the above the title photo instead of the address, I could insert the title ?
    — You can create your own templates and adjust the position of everything. Here is the guide

    RE: 2. What do I have to do to make the price bigger or with another font etc ?
    — All this is adjustable using CSS and adding the changes to your theme style.css file. Just adjust the font-size: 2em to the size that you want, for example:

    Single Page price

    .epl-property-single .page-price {
    font-size: 2em;
    }

    Archive Page Price

    .epl-property-blog .page-price {
    font-size: 2em;
    }

    3.Is it possible to delete the title under the Photo (As it would be over it and therefore redundant)
    — We are finalising the next version where we have removed the 2 titles on the single listing.

    4.What do I need to do to replace the “Wohnung Kehl” or just delete it, as this Mash-up just doesn’t hold in german (nor French for my use)
    — Unsure what this is

    5. How can I better edit the author box… for the moment it doesn’t look to polished and I have no idea where to change this…
    — Edit the user profile and add the details to the user there are fields for Bio, Slogan, position, Video url and contact form, plus phone number fields and social media links. Fill them in and the box will look better.

    eg http://easypropertylistings.com.au/demo/property/9-ashmore-way-sorrento-wa-6020/

    You have a link appearing here so the floor plans should also work. Best to link to an image
    RE: Immoscout Anzeige

    #13144
    ChriKn
    Spectator

    Hi Merv,

    First of all thanks for your help ! I only got time to work on the layout now…

    1. Thanks ! Got it working !

    2. I wanted to delete the second price appearing between the “description” title and the text description. I found what to modify thanks to firebug, but was unable to make a change using the tutorial you gave me. Pasting the line into my “style.css” changed nothing. Is there something else to do for it to work ?

    4. It is the first title under “Description” (Beschreibung in my example : http://www.immo-k.eu/property/aeusserst-selten-exklusive-und-luxurioese-penthouse-wohnung-in-rheinnaehe/) It places itself between the Text description and the second title.

    5. I couldn’t get contact form 7 to work. There is another problem I saw, when clicking on my name, the page reloads to my post page and error messages appear. Is the a way to remove the linking and just keep my name as is without it being clickable ?

    Thanks a lot. I will soon send you an updated german translation, as my current one is a bit out of context here and there.

    Best regards,
    Christian Knaub

    #13168
    Merv Barrett
    Keymaster

    Hi Christian

    2/4. You can create your own template following this guide and remove adjust the code accordingly.

    5. Replace the quotes ” with apostrophe in your shortcode.

    The Author name is clickable and directs to the author.php file in your theme. You can disable the clickable link using CSS. Some of that is already present in your CSS.

    ‘.epl-author-box .epl-author-title{
    margin-top: 0;
    margin-bottom: 0.5em;
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    }
    .epl-author-box .epl-author-title a{
    text-decoration: none;
    color: #111
    }’

    #13208
    ChriKn
    Spectator

    Hi Merv,

    thanks for your answer.

    I created the template and used the code you copied above, but it just doesn’t work. Do I miss something, as it has no effect on the layout or anything else.

    What I did was copy the two templates to the child theme folder. Some changes directly applied to the php function work (like changing the hierarchy of titles etc… But CSS modifications don’t work. Is there additional editing needed ?

    For the form I replaced the quotes and it didn’t work. I get a clickable “contact”-box, but it doesn’t react while clicking. Tried with different browser and systems…

    Thanks a lot for your help, this plugin is a real plus for my website !

    Best Regards,
    Christian

    #13464
    Merv Barrett
    Keymaster

    The templates must be in themes/YOUR_THEME/easypropertylistings

    Not sure about your CSS, your theme allows custom CSS somewhere? There is already a Easy Property Listings class added to your stylesheet somehow.

    I can see the contact form… behind the Kontakt tab

These forums are closed to new replies / tickets. Please open a support ticket from our new Support page.

Viewing 7 posts - 1 through 7 (of 7 total)
  • The forum ‘Basic Support’ is closed to new topics and replies.