• Resolved loopz

    (@loopz)


    Hello,

    Is it possible to make a fully custom single template?
    I can’t find anything on this in the documentation…

    Basically I’d like to do this:
    – split all tabs
    – use them in my own custom place in the layout
    – so all of them – basic/description/location/form are separate, and then I put them in separate places…

    OH, and if this is only possible in the PRO version – happy to buy it, just couldn’t find any documentation on it…

    • This topic was modified 1 year, 2 months ago by loopz.
Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Estatik

    (@estatik)

    Hello!

    Unfortunately, that’s not what we can suggest for now.
    We have pre-made templates. You can customize them, but not build from scratch.

    Thread Starter loopz

    (@loopz)

    Thank you for the fast answer!

    Can you please elaborate what customization exactly I can do?

    For example, if I get the PRO version, can I remove the contact form with a hook or a filter?

    That would be one thing, and the other, which is more important
    I want to introduce a tabbed layout, like in the older versions
    So I can link those tabs with anchors into their own sections…

    If these two items can work – that’d still be perfect!

    Plugin Author Estatik

    (@estatik)

    Hi!

    Please, see the discussion here
    Let us know if any questions left ??

    Thread Starter loopz

    (@loopz)

    Alright, I checked that, but the child theme doesn’t really do anything…

    I tried both
    /estatik/front/property/
    and just
    /estatik/
    to load the single.php file but it doesn’t work…

    Is there a lot of difference from a previous version of the plugin?

    Anyway, I see this in the file, and from what it looks like after a quick check, am I at all able to separate the sections?

    if ( $sections = $instance::get_items( 'property' ) ) :
    		foreach ( $sections as $section ) :
    			do_action( 'es_single_property_section', $section, get_the_ID() );
    		endforeach;
    	endif; 

    Ultimately, if it’s a lot to explain, is there a chance I just send the client to you for a paid consultation? Or even better, I can sign in on their behalf and continue the conversation…

    Again, it’s all about splitting the sections, pull them out of the FOREACH statement, render them 1 by 1 so I can control the layout…

    Thanks!

    • This reply was modified 1 year, 2 months ago by loopz.
    Plugin Author Estatik

    (@estatik)

    Hi!

    Yes, you can contact us by mail. Please, proceed to our website and fill the form.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Custom single property layout’ is closed to new replies.