Problemas con los estilos

imported_Andrex Seguir

Curioso
¡Usuario con pocos negocios! ¡Utiliza siempre saldo de Forobeta!
Desde
16 Ago 2010
Mensajes
6
Hola a todos, soy nuevo en el foro y espero ser bienvenido :)
Bueno, mi problema es el siguiente.. Instalo un estilo de la siguiente manera Admincp>Estilos y Plantillas>Descargar/Subir estilos>Importando Archivo XML del Estilo>Examinar.. busco el estilo.. y le doy a Importar. Pero las imagenes no se ven..

Aqui una imagen de muestra

dibujoji.png


Y además, como podrán notar los Foros y Sub-Foros no se separan como deberían hacerlo después del foro principal..

¿Alguien me ayuda a solucionar esto?

Saludos!
 

tarzan

Beta
¡Usuario con pocos negocios! ¡Utiliza siempre saldo de Forobeta!
Desde
3 Oct 2009
Mensajes
49
Por favor, ten en cuenta 📝 que si deseas hacer un trato 🤝 con este usuario, está baneado 🔒.
subiste las imagenes al lugar correspondiente como lo menciona el skin ya que los estilos no todos son iguales, checa en el archivodel del skin alli viene una carpeta con la informacion de como subirlos con el ftp sino estan con el nombre correcto o ruta las imagenes no se mostraran. suerte
 

imported_Andrex

Curioso
¡Usuario con pocos negocios! ¡Utiliza siempre saldo de Forobeta!
Desde
16 Ago 2010
Mensajes
6
Hola, gracias por aportar pero el archivo del skin no me dice nada, solo trae el documento xml y las carpetas donde están los archivos psd y las imagenes.
 

Cmsqvl

Gamma
¡Usuario con pocos negocios! ¡Utiliza siempre saldo de Forobeta!
Desde
18 Abr 2009
Mensajes
186
Esa carpeta de imagenes, tienes que subirla por el ftp a tu servidor subela directamente al root asi:

tuforo/carpeta del estilo

si no funciona asi entonces mueve la carpeta a la carpeta "images" que trae por defecto vBulletin:

tuforo/images para que quede asi --> tuforo/images/carpeta del estilo
 

imported_Andrex

Curioso
¡Usuario con pocos negocios! ¡Utiliza siempre saldo de Forobeta!
Desde
16 Ago 2010
Mensajes
6
Hola, gracias por el aporte pero no me sirvió, el foro sigue de la misma manera.. Lo siento.
¿Alguien tiene otra solución?
 

superkefka

Beta
¡Usuario con pocos negocios! ¡Utiliza siempre saldo de Forobeta!
Desde
17 Mar 2009
Mensajes
111
Si no ves las imágenes hacé lo siguiente (es lo que yo hago cuando instalo un estilo), tratá de buscar algún lugar donde vos creas que debería haber una imagen, o también podés probar con el logo principal que ese generalmente no falla nunca, dale botón derecho o tratá de seleccionar ese lugar y darle botón derecho ver código fuente, fijate la url de la imagen, con eso deberías poder deducir donde van todas las imágenes.

saluDoS.
 

imported_Andrex

Curioso
¡Usuario con pocos negocios! ¡Utiliza siempre saldo de Forobeta!
Desde
16 Ago 2010
Mensajes
6
Hola, bueno hice lo qe me dijiste y aún no logro entender la ubicación.. en fin, dejaré el código HTML, son CSS que serian las imagenes y colores (creo qe es lo más importante de todo el código, osea lo que yo quiero qe se vea..)
Cualquier cosa me dicen.. porque qedé más confundido :S


