Quan_master
Forum Replies Created
-
Forum: Plugins
In reply to: [Gravity Forms Directory] All entries are hiddenGetting the same issue. Any find a fix?
The only thing is that, all the other google maps work on the site. Its just the one from this shortcode that isn’t. Is the google map pulled up differently in the shortcode?
The map works with the 20 12 theme. So it must be a problem with the theme. Is there a way I can figure out what in the theme may be the problem?
I am not sure. I know that all the other google map for the plugin loads, like the ones for the seperate event details. Its just this one that isn’t loading
Forum: Fixing WordPress
In reply to: Adding a Read More Link and increasing excerpt lengthCan someone help me out.. For some reason the Read more link doesn’t show up when I use the theme on this site vahms.org however when I use the theme on this site vancouverfirstaid.ca the read more link shows up in the post summary, and I can’t seem to figure out why. The theme settings for both is the same. If natty could help me out with this it would be great.
I have installed the update you posted through the link. However the issues seems to still remain.
Forum: Fixing WordPress
In reply to: Adding a Read More Link and increasing excerpt lengthI tried that… it didn’t work… I placed it into the function.php of this theme and it didn’t work. I also tried placing those codes into the admin-framework.php and it just gave me a blank page. I am not that great with php if someone could help me out it would be great. Thanks
vahms.org
I agree… I right now have the beta installed and it runs fine… But there seems to be a problem with the events categorizing into more than 1 category. I would def like to use a stable version with a big calender and the ability to get the event posted to categorize in more than 1 category.
Forum: Plugins
In reply to: [eShop] [Plugin: eShop] Removing Shipping Rate Info on Order pageI went back to the setting page and look at the product options, but I can’t find a show section or anything relating to removing the shipping from the product page.
All I see is the following options:
Options per product
Stock Control (Warning: setting this will make all products have zero stock, each one will have to be set manually.)
Min/Max Quantities Minimum purchase quantity per product (leave blank for no limit)
Maximum purchase quantity per product (leave blank for no limit)
Use Sale prices**Edit**
Nvm I found it… Thanks Rich
Forum: Plugins
In reply to: [WP Resume] [Plugin: WP Resume] Changing layoutThanks Ben for the quick reply… Would it be possible to get a copy of your 2 column layout, since that is exactly what I am trying to do? in terms of having the headings at the side and the content on the right.
Forum: Fixing WordPress
In reply to: Getting Current User IDI tried this but it still didn’t work the code just shows up as well in the link
function DoSimpleLogin($args = '') { global $user_ID, $current_user, $login_errors, $user_level; $current_user = wp_get_current_user(); get_currentuserinfo(); extract ($args); if ($user_ID != '') { require_once (ABSPATH . '/wp-admin/includes/upgrade.php'); $user_role = translate_level_to_role($user_level); $dashboard_link = $this->GetOption('dashboard_link'); $profile_link = $this->GetOption('profile_link'); echo $before_widget . $before_title . __('Welcome', 'simpelogin') . ', ' . $current_user->display_name . $after_title . "\n"; sf_pm_tag(true, false); if ($this->GetOption('show_gravatar') == true) : echo '<div class="simplelogin-avatar">' . get_avatar( $user_ID, $size = $this->GetOption('gravatar_size') ) . '</div>' . "\n"; endif; do_action('simplelogin_avatar', $current_user); echo '<ul class="simplelogin-links">' . "\n"; if ($dashboard_link[$user_role] == true) : $dashboard_url = $this->GetOption('dashboard_url'); $dashboard_url = (!empty($dashboard_url)) ? $dashboard_url : admin_url(); echo '<li><a href="' . $dashboard_url . '">' . __('Dashboard', 'simpelogin') . '</a></li>' . "\n"; endif; if ($profile_link[$user_role] == true) : $profile_url = $this->GetOption('profile_url'); $profile_url = (!empty($profile_url)) ? $profile_url : ('/?page_id=20&profile-edit=($current_user->ID)'); echo '<li><a href="' . $profile_url . '">' . __('Profile', 'simpelogin') . '</a></li>' . "\n"; endif;
Any help would be appreciated.
Forum: Fixing WordPress
In reply to: Getting Current User IDDo i just put that code in that spot then? sorry for such stupid questions.. as you can tell I am not a php coder at all, I just sorta look at code and try and understand it.
Forum: Plugins
In reply to: [Plugin: Really Simple CAPTCHA] Captcha images disappearing with WP 2.8.1So does this work with WP 2.8.4???
Forum: Plugins
In reply to: [Plugin: Alkivia Open Community] Profile page CommentsI figured out how to put a comment part in the use profile template.. By enabling comment on the userlist page and then then putting in the php code for comments in the profile page, then enabling comments. However it doesn’t give me seperate comments in each of the profile. instead when you post in one profile, that comment can be seen in another profile. So I am assume this method doesn’t work since it is just calling for comments that was enabled for the userlist page.
I don’t know if anyone has suggested it yet, but could profile comments be integrated into this plugin, It would be really be useful if registered user can comment on other people’s profiles, sorta like talking to them. Like Facebook walls…