Syahir Hakim

Keymaster

Forum Replies Created

  • Admin

    In reply to: 404.php on line 10

    #49458

    Thanks for the report. We’ve prepared a fix and will include it in the next update.

    Admin

    There’s no built-in feature for this. You will need to write a custom code in a child theme or custom plugin that would change the profile page URL for all users to a single profile page.

    Admin

    In reply to: Upgraded to Graphene 2.4 And Slider Background Changed

    #49449

    Try adding this code to Additional CSS:

    .home .post {
    	background: none;
    }
    
    Admin

    In reply to: Error Message: In_Array ….

    #49448

    @LaufschuhWiesel,

    Thanks for the report. If you’re comfortable with editing the theme’s files, open up the file graphene/inc/plugins.php and replace the following code on line 92:

    $display_settings = $display_settings['auto_display_post_types'];
    

    with this:

    $display_settings = $yarpp_options['auto_display_post_types'];
    
    Admin

    In reply to: Upgraded to Graphene 2.4 And Slider Background Changed

    #49445

    Which background are you referring to? Looks like the space around the content is already transparent on your site.

    Admin

    In reply to: Error Message: In_Array ….

    #49444

    @Patpatolino,
    Looks like it’s an issue with PHP 7.2 and Jetpack. See the discussion here:
    https://wordpress.org/support/topic/jetpack-causing-error-post-template-php-line-284/

    Admin

    In reply to: Bug in 2.4.1

    #49443

    Thanks for the report. It is quite an edge case for the front page to have no primary menu. We’ll include this fix in the next update.

    Admin

    In reply to: Error Message: In_Array ….

    #49437

    @Patpatolino,

    Warning: count(): Parameter must be an array or an object that implements Countable in /home/.sites/75/site6890938/web/wp-includes/post-template.php on line 284

    Please provide the URL to your site so that we can take a look.


    @xenon2008
    ,

    But, the mystic is, the Notice Message with YARPP thatt i could see before this Update, will not any more be displayed…. But i dont have installed this Plugin?

    Yes, we have changed this so that the notice will only appear if you add the Related Posts module using the page builder available in Graphene Plus. For Graphene, the message will not be displayed, but the related posts plugin integration will still work if you install and activate YARPP.

    Admin

    In reply to: copyright-developer css code, dont work

    #49433

    Try this:

    @media (min-width: 992px) {
    	.footer-right {
    		width: 20%;
    		left: 80%;
    	}
    	.copyright-developer {
    		width: 80%;
    		right: 20%;
    		text-align: center;
    	}
    }
    
    Admin

    In reply to: Upgraded to Graphene 2.4 And Slider Background Changed

    #49431

    Thanks for the report, guys. We’ve released version 2.4.1 that fixes the slider background issue.

Viewing 10 posts - 391 through 400 (of 6,030 total)