• Resolved postscapes

    (@postscapes)


    Hello, first off great work on the vision of the plugin. Very powerful.

    I am however running into issues where anything below my Pods Beaver Builder Module is not editable once I have a custom layout with Pods data (see image https://drive.google.com/file/d/19VjT_N0s7-f4Se4jNWdHhurLtEPQPvyj/view?usp=sharing)

    A few more additional details:

    – I have the Query to use specific posts.
    – Below is my Custom Layout code

    Any thoughts on why this is breaking Beaver Builder?

    <div class="col-xs-12 padding0 node-layout-full">
    
    <div class="col-xs-12 headnode">
        <h2 class="fl-post-title product-title">[wpbb post:link text="title"]</h2>
    </div>
    
    <div class="col-xs-12 col-sm-3 bright">
    [wpbb-if post:featured_image]
    	<div class="fl-post-image img-channel-bordered">
    		[wpbb post:featured_image size="medium" align='left' display="tag" linked="yes"]
    	</div>
    [/wpbb-if]
    		  <div class="col-xs-12 nodelogo">
    	[wpbb post:pods_template template='custom' custom_template='<a href="{@company_wp.website_wp}"><img class="img-responsive img-circle img-center img-channel-node" src="{@company_wp.logo_wp._src.thumbnail}"></a><img>']
    		</div>
    	</div>
    	
    <div class="col-xs-12 col-sm-5 bright">
        [pods]
        [if highlight_1_wp]<h3 class="product-highlights">Highlights</h3>[/if]
        <ul class="channel-pricing-review">
         [if highlight_1_wp]<li>
            <a href="[wpbb post:pods_template template='custom' custom_template='{@highlight_1_link_wp}']">
    [wpbb post:pods_template template='custom' custom_template='{@highlight_1_wp}']</a>
          </li>[/if]
          [if highlight_2_wp]<li>
           <a href="[wpbb post:pods_template template='custom' custom_template='{@highlight_2_link_wp}']">
    [wpbb post:pods_template template='custom' custom_template='{@highlight_2_wp}']</a>
          </li>[/if]
          [if highlight_3_wp]<li>
            <a href="[wpbb post:pods_template template='custom' custom_template='{@highlight_3_link_wp}']">
    [wpbb post:pods_template template='custom' custom_template='{@highlight_3_wp}']</a>
          </li>[/if]
        </ul>
          [/pods]
    	  
    	  [pods]
        <a rel="nofollow" href="[wpbb post:pods_display field='company_wp.website_wp']" class="btn btn-default btn-nodehome"><i class="fa fa-home"></i>Website</a>
        [/pods]
    	  
    	  </div>
    	  
    <div class="col-xs-12 col-sm-4 bright">
     
          [pods]
      [if amazon_percent_rating_wp]
      <div class="star-ratings-css starleft">
        <div class="star-ratings-css-top" style="width: [wpbb post:pods_template template='custom' custom_template='{@amazon_percent_rating_wp}']%"><span><i class="fa fa-star" aria-hidden="true"></i></span><span><i class="fa fa-star" aria-hidden="true"></i></span><span><i class="fa fa-star" aria-hidden="true"></i></span><span><i class="fa fa-star-half-o" aria-hidden="true"></i></span><span></span></div>
      	
          <div class="star-ratings-css-bottom"><span><i class="fa fa-star" aria-hidden="true"></i></span><span><i class="fa fa-star" aria-hidden="true"></i></span><span><i class="fa fa-star" aria-hidden="true"></i></span><span><i class="fa fa-star-half-o" aria-hidden="true"></i></span><span><i class="fa fa-star-o" aria-hidden="true"></i></span></div>
      [/if]</div>
      <br />
    
     
          [if review_website_wp]
    	  <h3 class="product-reviews">Reviews</h3>
        <ul class="channel-pricing-review">
          <li itemscope itemtype="http://schema.org/Review">
            <a href="[wpbb post:pods_template template='custom' custom_template='{@review_website_wp}']"><span itemprop="name">[wpbb post:pods_template template='custom' custom_template='{@review_publication_wp}']</span></a>
            <span class="rating-value" itemprop="ratingValue">[wpbb post:pods_template template='custom' custom_template='{@review_info_wp}']</span>
          </li>
          [if review_2_website_wp]<li itemscope itemtype="http://schema.org/Review">
            <a href="[wpbb post:pods_template template='custom' custom_template='{@review_2_website_wp}']"><span itemprop="name">[wpbb post:pods_template template='custom' custom_template='{@review_2_publication_wp}']</span></a>
            <span class="rating-value" itemprop="ratingValue">[wpbb post:pods_template template='custom' custom_template='{@review_2_info_wp}']</span>
          </li>[/if]
          [if review_3_website_wp]<li itemscope itemtype="http://schema.org/Review">
            <a href="[wpbb post:pods_template template='custom' custom_template='{@review_3_website_wp}']"><span itemprop="name">[wpbb post:pods_template template='custom' custom_template='{@review_3_publication_wp}']</span></a>
            <span class="rating-value" itemprop="ratingValue">[wpbb post:pods_template template='custom' custom_template='{@review_3_info_wp}']</span>
          </li>[/if]
        </ul>
        [/if]
           [/pods]
    	   
    	 
           [pods]
            [if user_highlight_1_wp]<h3 class="product-technical">User & Technical</h3>[/if]
        <ul class="user-technical">
            [if user_highlight_1_wp]<li>
              <a href="[wpbb post:pods_template template='custom' custom_template='{@user_highlight_1_link_wp}']">[wpbb post:pods_template template='custom' custom_template='{@user_highlight_1_wp}']</a>
            </li>
            [/if]
            [if user_highlight_2_wp]<li>
              <a href="[wpbb post:pods_template template='custom' custom_template='{@user_highlight_2_link_wp}']">[wpbb post:pods_template template='custom' custom_template='{@user_highlight_2_wp}']</a>
            </li>
            [/if]
            [if user_highlight_3_wp]<li>
              <a href="[wpbb post:pods_template template='custom' custom_template='{@user_highlight_3_link_wp}']">[wpbb post:pods_template template='custom' custom_template='{@user_highlight_3_wp}']</a>
            </li>
            [/if]
        </ul>
           [/pods]
           
       [pods]
      [if itunes_app_wp]<h3 class="product-apps">Apps</h3>[/if]
        [if itunes_app_wp]<p><i class="fa fa-apple"></i><a class="btn btn-default btn-dl" href="[wpbb post:pods_template template='custom' custom_template='{@itunes_app_wp}']">Download</a>[if itunes_app_rating_wp]<span class="stars">[wpbb post:pods_template template='custom' custom_template='{@itunes_app_rating_wp}']</span>[/if]<br>
        [if google_app_wp]<i class="fa fa-android"></i><a class="btn btn-default btn-dl" href="[wpbb post:pods_template template='custom' custom_template='{@google_app_wp}']">Download</a>[if google_app_id_wp]<span class="stars">[wpbb post:pods_template template='custom' custom_template='{@google_app_rating_wp}']</span></p>[/if]
        [/pods]
         [pods]
        [if amazon_list_price_wp]<h3 class="product-pricing">Pricing</h3>[/if]
          [if merchant_url]<a class="" href="[wpbb post:pods_template template='custom' custom_template='{@merchant_url}']"><span class="merchant">[wpbb post:pods_template template='custom' custom_template='{@merchant_price}'] - Direct</span></a>[/if]
          [if amazon_url_wp]<a class="" href="[wpbb post:pods_template template='custom' custom_template='{@amazon_url_wp}']"><span class="amazon">[wpbb post:pods_template template='custom' custom_template='{@amazon_list_price_wp}'] - Amazon </span></a>[/if]
     [if amazon_url_wp]<a class="" href="[wpbb post:pods_template template='custom' custom_template='{@amazon_url_wp}']"><span class="seeit">See It</span></a>[/if]
    [/pods]
    </div>
    </div>
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Breaking Beaver Builder’ is closed to new replies.