Jump to content

Download: Modern Skin


Ajouz ♞

Recommended Posts

  • Replies 56
  • Created
  • Last Reply

Slight issue...



I use the fusion menu on my community and it wouldn't show up on the new skin but would show up on all the others, i have removed it all and re uploaded it and it is still not visible on the modern skin 2, i can see it on all the other skins, just not this skin for some reason?



post-135863-0-62077200-1291738739_thumb.


I did not installed this hook before , it also not so beutiful in version1 .

it seemed that you need to add a custom css to fix this .


colud you try to edit #masthead css to be

#masthead {background-color:#2F2F2F;color:#FFFFFF;height:35px;position:fixed;top:0;width:100%; }


if does not work
I need to see the skin online .

Link to comment

I did not installed this hook before , it also not so beutiful in version1 .



it seemed that you need to add a custom css to fix this .




colud you try to edit #masthead css to be


#masthead {background-color:#2F2F2F;color:#FFFFFF;height:35px;position:fixed;top:0;width:100%; }


if does not work
I need to see the skin online .



I cant find this line of code in the styles css, would it bge easier for me to set you up an account and pm over login details?
Link to comment

@Globaldjnetwork


Just to reiterate, all, we don't provide official support here (a single thread is hardly a good support method). Please submit a ticket at [url="http://support.fusiondigital.co.nz/"]http://support.fusiondigital.co.nz[/url] or email support@fusiondigital.co.nz. If you aren't using the same email you used to buy here, please also include that email in your ticket so we can match that up and help you.



For what it's worth. we override skin_global, and we insert the menu directly after <body id='ipboard_body'>. If your skin designer has not used id='ipboard_body' on your body tag, it may refuse to insert the menu. I'm pretty sure we also require the attribute to be single quotes instead of double quotes too.





this is the answer of hook creator .

could you please try this trick

open skin_global template
search for

	<body id='ipboard_body' class='backimage_{$this->settings['ajouz_back_image']}'>

replace it by

<body  id='ipboard_body'>

<div  class='backimage_{$this->settings['ajouz_back_image']}'>

then find

</body>

and add before

</div>

.
if this work please let me know .

Link to comment

1-Three Different board index layout can be chooses through admin panel :



I wish you were a little bit clear, where exactly



and strangely this doesn't work with RTL , arabic , which is really weird ya Ali ya akhee :blush:



else the idea is brilliant, I have a problem with my skin width coz i am using custom forum blocks, and also the arabic , and failed to find the 3 different board layout




Hello ,
I did some RTL optimizing in your demo site .
could you please apply these rtl css to your main board so I can see what is your main board need .

how to add this :
add new css bit with the name
ipb_rtl

and add this css in it

/************************************************************************/

/* IP.Board 3 CSS RTL - By Vadim Vincent Gabriel                    	*/

/************************************************************************/

/* ipb_rtl.css                                                      	*/

/************************************************************************/


body { text-align:right; direction: rtl; }


/* Common */


h2 {text-align:right;}


h1, #content_jump {display: none; text-indent: 0px;}


a.toggle {text-decoration: none; text-indent: -5000px;}


#copyright {float:left;}


/* Navigation */

#primary_nav {

padding-right: 10px;

}



#primary_nav ul li {

padding: 8px 8px;

margin-right: 6px;

}

#primary_nav ul li.active a {

padding: 10px 15px 10px 10px;

margin-right: 6px;  	

}


#user_navigation .photo {

margin: 6px 10px 6px 6px;

float: left;

}


#user_info {

margin-left: 60px;

margin-right: 15px;

}


#user_navigation #new_msg_count {

left: 45px;

right: auto;

}


#user_navigation ul#user_other {    	

margin-left: 5px;

}


#user_navigation ul#user_other li {

float: left;

padding: 0 4px;

}


#user_navigation ul#user_link_menucontent {

float: left;

}


#user_navigation #user_link { 

	text-align: right; 

	padding: 3px 8px 3px 26px;

	margin: 6px 8px 0px 5px;

}


