viktor89
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [PinBlack] ImagesIn
lightbox-gallry.css
you want to removeoverflow: hidden;
from line 1002.change the line from:
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;line-height:1;}
to:
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999;line-height:1;}
Forum: Plugins
In reply to: [WP eCommerce] [Plugin: WP e-Commerce] buggy, no supportSo when you’ve spent alot of hours working with the plugin and find out how buggy it is you can spend 39 dollars on premium support? I would pay that if I wanted out of the ordinary support, but we’re talking core functionality here… Plugin is too unstable IMO.
It has let me to redo a customers site in a real shop-cms instead. I would recommend people to avoid using this plugin. It’s slow, buggy and not worth the time fixing.
Actually it’s not that difficult to incorporate the wordpress blog into something like prestashop or magento, if you want to.
Forum: Themes and Templates
In reply to: Twenty Eleven Page Width Edittable.xsp_outline
Forum: Plugins
In reply to: Error editing profile fields in buddypressI chose to switch my forum over to phpbb in the end. Hopefully this thread can help other people solve the issue, should they have it also ??
thanks, anyway ??
Forum: Plugins
In reply to: Error editing profile fields in buddypressMy avatar cropping is still not working. My console says:
wp-e-commerce.js:273Uncaught TypeError: Object [object Object] has no method ‘livequery’
(anonymous function)wp-e-commerce.js:273
f.Callbacks.njquery.js:2
f.Callbacks.o.fireWithjquery.js:2
e.extend.readyjquery.js:2
c.addEventListener.Bjquery.js:2
jquery.cycle.all.js:27[cycle] terminating; zero elements found by selector
jquery.cycle.all.js:27[cycle] terminating; zero elements found by selector
/members/viktor/profile/change-avatar/:52Uncaught TypeError: Object [object Object] has no method ‘Jcrop’
rx/members/viktor/profile/change-avatar/:52
f.event.dispatchjquery.js:3
f.event.add.h.handle.ijquery.js:3Any help?
Forum: Plugins
In reply to: Error editing profile fields in buddypressMy webhost purged the cache and that seemed to solve the problem
Forum: Themes and Templates
In reply to: Sub menu displays on top of main menuNot when I mouseover. What browser do you use?
Forum: Themes and Templates
In reply to: Sub menu displays on top of main menuYou wanna move the search bar or what??
Forum: Themes and Templates
In reply to: .aligncenter issuesWhat image is supposed to be centered?
Forum: Themes and Templates
In reply to: Twenty eleven border issueCan’t you do it if you have twentyten as backup?
Forum: Themes and Templates
In reply to: Theme suggestions?I don’t know of any free themes with those capabilities, but you can probably find something on https://www.themeforest.net
Forum: Themes and Templates
In reply to: Twenty eleven border issueIn your style.css, find
#branding { border-top: 2px solid #BBB; padding-bottom: 10px; position: relative; z-index: 2; }
and remove
border-top: 2px solid #BBB;
Forum: Themes and Templates
In reply to: how to center nav barHave you done any modifications to your theme files?
Forum: Themes and Templates
In reply to: Fixed Header 2011 themein the same file (style.css) find
.page-template-showcase-php #primary, .left-sidebar.page-template-showcase-php #primary { margin: 0; }
and add
margin-top: 210px;
to it, so it says:
.page-template-showcase-php #primary, .left-sidebar.page-template-showcase-php #primary { margin: 0; margin-top: 210px; }
(change 210px, if you want it up/down)
…
also as a sidenote I would removeheight: auto;
and
width: 100%;
from#branding img { height: auto; margin-bottom: -7px; width: 100%; }
your logo shows up weird in chrome.
Forum: Themes and Templates
In reply to: how to center nav barThe template is kinda stupid. You need to make more edits to the template, than I think you can.