Syahir Hakim
KeymasterKuala Lumpur, Malaysia
When not perched on my workspace, I tremendously enjoy hiking in the bushes and climbing mountains. They serve as much-needed refuges from the pretense of cities.
Forum Replies Created
-
Admin
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.cssto 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
What files do you have in your child theme’s folder?
Admin
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
You will need to use a child theme to achieve this. If you already are, put this code in your child theme’s
functions.phpfile:<?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
Where did you put the AddThis code?
Admin
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
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
In reply to: Archive page with only titles of the posts (not the excepts or read more buttons)
February 26, 2013 at 1:08 am #36144Admin
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
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.
Quote:2 – How can I change my password on this forumAfter you have logged in, click on your username at the top of this forum, where it says “Welcome, <username>”. Then click Edit.