#user_navigation #user_notifications_link { 

	text-align: right; 

	padding: 3px 5px 3px 17px;

}


/** Logo & User Navigation Align **/

#user_navigation { left: 10px;right: auto;float: left; }


#user_navigation #user_link img, #user_navigation #user_notifications_link img#notify-down-arrow {left: 5px; right: auto;}


/*** COMMENT THE FOLLOWING TO ALIGN THE LOGO TO THE RIGHT SIDE AND THE MENU TO THE LEFT  ***/

#branding { text-align: left; direction: ltr; }

#user_navigation.not_logged_in {text-align: right; float: right;}

#user_navigation { left: auto;right: 10px;float: right; }

/*** COMMENT THE FOLLOWING TO ALIGN THE LOGO TO THE RIGHT SIDE AND THE MENU TO THE LEFT  ***/


#user_notifications_link_menucontent img {

	float:right;

	margin:5px 0 0 7px;

}


#search_wrap {

float:right;

}


#adv_search {

font-size: 0em;

}

#search {

right: 0px;

float: left;

}


#search .submit_input { float:right; }


#search input#main_search {

margin-right: 5px;

}


#search label,

#search input,

#search #adv_search {

float: right;

}


#secondary_nav {

padding: 12px 15px 12px 25px;

clear: both;

}


#secondary_nav li {

padding-right: 7px;

float: right;

}





#pm_notification .photo {

float: right;

margin: 0 15px;

}


/************************************************************************/

/* FOOTER */


#board_footer ul#utility_links li {

float: left;

padding-right: 8px;

}


#board_footer p {

    	text-align:left; 

    	direction: ltr;

}


#footer_utilities li {

float: right;

}


/************************************************************************/

/* GENERAL CONTENT */


.topic_options li {

float: right;

}


#update_status_form p span img {

    	margin: -2px 0 0 5px;

}


/************************************************************************/

/* GENERIC REPEATED STYLES */


/* Floats */

.right { float: left; }

.left { float: right; }


/* Bullets */

.bullets ul, .bullets ol,

ul.bullets, ol.bullets {

margin-right: 30px;

}



/************************************************************************/

/* COLUMN WIDTHS FOR TABLES */

.col_f_topic, .col_m_subject {

text-align:right;

}

.col_f_post, .col_m_date,

.col_r_updated, .col_r_section {

text-align:right;

}

.col_c_post {

text-align:right;

}

.col_c_forum {

text-align:right;

}


/************************************************************************/

/* TABLE STYLES */



table.ipb_table tr .stats {

text-align: right;

}


table.ipb_table ol.subforums li {   	

float: right;

}


table.ipb_table ol.subforums li.newposts {          	

float: right;

}


/************************************************************************/

/* MENU & POPUP STYLES */


.ipbmenu_content a {

text-decoration: none;

text-align: left;

}


.popupClose {

position: absolute;

left: 12px;

top: 12px;

}


.popup_footer {

padding: 15px;

position: absolute;

bottom: 0px;

right: 0px;

}


.userpopup { max-width: 400px; }


.userpopup .photo { right: auto; left: 0;}


.userpopup .user_controls {

right: 10px;

left: auto;

}


.userpopup .reputation {

left: 4px;

right: auto;

}


.other_contact dt, .about_contact dt, .info dt, .user_info dt {

float: right;

white-space: nowrap;

width: 37%;


}

.other_contact dd, .about_contact dd, .info dd, .user_info dd {

margin-right: 40%;

width: 53%;


}


.other_contact dt, .about_contact dt, .user_info dt {

padding: 0px 0px 10px 0px;

margin: 0px;

}


.other_contact dd, .about_contact dd, .user_info dd {

padding: 3px 13px;

margin: 0px;

}



/************************************************************************/

/* TOPIC/POST BUTTONS STYLES */


.post_form .topic_controls {

    	float: left;

}


.topic_buttons li {

float: left;

}


.topic_buttons li a img,

