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
In reply to: Another version of website with different language and script
January 21, 2013 at 2:20 am #35170Quote:Would it just be easier to pay this web designer to make a whole new version?Trust me, just use WPML rather than designing a whole new website for a different language. Not only will you save a whole lot of money, but it’ll also be easier to maintain and update in the future.
Admin
Yes. Set a featured image for that page with a dimension that is greater than or equal to the dimension of the header image.
Admin
You shouldn’t be editing the theme’s files, else you’ll have to do the modification everytime you update the theme.
Use a [url=https://forum.graphene-theme.com/how-to/child-theme-functionality-with-graphene-mobile/]child theme[/url] instead.
Admin
What are you showing the toolbar in the frontend for? Forms? Provide the URL to the frontend page with the toolbar so that we can take a look.
Admin
We generally don’t add an option that we don’t anticipate most of the masses will use. For the specific use case of certain websites like yours, you could use a child theme to modify the order of the posts that the slider displays, or like Ken suggested, you can use a separate slider plugin. Just because it’s there, doesn’t mean you have to use it.
If displaying photos is all you want in the slider, then I’d recommend the Meteor Slides.
Admin
I’ve looked at the issue and it appears to be caused by the following code in the
ai1ec_render_cssfile (I believe it’s a dynamically-generated code):.fade {
opacity: 0;
transition: opacity 0.15s linear 0s;
}That basically renders the slider invisible when using the fade effect, because the theme applies the
.fadeclass to the slider element.fadeis a fairly generic class, so Time.ly really should namespace their class in the plugin, or at least target it to be more specific by adding the class of the container element that’s specific to what the plugin outputs.In any case, you can use this Custom CSS to sidestep the issue until the above step is taken by Time.ly:
.featured_slider {
opacity: 1 !important;
}Admin
Quote:Any idea why the header still needs the code to stay centered?It doesn’t. I’ve removed the code from your site.
Admin
Admin
Just an update: we’ve fixed the issue and it will be reflected in the next theme update.
Admin
