Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #650134

    I’m building a directory using the sabai directory plugin from CC.
    I noticed that pages do not display any title. there is only one way to display page title: enabling the page title bar.
    how do I enable page title display, just like blog posts, in the body of message, not in the title bar?
    thanks.

    #650605

    Hey area97,

    I’m not familiar with that plugin unfortunately, but send us and admin login in private and try to explain a bit further what you are looking to achieve and we’ll have a look at it.

    Best regards,
    Rikard

    #650708

    here’s the data

    #651696

    Hi,

    can you explain further please? not really sure what you want to achieve. Though it sounds to me as you would need to contact plugin’s author about it. However, send us precise links/screenshots to make things clear for us.

    Best regards,
    Andy

    #651973

    sure, here’s a couple of screenshots: the first with enfold, the title of page just appears in the title bar, never on top of page. with customizr title is displayed.

    http://www.trovaveterinario.it/ENFOLD.png
    http://www.trovaveterinario.it/CUSTOMIZR.png

    hope it’s more clear now. thank you guys.

    #652831

    Hi,

    Could you please provide a link to the this page (http://www.trovaveterinario.it/ENFOLD.png)? Did you use the advance layout builder to build the page? If yes, all default elements such as the title, featured image etc will be removed.

    Best regards,
    Ismael

    #652907

    http://www.trovaveterinario.it/directory/listing/fisio4vet-clinica-fisioterapica-sportiva-veterinaria
    data is automatically parsed into the page. I did not use the advanced editor.
    I sent you the data to access, feel free to enter the admin a take a look by yourself.

    #653511

    bump!

    #653572

    Hi!

    That seems to be an issue, that not easy to get solved. You can edit the page.php file and modify the template, to show the_title() there always.
    Can you do that, are you familiar?

    Thanks a lot

    Best regards,
    Basilis

    #653706

    well, sure I can do it, but I want to make this modification permanent. can you help me achieve this?

    #654666

    hey guys, I purchased another license of enfold because of your support quality.
    after a week still waiting for a definitive reply.
    please, provide advice about this.
    thanks.

    #655064

    Hi,

    well, sure I can do it, but I want to make this modification permanent. can you help me achieve this?

    We are very sorry for the delay. If you want to make this modification permanent, you should create a child theme then move the page.php file template inside that folder. http://kriesi.at/documentation/enfold/using-a-child-theme/

    The title function should be placed inside the template-page container of the page.php file:

    <main class='template-page content  <?php avia_layout_class( 'content' ); ?> units' <?php avia_markup_helper(array('context' => 'content','post_type'=>'page'));?>>
    
    

    Best regards,
    Ismael

    #655136

    I did it, but when editing the child version of page.php, I found that this code is already in place.

    #656204

    Hi,

    I’m sorry for the confusion. You have to add your own title function below the specified code. This will help: https://codex.wordpress.org/Function_Reference/the_title

    Best regards,
    Ismael

Viewing 14 posts - 1 through 14 (of 14 total)
  • You must be logged in to reply to this topic.