• Page:
  • 1
  • 2

TOPIC: OT_UCE template help required

OT_UCE template help required 5 years 9 months ago #9195

  • raunhar
  • raunhar's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 16
  • Karma: 0
I was looking for a template for a NGO. This templates suits the needs.
I installed it. But am facing a few queries:
1. How to configue PayPal for donations.
2. How to edit the Donation details form
The administrator has disabled public write access.

OT_UCE template help required 5 years 9 months ago #9196

  • hapt
  • hapt's Avatar
  • OFFLINE
  • Administrator
  • Posts: 107
  • Thank you received: 11
  • Karma: 3
raunhar wrote:
I was looking for a template for a NGO. This templates suits the needs.
I installed it. But am facing a few queries:
1. How to configue PayPal for donations.
2. How to edit the Donation details form

Hi,
You can access Extensions > Plugins and find OT Donation plugin
In Email business you add your paypal email and test
The administrator has disabled public write access.
The following user(s) said Thank You: raunhar

OT_UCE template help required 5 years 9 months ago #9197

  • hapt
  • hapt's Avatar
  • OFFLINE
  • Administrator
  • Posts: 107
  • Thank you received: 11
  • Karma: 3
To edit Donation details form,you can access file in path:
plugins/ content/ otdonation/ otdonation.php from line 103
The administrator has disabled public write access.
The following user(s) said Thank You: raunhar

OT_UCE template help required 5 years 9 months ago #9198

  • raunhar
  • raunhar's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 16
  • Karma: 0
One thing more:
I need to show just three coloums at position Bottom-box. I disabled the forth module, but the space is showing blank. I need to remove that space also.

How do I do it.
The administrator has disabled public write access.

OT_UCE template help required 5 years 9 months ago #9199

  • caselock
  • caselock's Avatar
  • OFFLINE
  • Administrator
  • Posts: 330
  • Thank you received: 32
  • Karma: 2
Could you please access to admin / Module manager / filter module position bottom-box / tab Advanced / Module Class Suffix
replace
col-sm-4 col-xs-12 paddingleft0
to
col-sm-3 col-xs-12 paddingleft0
The administrator has disabled public write access.

OT_UCE template help required 5 years 9 months ago #9200

  • raunhar
  • raunhar's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 16
  • Karma: 0
Do I need to do this on all the modules under bottom-box
The administrator has disabled public write access.

OT_UCE template help required 5 years 9 months ago #9201

  • caselock
  • caselock's Avatar
  • OFFLINE
  • Administrator
  • Posts: 330
  • Thank you received: 32
  • Karma: 2
yes, currently is col-sm-4 for 4 collumn, if you need show 3 collumn please change all to col-sm-3
This is standard bootstrap when dividing columns, please refer www.w3schools.com/bootstrap/bootstrap_grid_examples.asp
The administrator has disabled public write access.

OT_UCE template help required 5 years 9 months ago #9202

  • raunhar
  • raunhar's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 16
  • Karma: 0
I changed the Module Class Suffix to the one provided.
Still showing the same.
URL is:
thegiftmart.in/ot/
The administrator has disabled public write access.

OT_UCE template help required 5 years 9 months ago #9203

  • caselock
  • caselock's Avatar
  • OFFLINE
  • Administrator
  • Posts: 330
  • Thank you received: 32
  • Karma: 2
could you please change:
first module: col-sm-6
There are two modules you can leave behind col-sm-3
The administrator has disabled public write access.

OT_UCE template help required 5 years 9 months ago #9204

  • caselock
  • caselock's Avatar
  • OFFLINE
  • Administrator
  • Posts: 330
  • Thank you received: 32
  • Karma: 2
please see attached
Attachments:
  • Attachment This image is hidden for guests. Please log in or register to see it.
The administrator has disabled public write access.

OT_UCE template help required 5 years 9 months ago #9205

  • raunhar
  • raunhar's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 16
  • Karma: 0
Fatal error: Class 'ContentHelperRoute' not found in /home/giftmart/public_html/ot/modules/mod_otclientlogosscroller/helper.php on line 73

On thegiftmart.in/ot/index.php/volunteer
The administrator has disabled public write access.

OT_UCE template help required 5 years 9 months ago #9206

  • caselock
  • caselock's Avatar
  • OFFLINE
  • Administrator
  • Posts: 330
  • Thank you received: 32
  • Karma: 2
