Jump to content

My Integration + A Css Question


ffw

Recommended Posts

Hey all, just recently purchased and looking forward on making the change from my current clientexec setup!

So, I am working on my integration right now, and of course I would like to show it off and get opinion/suggestions, but I also have a question.

 

Here is the integration: http://foreverfreewebsites.com/test/

 

This might be nitpicking, but I know I am not alone in wanting to achieve perfection with my designs. If you look at the plugins on the left, they are slightly elevated from the plugins on the right. I have been looking at the CSS and cannot find the culprit for the life of me. Maybe one of you fine savvy folk would be able to help me out?

Link to comment
Share on other sites

<div class="page">
					<div class="half section">
<div style="float:left">
	<div class="icon account">
		<h1>
			<a href="http://foreverfreewebsites.com/test/client/login/">My Account</a></h1>
		<p>
			Have an account with us? You can login here to manage your account.</p>
	</div>
</div>
</div>
<p>
	</p>
<div style="float:right">
	<div class="icon support_manager">
		<h1>
			<a href="http://foreverfreewebsites.com/test/client/plugin/support_manager/client_tickets/add/">Support</a></h1>
		<p>
			Need help? You can open a trouble ticket here.</p>
	</div>
</div>
<div class="clear">
	 </div>
<p>
	</p>
<div class="half section">
	<div class="icon order">
		<h1>
			<a href="http://foreverfreewebsites.com/order/">Order</a></h1>
		<p>
			Visit the order form to sign up and purchase new products and services.</p>
	</div>
</div>
<p>
	</p>
<div class="half section">
	<div class="icon download_manager">
		<h1>
			<a href="http://foreverfreewebsites.com/test/client/plugin/download_manager/">Downloads</a></h1>
		<p>
			Visit the download area. You may need to be logged in to access certain downloads.</p>
	</div>
</div>
<p>
	</p>
                </div>

 

 

Give that a try. I only modified the top two. It may or may not work. Not certain. Just worth a shot.

Link to comment
Share on other sites

Go to your plugins, click on Manage next to the Portal plugin.

 

Click Source, and toss this into the box.  The wysiwyg editor throws <p></p> tags in the template when it shouldn't be doing that (yes, even if you don't touch the template...)

 

<div class="half section">
	<div class="icon account">
		<h1><a href="{client_url}login/">My Account</a></h1>
		<p>Have an account with us? You can login here to manage your account.</p>
	</div>
</div>{% if plugins.support_manager %}<div class="half section">
	<div class="icon support_manager">
		<h1><a href="{client_url}plugin/support_manager/client_tickets/add/">Support</a></h1>
		<p>Need help? You can open a trouble ticket here.</p>
	</div>
</div>
<div class="clear"> </div>{% endif %}{% if plugins.order %}<div class="half section">
	<div class="icon order">
		<h1><a href="{base_url}order/">Order</a></h1>
		<p>Visit the order form to sign up and purchase new products and services.</p>
	</div>
</div>{% endif %}{% if plugins.download_manager %}<div class="half section">
	<div class="icon download_manager">
		<h1><a href="{client_url}plugin/download_manager/">Downloads</a></h1>
		<p>Visit the download area. You may need to be logged in to access certain downloads.</p>
	</div>
</div>{% endif %}
Link to comment
Share on other sites

Doh, that was pretty simple, I didn't even think to check the source. Plus, I didn't know you could jump right into the source from the editor - blesta just keeps getting better and better :)! Thanks for the help guys, I think my integration is complete for now.

Link to comment
Share on other sites

I like the idea, a free design, you just pay for the hosting....

 

Too bad I suck at designing, or I'd probably do something like that too. I make things work through code and give it a basic view... I'm really horrible at graphics, matching colors, etc... but I can make it work! haha

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...