.topic_buttons li span img {

margin: -1px 0px 1px 5px;

}


ul.post_controls {

text-align: right;

}


ul.post_controls li {

float: left;

}


ul.post_controls li.report,

ul.post_controls.left li {

float: right;

}


ul.post_controls a {	

margin-left: 4px;

}


/************************************************************************/

/* PAGINATION STYLES */


ul.pagination {

    	float: right;

}


ul.pagination li {

float: right;

}


ul.pagination li.total,

ul.pagination li.active {

margin-left: 0px;

}


ul.mini_pagination {

margin-left: 7px;

}


/************************************************************************/

/* MODERATION & FILTER STYLES */


.moderation_bar {

text-align: left;

}


#topic_mod #forum_mod_options_menucontent {

text-align: right;

}


.filter_bar select {

margin-right: 10px;

}



/************************************************************************/

/* TAB BAR STYLES */



.tab_bar li {

float: right;

}


/************************************************************************/

/* AUTHOR INFO (& RELATED) STYLES */


.author_info {

text-align: right;

border-right: none;

border-left: 1px solid #e4ebf3;

margin:15px -5px 10px 0;

width: 250px;

float: right;

padding-bottom: 20px;

}


.author_info.no_rep {

margin-bottom: 15px;

}


.author_info ul.user_fields li span.ft,

.author_info ul.user_fields li span.fc {

    	float: right;

}


.author_info ul.user_fields li span.ft {

    	text-align: left;

}


.author_info .title {

margin-top: 4px;

}   	


.user_controls {

text-align: center;

margin: 6px 0;

}


.user_controls li {

margin: 0 2px;

display: inline;

}


.warn_panel {

text-align: right;

padding: 0px;

margin: 0px 0px 10px 10px;

}

.warn_panel .warn_link {

padding-right: 10%;

}


.warn_panel .warn_edit {

float: left;

}


.warn_panel .warn_edit.up {

margin-left: 10%;

margin-right: auto;

}


/************************************************************************/

/* BOARD INDEX STYLES */


div#categories {

width: 76%;

float: right;

}


div#categories.no_sidebar {

width: 99%;

float: none;

}



.sidebar_toggle {

left:5px;

right:auto;

}


#open_sidebar.sidebar_toggle {left: 5px; right: auto;}



body .stats_list {

padding: 10px 5px 0 0;

float: right;

}


.stats_list li,

.active_users li {

float: right;

padding: 0 5px 0 0;

}


.stats_list ul, .stats_list p {

margin-left: 15px;

}


.active_users p {

margin-left: 15px;

}


#stats {

padding-left: 20px;

float: left;

}

#stats dl {

margin-left: 10px;

}


#stats dt,

#stats dd {

float: right;

}



.friend_list ul li,

#top_posters li {

float: left;

}



/************************************************************************/

/* FORUM VIEW (& RELATED) STYLES */



ul.topic_moderation li {

float: left;

}


ul.topic_moderation li a {

float: left;

}


span.mini_rate {

margin-right: 12px;

}


img.mini_rate {

margin-right: -5px;

}


.topic_prefix {

float: right;

}



#forum_legend dt,

#forum_legend dd {

float: right;

}


#forum_table .maintitle .main_forum_title {

float: right;

}


#forum_table .maintitle .desc {

float: left;

}


/************************************************************************/

/* TOPIC VIEW (& RELATED) STYLES */


ul.topic_jump li {

float: right;

}


body .ip {

margin-left: 10px;

margin-right: 15px;

}


span.post_id {

float: left;

}


input.post_mod {

float: left;

margin: 0px 6px 0 15px;

}


.post_block.topic_summary .posted_info {

margin-right: 10px;

}


.post_block.with_rep .post_body {

margin-bottom: 25px;

}



.post_body {

margin-right: 250px;

margin-left: 0;

}