Could you please open file helper with path
/home/glxdmadmin/public_html/joomla3/ot_ucehelp/modules/mod_otclientlogosscroller/helper.php
and add code
require_once JPATH_SITE . '/components/com_content/helpers/route.php';
bellow: defined('_JEXEC') or die( 'Restricted access' );
The administrator has disabled public write access.
The following user(s) said Thank You: raunhar

OT_UCE template help required 5 years 9 months ago #9209

  • raunhar
  • raunhar's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 16
  • Karma: 0
Is it possible to add another payment option in the Donations component. The payment option is Direct Bank transfer.

On the home page, where do I edit the four donation banners. I need to change the text and images
Last Edit: 5 years 9 months ago by raunhar.
The administrator has disabled public write access.

OT_UCE template help required 5 years 9 months ago #9210

  • hapt
  • hapt's Avatar
  • OFFLINE
  • Administrator
  • Posts: 107
  • Thank you received: 11
  • Karma: 3
raunhar wrote:
Is it possible to add another payment option in the Donations component. The payment option is Direct Bank transfer.

On the home page, where do I edit the four donation banners. I need to change the text and images

Hi,
with otdonation extension v1.0 you only can add 1 option donation
On the home page,Do you mean slider or four donation below
If slider,you can edit in article with category OT Slideshow
If,donation below,we load home with category OT Project
You can access Menus > Main Menu > Home and you can see menu Item Type is home Project
If you wnt to edit,you can edit article in category OT Project but layout can't be change
The administrator has disabled public write access.

OT_UCE template help required 5 years 9 months ago #9211

  • raunhar
  • raunhar's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 16
  • Karma: 0
Thank you for your help.
I need to show two projects with the Donate option, and the rest two without Donate option.
The one without Donate Option will have a link to Amazon Donate
Is that possible.
The administrator has disabled public write access.

OT_UCE template help required 5 years 9 months ago #9212

  • hapt
  • hapt's Avatar
  • OFFLINE
  • Administrator
  • Posts: 107
  • Thank you received: 11
  • Karma: 3
raunhar wrote:
Thank you for your help.
I need to show two projects with the Donate option, and the rest two without Donate option.
The one without Donate Option will have a link to Amazon Donate
Is that possible.
Hi,
With 2 project with Donate option like our template you can choose in Menu Home(Blog layout)
Beside,OT Donation only has option with Paypal now
All layout differencce with our template layout,you must customize in template/html
The administrator has disabled public write access.

OT_UCE template help required 5 years 9 months ago #9213

  • raunhar
  • raunhar's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 16
  • Karma: 0
The Amazon Donate will be an external link.
The administrator has disabled public write access.

OT_UCE template help required 5 years 9 months ago #9214

  • hapt
  • hapt's Avatar
  • OFFLINE
  • Administrator
  • Posts: 107
  • Thank you received: 11
  • Karma: 3
Oh,
so you must can do like ex:
- You access file homeprojects.php in path: templates/ot_ucehelp/html/com_content/category
- In line 71 you can see condition <?php if($key%2==0) : ?>
so you can change like that:
<?php if($key%4==0) : ?>
<?php
$this->item = & $item;
echo $this->loadTemplate('{layout1}');
?>
<?php elseif($key%4==1) : ?>
<?php
$this->item = & $item;
echo $this->loadTemplate('{layout2}');
?>
<?php elseif($key%4==2) : ?>
<?php
$this->item = & $item;
echo $this->loadTemplate('{layout3}');
?>
<?php else: ?>
<?php
$this->item = & $item;
echo $this->loadTemplate('{layout4}');
?>
<?php endif; ?>
and create these new file:
homeprojects_{layout1-4}.php
and customize base on 2 files in our template
An in backend,you create 2 article with Donation first and create 2 own article you want later and call in Menus Home
The administrator has disabled public write access.

OT_UCE template help required 5 years 9 months ago #9215

  • raunhar
  • raunhar's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 16
  • Karma: 0
thegiftmart.in/ot/index.php/volunteer

The slides how is not showing and therefore the main menu is also not showing.
The administrator has disabled public write access.

OT_UCE template help required 5 years 9 months ago #9216

  • hapt
  • hapt's Avatar
  • OFFLINE
  • Administrator
  • Posts: 107
  • Thank you received: 11
  • Karma: 3
The slideshow you create with module type Article Latest and in Advanced tab > Alternative Layout choose otslideshow
With menu,use OMG Menu Module
All module in template use Module Style is otModule
The administrator has disabled public write access.
  • Page:
  • 1
  • 2
Time to create page: 0.108 seconds