shodezignz
Forum Replies Created
-
Forum: Plugins
In reply to: [Quick Tabs] The ShortCode is not working!i ran into the same problem today. there should be an s in the shortcode. Hope that helps.
[quick-tab tab_group=1]
[quick-tabs tab_group=1]Forum: Plugins
In reply to: [Analytics360] [Plugin: Analytics360] Mailchimp API KeyFigured out
How to get Analytics360 to work with Google Apps Mailchimp Add-on
Sign up for a regular mailchimp account and setup on site.
Go into database and search for a360_api_key
Open it to edit it
Sign into your Google Apps Mailchimp account
Create an API key and copy it
Go back to your database
Delete old API key
Paste new API key
Save (go) the entry
Go back to your website and it should show your GApps Mailchimp API
ALL DONE!Forum: Plugins
In reply to: Can't authenticate Google Analytics from Analytics360 plugin pageHere is the answer in short you need to register your domain with Google. You can do it here
https://www.google.com/accounts/ManageDomains- Type in domain and click add
- click Manage yourdomain.com
- agree to terms and services
- type in http://yourdomain.com
- type in description of site or title
- click save
- click return
- Go back to Analytics360 and click authenticate
Everything should work like butter now. I found the answer on at this site – rjmetrics I hope this helps.
Forum: Plugins
In reply to: Can't authenticate Google Analytics from Analytics360 plugin pageSame Problem here. Has anyone encountered this issue and resolved it or has a work around? Such as pluging in the api into the database or something?
Forum: Plugins
In reply to: [Analytics360] [Plugin: Analytics360] Mailchimp API KeyHas anyone found a way to manually put in the API key?
Forum: Plugins
In reply to: [Analytics360] [Plugin: Analytics360] Mailchimp API Key@kpdesign that is the way you install the mailchimp if you have a login and password. If you have mailchimp via google apps you do NOT have a login and password b/c it uses a single login system, and your google login and password doesn’t work.
So i am looking for a way to just hard enter the api key into the code. Does anyone know how to do this?
Forum: Fixing WordPress
In reply to: List Current Users Recent Posts In SidebarI have just tried the show current users recent posts and my page displays nothing now? Was there something else in your code that you did or changed to make it work?
Forum: Plugins
In reply to: Add weather widgetI am looking for something similar. Have you found an answer?
I was looking at the one on cnn at the bottom of the screen but they do not have a widget.Forum: Fixing WordPress
In reply to: Multiple Blogs, One Main Page MagazineI ended up getting WPMU and a plug in called sitewide tags which pulls posts from all the other blogs so it can be displayed on the main blog.
Forum: Plugins
In reply to: How to edit plugin [WPMU Siteweide Tags] to get custom fields?The answer was easier than i first thought and Donncha did not help at all even with two emails directly to him.
All you have to do is this
** is a line already in the code
add this after ** line
**158 $permalink = get_permalink( $post_id );
$articlevalue = get_post_meta($post_id, ‘articleimg’, true);
$thumbvalue = get_post_meta($post_id, ‘thumbnailimg’, true);
$featuredvalue = get_post_meta($post_id, ‘featuredtext’, true);and
**186 add_post_meta( $p, “permalink”, $permalink );
add_post_meta( $p, ‘articleimg’, $articlevalue);
add_post_meta( $p, ‘thumbnailimg’, $thumbvalue);
add_post_meta( $p, ‘featuredtext’, $featuredvalue);
this will make it so feature content gallery will work on the main blogForum: Plugins
In reply to: How to edit plugin [WPMU Siteweide Tags] to get custom fields?the plug in pulls all the posts from all the other blogs on my site to one location. When it does that it gets tags and categories it just does not get the two custom fields that i add to each post to make the feature gallery work. So if i just knew where to add in the code get_post_custom () then i would be golden.
Forum: Plugins
In reply to: How to edit plugin [WPMU Siteweide Tags] to get custom fields?Mercime thanks but i asked on there about a week ago and no one replied. So i figured there are more ppl/ coders on this forum and that is why i am asking on here. Next time i will used the pastebin thing.
Forum: Fixing WordPress
In reply to: Post excerpt from recent updated blogsi am trying to find this out as well. I have you found any answers?
Forum: Fixing WordPress
In reply to: Multiple Blogs, One Main Page Magazinethe blogs are actual blogs and not different categories. Each blog will have its own categories for organization.