Screenshot of current website
https://paste.pics/92f855820a676eb2731fb77bdd0e6900
Screenshote of sample reference website
https://paste.pics/85be1913ba3d50a2c445c574d425e214
The things I want to
1.) & or # index which comes at last
I need that to be placed at first
2.)I want the index slider to be displayed in 3 columns not in 1 column
Right Now It is displayed in 1 column
Can you help me with it???
Please
For some reason my layout changes now and then and I’m not sure why.
I have attached an image to show you what I mean. If you visit the site in the image the layout will different. I have noticed a couple of times it changes to this;
https://img853.imageshack.us/img853/1976/screenshotqhy.png
Any ideas why it does this?
Thanks for any help!
Dan
I am new to wordpress and am simply loving the range and options WP has on offer. I tried and few themes around on the web and have finally decided to use the theme befree
However, now that I’ve installed I have a few issues with it. I was trolling on the internet and since my PHP skills are close to zero I can’t discern the logic behind the code. It seems to be class based where functions refer to functions refer to functions. it seems like a maze.
Can someone knowledgeable help me on the following please:
– I want to remove the ‘BEFREE Theme by… WordPress’ on the footer
– T4P ads are displayed on my post pages which is bloody annoying. I want to remove that.
Thanks in advance.
cheers
Satish
Find lines 259 – 273 change this:
echo "<br /><br /><strong>Thank You ".$fname." ".$lname." for registering for ".$event_name."</strong><br /><br />";
if ($payment_status == "Completed"){echo "<p><font color='red' size='3'>Our records indicate you have paid ".$currency_symbol.$amount_pd."</font></p>";}
if ($payment_status == "Pending"){echo "<p><font color='red' size='3'>Our records indicate your payment is pending.<br />Amount pending: ".$currency_symbol.$amount_pd."</font></p>";}
if ($payment_status != ("Completed" || "Pending") ){
if ($event_cost != "0.00" && $paypal_id !=""){
//Payment Selection with data hidden - forwards to paypal
?>
<p align="left"><strong>Payment By Credit Card, Debit Card or Pay Pal Account<br />
(a PayPal account is not required to pay by credit card).</strong></p>
<p>Payment will be in the amount of <?php echo $currency_symbol.$amount_pd;?>.</p>
<p>PayPal Payments will be sent to: <?php echo $Organization?> (<?php echo $paypal_id?>)</p>
To this:
echo "Thank you ".$fname." for registering for <strong>".$event_name."</strong>";
if ($payment_status == "Completed"){echo "<p><font color='red' size='3'>Our records indicate you have paid ".$currency_symbol.$amount_pd."</font></p>";}
if ($payment_status == "Pending"){echo "<p><font color='red' size='3'>Our records indicate your payment is pending.<br />Amount pending: ".$currency_symbol.$amount_pd."</font></p>";}
if ($payment_status != ("Completed" || "Pending") ){
if ($event_cost != "0.00" && $paypal_id !=""){
//Payment Selection with data hidden - forwards to paypal
?>
<p align="left">If you have not done so already, please submit your payment in the amount of <strong><?php echo $currency_symbol.$amount_pd;?></strong>. Remember, you will not be able to
attend this event unless we receive your payment in advance. Non-payment within 5 days of registration, will lead to the cancellation of your registration.</p>
<p align="left">Payment can be made by credit or debit card or PayPal account.<br />
<font color='red' size='2'>(a PayPal account is not required to pay by credit card)</font></p>
<p align="left">The cost for this event is: <?php echo $currency_symbol.$amount_pd;?>.</p>
<p align="left">PayPal payments will be sent to: <strong><?php echo $Organization?></strong></p>
The page text reads as follows after this change:
Thank you Jessica for registering for The 2nd Adult Cooking Class
If you have not done so already, please submit your payment in the amount of $45.00. Remember, you will not be able to attend this event unless we receive your payment in advance. Non-payment within 5 days of registration, will lead to the cancellation of your registration.
Payment can be made by credit or debit card or PayPal account.
(a PayPal account is not required to pay by credit card)The cost for this event is: $45.00.
PayPal payments will be sent to: Your Plate or Mine
I took out the last name because IMO it made the opening sentence sound staged and awkward. I also removed much to the unnecessary title case capitalization which also made the page content read like a bad form letter (IMO). I also wanted to add language to account for customers who had registered but had not yet paid for or abandoned the payment process.
https://www.ads-software.com/extend/plugins/advanced-events-registration/