Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #3094354
Date & Tags
Closed

Comments

  •  7
    babyu started the conversation

    Hello,

    Is it possible to add Published word before date and at word after the year?

    like - Published on: September 28, 2018 at 6:47 am.

    Also, Tags word/tags icon bofore : tags

    Like: 

    9651155051.png

    Also, how to add far fa-eye instead of views word for number of page views.

    like: 

    5800248358.png


    Thank you very much for your help & support!

    Babu Patil

  •  2,489
    PenciDesign replied

    Hi,

    Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:

    .post-box-meta-single span time:before {
      content: 'Published on';
      display: inline-block;
      margin-right: 5px;
    }
    i.penci-post-countview-number:before {
      content: "\f06e";
      font-family: 'FontAwesome';
      display: inline-block;
      margin-right: 5px;
    }
    .post-tags:before {
      content: 'Share';
      display: inline-block;
      margin-right: 5px;
      font-size: 12px;
      color: #000;
      text-transform: uppercase;
      font-weight: bold;
    }

    Regards,
    PenciDesign.



  •   babyu replied privately
  •  2,489
    PenciDesign replied

    Hi,

    Yes. You can create a custom post layout with Elementor by following the document here: https://soledad.pencidesign.net/soledad-document/#posts

    Regards,
    PenciDesign.


  •  7
    babyu replied

    Hello, 

    I see this option - the "Table of Content" inside the theme. I have checked these options via Customize > Table of Content - please see the attached image.

    But, when I tried to add a table of content for this post. I didn't see any table options in WordPress. Please let me know how to add a table of content inside a post.

    Thanks for your help & support!

    Babu Patil

  •  2,489
    PenciDesign replied

    Hi,

    The table of contents is only displayed when your post contains at least 3 heading tags.

    Please add more heading content to your post then check again.

    Regards,
    PenciDesign.


  •  7
    babyu replied

    hello,

    Thanks for quick reply.

    It's regarding table of content.

    FYI - Ilike you suggested i created 5 -  h1 titles tags in this post, and tried to create a table but it's not showing any options.

    Please let me know.

    Thanks


  •   PenciDesign replied privately
  •   babyu replied privately
  •  2,489
    PenciDesign replied

    Hi,

    The problem because you've not selected the H1 tag as TOC Heading.

    I've config the Table of Content settings, you can view it at Appearance → Customize → Table of contents → General. 

    Please check.

    Regards,
    PenciDesign.