Davide_sd
Forum Replies Created
-
Forum: Themes and Templates
In reply to: z-index problem with css and wordpress themesi’ve solved the problem.
just add the following properties to #page:position:relative; z-index:0 !important;
Forum: Themes and Templates
In reply to: z-index problem with css and wordpress themesi have detected the problem, but i didn’t find a solution yet.
the problem seems to be the background-color of the #page. If i’ll disable that property, the shadows is visible. What can i try?Forum: Themes and Templates
In reply to: z-index problem with css and wordpress themesstephencottontail, here you go a test page.
Forum: Themes and Templates
In reply to: z-index problem with css and wordpress themesbecause i need an ul element! I’ve tryed on a static html page: it is possible to use the postit class with both ul and div. I’m pretty sure there is some property in the style of the themes preventing to correctly use the z-index property of the postit class…unfortunately i’m not able to find it…
Forum: Reviews
In reply to: [SlimStat Analytics] simple and greatthese are the blocked elements.
https://cdn.jsdelivr.net/wp-slimstat/3.5.4/wp-slimstat.js
https://www.mywebsite.com/wp-content/plugins/wp-slimstat/admin/css/slimstat.css?ver=3.8.1
https://www.mywebsite.com/wp-content/plugins/wp-slimstat/admin/images/browsers/chrome.png
https://www.mywebsite.com/wp-content/plugins/wp-slimstat/admin/images/browsers/firefox.png
https://www.mywebsite.com/wp-content/plugins/wp-slimstat/admin/images/browsers/ie.png
https://www.mywebsite.com/wp-content/plugins/wp-slimstat/admin/images/browsers/iemobile.png
https://www.mywebsite.com/wp-content/plugins/wp-slimstat/admin/images/browsers/other-browsers-and-os.png
https://www.mywebsite.com/wp-content/plugins/wp-slimstat/admin/images/browsers/type2.png
https://www.mywebsite.com/wp-content/plugins/wp-slimstat/admin/images/flags/it.png
https://www.mywebsite.com/wp-content/plugins/wp-slimstat/admin/images/platforms/win7.png
https://www.mywebsite.com/wp-content/plugins/wp-slimstat/admin/images/platforms/win8.png
https://www.mywebsite.com/wp-content/plugins/wp-slimstat/admin/images/plugins/acrobat.png
https://www.mywebsite.com/wp-content/plugins/wp-slimstat/admin/images/plugins/director.png
https://www.mywebsite.com/wp-content/plugins/wp-slimstat/admin/images/plugins/flash.png
https://www.mywebsite.com/wp-content/plugins/wp-slimstat/admin/images/plugins/quicktime.png
https://www.mywebsite.com/wp-content/plugins/wp-slimstat/admin/images/plugins/silverlight.png
https://www.mywebsite.com/wp-content/plugins/wp-slimstat/admin/js/slimstat.admin.jsForum: Reviews
In reply to: [SlimStat Analytics] simple and greatfile wp-slimstat.php -> line 47: enable_ads_network
just for a start! adblock works scanning the files, if it finds something like “ads”, it blocks that content.
i suggest you to check all your code. ??Thank you for the response!
Forum: Themes and Templates
In reply to: [Boot Store] widget area in mobile browserSolved. You need to put this code in a new css file:
@media screen and (max-width: 1190px) { .widget-area{ float:none !important; width:auto !important; } .site-content{ width:100% !important; } }
Forum: Themes and Templates
In reply to: [Boot Store] Change menu colorsi’ve solved the problem… my fault!!!
all i had to do was to create a menu, and apply it to the secondary menu panel. In this way, the solution posted here works fine.
Thank you!Forum: Themes and Templates
In reply to: [Boot Store] Change menu colorsThank you really much!!!! ??
Let say i have a dropdown menu: MainPage->{Subpage 1, Subpage 2,…}; i would like to highlight MainPage when the current page is Subpage. Is it possible?