Jump to content

INUMIO-Rob

Members
  • Posts

    55
  • Joined

  • Last visited

Posts posted by INUMIO-Rob

  1. Looks nice, mate.

    Maybe consider a little more aggressive wording on the main slogan... "Make your wordpress site AWESOME", or "Take your wordpress site to the next level!".

    When I read "be better", while that is appealing, it's not enough to move me to action.

    Just my 2 cents.

    Nice work!

  2. Nice, nice.

    That worked a treat. I did have to remove a few more lines in order to get the entire array, but it worked as promised. Thanks for that! I'll post the snippet I removed below:

    			$base_uri . "accounts/" => array(
    				'name' => $this->_("Navigation.getprimaryclient.nav_paymentaccounts"),
    				'active' => false,
    				'secondary' => array(
    					$base_uri . "accounts/" => array(
    						'name' => $this->_("Navigation.getprimaryclient.nav_paymentaccounts"),
    						'active' => false,
    						'icon' => "fa fa-list"
    					),
    					$base_uri . "accounts/add/" => array(
    						'name' => $this->_("Navigation.getprimaryclient.nav_paymentaccounts_add"),
    						'active' => false,
    						'icon' => "fa fa-plus-square"
    					),
    					$base_uri => array(
    						'name' => $this->_("Navigation.getprimaryclient.nav_return"),
    						'active' => false,
    						'icon' => "fa fa-arrow-left"
    					)
    				)
    			),

     

  3. Hi everyone. I don't use any merchant accounts, and thus have disabled the ability for any "Payment Accounts" to be created by the client. A problem exists, however. The menu link still exists, and takes the client to a page with disabled functionality.

    I wish to hide this link. I suspect I can do this conditionally with a bit of PHP. Before I go poking around in template files, I wanted to know if I am missing something which already provides a method to hide this link... like an addon or even a... built-in toggle within blesta?

    If not, what is the template file to work in?

    Screenshot from 2016-12-06 09-58-17.png

  4. Uptime robot has a great site with a very good interface. My only complaint is with cloudflare. It appears that a conflict exists within the cloudflare system that throws an error 1000 when trying to resolve a cname'd domain from and to cloudflare. Both myself, and uptimerobot use cloudflare, and it appears that cloudflare's nginx is trying to proxy to itself, thus it complains about "prohibited IP". Bummer. Anyone successfully using uptimerobot with DNS /  cname record managed by cloudflare?

  5. Thanks, Lads. Some interesting options coming up so far. My cachet install process was unfulfilling, and it's doubtful I'll try again anytime soon. I simply haven't the time to spend a full day of tinkering with Node.js, docker, etc.

    Some of the 3rd party solutions are looking affordable and easy.  The hunt continues.

  6. 4 hours ago, turner2f said:

    @INUMIO-Rob

    Which file did you make the change in ?

    What was the line of code you used ?

     /plugins/order/views/templates/ajax/summary.pdt

    See line 247 in my screenshot. It's just pointing to an image I uploaded to the net. You may wish to point yours to a local source, I don't know. Note that this is putting the logo image at the top of the "stack" so to speak, before the foreach begins. It will work for my use-case because I have the first payment option in context with the logo.

    Screenshot from 2016-11-20 08-02-22.png

  7. Hello friends, I am wondering if the Blesta UI exposes a place for me to paste my Google Analytics, or if I need to put it into the html manually somewhere?

    I searched the subject but came up with few relevant results, none from 2016. I did look in a few places in Blesta but am not seeing anything.

    Thank you.

  8. 12 hours ago, Paul said:

    I don't have any direct experience with Cachet, but have been contemplating doing an install and playing around with it. What I've seen I like. https://cachethq.io/

    Aye. I suppose that I'm going to install it standalone. Even if someone were working on a blesta extension for this, we have an immediate need; one which a pre-production beta extension wouldn't satisfy within this scope.

    Edit: I'll journal my cachet experiences in this thread.

  9. Hi everyone, I am seeking to implement a network status page on my site to provide at-a-glance health & status for my network, and various hosts within such. I'm about to take a swing at deploying stand-alone cachet (I guess a blesta extension is coming someday, but no idea when).

    Before I spend the labor to do this, I am looking for feedback on cachet, and / or alternatives I might want to check out before I make my choice.

    What are you using for realtime network status? Are you happy with it?

    Thanks for your time. :)

×
×
  • Create New...