Full Circle
Forum Replies Created
-
Forum: Plugins
In reply to: [BuddyPress Like] drag drop widget conflictsame, looks like a java conflict with the current WordPress version.
Forum: Plugins
In reply to: [Simple Cart & Buy Now] Security Check FailedThis is the error message, only “security check failed”
on add to cart using paypal.in classes / backend.php
`require_once ABSPATH . ‘wp-includes/pluggable.php’; // It looks like pluggable.php is loaded too late, so I’ll do it
if ( ! wp_verify_nonce($_REQUEST[‘scabn-add’],’add_to_cart’) ) {
wp_die(‘Security Check Failed!’);
}`this is the code that stops it.
Forum: Plugins
In reply to: [Simple Cart & Buy Now] Security Check FailedI get this error on check out, no other information is given just the security check failure.
paypal enabled
Forum: Fixing WordPress
In reply to: Help with changing background@lisacraft
depends on if you mean header image, or background image.
header image is set by default under theme settings / header / header background image.
if you do not want a image here just type none in the box.
background image nothing is set by default. you can change the color and or add a image under theme settings general background / background image.Forum: Themes and Templates
In reply to: [Custom Community] Background Color of Postsunder theme settings / container you can type transparent in any color box.
also when putting in color codes do not include the # this is already included for you, just need the next code.Forum: Themes and Templates
In reply to: [Custom Community] Center the Menu?this has been revised a few times. check this post for the full css one how to do this
https://support.themekraft.com/entries/23348613-How-do-I-center-the-menu-
Forum: Fixing WordPress
In reply to: Problems with display post in view of categoryplace this in your theme settings / css tab and test it again
body.archive div.post div.post-content, div.comment-content, body.archive.bubble div.post div.post-content, body.bubble div.comment-content {
width: 75%;
}Forum: Themes and Templates
In reply to: Custom Community slideshow makes me crazyimages are to small is the problem
something bigger like 1008×256Forum: Themes and Templates
In reply to: [Custom Community] Adding analytics code- doesnt workFix is on the way for this.
Forum: Fixing WordPress
In reply to: How to remove autor picture in blog view.Hi @sam Demeda
give this a try in your theme settings / css tab.
/* avatar clean up */
div.author-box, div.comment-avatar-box, .commentlist img.avatar { display: none !important; }div.comment-body div.comment-author { margin-left: 0; }
body.bubble #outerrim div.post div.post-content, #blog-search #outerrim div.post-content { margin-left: 0; width: 99%; }
/*remove date info */
div.post p.date, div.post p.postmetadata, div.comment-meta {display:none;}If you need more help let us know.
Forum: Fixing WordPress
In reply to: Custom Community Theme | Shortcode / widget areas not working.@sam Demeda
This is a pro version feature, this is why it does not work for you.
the next version of the free theme will have the widget zones removed to prevent confusion sorry about that!Forum: Fixing WordPress
In reply to: Sidebar drops in Custom Community theme@kierew
Do you have a link you can share?
I have found it best to run the woo pages fullwidth, you can do this by editing the pages and setting the page template to fullwidth and save.Forum: Themes and Templates
In reply to: Custom Community – remove thumbnails@eagerwatcher
You can remove the 3 images under theme settings / general tab / default homepage
find show last 3 posts on home, set this to hide.This will remove the defaults from the home page.
Forum: Themes and Templates
In reply to: [Custom Community] Comments on BuddyPress activity not shown@epicure
The latest version is 1.14Forum: Themes and Templates
In reply to: [Custom Community] Comments on BuddyPress activity not shownI have never seen this problem before. can you list the buddypress plugins you use?