Insertar CODE, HTML o PHP:
<!-- CSS Stylesheet -->
<style type="text/css" id="vbulletin_css">
/**
* vBulletin 3.8.2 CSS
* Style: 'Frequency Style'; Style ID: 17
*/
body
{
	background: url(/designs/frequency_blue/bg.jpg) repeat-x top left;
	color: #4D4C4C;
	font: 10pt tahoma;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
a:link, body_alink
{
	color: #0B5090;
	text-decoration: none;
}
a:visited, body_avisited
{
	color: #0B5090;
	text-decoration: none;
}
a:hover, a:active, body_ahover
{
	color: #D3AB04;
	text-decoration: underline;
}
.page
{
	color: #4D4C4C;
}
td, th, p, li
{
	font: 10pt tahoma;
}
.tborder
{
	background: #A9C0D1;
	color: #4D4C4C;
}
.tcat
{
	background: #F2F1F2 url(/designs/frequency_blue/gradients/gradient_thead.gif) repeat-x top left;
	color: #4D4C4C;
	font: bold 10pt tahoma;
	border-left:1px solid #fff;
}
.tcat a:link, .tcat_alink
{
	color: #0B5090;
	text-decoration: none;
}
.tcat a:visited, .tcat_avisited
{
	color: #0B5090;
	text-decoration: none;
}
.tcat a:hover, .tcat a:active, .tcat_ahover
{
	color: #D3AB04;
	text-decoration: underline;
}
.thead
{
	background: #F2F1F2 url(/designs/frequency_blue/gradients/gradient_thead.gif) repeat-x top left;
	color: #4D4C4C;
	font: bold 11px tahoma;
	border-left:1px solid #fff;
}
.thead a:link, .thead_alink
{
	color: #0B5090;
}
.thead a:visited, .thead_avisited
{
	color: #0B5090;
}
.thead a:hover, .thead a:active, .thead_ahover
{
	color: #D3AB04;
}
.tfoot
{
	background: #F2F1F2  url(/designs/frequency_blue/gradients/gradient_thead.gif) repeat-x top left;
	color: #4D4C4C;
	border-left:1px solid #fff;
}
.tfoot a:link, .tfoot_alink
{
	color: #0B5090;
}
.tfoot a:visited, .tfoot_avisited
{
	color: #0B5090;
}
.tfoot a:hover, .tfoot a:active, .tfoot_ahover
{
	color: #D3AB04;
}
.alt1, .alt1Active
{
	background: #EFECEC;
	color: #4D4C4C;
	border-top:1px solid #fff; border-left:1px solid #fff;
}
.alt2, .alt2Active
{
	background: #F6F4F4;
	color: #4D4C4C;
	border-top:1px solid #fff; border-left:1px solid #fff;
}
.inlinemod
{
	background: #FFFFCC;
	color: #000000;
}
.wysiwyg
{
	background: #F5F5FF;
	color: #000000;
	font: 10pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	margin: 5px 10px 10px 10px;
	padding: 0px;
}
.wysiwyg a:link, .wysiwyg_alink
{
	color: #22229C;
}
.wysiwyg a:visited, .wysiwyg_avisited
{
	color: #22229C;
}
.wysiwyg a:hover, .wysiwyg a:active, .wysiwyg_ahover
{
	color: #FF4400;
}
textarea, .bginput
{
	font: 10pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
.bginput option, .bginput optgroup
{
	font-size: 10pt;
	font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
.button
{
	font: 11px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
select
{
	font: 11px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
option, optgroup
{
	font-size: 11px;
	font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
.smallfont
{
	font: 11px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
.time
{
	color: #666686;
}
.navbar
{
	font: 11px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
.highlight
{
	color: #FF0000;
	font-weight: bold;
}
.fjsel
{
	background: #0B5090;
	color: #E0E0F6;
}
.fjdpth0
{
	background: #F7F7F7;
	color: #000000;
}
.panel
{
	background: #F6F4F4;
	color: #4D4C4C;
	padding: 10px;
	border: 2px outset;
}
.panelsurround
{
	background: #EFECEC;
	color: #4D4C4C;
}
legend
{
	color: #0B5090;
	font: 11px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
.vbmenu_control
{
	background: #F2F1F2  url(/designs/frequency_blue/gradients/gradient_thead.gif) repeat-x top left;
	color: #4D4C4C;
	font: bold 11px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	padding: 3px 6px 3px 6px;
	white-space: nowrap;
}
.vbmenu_control a:link, .vbmenu_control_alink
{
	color: #0B5090;
	text-decoration: none;
}
.vbmenu_control a:visited, .vbmenu_control_avisited
{
	color: #0B5090;
	text-decoration: none;
}
.vbmenu_control a:hover, .vbmenu_control a:active, .vbmenu_control_ahover
{
	color: #D3AB04;
	text-decoration: underline;
}
.vbmenu_popup
{
	background: #A9C0D1;
	color: #000000;
}
.vbmenu_option
{
	background: #EFECEC;
	color: #4D4C4C;
	font: 11px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	white-space: nowrap;
	cursor: pointer;border-top:1px solid #fff; border-left:1px solid #fff;
}
.vbmenu_option a:link, .vbmenu_option_alink
{
	color: #0B5090;
	text-decoration: none;
}
.vbmenu_option a:visited, .vbmenu_option_avisited
{
	color: #0B5090;
	text-decoration: none;
}
.vbmenu_option a:hover, .vbmenu_option a:active, .vbmenu_option_ahover
{
	color: #FFFFFF;
	text-decoration: none;
}
.vbmenu_hilite
{
	background: #D3AB04;
	color: #4D4C4C;
	font: 11px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	white-space: nowrap;
	cursor: pointer;border-top:1px solid #fff; border-left:1px solid #fff;
}
.vbmenu_hilite a:link, .vbmenu_hilite_alink
{
	color: #FFFFFF;
	text-decoration: none;
}
.vbmenu_hilite a:visited, .vbmenu_hilite_avisited
{
	color: #FFFFFF;
	text-decoration: none;
}
.vbmenu_hilite a:hover, .vbmenu_hilite a:active, .vbmenu_hilite_ahover
{
	color: #FFFFFF;
	text-decoration: none;
}
/* ***** styling for 'big' usernames on postbit etc. ***** */
.bigusername { font-size: 14pt; }

/* ***** small padding on 'thead' elements ***** */
td.thead, div.thead { padding: 4px; }

/* ***** basic styles for multi-page nav elements */
.pagenav a { text-decoration: none; }
.pagenav td { padding: 2px 4px 2px 4px; }

/* ***** define margin and font-size for elements inside panels ***** */
.fieldset { margin-bottom: 6px; }
.fieldset, .fieldset td, .fieldset p, .fieldset li { font-size: 11px; }

/* ***** don't change the following ***** */
form { display: inline; }
label { cursor: default; }
.normal { font-weight: normal; }
.inlineimg { vertical-align: middle; }

/** Logo **/
#logo { background: url(/designs/frequency_blue/logo.jpg) no-repeat top left; height:62px;}

/** Navigation **/
.nav_bg    { background: url(/designs/frequency_blue/nav_bg.gif); height:27px; }
.nav_left  { background: url(/designs/frequency_blue/nav_left.gif) no-repeat top left; height:27px; }
.nav_right { background: url(/designs/frequency_blue/nav_right.gif) no-repeat top right; height:27px; }

.list_m { list-style:none;margin:0;padding:0 36px 0 0; float:right; }

.button_forum, .button_usercp, .button_register, .comm,
.button_calender, .button_getnew, .button_getdayli, .button_search, .button_menu { float:left;}

.button_forum span, .button_usercp span, .button_register span, .comm span, .button_calender span,
.button_getnew span, .button_getdayli span, .bs{ display:none; }

.button_forum a:link, .button_forum a:visited           { background: url(/designs/frequency_blue/button_forum.gif); display:block; width:74px; height:27px; }
.button_usercp a:link, .button_usercp a:visited         { background: url(/designs/frequency_blue/button_usercp.gif); display:block; width:119px; height:27px; }
.button_register a:link, .button_register a:visited     { background: url(/designs/frequency_blue/button_register.gif); display:block; width:108px; height:27px; }
.comm a:link, .comm a:visited { background: url(/designs/frequency_blue/community.gif); display:block; width:108px; height:27px; }
.button_calender a:link, .button_calender a:visited     { background: url(/designs/frequency_blue/button_calendar.gif); display:block; width:78px; height:27px; }
.button_getnew a:link, .button_getnew a:visited         { background: url(/designs/frequency_blue/button_new_posts.gif); display:block; width:108px; height:27px; }
.button_getdayli a:link, .button_getdayli a:visited     { background: url(/designs/frequency_blue/button_dayli_posts.gif); display:block; width:119px; height:27px; }
.button_menu a:link, .button_menu a:visited         { background: url(/designs/frequency_blue/button_menu.gif); display:block; width:119px; height:27px; }
.button_search a:link, .button_search a:visited         { background: url(/designs/frequency_blue/button_search.gif); display:block; width:87px; height:27px; }

.button_forum a:hover      { background: url(/designs/frequency_blue/button_forum_hover.gif); }
.button_usercp a:hover     { background: url(/designs/frequency_blue/button_usercp_hover.gif); }
.button_register a:hover   { background: url(/designs/frequency_blue/button_register_hover.gif); }
.comm a:hover { background: url(/designs/frequency_blue/community_hover.gif); }
.button_calender a:hover   { background: url(/designs/frequency_blue/button_calendar_hover.gif); }
.button_getnew a:hover     { background: url(/designs/frequency_blue/button_new_posts_hover.gif); }
.button_getdayli a:hover   { background: url(/designs/frequency_blue/button_dayli_posts_hover.gif); }
.button_menu a:hover       { background: url(/designs/frequency_blue/button_menu_hover.gif); }
.button_search a:hover     { background: url(/designs/frequency_blue/button_search_hover.gif); }

.list_mu { list-style:none; margin:0;padding:8px 0 0 22px; }

.m_home, .m_faq, .m_contact { float:left; }
.m_home span, .m_faq span, .m_contact span { display:none; }

.m_home a:link, .m_home a:visited       { background: url(/designs/frequency_blue/m_home.gif); display:block; width:27px; height:19px; }
.m_faq a:link, .m_faq a:visited         { background: url(/designs/frequency_blue/m_faq.gif); display:block; width:28px; height:19px; }
.m_contact a:link, .m_contact a:visited { background: url(/designs/frequency_blue/m_contact.gif); display:block; width:28px; height:19px; }

.m_home a:hover    { background: url(/designs/frequency_blue/m_home_hover.gif); }
.m_faq a:hover     { background: url(/designs/frequency_blue/m_faq_hover.gif); }
.m_contact a:hover { background: url(/designs/frequency_blue/m_contact_hover.gif); }

/** Content **/
.forbg { background: url(/designs/frequency_blue/c_botop_bg.gif); height: 23px; }
.forl  {  background: url(/designs/frequency_blue/c_botop_left.gif) no-repeat top left; height: 23px;  }
.forr  {  background: url(/designs/frequency_blue/c_botop_right.gif) no-repeat top right; height: 23px;  }

.fornbg { background: url(/designs/frequency_blue/n_botop_bg.gif); height: 23px; }
.fornl  {  background: url(/designs/frequency_blue/n_botop_left.gif) no-repeat top left; height: 23px;  }
.fornr  {  background: url(/designs/frequency_blue/n_botop_right.gif) no-repeat top right; height: 23px;  }

.n_border_left     { background: url(/designs/frequency_blue/c_bo_left.gif) repeat-y top left;}
.n_border_right    { background: url(/designs/frequency_blue/c_bo_right.gif) repeat-y top right;}
.n_border_leftpic  { background: url(/designs/frequency_blue/n_bopic_left.gif) no-repeat top left;padding-left:3px; }
.n_border_rightpic { background: url(/designs/frequency_blue/n_bopic_right.gif) no-repeat top right;padding-right:3px; }

.c_border_left  { background: url(/designs/frequency_blue/c_bo_left.gif) repeat-y top left;padding-left:3px; }
.c_border_right { background: url(/designs/frequency_blue/c_bo_right.gif) repeat-y top right;padding-right:3px; }

.c_border_bottombg    { background: url(/designs/frequency_blue/c_bobo_bg.gif); height: 18px; }
.c_border_bottom_left {  background: url(/designs/frequency_blue/c_bobo_left.gif) no-repeat top left; height: 18px;  }
.c_border_bottom-right{  background: url(/designs/frequency_blue/c_bobo_right.gif) no-repeat top right; height: 18px;  }

.fortitel{padding: 6px 0px 0px 52px; font: bold 11px tahoma; }

.pib {border-left: 1px solid #FFFFFF;border-top: 1px solid #FFFFFF;padding: 3px 3px 3px 3px; }
.pibu { border: 1px solid #C9C9C9;background-color: #EDEDED;margin-top: 2px; }

.top_bo_bg    { background: url(/designs/frequency_blue/top_bo_bg.gif); height:27px; }
.top_bo_left  { background: url(/designs/frequency_blue/top_bo_left.gif) no-repeat top left; height:27px; }
.top_bo_right { background: url(/designs/frequency_blue/top_bo_right.gif) no-repeat top right; height:27px; }

.bo_left_bg   {background: url(/designs/frequency_blue/bo_left_bg.gif) repeat-y top left;}
.bo_right_bg  { background: url(/designs/frequency_blue/bo_right_bg.gif) repeat-y top right; }
.bo_left_pic  { background: url(/designs/frequency_blue/bo_left_pic.jpg) no-repeat top left; padding:0 0 0 12px; }
.bo_right_pic { background: url(/designs/frequency_blue/bo_right_pic.jpg) no-repeat top right; padding:0 11px 0 0; }

.pages { background: #FFFFFF url(/designs/frequency_blue/page_bg.gif) repeat-x top left; }

#fo_bg { background: #fff; }

.bottom_bo_bg    { background: url(/designs/frequency_blue/bottom_bo_bg.gif); height:22px; }
.bottom_bo_left  { background: url(/designs/frequency_blue/bottom_bo_left.jpg) no-repeat top left; height:22px; }
.bottom_bo_right { background: url(/designs/frequency_blue/bottom_bo_right.jpg) no-repeat top right; height:22px; }

img {border:0;}
</style>

Saludos!
 

Awarez

Gamma
¡Usuario con pocos negocios! ¡Utiliza siempre saldo de Forobeta!
Desde
27 Jul 2009
Mensajes
199
Hola por lo que se nota es que no ubicaste correctamente las imágenes en su carpeta, como observe un comentario que la tienes que subir tuforo.com/images/
hay muchos estilos que sus imágenes tienen que estar en la raíz del tu foro,
¿Ya probaste cambiando tu carpeta de tus imágenes de tu estilo hacía la raíz de todas las carpetas de tu sitio? A mí me sucedió una vez pero esa fue la solución :D

---------- Actualizado a las 20:59 ---------- Original a las 20:58 ----------

Otra pregunta, ¿Me puedes pasar la URL de tu foro para revisar?
 

imported_Andrex

Curioso
¡Usuario con pocos negocios! ¡Utiliza siempre saldo de Forobeta!
Desde
16 Ago 2010
Mensajes
6
Aver si entendi bien =)
¿Me dices que coloque las imagenes del estilo en la carpeta principal del foro?
Con el objeto que esté asi: miforo.com/Estilo o miforo.com/imagenes del estilo

Es lo que creo aver entendido.
Mi foro es.. Supreme Forum - Powered by vBulletin
No se si está permitido poner la url del mismo, mil disculpas si no es asi.
 

Cmsqvl

Gamma
¡Usuario con pocos negocios! ¡Utiliza siempre saldo de Forobeta!
Desde
18 Abr 2009
Mensajes
186
la ruta a la que debes subir las imagenes es esta:
tuforo/designs/frequency_blue/

Otra cosa si no funciona es por problemas de servidores gratuitos, y lamento decirte que en vBHispano no se le brinda soporte a usuarios sin licencia de este software :)

Solo se te brindara ayuda en este foro: Enlace eliminado
 

Awarez

Gamma
¡Usuario con pocos negocios! ¡Utiliza siempre saldo de Forobeta!
Desde
27 Jul 2009
Mensajes
199
Como bien te dije tienes que subir las imágenes en la raíz de tu foro, el cuál sería así misitio.com/designs/frequency_blue/sp.gif, en dónde dice Designs tienes que subir la carpeta para poder visualizar tu diseño en el foro... También creo que subiste otro estilo pero removiendo las imágenes por defecto...

Una vez más te recuerdo, que en su políticas de vBHispano, no brindan soporte para los usuarios que no utilizan Licencia...
 
Arriba