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
I understand that my modification will be preserved – but are you likely to be changing the graphene_page_navigation function? Presumably I will miss out if this is improved as I won’t be using the latest version?
If there is any change to this specific function, it is likely to be frequent. You will need to update your custom code when that happens.
By the way, I have ‘Notify me of follow-up replies via email’ checked but am getting no notifications – hence my slow response to your first reply…
Try checking in your spam folder just in case it’s been falsely classified as potential spam.
Is there any way to force a custom image size (eg gallery-thumbnail which I have set up in my child theme’s functions.php) to be displayed as the thumbnail
Technically you can, but you’ll likely need to hook into several different Graphene and WordPress functions. Any reason against simply changing the main thumbnail size?
Admin
Since you’ve added the code into your child theme, the modification should be preserved even after theme update.
For the image, the easiest method is to hide it using CSS. Try adding this code to your Custom CSS option:
.child-pages-wrap .attachment-thumbnail { height: 0 } .child-pages-wrap .wp-post-image { height: auto }Admin
Looks like you have the Jetpack’s mobile theme feature active. Go to Jetpack options, disable the feature, and you should see the widget as expected.
Admin
I don’t think there is no ready-made solution for this. Looking at your site, you already have the widget in the sidebar that lists the posts in that category. Is this what you ment by using the Navigation Menus and Dynamic Widgets?

Admin
Can you copy and paste the error messages here?
Admin
Thanks for the suggestion. We’ll add this feature in the next theme update.
Admin
In reply to: Opening images in a lightbox when using WP's native gallery
June 25, 2018 at 9:41 pm #49699We did think about adding this feature some time back, but discovered that it was against the WordPress.org themes directory policy to have themes adding features that are considered as “plugin territory”.
In addition to that, there are many different implementations of lightbox feature out there, with different features and styling. Selecting which one fits your site the best is mostly down to personal preference, which we could not cater to as a default choice.
Admin
This is likely caused by a script error on that page. If you’re using Chrome, try opening the Developer Tools (press F12), and watch for any error message in the Console tab.
Admin
This is likely caused by a script error on that page. If you’re using Chrome, try opening the Developer Tools (press F12), and watch for any error message in the Console tab.
Admin
Is there anything different on how you add the links between your Trailsnet and other sites? For example, I noticed that you added the link on Trailsnet inside column shortcodes – this could be a reason.
