Syahir Hakim

Keymaster

Forum Replies Created

  • Admin

    Hi Philipp,

    What you described is likely caused by the page caching plugin, W3 Total Cache. What’s happening is that the plugin is serving the cached desktop version to mobile devices.

    See the FAQ on this page on how to resolve it (it’s the last item in the list):

    https://forum.graphene-theme.com/graphene-mobile-neo/frequently-asked-questions/

    Admin

    In reply to: Header font

    #46680

    You can use this sample code in the Custom CSS feature (modify as necessary):

    #header .header_title {
    font-family: 'Times New Roman';
    font-size: 44px;
    }
    #header .header_desc {
    font-family: 'Times New Roman';
    font-size: 32px;
    }
    Admin

    In reply to: tab plugin shows text in block

    #46679

    In that case, the issue originates from the plugin. It’s likely that the plugin doesn’t automatically add paragraph tags to text inside the tabs. In that case, you can try to add the paragraph tags manually using HTML mode in the editor. Try asking the plugin’s developers as well on what can be done about it.

    Admin

    In reply to: tab plugin shows text in block

    #46677

    Try to temporarily switch to the default Twenty Seventeen theme and see if the paragraphs are still being omitted. This will help confirm if the issue comes from Graphene of the plugin.

    Admin

    In reply to: I can't find the widget(Sidebar three widget area)

    #46670

    The content column depends on your content. If it is the front page, it will display either a list of your most recent posts, or a static front page, depending on your settings. If it is a post page, it will display the full content of that post.

    At the moment, there’s no easy way to customise what appears in the content column yet. We’re currently developing a custom page layout builder feature that will allow this kind of customisation easily.

    Admin

    In reply to: Head title tag issue – no title on pages

    #46673
    Quote:
    I also checked Graphene child headder and I don’t see anything wrong.

    Ah..so you have header.php file in your child theme. In that case, edit that file and remove the `<title></title>’ portion, as WordPress adds the title tag dynamically now.

    Admin

    In reply to: I can't find the widget(Sidebar three widget area)

    #46668

    There is only two sidebar widget areas in the theme:

    1. Sidebar Widget Area – this will always be displayed on the right hand side.
    2. Sidebar Two Widget Area – this will always be displayed on the left hand side.

    The other column is for the content (posts, pages, homepage panes, etc.). Those are not controlled using a widget area.

    Admin

    In reply to: copyright not showing properly in child theme

    #46675

    You have this CSS code on your site that’s causing the text color to be the same as the background colour, hence the copyright text appears hidden:

    #footer, .graphene-footer {
    background-color: #999999;
    color: #999999;
    }

    Looks like the code is inserted through the Custom CSS feature. Remove the line that starts with color:.

    Admin

    In reply to: Head title tag issue – no title on pages

    #46671

    Couple of things to check:

    1) Are you using the latest version of WordPress?

    2) Are you using any plugin that modifies the title tag, e.g. WP SEO?

    Admin

    In reply to: Article Name lost by sharing facebook

    #46652

    Are you using any plugin that might be modifying the post titles?

    Can you try sharing any post on the theme’s demo site? For example, this one:

    http://demo.graphene-theme.com/blog/2012/04/24/content-elements/

Viewing 10 posts - 801 through 810 (of 6,030 total)