Dinamicore
Forum Replies Created
-
Forum: Plugins
In reply to: [Advanced post slider] Slider Height, Text positioningHere is how I customized the paddding:
(h2.advs-title {
padding-left: 20px;
padding-right: 20px;
})Forum: Plugins
In reply to: [Advanced post slider] Slider Height, Text positioningForum: Plugins
In reply to: [Advanced post slider] Center Post TitleTitle & Excerpt
Text align: center
Forum: Themes and Templates
In reply to: [Maskitto Light] 3 levels main menuBut, we are looking forward if you are able to include the 3d menu item in future versions… as we said before, the theme is looking great , but lacks this menu capability… thanks…
Forum: Themes and Templates
In reply to: [Maskitto Light] 3 levels main menuNever mind… I replaced your unworking menu…
Forum: Themes and Templates
In reply to: [Maskitto Light] 3 levels main menu… thanks…
Forum: Themes and Templates
In reply to: [Maskitto Light] 3 levels main menuAll we need is to decrease the width on the parent menu item, to look like this image in order to allow the 3d menu item to display…
Forum: Themes and Templates
In reply to: [Maskitto Light] 3 levels main menuForum: Plugins
In reply to: [Ultimate Responsive Image Slider] Larger thumbnailsHello support; no answer here and in the paid PRO plugin.
I really need this going.
Please contact me with private message, and also take a look at the paid forum thread.
Thanks
Forum: Plugins
In reply to: [Ultimate Responsive Image Slider] Larger thumbnailsWe need only one row to render, not two or more.
Our setup need to include 18 slides, but only 3 of the thumbnails to be visible; here the screenshot
Thanks
Forum: Plugins
In reply to: [Ultimate Responsive Image Slider] Larger thumbnailsSorry I mean “Can you guess a code to prevent this?”
Forum: Plugins
In reply to: [Ultimate Responsive Image Slider] Larger thumbnailsHello weblizer:
Working fine in Google Chrome; but in the other browsers, the thumbnails go past the horizontal and align in a second row.
¿Can you guess a conde to prevent this?
Thanks
Forum: Plugins
In reply to: [Ultimate Responsive Image Slider] Larger thumbnailsUPDATE!
I got the desired behavior with the following code:
.sp-selected-thumbnail {
border-color: transparent;
border-left:0px !important;
border-right:0px !important;
border-top:0px !important;
border-bottom:0px !important;
}
.sp-selected-thumbnail {
opacity: 0.4 !important;
filter: alpha(opacity=40) !important;
-moz-opacity: 0.4 !important;
-khtml-opacity: 0.4 !important;
-webkit-transition: all 1s ease !important;
-moz-transition: all 1s ease !important;
-ms-transition: all 1s ease !important;
-o-transition: all 1s ease !important;
transition: all 1s ease !important;
}Suggestions to improve the responsibe behavior using @media, welcome!
Thanks
Forum: Plugins
In reply to: [Ultimate Responsive Image Slider] Larger thumbnailsHello weblizer:
Working now with this code:
/*media all*/
.support_section .container {
margin: 0 auto;
width: 100%;
max-width: 1020px !important;
}
/*media all*/
#content {
padding-top: 0px !important;
}
sp-thumbnails-container {
width: 340px !important;
}
.sp-thumbnail-container, img.sp-thumbnail {
width: 340px !important;
height: 240px !important;
}I need to disable the effect on thumbnail that takes the image to the side; and some improvement in responsive behavior. URL HERE
Please advice.
Thanks
Forum: Themes and Templates
In reply to: [Maskitto Light] 3 levels main menuI guess it comes out at around 980px in this Web
Here you can see the problem:
1. At 980px looks fine
2. At 815px you can only see half ot the 3rd child menu
3. At 760px the 3rd menu hides completely