Syahir Hakim

Keymaster

Forum Replies Created

  • Admin

    In reply to: Contextual menu on posts?

    #49734

    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

    In reply to: Contextual menu on posts?

    #49728

    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

    In reply to: Widgets do not display on mobile site

    #49717

    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

    In reply to: Contextual menu on posts?

    #49716

    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

    In reply to: Widgets not saving

    #49715

    Can you copy and paste the error messages here?

    Admin

    In reply to: Exclude from slider based on post_id or other criteria

    #49700

    Thanks for the suggestion. We’ll add this feature in the next theme update.

    Admin

    We 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

    In reply to: Widgets not saving

    #49698

    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

    In reply to: Graphene Update and Action Hooks

    #49694

    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

    In reply to: Amazon affiliate Links Not Showing Up

    #49692

    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.

Viewing 10 posts - 301 through 310 (of 6,030 total)