-
AuthorPosts
-
June 18, 2016 at 10:52 am #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.June 20, 2016 at 6:05 am #650605Hey 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,
RikardJune 20, 2016 at 10:09 am #650708here’s the data
June 21, 2016 at 8:28 pm #651696Hi,
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,
AndyJune 22, 2016 at 8:28 am #651973sure, 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.pnghope it’s more clear now. thank you guys.
June 24, 2016 at 5:43 am #652831Hi,
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,
IsmaelJune 24, 2016 at 7:49 am #652907http://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.June 26, 2016 at 9:21 am #653511bump!
June 26, 2016 at 4:15 pm #653572Hi!
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,
BasilisJune 27, 2016 at 8:57 am #653706well, sure I can do it, but I want to make this modification permanent. can you help me achieve this?
June 29, 2016 at 9:06 am #654666hey 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.June 30, 2016 at 4:33 am #655064Hi,
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,
IsmaelJune 30, 2016 at 8:45 am #655136I did it, but when editing the child version of page.php, I found that this code is already in place.
July 3, 2016 at 4:55 am #656204Hi,
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 -
AuthorPosts
- You must be logged in to reply to this topic.