.rep_bar {

position: absolute;

left: 0px;

right: auto;

bottom: 32px;

padding: 1px 10px;

border-radius-top-left: 0px;

-moz-border-radius-topleft: 0px;

-webkit-border-top-left-radius: 0px;

border-radius-top-right: 5px;

-moz-border-radius-topright: 5px;

-webkit-border-top-right-radius: 5px;

}


p.rep_highlight {

    	float: left;

    	display: inline-block;

}


p.posted_info {

margin-right: -3px;

}



div.threaded_view ul ul {

margin-left: -25px;

}



.topic_share li {

float: left;

margin: 0 5px;

}



.poll_question .votes {

margin-left: 5px;

}


.snapback { 

margin-right: 5px;

}


.topic .main_topic_title {

float: right;

}


.maintitle .rating {

float: left;

}



/************************************************************************/

/* POSTING FORM (& RELATED) STYLES */


div.post_form label {

text-align: left;

padding-right: 15px;

float: right;

margin-left: 15px;

}


div.post_form span.desc,

fieldset#poll_wrap span.desc {

margin-right:0;

}


div.post_form .checkbox input.input_check,

#mod_form .checkbox input.input_check {

    	margin-left:auto;

    	margin-right:0;

}


div.post_form .antispam_img {

margin-right: 290px;

}


div.post_form .captcha .input_text {

float: right;

}



fieldset.with_subhead ul {

margin-right: 320px;

margin-left: 15px;

}

fieldset.with_subhead h4 {

text-align: right;  	

float: right;

margin-right: 10px;

}


fieldset.with_subhead #post_icons {

margin-right: 326px;

}


fieldset.with_subhead #post_icons li {

margin-right: 15px;

float: right;

}


fieldset.with_subhead .checkbox input.input_check {

margin-left: auto;

}



.post_form #poll_wrap .question .wrap {

margin-right: 290px;

margin-left: 12px;

}


.post_form #poll_wrap .question .wrap ol {

margin-right: 25px;

}


.post_form #poll_wrap .question .wrap input.input_check,

.post_form #poll_wrap .question .wrap label,

.post_form #poll_wrap .question .wrap span.desc {

text-align: right;

margin-right: 0px;


}


.post_form #poll_wrap .question ul.post_controls {

text-align: right;

}



.post_form #poll_form .topic_buttons {

right: 315px !important;

position: absolute;

margin-left: 0;

}


.post_form #poll_form .topic_buttons li,

.post_form #poll_form .post_controls li {

float: right;

}


.post_form #poll_form #poll_stats.desc {

margin-left: 320px;

margin-bottom: 8px;

}



li.field {

    	padding: 5px;

    	margin-left: 27px;

}


li.field.checkbox {

    	margin-right: 0;

}


li.field.checkbox .input_check,

li.field.checkbox .input_radio {

    	margin-right: 10px;

    	vertical-align: middle;

}


    	li.field label {

            	text-align: left;

            	margin-left: 10px;

    	}


    	li.field label strong {

            	text-align: left;

            	margin-left: 10px;

    	}


    	li.field.checkbox label.desc {

            	padding-left: 27px;

            	margin-left: auto;

            	display: block;

    	}


    	.wrap label.desc {text-align: left;}


body#ipboard_body fieldset.submit .left-align {

	text-align: right;

}


/************************************************************************/

/* ATTACHMENT MANAGER (& RELATED) STYLES */


#attachments li.complete .links {

margin-left: 40px;

right: auto;

left: 0px;

}


.attach_name {

margin-right: 30px;

}


#attachments li.complete .info { margin-right: 30px; }


#attachments li .progress_bar {

right: auto;

left: 0px;

}


#attachments li .thumb_img {

right: 6px;

}


fieldset.attachments .input_submit, fieldset.attachments .swfupload, fieldset.attachments .input_upload {

margin-right: 50px;

}



#attach_wrap li {

margin: 5px 6px;

float: left;

}


#attach_wrap .desc.info {

margin-left: 24px;

}



/************************************************************************/

/* COMMENTS (& RELATED) STYLES */


#comment_list {

