bitfreak! (OP)
Legendary
Offline
Activity: 1536
Merit: 1000
electronic [r]evolution
|
|
January 01, 2015, 11:25:23 AM |
|
http://bootswatch.com/slate/Hey bitfreak, I keep trying to figure out how to add this theme to my store but I'm at a loss, can you help me figure it out please ? I thought I had it but the menu bar was all jacked vertically or something. Ty. There's 6 diff files for that theme and only one found in the existing css folder so not sure where the others go. BitShop is using Bootstrap 2.3.2 so you'll need to download your theme from here: http://bootswatch.com/2/slate/All you should need is the bootstrap.min.css file (replace the existing one in the css folder).
|
XCN: CYsvPpb2YuyAib5ay9GJXU8j3nwohbttTz | BTC: 18MWPVJA9mFLPFT3zht5twuNQmZBDzHoWF Cryptonite - 1st mini-blockchain altcoin | BitShop - digital shop script Web Developer - PHP, SQL, JS, AJAX, JSON, XML, RSS, HTML, CSS
|
|
|
bitfreak! (OP)
Legendary
Offline
Activity: 1536
Merit: 1000
electronic [r]evolution
|
|
January 01, 2015, 11:30:19 AM |
|
Hey bitfreak, in addition to my last reply. I need a quick bit of help regarding goxgrab.
I'd like to use the btc price for something separate from the store. Can you tell me how I might otherwise get the below variable to work ?
Like what file do I need to include_once to get my variable to work ? You will probably need the following includes: require_once('goxgrab/market_stats.php'); require_once('lib/common.lib.php'); require_once('inc/config.inc.php');
|
XCN: CYsvPpb2YuyAib5ay9GJXU8j3nwohbttTz | BTC: 18MWPVJA9mFLPFT3zht5twuNQmZBDzHoWF Cryptonite - 1st mini-blockchain altcoin | BitShop - digital shop script Web Developer - PHP, SQL, JS, AJAX, JSON, XML, RSS, HTML, CSS
|
|
|
MoreBloodWine
Legendary
Offline
Activity: 1064
Merit: 1001
|
|
January 02, 2015, 04:17:19 AM |
|
http://bootswatch.com/slate/Hey bitfreak, I keep trying to figure out how to add this theme to my store but I'm at a loss, can you help me figure it out please ? I thought I had it but the menu bar was all jacked vertically or something. Ty. There's 6 diff files for that theme and only one found in the existing css folder so not sure where the others go. BitShop is using Bootstrap 2.3.2 so you'll need to download your theme from here: http://bootswatch.com/2/slate/All you should need is the bootstrap.min.css file (replace the existing one in the css folder). http://spend-ur-bits.com/index.phpEverything looks good, except a weird thing with the Navigation box in admin and the category box seen every where else. Check out the corners. FWIW, I did the bootstrap.min and bootstrap files. Not sure what the .less files are for / do. Hey bitfreak, in addition to my last reply. I need a quick bit of help regarding goxgrab.
I'd like to use the btc price for something separate from the store. Can you tell me how I might otherwise get the below variable to work ?
Like what file do I need to include_once to get my variable to work ? You will probably need the following includes: require_once('goxgrab/market_stats.php'); require_once('lib/common.lib.php'); require_once('inc/config.inc.php'); Will check on this and get back to you.
|
To be decided...
|
|
|
bitfreak! (OP)
Legendary
Offline
Activity: 1536
Merit: 1000
electronic [r]evolution
|
|
January 02, 2015, 04:43:54 AM |
|
http://spend-ur-bits.com/index.phpEverything looks good, except a weird thing with the Navigation box in admin and the category box seen every where else. Check out the corners. FWIW, I did the bootstrap.min and bootstrap files. Not sure what the .less files are for / do. You don't need to worry about the .less files. You should be able to fix that issue by searching your bootstrap.min.css for this line: .nav>li>a:hover{color:#fff;text-decoration:none;background-color:#3a3f44} And then replace it with this line: .nav>li>a:hover{color:#fff;text-decoration:none;background-color:transparent}
|
XCN: CYsvPpb2YuyAib5ay9GJXU8j3nwohbttTz | BTC: 18MWPVJA9mFLPFT3zht5twuNQmZBDzHoWF Cryptonite - 1st mini-blockchain altcoin | BitShop - digital shop script Web Developer - PHP, SQL, JS, AJAX, JSON, XML, RSS, HTML, CSS
|
|
|
MoreBloodWine
Legendary
Offline
Activity: 1064
Merit: 1001
|
|
January 02, 2015, 06:11:56 AM |
|
http://spend-ur-bits.com/index.phpEverything looks good, except a weird thing with the Navigation box in admin and the category box seen every where else. Check out the corners. FWIW, I did the bootstrap.min and bootstrap files. Not sure what the .less files are for / do. You don't need to worry about the .less files. You should be able to fix that issue by searching your bootstrap.min.css for this line: .nav>li>a:hover{color:#fff;text-decoration:none;background-color:#3a3f44} And then replace it with this line: .nav>li>a:hover{color:#fff;text-decoration:none;background-color:transparent} Didn't work.
|
To be decided...
|
|
|
bitfreak! (OP)
Legendary
Offline
Activity: 1536
Merit: 1000
electronic [r]evolution
|
|
January 02, 2015, 06:20:06 AM |
|
The changes may not show because the css file has probably been cached by your browser. You'll need to force it to reload or simply try a different web browser.
EDIT: I just checked your bootstrap.min.css file and it doesn't look like you've applied the changes, unless you already changed it back.
|
XCN: CYsvPpb2YuyAib5ay9GJXU8j3nwohbttTz | BTC: 18MWPVJA9mFLPFT3zht5twuNQmZBDzHoWF Cryptonite - 1st mini-blockchain altcoin | BitShop - digital shop script Web Developer - PHP, SQL, JS, AJAX, JSON, XML, RSS, HTML, CSS
|
|
|
MoreBloodWine
Legendary
Offline
Activity: 1064
Merit: 1001
|
|
January 02, 2015, 06:21:16 AM |
|
The changes may not show because the css file has probably been cached by your browser. You'll need to force it to reload or simply try a different web browser.
Thats just it, I did, ctrl+f5 and nothing changed. No biggie I guess, guess I can live with it. Did say yourself I should be able to fix it, not here this will do it ;-p
|
To be decided...
|
|
|
bitfreak! (OP)
Legendary
Offline
Activity: 1536
Merit: 1000
electronic [r]evolution
|
|
January 02, 2015, 06:29:52 AM |
|
The changes may not show because the css file has probably been cached by your browser. You'll need to force it to reload or simply try a different web browser.
Thats just it, I did, ctrl+f5 and nothing changed. No biggie I guess, guess I can live with it. Did say yourself I should be able to fix it, not here this will do it ;-p Are you sure you uploaded the modified css file? I just checked and it seems to be exactly the same ( http://spend-ur-bits.com/css/bootstrap.min.css).
|
XCN: CYsvPpb2YuyAib5ay9GJXU8j3nwohbttTz | BTC: 18MWPVJA9mFLPFT3zht5twuNQmZBDzHoWF Cryptonite - 1st mini-blockchain altcoin | BitShop - digital shop script Web Developer - PHP, SQL, JS, AJAX, JSON, XML, RSS, HTML, CSS
|
|
|
MoreBloodWine
Legendary
Offline
Activity: 1064
Merit: 1001
|
|
January 02, 2015, 06:37:35 AM |
|
The changes may not show because the css file has probably been cached by your browser. You'll need to force it to reload or simply try a different web browser.
Thats just it, I did, ctrl+f5 and nothing changed. No biggie I guess, guess I can live with it. Did say yourself I should be able to fix it, not here this will do it ;-p Are you sure you uploaded the modified css file? I just checked and it seems to be exactly the same ( http://spend-ur-bits.com/css/bootstrap.min.css). I undid the change but I'll re UL it.
|
To be decided...
|
|
|
bitfreak! (OP)
Legendary
Offline
Activity: 1536
Merit: 1000
electronic [r]evolution
|
|
January 02, 2015, 08:19:17 AM |
|
Yeah this fix wont be as simple as I thought it'd be. I'll probably need to edit the .less files and then generate a new .css file (now you know what the .less files are for). Although your fix seems to be a good enough solution for now.
|
XCN: CYsvPpb2YuyAib5ay9GJXU8j3nwohbttTz | BTC: 18MWPVJA9mFLPFT3zht5twuNQmZBDzHoWF Cryptonite - 1st mini-blockchain altcoin | BitShop - digital shop script Web Developer - PHP, SQL, JS, AJAX, JSON, XML, RSS, HTML, CSS
|
|
|
MoreBloodWine
Legendary
Offline
Activity: 1064
Merit: 1001
|
|
January 02, 2015, 08:23:15 AM |
|
Yeah this fix wont be as simple as I thought it'd be. I'll probably need to edit the .less files and then generate a new .css file (now you know what the .less files are for). Although your fix seems to be a good enough solution for now.
My fix if your talkin about what I think you are just made the top corners better lol But I did that for diff reasons.
|
To be decided...
|
|
|
bitfreak! (OP)
Legendary
Offline
Activity: 1536
Merit: 1000
electronic [r]evolution
|
|
January 02, 2015, 09:36:52 AM |
|
Ok I think the best solution is the following.
Open /inc/themes/default/side.inc.php and replace this line:
<ul class="nav nav-list" style="padding:8px 0;">
With this line:
<ul class="nav nav-list">
In other words just remove that inline style, I shouldn't have done that.
Then open your /css/main.css file and replace this block of code:
#side_nav { padding:14px; padding-top:0px; padding-bottom:0px; }
With this block of code:
#side_nav { padding:0px; }
Also restore the original bootstrap.min.css file for the slate theme.
|
XCN: CYsvPpb2YuyAib5ay9GJXU8j3nwohbttTz | BTC: 18MWPVJA9mFLPFT3zht5twuNQmZBDzHoWF Cryptonite - 1st mini-blockchain altcoin | BitShop - digital shop script Web Developer - PHP, SQL, JS, AJAX, JSON, XML, RSS, HTML, CSS
|
|
|
MoreBloodWine
Legendary
Offline
Activity: 1064
Merit: 1001
|
|
January 02, 2015, 09:50:37 AM |
|
Ok I think the best solution is the following.
Open /inc/themes/default/side.inc.php and replace this line:
<ul class="nav nav-list" style="padding:8px 0;">
With this line:
<ul class="nav nav-list">
In other words just remove that inline style, I shouldn't have done that.
Then open your /css/main.css file and replace this block of code:
#side_nav { padding:14px; padding-top:0px; padding-bottom:0px; }
With this block of code:
#side_nav { padding:0px; }
Also restore the original bootstrap.min.css file for the slate theme.
Thx, will give it a shot... also, would you be interested in looking at something non shop related ? Can discuss a small fee if required. Will PM you details based on your answer. Will also update this reply if your above idea needs tweaking or something.
|
To be decided...
|
|
|
bitfreak! (OP)
Legendary
Offline
Activity: 1536
Merit: 1000
electronic [r]evolution
|
|
January 02, 2015, 10:30:01 AM |
|
Thx, will give it a shot... also, would you be interested in looking at something non shop related ? Can discuss a small fee if required. Depends on how complicated the job is. Got a lot in the pipe right now.
|
XCN: CYsvPpb2YuyAib5ay9GJXU8j3nwohbttTz | BTC: 18MWPVJA9mFLPFT3zht5twuNQmZBDzHoWF Cryptonite - 1st mini-blockchain altcoin | BitShop - digital shop script Web Developer - PHP, SQL, JS, AJAX, JSON, XML, RSS, HTML, CSS
|
|
|
demidof
Newbie
Offline
Activity: 3
Merit: 0
|
|
January 04, 2015, 02:21:00 AM |
|
What is the best way to transfer btc in my website to my blockchain.info wallet and immediately use it?
1. Login to admin area 2. Got to Orders 3. Select MANAGE KEYS 4. Select EXPORT KEYS 5. Input private RSA key when prompted 6. Copy text from "Blockchain.info Format" box 7. Log into Blockchain.info wallet 8. Select "Import / Export" from top menu 9. Select "Import Wallet" from side menu 10. Paste text from step 6 into box and submit 4. Select EXPORT KEYS Unexpected problem locating keys.http://s017.radikal.ru/i414/1501/78/143337988c36.png
|
|
|
|
bitfreak! (OP)
Legendary
Offline
Activity: 1536
Merit: 1000
electronic [r]evolution
|
|
January 04, 2015, 03:42:45 PM |
|
You cannot export keys if you have no keys in your database (notice it says "there are no keys yet").
|
XCN: CYsvPpb2YuyAib5ay9GJXU8j3nwohbttTz | BTC: 18MWPVJA9mFLPFT3zht5twuNQmZBDzHoWF Cryptonite - 1st mini-blockchain altcoin | BitShop - digital shop script Web Developer - PHP, SQL, JS, AJAX, JSON, XML, RSS, HTML, CSS
|
|
|
centauri
Newbie
Offline
Activity: 5
Merit: 0
|
|
January 10, 2015, 01:46:48 PM |
|
i have many problems in the script
i installed it on my website but when i'm trying to setup coinbase and check the url on coinbase settings it's keep say that
Server responded with: 500 Internal Server Error
any way i tried to put any product and want to test it when i'm trying to pay it keep say
All API's are unavailable. Please try again later.
please i sent an email to you throw your website but i didn't get any respond
sorry for my bad EN
|
|
|
|
bitfreak! (OP)
Legendary
Offline
Activity: 1536
Merit: 1000
electronic [r]evolution
|
|
January 10, 2015, 02:21:41 PM |
|
i installed it on my website but when i'm trying to setup coinbase and check the url on coinbase settings it's keep say that
Server responded with: 500 Internal Server Error A 500 error is what should happen when you test it in coinbase, because it's not providing any legit transaction data to the script. any way i tried to put any product and want to test it when i'm trying to pay it keep say
All API's are unavailable. Please try again later. That means your server is unable to make any remote connections, check that you have curl installed. please i sent an email to you throw your website but i didn't get any respond Sorry the contact form is currently not working due to a stupid filter put in place by my host.
|
XCN: CYsvPpb2YuyAib5ay9GJXU8j3nwohbttTz | BTC: 18MWPVJA9mFLPFT3zht5twuNQmZBDzHoWF Cryptonite - 1st mini-blockchain altcoin | BitShop - digital shop script Web Developer - PHP, SQL, JS, AJAX, JSON, XML, RSS, HTML, CSS
|
|
|
centauri
Newbie
Offline
Activity: 5
Merit: 0
|
|
January 10, 2015, 02:37:56 PM |
|
thank you i will try it and thank you for fast respond ^_^
|
|
|
|
centauri
Newbie
Offline
Activity: 5
Merit: 0
|
|
January 10, 2015, 06:59:08 PM |
|
|
|
|
|
|