Tagged: 

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #903738

    Hi,
    I have added a post slider with titles enabled on the bottom of this page, but the titles do not display.

    Would love your help on the matter.

    Thanks ahead,
    Rani

    #903745

    Hey ranishachar,
    Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    1. Install and activate ” Temporary Login Without Password “.
    2. Go to ” Users > Temporary Logins ” on the left-side menu.
    3. Click ” Create New “.
    4. Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
      ( do be sure that we have enough time to debug ).
    5. Click ” Submit “.
    6. You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.

    When your issue is fixed, you can always remove the plugin!
    If you prefer to not use the plugin, you can manually create a admin user and post the login credentials in the “private data” field.

    Best regards,
    Mike

    #903768
    This reply has been marked as private.
    #903823

    Hi,
    Can I ask if you built the page with the advanced layout builder or the default builder?
    It seems to be mix of the two types.

    Best regards,
    Mike

    #903849

    Hi,
    I have built it with the default builder and added the post slider as a shortcode.

    I have tried now to rebuild the page with the advanced layout builder but still no titles are showing.

    Disabled all plugins and still no luck.

    Thanks,
    Rani

    #903924

    Hi,
    In your custom css you have this code hiding the titles:

    .entry-content-header {display: none;}

    I imagine you were using it to hide a title on another page, if you wish we could adjust it to affect only the titles on the other page.

    Best regards,
    Mike

    #907031

    Hi,
    Great catch! thank you, and sorry for the trouble…

    I have previously added the custom css in order to hide the featured image on top of pages. Anyway – I have managed to do it and to keep the post slider intact.

    Another issue I am struggeling with – comments do not display on my pages. I have enabled them on the pages themselves, on the site’s settings, and on screen options, checked the custom css… but still – no luck.

    For example – here, and here.

    Would be very happy for your help on that as well.

    Best,
    Rani

    #907234

    Hi,
    Comments show on posts by default, in order for comments to show on a page, you will need to edit the file:
    /wp-content/themes/enfold/page.php
    right after on line 30

    get_template_part( 'includes/loop', 'page' );

    please add:

    comments_template( '/includes/comments.php');

    It is best to use a child theme and save this file to your child theme folder so your changes will not be lost with future theme updates Read about it & Get it here
    I made this change for you in your Enfold theme, please check & consider adding a child theme.

    Best regards,
    Mike

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