margin-top: 10px;

}


.comment_wrap .comment {

line-height: 150%;

padding: 5px;

margin: 8px;

}


.comment_wrap .comment .photo {

float: right;

margin: 0 10px 10px;

}


.comment_wrap .comment h4,

.comment_wrap .posted_date,

.comment_wrap .comment .comment_content {

margin-left: 65px;

}



.comment_options {

float: left;

}


.comment_options li {

float: left;

}


/************************************************************************/

/* REPUTATION STYLES */


.reputation,

.post_block .rep_highlight {

float: right;

}


body .post_block .rep_highlight {   	

font-size: 1.1em;

float: left;

}



/************************************************************************/

/* LIGHTBOX STYLES */


#lightbox{ right: 0;}

#loading{ right: 0;}

#hoverNav{ right: 0; }

#imageContainer>#hoverNav{ right: 0;}

#prevLink { right: 0; float: right;}

#nextLink { left: 0; float: left;}

#imageData #imageDetails{ float: left; text-align: right; } 	

#imageData #numberDisplay{ clear: right;    	}                   	

#imageData #bottomNavClose{ float: left; }

#overlay{ right: 0; }


/************************************************************************/

/*  BBCODE STYLES */

pre.prettyprint             	{ padding: 5px; background: #f8f8f8;  border: 1px solid #c9c9c9; overflow: auto; margin-left: 10px; font-size:  11px; line-height: 110%; direction: ltr; text-align: left; }


/* Quote boxes */


div.quote {

padding: 12px;

} 


div.quote p.blockquote {

margin-left: -12px;

}


p.citation {background-position: left;}


ul.bbc {

margin-left: 0;

margin-right: 30px;

}

ul.bbcol.decimal {

margin-left: 0; 

margin-right: 30px;

}


/************************************************************************/

/*  HELP & PORTAL STYLES */


#portal_articles {

	margin-left:2%;

	margin-right:6px;

	width:74%;

}


#portal_active_users ul,

#portal_active_users li {

	float: left;

	padding: 3px;

}


.message {

    	background-position: 99.5% 10px;

    	padding:10px 3% 10px 20px;

    	text-align:right;

}


#toggle_post_options {

    	background-position: center right;

    	padding: 2px 20px 2px 22px;

}


#post_options_options {

margin-right: 5px;


}


#post_options_options ul {

left: 0;


}


#post_options_options ul li .desc {

float: none;

margin-right: 10px;

display:inline;

}


#post_options_options ul li.field .input_text {

float: right;

}


#post_options_options ul li.field .input_check {

float: right;

}


#post_options_options h4 .desc { margin-right:auto; }


#post_options_options h4 { margin-right:5px; float: right; }


/* Search */

#search_info fieldset label {

            	float: right;

}


/* Other */

.ipb_autocomplete {left: auto; right: 262px;}


caption, th { text-align: right; }


/* Mlist */

div#member_filters label {  	

            	float: right;

    	}


.members li .info {

    	right: 90px; 

    	left: auto;

    	border-right:none;

    	border-left:1px solid #D5DDE5;

}   	


.members li .user_controls 

{

    	text-align:right;

    	right:450px;

    	left:auto;

}


/* Calendar */

#calendar_list li {

    	text-align: right;

}

#current_calendar .topic_controls ul.pagination { float: right; }

#current_calendar ul.pagination { float: right; }


/* Profile */


.personal_info li a { text-align: right; }

.about_contact dt, .info dt, .about_info dt, .user_info dt { text-align: right; float: right; }



/* User CP */


#usercp_menu {

            	float: right;

            	border-left:3px solid #528F6C;

            	border-right: none;

}


#usercp_content {


    	margin-left: 0;

    	border-left: none;

    	margin-right: 190px;

    	border-right: 3px solid #528f6c;


}


#usercp_menu li { margin:0 0 4px 8px; padding:6px 5px; }


