• Resolved Reed Sutton

    (@reedus33)


    Last few updates have really messed with my Pods templates.

    At present I can now edit the templates again. However the edits are not being reflected on the front end. I have cleared all wordpress caches, restarted server, purged cloudflare etc.

    Page where a template is shown is linked. Code for said page is below.

    <div class="application-header">
    	
    	<div class="application-header-title">
    		<h1>Application for {@offer_product}</h1>
    	</div>
    	
    	<div class="application-header-subtitle">
    		<h1>App ID: {@post_title}</h1> 
    	</div>
    	
    </div>
    
    <div>
    	<h2>Application Details</h2>
    	
    	<table class="rebate-application-table">
    		
    		<tr>
    			<th>Product</th>
    			<td>{@offer_product}</td>
    		</tr>
    		
    		<tr>
        		<th>Offer Type</th>
        		<td>FlyerFunds</td>
      		</tr>
    		
      		<tr>
        		<th>Offer Amount</th>
        		<td>{@offer_rebate}</td>
      		</tr>
    		
      		<tr>
        		<th>Offer Link</th>  
    			<td><a href="{@unique_link}">Click here</a></td>
      		</tr>
    		
    		<tr>
        		<th>Application Date</th>  
        		<td>{@application_date}</td>
      		</tr>
    		
    		<tr>
        		<th>Application Status</th>  
        		<td>{@approval_status}</td>
      		</tr>
    		
    		<tr>
        		<th>Paid on</th>  
        		<td>{@payout_date}</td>
      		</tr>
    		
    	</table>
    </div>
    
    <div class="rebate-application-additional-details">
    	
    	<h2>Provide Additional Details</h2>
    	
    	<p>Please provide your reference number after you receive it from the institution.</p>
    	
    	[fluentform id="13"]
    	
    </div>
    
    <div class="rebate-application-missing-funds">
    	
    	<h2>Are your FlyerFunds still pending after 8 weeks?</h2>
    	
    	<p>If you applied for the {@offer_product} and were approved by the bank then you should see confirmation of your FlyerFunds within 8 weeks. However, sometimes rebate applications are mistakenly not credited by our affiliate partners. In these cases we appeal with the institution so they can investigate and, if eligible, manualy approve the application. To help with this process, we ask that you provide us with the following details. </p>
    	
    	[fluentform id="14"]
    	
    </div>

    You can see several changes made, for example the ‘App ID:’ was added for the page subtitle but is not being reflected on the page.

    • This topic was modified 2 years, 5 months ago by Reed Sutton. Reason: clarity

    The page I need help with: [log in to see the link]

Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Pods template updates not reflected on front end since pods 2.9.7’ is closed to new replies.