Forum Replies Created

Viewing 9 replies - 1 through 9 (of 9 total)
  • Thread Starter SadaajitA

    (@sadaajita)

    Thanks for the information. I found out what I needed to know and have the site up and working again. Thanks.

    Yes, I would like to know if it is going to be updated to be compatible with WP 5.x. Currently it warns you that the plugin has not been updated to run with the newer core files.

    • This reply was modified 5 years, 11 months ago by SadaajitA.
    Thread Starter SadaajitA

    (@sadaajita)

    Thanks @macmanx, that fixed it. Now it is showing up to date information.

    Thread Starter SadaajitA

    (@sadaajita)

    OK, @macmanx, I tried to disconnect and got this error message.

    There was an error disconnecting Jetpack. Error: Error: Cookie nonce is invalid (Status 403).

    Now what?

    • This reply was modified 6 years, 1 month ago by SadaajitA.
    • This reply was modified 6 years, 1 month ago by SadaajitA.
    • This reply was modified 6 years, 1 month ago by SadaajitA.
    Thread Starter SadaajitA

    (@sadaajita)

    Thanks I’ll give that a go and see if it works.

    Thread Starter SadaajitA

    (@sadaajita)

    Sorry it has taken me so long to reply. I did not get a notification that you had sent a response the second time…

    The problem I’m having is only the headings in the boxes are a problem. The smaller text within the boxes is acting responsively. Plus all other text on the page is scaling properly, even other headings. I have Bootstrap loaded, as well, so am using containers, rows, cols, etc. to keep things responsive. I thought this would take care of the headings, but it doesn’t seem to be doing the trick.

    I tried the percentages and it did not work well. It was not what I was looking for. Any other ideas?

    • This reply was modified 7 years, 10 months ago by SadaajitA.
    Thread Starter SadaajitA

    (@sadaajita)

    For some reason the HTML is not going through. Any ideas? I’ve tried twice, now and it reloads the page, but the HTML doesn’t show up. The CSS loaded easily. I’ll try once more.

    <?php get_template_part(‘partials/head’); ?>
    <html>
    <body <?php body_class(); ?>>
    <?php get_template_part(‘partials/header’); ?>
    
    <main class=”container”>
    
    <?php
    while (have_posts()) : the_post();
    ?>
    
    <div class=”row”>
    <div class=”col-sm-12″>
    <div class=”home-page-content content”>
    <h1 class=”home-page-title”>
    “><?php the_title(); ?>
    </h1>
    
    <?php the_content(); ?>
    
    <div class=”container”>
    
    <div class=”info-box”>
    <div class=”info-box-inner”>
    /dist/images/pexels-photo-sunbeams.jpg”>
    
    <div class=”pagecontent”>
    <h2>The Vision</h2>
    <p>To Create Paradise on Earth We Need to Change Our Ideas About Our Physical Surroundings, Community Life, Education, Economics, Healthcare, and Government.</p>
    <button class=”fp-button”>Read More
    </div>
    </div>
    </div>
    
    <div class=”info-box”>
    <div class=”info-box-inner”>
    /dist/images/unsplash-industrial.jpg”>
    
    <div class=”pagecontent”>
    <h2>The Future</h2>
    <h4>The Problem </h4>
    <p>Why We Must Design a New Civilization.</p>
    <h4>The Future </h4>
    <p>We Have a Choice to Create and Restore or to Destroy and Degenerate Our World</p>
    
    <button class=”fp-button”>Read More
    </div>
    </div>
    </div>
    
    <div class=”info-box”>
    <div class=”info-box-inner”>
    /dist/images/dome-home.jpg”>
    
    <div class=”pagecontent”>
    <h2>Sustainable Technologies</h2>
    <h4>Ultra Low-Cost Construction</h4>
    <p>To Solve the World Housing Shortage.</p>
    <h4>Life Support Technologies</h4>
    <p>To Provide Abundant Food, Energy, and Natural Waste Recyling.</p>
    <h4>Energy Technologies</h4>
    <p>To Provide Electrical Energy for the Home.</p>
    
    <button class=”fp-button”>Read More
    </div>
    </div>
    </div>
    
    <div class=”info-box”>
    <div class=”info-box-inner”>
    /dist/images/pexels-love.jpg”>
    
    <div class=”pagecontent”>
    <h2>Community</h2>
    <h4>Education </h4>
    <p>New Designs for Education.</p>
    <h4>Community Information Networks</h4>
    <p>Making Communities Work.</p>
    <h4>Economics</h4>
    <p>New Spiritual Planetary Economics.</p>
    <h4>Sustainable Communities </h4>
    <p>How to Create Sustainable Communities</p>
    
    <button class=”fp-button”>Read More
    </div>
    </div>
    </div>
    
    <div class=”info-box”>
    <div class=”info-box-inner”>
    /dist/images/unsplash-salad.jpg”>
    
    <div class=”pagecontent”>
    <h2>Wellbeing</h2>
    <h4>Food </h4>
    <p>How Will We Be Fed?</p>
    <h4>Vegetarianism</h4>
    <p>Why Vegetarian?</p>
    <h4>Vibrant Health</h4>
    <p>Natural Ways to Create and Maintain Physical, Mental, and Emotional Health.</p>
    
    <button class=”fp-button”>Read More
    </div>
    </div>
    </div>
    </div>
    </div>
    </div>
    </div>
    
    <?php endwhile; ?>
    
    </main>
    
    <?php get_template_part(‘partials/footer’); ?>
    </body>
    </html>

    [Moderator note: code fixed. Please wrap code in the backtick character or use the code button.]

    • This reply was modified 7 years, 10 months ago by James Huff.
    • This reply was modified 7 years, 10 months ago by bdbrown.
    Thread Starter SadaajitA

    (@sadaajita)

    Here’s the CSS
    `

     /*
    Front Page
    */
    
    .home-page-title {
        font-family: $font-family-serif;
        font-size: 30px;
        position: relative;
        margin-top: 40px;
        a{
            color: $brand-primary;
        }
    }
    
    .home-page-content { 
        position: relative;
        display: block;
        border-radius: 10px;
        background-color: lightgray;
        text-align: center;
        font-family: $font-family-serif; 
        font-size: 16px;
    }
    .content{
         padding: 2px;
    }
    
    .info-box{
        max-width: 20%;
        float: left;
        margin: 10px 0;    
        padding: 10px;
        position: relative;
        min-height: 330px;
        text-align: center;
       
        img{
            margin-bottom: 10px;
            max-width: 100%;
            border-radius: 10px;
            box-shadow:  2px 2px 3px 1px $brand-terciary;
    
        }
    }
    
    .info-box-inner{
        padding: 10px;
        border-radius: 10px;
        box-shadow:  2px 2px 6px 1px $brand-primary;
    }
    
    .fp-button{
        border-radius: 10px;
        background-color: $brand-secondary;
        color: white;
        text-decoration: none;
        text-align: center;
        
    }
    .txt-color {
        color: white;
    }
    
    .page-title{
        padding-top: 10px;
        font-family: $font-family-serif;
        font-size: 22px;
    
    }

    [Moderator note: code fixed. Please wrap code in the backtick character or use the code button.]

    • This reply was modified 7 years, 10 months ago by bdbrown.
    • This reply was modified 7 years, 10 months ago by bdbrown.

    I’m having similar problems. I’ve gone to my User page and added both my Twitter accounts, but am unable to connect to anything but my personal Facebook account. When I check the box “Connect with Pages support” nothing happens. If I Save Settings the box then shows up unchecked. Also, in the Social settings page it shows no accounts, but when I post a blog there’s a new box at the top called Social Broadcasting that has three accounts showing: 2 Twitter, 1 Facebook.

    Also, there’s a Social Comments box underneath my blog post box, which has Add Tweet by URL (which I’m not sure what to do with that) and a Find Social Comments button, which I’m assuming will bring in any comments made to my blog posts on Twitter and Facebook (there a log there, but my site is so new I don’t have any followers to speak of).

    I need to get my Facebook business page connected to my site. This seems like the perfect plugin, but so far the most important link is not working.

    What do I need to do to make it work? I’m waiting to do my big launch until this is working correctly.

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