#usercp_menu li.active {

            	-webkit-border-top-right-radius: 4px;

            	-webkit-border-bottom-right-radius: 4px;

            	-webkit-border-top-left-radius: auto;

            	-webkit-border-bottom-left-radius: auto;

            	margin-left: 0px;

            	-moz-border-radius: 0 4px 4px 0;

            	border-radius: 0 4px 4px 0;

    	}


#usercp_content li.field {margin-left:auto; margin-right:27px;}


#usercp_content li.field.checkbox {margin-left:auto; margin-right:auto;}


#usercp_content li.field label {margin-left:auto; margin-right:10px; text-align:right; }


#usercp_content p {margin-right: 5px;}



/** Messenger **/

#folder_list li {

    	margin-left: auto;

    	margin-right: 6px;

}


#folder_list .total {

    	margin-right: auto;

    	margin-left: 10px;

    	right: auto;

    	left: 0;

}


#message_compose ul li label { 

margin-left:auto;

text-align:right;

margin-right:10px;

}


/** Editor **/ 


#ipboard_body .ips_editor .toolbar li.left {float: right;}


#ipboard_body .ips_editor .toolbar li.right {float: left;}


#ipboard_body .ips_editor .toolbar li {float: right;}


#ipboard_body .input_rte {direction: rtl; text-align: right;}


#ipboard_body .ipb_palette label {

	text-align: right !important;

}


#ipboard_body .ipb_palette input {

	margin-left: 6px !important;

	margin-right: 0px;

}


#ipboard_body .ipb_palette input[type="submit"], 

#ipboard_body .input_submit.emoticons {

	float: right;

}


/* Sign In */

#regular_signin ul li label {

margin-left:auto;

text-align:right;

margin-right:10px;

}


#openid_signin ul li label {

margin-left:auto;

text-align:right;

margin-right:10px;

}


#login_form ul li.field.checkbox span.desc {

display:inline;

}


div#member_login .extra {float: left;margin-left:10px;margin-right:auto;}


/* Register */

div#register_form label { float: right; }


div#register_form input { float: right; }


div#register_form ul li.field label { text-align: left; }


div#register_form .checkbox input { margin-right:245px; margin-left:auto; }


/* Help */

#help_topics li {background-position:99.5% 50%;text-align:right;}


/** RTE **/

.withRTL {direction: rtl; text-align: right;}


#ipboard_body .ips_editor.with_sidebar .sidebar { left: 0px; right: auto; }


#ipboard_body .ips_editor.with_sidebar .controls,

#ipboard_body .ips_editor.with_sidebar .editor{

    	margin-right: auto;

    	margin-left: 200px;

}


#ipboard_body .ips_editor.with_sidebar .sidebar h4 img {

    	float: left;

    	margin-left: 6px;

}


/** Post Body **/

.post_body .post {margin-right: 10px;}


/** Mlist **/

.members li .photo {float: right;}

.reputation, .post_block .rep_highlight {float: left;}

.members li p.rating {left: 0; right: auto;}


/** Profile **/

.friend_list ul li, #top_posters li {float: right;}


/** Popup **/

.popupInner .row1 .field {margin-left:auto; margin-right:40px;}


.popupInner .row1 .field label {text-align: right;}


/**Messenger **/

.edit_folders {right: auto; left: 5px;}



/** This causes the popup box to go way right **/

/*.popupWrapper {left: auto !important; right: 80px !important;}*/



	.stem.topleft {

		background-image: url(../style_images/master/stems/topright.png);

	}

	.stem.topright {

		background-image: url(../style_images/master/stems/topleft.png);

	}

	.stem.bottomleft {

		background-image: url(../style_images/master/stems/bottomright.png);

	}

	.stem.bottomright {

		background-image: url(../style_images/master/stems/bottomleft.png);

	}


#tab_topics .post_body {margin-right:10px; width:95%;}


/** IPB 3 **/

.status_profile_page  {

	float:right;

	margin-right:0px;

	margin-left:10px;

}


.index_stats_collapse  {

	float:left;

	text-indent: -100px;

}


