Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)
  • Anders, thanks for the info; quick question though, I noticed on my site https://www.productmanagerhq.com when I made a really long post, it actually automatically cut off at a certain point and added a button that says “Continue Reading.”

    This seems to indicate to me that there’s some script saying to automatically break off at a certain word count; can I simply just change the minimum word count requirement somewhere so that it automatically snips off each article on the home page and adds the continue reading button?

    Hey clarenicolson, I think with the current theme, the way to go back home is for a user to click the link in the top header box.

    I did a little hack (not that efficient) where I created a home page and in the text for the home page I put this javascript code that automatically redirects people to the main page of your website:


    <script language="javascript">
    location.replace("put url of your site here");
    </script>

    <meta http-equiv="refresh" content="1; url=put url of your site here">

    Hey Anders, just bumping this thread, is there code alongside the content.PHP that could help add a “Read More” link to the end of each excerpt?

    Thanks Anders; that worked perfectly!

    Hi, I’ve browsed all the forum topics relating to font-size and I’ve tried everything and my font size is still not changing for my single post content.

    /* 7. Post content
    .post-content { font-size: 0.75em; }

    I changed section 7’s font-size but haven’t seen any changes even after clearing cache or trying on other browsers.

    I also tried changing the post-content with different header formats.

    .post-content h1 { font-size: 1.75em; font-weight: 700; }
    .post-content h2 { font-size: 1.5em; font-weight: 700; }
    .post-content h3 { font-size: 1.25em; font-weight: 700; }
    .post-content h4 { font-size: 1.0em; }
    .post-content h5 { font-size: 0.75em; }

    Lastly, I’ve tried changing post title’s to be smaller as well:

    /* Post header ————————————— */
    .post-header { margin-bottom: 6%; }
    .post-title { font-size: 1.5em;

    Can you please help me figure out what’s wrong? The website is at https://www.productmanagerhq.com

Viewing 5 replies - 1 through 5 (of 5 total)