Syahir Hakim
KeymasterKuala Lumpur, Malaysia
When not perched on my workspace, I tremendously enjoy hiking in the bushes and climbing mountains. They serve as much-needed refuges from the pretense of cities.
Forum Replies Created
-
Admin
Marking thread as resolved. You can do this yourself as well.
Admin
Marking thread as resolved. You can do this yourself as well.
Admin
Marking thread as resolved. You can do this yourself as well.
Admin
robbrigg2, your sidebar widgets are showing up fine for me.
Admin
Try removing the widgets you have one by one, and see if any one of them is causing the issue.
Admin
Add this to the custom CSS:
#sidebar_bottom {
background: #333 !important;
}Admin
In reply to: at change of a widget of a cellar the subject in the field of a cellar deteriorated
July 29, 2012 at 4:58 am #31032If you change the language to the default English language, does the problem still occur? Just to determine if it is caused by the Russian translation file.
Admin
Quote:Finally how do you resize the images in the slider so that they all look the same and fit in the box?As long as the image you’re using for the slider is bigger than the slider dimension, it will be automatically resized to fit the slider.
Quote:What are reliable options to have this site translated for all my english speaking friends?That depends. If you’re looking for automatic translation, the plugins Prasanna suggested would work. But automatic translations are far from perfect. If you’re looking to manually do the translation yourself, the WPML plugin is what I’d suggest.
Admin
In reply to: Checkout doesn't work – Tried Purchase the Mobile Option
July 29, 2012 at 4:48 am #31009Hi rbianco,
I’ve sent you an email about making direct payment to my Paypal account.
Admin
Insert this code into your child theme’s
functions.phpfile:function graphene_custom_slider_image_width(){
return 960;
}
add_filter( 'graphene_slider_image_width', 'graphene_custom_slider_image_width' );Then add this code to your child theme’s
style.cssfile:.featured_slider {
margin-left: -10px;
width: 960px;
}
.container_16 .slider_post {
width: 960px;
}