/* Search */

#date_start_icon {

	padding-left: 10px;

}


.status_main_photo {

	float:right;

}


#latest_visitors li  .photo {float:right;margin:2px 0 0  10px;}


#notificationlog

{

	padding-right:10px;

}


#search_options_menucontent  li input {margin-left:5px;margin-right:0;}


#search_options_menucontent li.app {

	clear: both;

}


#search_options_menucontent {

	padding-bottom: 6px;

}


#search .choice {

	background: url({style_images_url}/search_expand.png) no-repeat left;

	border-right:1px solid #AFAFAF;border-left: 0px;

	padding: 0 7px 0 9px;

}


.printpreview .post_block {

	clear: both;

}

.printpreview .post_block h3 {

	float:right;

}


.printpreview p.posted_info {

	float:left;

}


.printpreview .post_body {

	margin-right: 0px;

	padding-right: 0px;

}


.tab_forums_topics div.post_body, .tab_forums_posts div.post_body {

	clear: both;

	margin-right: 0px;

	right: 0;

}


.tab_forums_topics h4, .tab_forums_posts h4,

.tab_forums_topics p.posted_info, .tab_forums_posts p.posted_info {

	padding-right: 4px;

}


.facebook-like {

	float: right;

}


#index_stats .block_list li img {

	float: right !important;

}


#index_stats .block_list li .nexttophoto {

	margin-right: 35px !important;

	margin-left: auto !important;

}


.status_main_content  {margin-left:0;margin-right:65px;}


.status_mini_photo {float:right;}

.status_mini_content  {margin-left:0;margin-right:35px;}


.status_action_left {float:right;margin-left:0;margin-right:4px;}


.status_action_right  {margin-left:0;margin-right:35px;}


.status_profile_actions  {float:right;}


/************************************************************************/

/* Blog RTL  by Ajouz */


.blog_rating {float:left;margin-left:10px;margin-right:0;}


#main_column  .entry_options {

float:left;}

#main_column  .entry_meta .entry_tags {float:left;}

#main_blog_wrapper  .cblock .close_link {left:0;right:auto;}


#main_blog_wrapper  .cblock .configure_link {

left:18px;right:auto;}


li.blog_row_off  .photo, li.row2 .photo, li.row1 .photo {float:right;}

li.blog_row_off .nexttophoto, li.row2 .nexttophoto,  li.row1 .nexttophoto {margin-left:0;margin-right:40px;}

.baby_go_back.alt {margin:0 0 0 10px;}


.baby_go_back {float:left;}


.blog_top_tab.left {direction:ltr;float:right;left:auto;right:0;}

#main_column  .entry_footer p.cats {

float:left;}



/*  Ajouz */

#index_stats .block_list li img {

float:none !important;

}

#statusHook .status_main_content h4 {

margin-left:0px;

margin-right:28px;

}

#statusHook .status_main_content {

margin-right:0;

}

#statusHook .status_main_content p {

margin-right:28px;

margin-left:0px;

}

#statusHook .status_mini_content {

margin-left:0px;

margin-right:45px;

}





/**** Modern Skin  ****/

#branding {

float:left;

}

#primary_nav ul li {

padding:0px;

}


#main-nav-links, #main-nav-links ul {

float:right;

padding:0 2px 0 0;

text-align:right;

}





#secondary_nav {

clear:both;

padding:12px 25px 12px 15px;

}

.two_category_block span {

float:right;

padding:0 15px 0 4px;

}

.two_category_block {

float:right;

}


.two_category_block span {

float:right;

padding:0 15px 0 4px;

}

.last_post_info {

padding-right:30px;

padding-left:0px;

}

#index_stats {

width:27%;

}

div#categories {

	width: 71%;

}


/****two col *******/

.cat_image_block {

float:right;

}

div.forums_block {

margin:15px 210px 15px 0;

}

div.forums_block ul li {

padding-right:32px;

padding-left:0px ;

}

div.forums_block ul li span.forums_Value {

float:left;

margin-left:10px;

margin-right:0px;

}

