Syahir Hakim

Keymaster

Forum Replies Created

  • Admin

    In reply to: Graphene + Marketpress sidebar question

    #36110
    Quote:
    One other option was to look at adding in small images as links, is that what you’re talking about?

    Nope. I was saying that you could just add some CSS codes to Graphene’s Custom CSS option or your child theme’s style.css to style the appearance of the shopping cart widget, without having to modify the code that generates the widget in the plugin.

    Quote:
    *edit* I’m planning on purchasing the graphene mobile theme in the future, would you be able to suggest a good shopping cart plugin for that version? I haven’t began the project but it would be nice to avoid that sidebar issue on a mobile screen.

    Basically, there’s no “sidebar issue” per se since the widget works – it just doesn’t have that professional look you’re looking for. This will be the same regardless of what theme you’re using, since themes can’t possibly style the content that is generated by all plugins that exist out there. You’ll just have to apply the same additional CSS codes like you would in Graphene theme.

    The Graphene Mobile theme has a Custom CSS feature as well. You can also use a child style.css file with Graphene Mobile, [url=https://forum.graphene-theme.com/how-to/child-theme-functionality-with-graphene-mobile/]albeit in a slightly different way[/url] than you would on a normal desktop theme.

    Admin

    In reply to: Adding code to WP file

    #36094

    What files do you have in your child theme’s folder?

    Admin

    In reply to: added to the first image in post

    #35996

    If you want to use the “First image in post” option, the image will have to be uploaded for the post, and not merely selected from the gallery. Otherwise, set an image as the featured image for that post.

    Admin

    In reply to: How change the display admin profil ?

    #36127

    You will need to use a child theme to achieve this. If you already are, put this code in your child theme’s functions.php file:

    <?php
    /**
    * Remove the custom user field in WP Admin
    */
    function graphene_remove_custom_user_field(){
    remove_action( 'show_user_profile', 'graphene_show_custom_user_fields' );
    remove_action( 'edit_user_profile', 'graphene_show_custom_user_fields' );
    remove_action( 'personal_options_update', 'graphene_save_custom_user_fields' );
    remove_action( 'edit_user_profile_update', 'graphene_save_custom_user_fields' );
    }
    add_action( 'admin_head', 'graphene_remove_custom_user_field' );
    Admin

    In reply to: Moving facebook to footer

    #36154

    Where did you put the AddThis code?

    Admin

    In reply to: Update to 1.8.3 messed up website display

    #36139

    I agree, your host’s solution is an overkill (but also the easy way out for them). In the future, at least give us some time to actually have the chance to look at the issue and see if we can help you work it out.

    Admin

    In reply to: Graphene + Marketpress sidebar question

    #36108

    That widget is provided by the shopping cart plugin that you’re using (in your case it’s Marketpress), so that’s where I’ll look if I would want to edit the widget’s code. But I wouldn’t, cause editing theme’s and plugin’s files should really be left as an absolute last resort.

    In your case, you can simply use CSS to style the links to look like buttons.

    Admin
    Admin

    In reply to: Parent and Child Themes

    #36118

    Hi taryngal,

    Please mark this topic as resolved if your original questions have been answered. You can always create new topics later on if you have new questions.

    Admin

    In reply to: Graphene Mobile for Resposive layout

    #35247
    Quote:
    1 -How can I start a new topic.

    Go to any of the forum, scroll all the way down and you’ll see the form to post new topic.

    p8B86QN.png

    Quote:
    2 – How can I change my password on this forum

    After you have logged in, click on your username at the top of this forum, where it says “Welcome, <username>”. Then click Edit.

Viewing 10 posts - 2,381 through 2,390 (of 6,030 total)