- Posts: 17
- Thank you received: 0
Please Log in or Create an account to join the conversation.
$(window).resize(function(){
location.reload();
});
//$(window).resize(function(){
// location.reload();
//});
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
my client said that the template doesn't work in the android stuff.
Like I had said, it is working well in my iPhone and iPad. I have had simulate in my browser and it is working but could you look for me the android, please?
I fixed.the social footer module doesn't appear the icons in the quickstart template.
And where can I find the css code for the slideshow, because I don't want that the menu navigation bar shows inside the slideshow. I had put the code for the desktop but I couldn't find out where it is for the mobile stuffs. I don't need that you work in the CSS code, only tell me where it is.
.tp-leftarrow.default,
.tp-rightarrow.default {
position: absolute !important;
top: 50% !important;
margin: 0 !important;
-webkit-transform: translate(0, -50%);
-moz-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
-o-transform: translate(0, -50%);
transform: translate(0, -50%);
width: 41px !important;
height: 41px !important;
}
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
@media screen and (max-width: 991px) {
.tp-rightarrow.default,
.tp-leftarrow.default {
display: block !important;
opacity: 1 !important;
}
}
.tp-leftarrow.default,
.tp-rightarrow.default {
position: absolute !important;
top: 50% !important;
margin: 0 !important;
-webkit-transform: translate(0, -50%);
-moz-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
-o-transform: translate(0, -50%);
transform: translate(0, -50%);
width: 41px !important;
height: 41px !important;
}
The icons of the font '
screen-social-icons.jpg
FontAwesome' doesn't appear, like the print-screen that I have made.
.t3-footnav .social .social {
max-width: 175px;
}
.t3-footnav .social p {
display: inline-block;
}
.t3-footnav .social .social-title {
display: none;
}
.t3-footnav .social a:before {
position: relative;
z-index: 99;
}
I saw something like "noo-slideshow" for "id" and class but I don't know where it is in the template files.
Another thing, I would like to configure the separates categories like the all categories in jooshopping. Could you also, say to me where they are and what is there name?
Example:
I want this: www.crystalrio.com.br/beta1/index.php/br/categories
here: www.crystalrio.com.br/beta1/index.php/br/colares
.jux_list_jscategory .info {
float: left;
width: 50%;
padding: 0 20px;
text-align: left;
display: block;
}
.jux_list_jscategory .info .view-more,
.category_short_description .view-more {
font-size: 12px;
text-transform: uppercase;
color: rgba(37, 37, 37, 0.7);
display: inline-block;
padding: 4px;
border-top: 1px solid #00ABF0;
border-bottom: 1px solid #00ABF0;
}
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
.jux_list_jscategory .jux_jscateg:before,
.jux_list_jscategory .jux_jscateg::after {
content: " ";
clear: both;
display: table;
}
.jux_list_jscategory .jux_row_categ {
width: 100% !important;
padding: 0 !important;
height: auto !important;
}
.jux_list_jscategory .jux_row_categ .info h2 {
font-size: 60px;
font-family: 'Modern No. 20', sans-serif;
text-transform: uppercase;
margin-top: 0;
}
.jux_list_jscategory .clearfix .jux_jscateg, .jux_list_jscategory .jux_row_categ:nth-child(odd) {
display: block;
height: auto;
padding: 0;
}
.jux_list_jscategory .jux_row_categ .info {
padding: 40px 60px !important;
}
.jux_list_jscategory .jux_jscateg .category {
margin: 0;
}
.jux_list_jscategory .jux_row_categ .image {
padding: 40px !important;
}
.jux_list_jscategory .jux_jscateg .category {
display: block !important;
}
.jux_list_jscategory .jux_jscateg:nth-child(odd) .image,
.jux_list_jscategory .jux_jscateg:nth-child(even) .info {
float: right !important;
}
.jux_list_jscategory .jux_jscateg:nth-child(even) .image,
.jux_list_jscategory .jux_jscateg:nth-child(odd) .info {
float: left !important;
}
Please Log in or Create an account to join the conversation.