div.forums_block ul li span.forums_Label {

float:right;

margin:0 0 0 4px;

}

div.forums_block ul li {

background:url({style_images_url}/images/bullet.gif) no-repeat scroll 0px 7px transparent;

padding-right:32px;

padding-right:0px ;

}

div.forums_block ul li:hover {

background:url({style_images_url}/images/bullet2.gif)  no-repeat scroll 0px 6px transparent;

}



then save it

Link to comment
  • 5 weeks later...
  • 1 month later...
  • 2 weeks later...

Is a demo available yet? I would like to test before i make a purchase.



thanks





I posted a request for a demo over a week ago.. no update or reply.

Any news please on this or is this template just left without a demo..

Is this the same with the support for the template?
Link to comment
  • 1 month later...

same like me,,i request for this online demo in 1 month ago,and direct Pm to Ajouz,but untill now ididn't get update for this them,,i want to buy it if this theme work perfectly.
i used 3.1.4 for my board. please respons this Ajouz..

regards.

Link to comment
  • 4 weeks later...

I have just purchased this beautiful skin :)

Only one problem I am hoping to get some assistance with.

When I change the background color ..it does change ..but no matter what I do, the shoutbox and gallery keep reverting back to black.

Please could you help me?

Link to comment

Apologies for the double post ..I am unable to edit the original post..

..but another problem I am having is that even when I clear cookies etc ..the skin will not revert back to the original :/

My other Admin is having the same issues ..so any help would be most appreciated :smile:

I am also using Firefox 4 .. and in using the 'Sea' background ..I am getting a large white strip down the bottom of the page.


post-153519-0-97146600-1307277615_thumb.

Link to comment

I have just purchased this beautiful skin :smile:



Only one problem I am hoping to get some assistance with.



When I change the background color ..it does change ..but no matter what I do, the shoutbox and gallery keep reverting back to black.



Please could you help me?




Is there any chance of getting some help with this please?
Link to comment

Apologies for the double post ..I am unable to edit the original post..



..but another problem I am having is that even when I clear cookies etc ..the skin will not revert back to the original :/



My other Admin is having the same issues ..so any help would be most appreciated :smile:



I am also using Firefox 4 .. and in using the 'Sea' background ..I am getting a large white strip down the bottom of the page.




post-153519-0-97146600-1307277615_thumb.




Is there any chance of getting some help with this please?




Any chance of getting a refund then? >.<




hello ,
soory for latness in replay , honestly i did not recieved any notification that there new posts in this topic , and did not recieve any payment notification also ,
hoever can you please send me a link to your site , i need to check your problem online ,
thanks
Link to comment

Hmm that's strange ..If you need confirmation of payment I could send you the paypal receipt?

From memory, I also purchased the 'Purple' skin from you awhile back .. a few months after I bought it, I received an email from IPS Marketplace (?) saying the monies for it were still owing :/

At the time, I replied to the email with receipt #'s.



Just click on my sig for a link to the board :)

The thing I need fixed the most is the s/b and gallery reverting back to black.

Link to comment

Hmm that's strange ..If you need confirmation of payment I could send you the paypal receipt?



From memory, I also purchased the 'Purple' skin from you awhile back .. a few months after I bought it, I received an email from IPS Marketplace (?) saying the monies for it were still owing :/



At the time, I replied to the email with receipt #'s.





Just click on my sig for a link to the board :smile:



The thing I need fixed the most is the s/b and gallery reverting back to black.




in which browser you got gallery reverting to black ,

this is my email
aliajouz@gmail.com
I always check it , here I have some problem with notification .
thanks
Link to comment

I have tried the skin in Firefox 4.0.1, Firefox 3.6.17 & also Chrome.



The issue also applies to the shoutbox..


I can not find the problem in my browser ,
I will check the code again , maybe your issue related to cookies path ?I will inform you when I got it .
Link to comment
  • 2 weeks later...

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.

×
×
  • Create New...