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
If you try this instead does it make a difference?
$first_query = new WP_Query( array( 'cat' => 10, 'posts_per_page' => -1 ) );Admin
Try adding this to the theme’s Custom CSS option:
#header .header_title,
.header_desc,
.bgimage-excerpt .slider_post h2 a,
.bgimage-excerpt .slider_post h2 a:visited,
.post-title,
.post-title a,
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.comment-entry h1,
.comment-entry h2,
.comment-entry h3,
.comment-entry h4,
.comment-entry h5,
.comment-entry h6,
#comments > h4,
#respond > h3,
h3.author-post-list,
.sidebar h3,
.homepage_pane .post-title a,
.homepage_pane .post-title a:visited,
.pullquote,
.single_product_display form.product_form fieldset legend,
#content .single_product_display form.product_form fieldset legend,
.default_product_display form.product_form fieldset legend,
#content .default_product_display form.product_form fieldset legend,
.default_product_display h2.prodtitle,
#content .default_product_display h2.prodtitle {
font-family: arial, sans-serif;
}Admin
You have this code in your child theme’s
style.cssfile that’s causing it:tr:nth-of-type(5) td:nth-of-type(1) {
visibility: hidden;
}Admin
Setting for slider height is in Graphene Options > Slider Options > Slider height. You will then need to rebuild the thumbnails for your uploaded images to reflect this new size. I’d recommend AJAX Thumbnail Rebuild for this purpose.
Admin
Can you point to the specific post on your site where this is happening?
Admin
Hi Adrianw,
You are correct, there seems to be an issue with this feature. I’ll investigate further and let you know how it goes.
Admin
Unfortunately,
<select>element can’t be easily styled. They’re meant to be functional rather than presentational. I do not think that this is necessary though. If you’re using the<select>menu, the current selected menu item will be shown while the rest are hidden.Admin
OK, then it’s probably a conflict with one of your plugins. Try disabling them?
Admin
Strange.. I don’t see it on your site:
Admin
Try this instead:
.post-title,
.post-title a {
font: normal 24px "Pontano Sans", sans-serif !important;
}
