Jump to content

Keystirras

Members
  • Posts

    8
  • Joined

  • Last visited

Posts posted by Keystirras

  1. I'm back! So i'm re-working my theme (So i started to re-do the integration) i was clearing up some code and i found that there is a blank spot at the top of my page above my navigation bar which is kinda hard to see with screenshot but is here: https://gyazo.com/b7c52c1308d7bb0103a6ece662a73881

     

    I played around with the header code and found that it goes away if i remove this set of code:

    		<?php
    		// Theme CSS
    		if (isset($theme_css)) {
    		?>
    		<link href="<?php $this->Html->_($theme_css);?>" rel="stylesheet" type="text/css" media="screen" />
    		<?php
    		}
            if ($this->_("AppController.lang.dir", true) == "rtl") {
            ?>
            <link href="<?php echo $this->view_dir;?>css/rtl.css" rel="stylesheet" type="text/css" media="screen" />
            <?php
            }
    		?>

    I was wondering what could be causing this problem?

  2. Hey guys, i've tried editing the email templates with HTML and it just shows normal HTML, I deleted all the HTML i did and just put a simple <img> tag and it just displayed as plain text, Any idea's what could be going on?

  3. Hey guys, so i recently moved to Blesta, loving it so far, just a little question, 

    I already have users and services for panels like TCAdmin and VestaCP but i need add the services they bought to the billing panel, is there a way to do so that uses their existing credentials to the other panels?

×
×
  • Create New...