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
Can you point us to the page where the list is printed before the post and in the post body as well?
Admin
You’ll have to get the exact page ID and use to target only the page title in that page using CSS.
What’s the URL for the page that you want to center the title?
Admin
If you remove that line, the next time you update the theme you’ll have to delete the line again. Try placing the line back in there and we’ll see what we can do to resolve the issue.
Admin
Try adding this code to your child theme’s
functions.phpfile:<?php
function my_custom_crop_settings(){
global $_wp_additional_image_sizes;
if ( isset( $_wp_additional_image_sizes['graphene-homepage-pane'] ) ){
$_wp_additional_image_sizes['graphene-homepage-pane']['crop'] = false;
}
}
add_action( 'graphene_setup', 'my_custom_crop_settings' );Admin
In reply to: Child Page Parsing By A Plugin Breaks the Parent Page
January 27, 2013 at 5:07 am #35288Does your plugin get the content by hooking to
the_contentfilter? If so you may be able to use the is_main_query() function to detect if the content it’s getting is from the main query or from other secondary queries on the page. The child page listing in this case would not be a main query.Admin
In reply to: Child Page Parsing By A Plugin Breaks the Parent Page
January 27, 2013 at 4:27 am #35286Have you asked the plugin author about this? They would be most familiar about how the plugin parses the content.
Admin
Quote:I got the problem for the difference in color for the active item on the top menu and removed the code`-ms-filter: “progid:DXImageTransform.Microsoft.gradient(startColorStr=’%1$s’, EndColorStr=’%2$s’)”;’
Where did you remove the code from?
Admin
Try using this plugin for more granular control on the image cropping:
Admin
It’s probably easier for you to start afresh and implement all the customisations again via the theme’s options or child theme. Looking at your site, I can say that most of the customisations you’ve made (probably all of them) can be made via the theme’s options in the latest version of the theme.
Admin
Quote:I’ve put a meteor slides plugin but I am confused to put the meteor slides on home pagesorry prasarana im nubi
There’s nothing wrong with being a newbie but at least try to get the name of the person helping you right. We tend to go to extra length to help people when they write their forum post properly – shows a lot about how much effort they’ll put in in whatever they do.
