Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1282488
    bletek
    Participant

    Just for giggles, how would one think about formatting posts or events like the ones in the attached picture.

    Keep up the good work.

    R

    #1282748
    Paul R
    Moderator

    Hi,

    Thanks for writing in!

    You can try Integrity stack blog masonry layout.

    http://demo.theme.co/integrity-1/blog/

    https://community.theme.co/kb/customizer-blog/

    Hope that helps

    #1283069
    bletek
    Participant

    Thank you very much…one more question. How do they get that date down the left hand side?

    R

    #1283172
    Joao
    Moderator

    Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.

    #1283200
    bletek
    Participant

    http://musicbymikeallen.com

    The effect I am looking for can be seen on the following site. http://timmcgraw.com. If you scroll down below the landing page you will see his news post that have the post date on the left side in that format. Again refer to the image I sent previously. How would this be accomplished.

    R

    #1283332
    Rupok
    Member

    Hi there,

    Thanks for clarifying. It would be tough to achieve this on your layout. Regretfully, this particular customization request is outside the scope of our support as this is not related to an issue with the theme and instead has to do with your customization of it. As such, you will need to investigate this particular issue on your own or seek help from a developer should you not feel comfortable making these changes yourself. If you have any further questions about the theme, we are more than happy to provide you with assistance on these inquiries.

    Thank you for your understanding.

    #1283351
    bletek
    Participant

    I thought so…and thanks…thats why I voted for customization help on your latest survey. You guys are doing an awesome job. Look forward to whats coming down the line…

    Thanks again.

    R

    #1283396
    Prasant Rai
    Moderator

    Thanks for understanding. Feel free to get in touch with us regarding any further queries about the X Theme and Cornerstone.

    #1283628
    bletek
    Participant

    Another quick question. Right now the accent on my headlines are double-lines. Is there anyway to change this to an ornamental graphic instead of a line. See attachment for example. I would like this graphic to be the accent.

    #1283634
    bletek
    Participant

    here is the file where I could turn these dividers 90 degrees and use as an accent. Is that possible?

    #1284045
    Rupok
    Member

    Hi there,

    Thanks for writing back. I can help with that. You can add this under Custom > CSS in the Customizer.

    .h-custom-headline.accent span::before, .h-custom-headline.accent span::after {
      background-image: url("https://s3.amazonaws.com/community-themeco/app/uploads/2016/12/06144410/testborder300wide.png");
      background-position: center center;
      background-size: 100% auto;
      border: medium none;
      height: 60px;
      width: 250px;
      top: -10px;
    }

    Cheers!

    #1286151
    bletek
    Participant

    I know you guys here this alot, but you are the bomb! I will NEVER use anything else but X theme for my wordpress work. Ever.

    Thanks again.

    r

    #1286170
    Prasant Rai
    Moderator

    Thanks for writing in and for the kind words, they are most appreciated. Feel free to ask us again. Have a great day! 🙂

    #1286369
    bletek
    Participant

    One more question, how can a have different accents that I can apply to different locations. For example, the code you gave me changes all accents, which is what I asked for. but in thinking about further styling options, can I have through custom classes, 3 different accents that I could apply where needed through a custom class name for each?

    I would apply it to the class for each individual headline accent based on which of the 3 different accent styles I wanted.

    R

    #1286421
    Joao
    Moderator

    Hi There,

    Yes you need to add a class for example : my-class and use the following code:

    
    .h-custom-headline.my-class.accent span::before, .h-custom-headline.my-class.accent span::after {
      background-image: url("https://s3.amazonaws.com/community-themeco/app/uploads/2016/12/06144410/testborder300wide.png");
      background-position: center center;
      background-size: 100% auto;
      border: medium none;
      height: 60px;
      width: 250px;
      top: -10px;
    }

    Hope it helps

    Joao

  • <script> jQuery(function($){ $("#no-reply-1282488 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>