dreamstone
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Virtue] Change slider buttons colorThank you!
Forum: Themes and Templates
In reply to: [Virtue] Site Tagline StyleYes, of course.
Forum: Themes and Templates
In reply to: [Travelify] Logo area usageOK! Thanks again for upgrading my (and other users) skill!
Forum: Themes and Templates
In reply to: [Travelify] Logo area usageGot it!
I have to go some other way, using plugin for custom CSS (http://wordpress.org/plugins/pc-custom-css/) and paste your code.
Now area below logo disappeared.
I think, area above logo can be removed the same method.
Thank you very much!Forum: Themes and Templates
In reply to: [Travelify] Logo area usageDone. But it seems there is no changes.
Forum: Themes and Templates
In reply to: [Travelify] Logo area usageHi, Mybdbis!
Here is my site http://luckykids-club.ru/
Thank you for advice! Forgot about creating child theme.Forum: Themes and Templates
In reply to: [Travelify] Responsive themeHi! Joining to ateamski. It seems, like navigation isn’t working at mobile devices at WP 3.6 version.
Forum: Plugins
In reply to: [FireFly Effect on WordPress] No longer working in WordPress?I’m using it without problem at current version of WP 3.5.
Try to disable coexisting plugins, maybe there is a conflict between FireFly Effect and some of your plugins.Forum: Plugins
In reply to: [Sliderly] Control at widgetIn the sliderly/widget.php added this line:
<option value=”right” <?php if (attribute_escape($controls) == “right”) { echo “selected=’selected'”; } ?>>Hide</option>
now option Hide is appeared, but it doesn’t work if it chosen…Forum: Plugins
In reply to: [WooCommerce] Zoom at Products pageThis is the good way. What file I must to edit?
Forum: Plugins
In reply to: [WooCommerce] Pagination is breakingYour advise is usefull! The reason was version of theme, after updating it from 1.2.2 to 1.2.7 problem was solved. Thank you very much!
Forum: Themes and Templates
In reply to: [Responsive] White screenOk. Thank you!
Forum: Plugins
In reply to: [WooCommerce] Pagination don't workI’m using Woothemes Mystyle Theme if switching to Twenty Ten pagination remains the same
Forum: Plugins
In reply to: [Floating Adsense Bar] Bar is behind header areaGoi it! The reason was z index in theme style.css file, change it from default 9999 to 0 and solved the problem.
Here it is:
#branding {
border-top: 2px solid #bbb;
padding-bottom: 10px;
position: relative;
z-index: 0;Forum: Themes and Templates
In reply to: [Twenty Eleven] Floating bar is behinв imageGot it with your help! Change index from default 9999 to 0. Now problem is solved. Thank you very much!