Syahir Hakim

Keymaster

Forum Replies Created

  • Admin

    In reply to: Article Name lost by sharing facebook

    #46650

    Hi Klenkes,

    What is the URL that you wish to share on Facebook?

    Admin

    In reply to: HOW TO MAKE EQUAL THE LIVE DEMO?

    #46661

    If you’ve purchased and installed the Stacks add-on for Franz Josef, there’s a Prebuilt Layout called “Frans Josef Demo Front Page” that you can use to mimic the demo site layout.

    Admin

    In reply to: Graphene update

    #46656

    We are working on this at the moment. We have to do a major re-write of the code base in order to bring it up-to-date with the latest WordPress theme requirements. Some of the rewrites won’t even have immediate impact to the theme’s users, but have to be done nonetheless, which partly contributes to the lack of updates.

    On top of that, there’s a substantial chance that the kind of changes we need to do will break some sites, particularly those that are heavily customised using child themes. We’re planning to stagger the release of changes so users will have some time to catch up and fix what breaks in-between updates.

    I wish we could bring the update sooner, but as you can imagine, it’s a lot more complicated than that. We’ll write more on this when we hit the first re-development milestone.

    Admin

    In reply to: graphene_get_content_width() broken on WP 4.7.5

    #46658

    In Graphene, the width of the content area of a page may vary due to the following settings:

    – columns layout

    – individual column width

    – overall wrapper width

    All of the above may be modified by the user via the Graphene Options page. As such, we cannot specify a fixed width for the editor since it will likely not reflect the actual width of the content area when displayed on the front end. This is the reason for the dynamic width. The graphene_get_content_width() function is responsible for determining the actual content area width of the current page/post.

    setTimeout is used in order to make sure TinyMCE is fully loaded before we modify the width of the content area. This is to ensure consistency and eliminate the editor loading time causing inconsistent behaviour.

    The graphene_get_content_width() should not return 0, however. If there is a bug, it’s likely that that’s where it is.

    Admin

    In reply to: Child page listing not showing

    #46642

    You have this code in your custom CSS, presumably to hide the title of pages:

    .entry-title {
    display: none
    }

    Try adding this code to your Custom CSS to counteract the effect:

    .entry-list .entry-title {
    display: block;
    }
    Admin

    In reply to: New Blogs not showing up.

    #46638

    Looks like you’re using the Endurance Page Cache plugin that is causing the issue. That plugin is activated automatically by Bluehost. Try to find if there’s any way to turn it off. If not, your best bet is to contact Bluehost support and let them know about the issue.

    Admin

    You’ll need to create a child theme for this, then follow the instructions here:

    https://forum.graphene-theme.com/graphene-support/how-to-change-follow-me-text-on-twitter-widget#post-6298

    If you’re not familiar with PHP at all, try installing the Loco Translate plugin and use that instead.

    Admin

    In reply to: color of the topbar

    #46633

    Graphene Options > Colors > Top Bar. Try going through the options. You’ll find one to disable the RSS button and change many aspects of the theme.

    Admin

    It’s likely that the issue is related with WP Super Cache instead of the theme, in which case the WP Super Cache support team would be able to assist you better.

    To confirm if it is a plugin or a theme issue, temporarily switch to the default WordPress theme (Twenty Seventeen) and see if the issue persists.

    Admin

    In reply to: New Blogs not showing up.

    #46635

    You’re using a Static Front Page, which by definition, is for displaying a static page on the your site’s home page. This is why your blog posts are not showing up on the front page. They do show up in your “Blog” page and in the homepage slider though.

    You can also set Graphene’s “Homepage Panes” to show the latest posts, so your latest entries will be displayed below your static front page content.

Viewing 10 posts - 811 through 820 (of 6,030 total)