Welcome, Guest
Username Password: Remember me

Change Template Colour
(1 viewing) (1) Guest
  • Page:
  • 1

TOPIC: Change Template Colour

Change Template Colour 1 year, 10 months ago #360

  • freemind
  • OFFLINE
  • Fresh Boarder
  • Posts: 5
Hi,

I can't change template colour in "Template colour settings" in backend. I select one colour and save it but it doesn't fix it.

How can i do that??

Thank you!

Re: Change Template Colour 1 year, 10 months ago #361

  • piranha
  • OFFLINE
  • Jomres Extras Developer
  • Posts: 532
Do you have any css customization saved in the db using the Template Editing feature from the Jomres backend?

Have you installed the plugin using the plugin manager or just uploaded it and rebuilt registry?

Is the _jomresextras_pluginsettings table in your db? If yes, are the settings saved there when you change the color?
Become our fan on Facebook and be the first to find out about new releases, updates and discounts Jomres Extras Facebook Page

Re: Change Template Colour 1 year, 10 months ago #362

  • freemind
  • OFFLINE
  • Fresh Boarder
  • Posts: 5
I put the folder into "remote_plugins" folder and appears in the 3rd party plugins installed directly.

I searched the db table that you said but i didn't find it.

Re: Change Template Colour 1 year, 10 months ago #364

  • piranha
  • OFFLINE
  • Jomres Extras Developer
  • Posts: 532
You have to install it using the Jomres 3rd party plugin installer, because the plugin needs to execute an sql query and create a db table where it will store the settings.
Please follow the instructions from here: www.jomres-extras.com/support/je-capella-user-guide
Become our fan on Facebook and be the first to find out about new releases, updates and discounts Jomres Extras Facebook Page

Re: Change Template Colour 1 year, 10 months ago #366

  • freemind
  • OFFLINE
  • Fresh Boarder
  • Posts: 5
I can't install by this metod. I'm going to the folder where I have the je_capella template and I load the plugin_install.php file in the 3rd party plugin sandbox and when I click in Install button the screen turns white with the message "Support key is valid, you can download upgrades and plugins." and turn back to the plugin menu.

What's the matter??

Thanks in advance

Re: Change Template Colour 1 year, 10 months ago #367

  • piranha
  • OFFLINE
  • Jomres Extras Developer
  • Posts: 532
Of course, it`s not meant to work like that. You have to go to phpmyadmin and manually run the following query:

CREATE TABLE IF NOT EXISTS `jos_jomresextras_pluginsettings` (
`id` int(11) NOT NULL auto_increment,
`prid` int(11),
`plugin` varchar(255),
`setting` varchar(255),
`value` text,
PRIMARY KEY (id)
);

If you tables prefix is something else that "jos", replace that.
Become our fan on Facebook and be the first to find out about new releases, updates and discounts Jomres Extras Facebook Page

Re: Change Template Colour 1 year, 10 months ago #368

  • freemind
  • OFFLINE
  • Fresh Boarder
  • Posts: 5
Perfect! That's the solution.

Thanks!!
  • Page:
  • 1
Time to create page: 0.52 seconds