GerritN
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Customizr] Changing Background colourNo you do not need to change it to an individual page. If you change it at the right place it will change it for the rest of your site.
Forum: Themes and Templates
In reply to: Eclipse-Changeing color on the main header for the siteHi there,
you need to go into your editor and then change it in your stylesheet. Then search for your header and put in background: color; Replace color with the color you want.
Copy and paste your stylesheet and save it as a backup before you make any changes in your editor okay.
Please read about creating a child theme as you will lose all updates you make to your theme if you do not create a child theme and make these changes in your child theme then.
Kind regards
Forum: Themes and Templates
In reply to: [Customizr] Changing Background colourHi there arnold_chandra. Yes make it white ?? Do you know where to go to change it?
Kind regards
Forum: Plugins
In reply to: DPS as payment gatewayOh okay thanks will take try and search their forum then.
Forum: Plugins
In reply to: DPS as payment gatewayDPS Express Payment gateway is the main payment gateway on my clients site. They want to use WooCommerce Subscriptions but it does not supports DPS Express Payment. I need to integrate DPS Express Payment gateway for WooCommerce Subscriptions plugin.
Forum: Plugins
In reply to: DPS as payment gatewayHello there, what do you mean? Kind regards
Forum: Themes and Templates
In reply to: i instal a new Themes in my siteHi there, what theme would you like to use for your site? Kind regards
Forum: Themes and Templates
In reply to: [Mantra] Logo clickableYou should download Firebug. It is a wonderful tool to find the code you need fast and effectively ?? If you are using Firefox you can download it as an add-on. Download it and let me help you further then ??
Forum: Themes and Templates
In reply to: [Mantra] Logo clickableYou have to open up your editor and look for the index.template file and there you have to search for the logo code ?? And yes do create a child theme first before you make any changes please.
Forum: Fixing WordPress
In reply to: Pay Pal Donate ButtonYou need to put this code in your PayPal widget <img src=”https://www.paypal.com/en_US/i/btn/btn_donate_LG.gif” alt=”” />
Where XXX appears you need to put the URL that is in your widget right now.
Kind regards
Forum: Installing WordPress
In reply to: not able to enter to the control panelHi Gharmor, yes three days should be sufficient definitely. I think you should contact Hostgator and ask them about this ??
Forum: Fixing WordPress
In reply to: Unable to login to WordPressYes just give it some time and i am sure you will be able to log in without any problems whatsoever ??
Forum: Themes and Templates
In reply to: [raindrops] Chnage font size left menuHello Lordtone, yes these guys are really cool ?? I am sure your all sorted now and everything is working good now.
Forum: Themes and Templates
In reply to: [Mantra] Logo clickableHi there Newki75,
you need to go to your index.template file.
There you have to find <div id=”logo”/> and replace that with
`<div id=”logo”>
<a href=”‘.$scripturl.'” title=””></a>
</div>`Then open index.css and find #logo {
and replace that with
#logo a {Kind regards
Forum: Themes and Templates
In reply to: [raindrops] Chnage font size left menuHi there,
if you want i can fix that for you ?? It can be tricky to find that in your css if you do not know where to look for it.
Let me know ok.
Kind regards