sicky_brazz
Forum Replies Created
-
Ahh, sorry @gabriel, looking a bit closer, it appears that the points values are actually showing, they are just aligned to the left, as are the “Entry” columns values, this makes the point look like part of the “Date” column as the points values are immediately after the dates.
So my question now, is there a way I can “Align Center” the columns of the:
>> “Points” values
>> “Entry” values
If so, how would I go about doing it?P.S.
Thanks for your reply and I must say, coming from cubepoints to MyCred was probably the best move I have made in a long time, such a vast improvement!Forum: Fixing WordPress
In reply to: How can I redirect select pages when user is logged out?Thanks again @davidsword
Unfortunately the latest code doesn’t seem to be working, I have tried changing “init” to “wp” as I did the other code but still the exact same issue..
I get the following results:
Firefox has detected that the server is redirecting the request for this address in a way that will never complete.
^^similar results in other browsers as well^^
You have been a great help so far, very much appreciated.
Forum: Fixing WordPress
In reply to: How can I redirect select pages when user is logged out?Working a treat now ??
Thanks a lot, really appreciated.
P.S.
I edited last post and added a P.S. to it, if you could update on that, things would be awesome, cheers.Forum: Fixing WordPress
In reply to: How can I redirect select pages when user is logged out?Thanks for the reply @davidsword
Unfortunately the code doesn’t seem to work ??
This is probably me putting it the wrong file or not fully understanding what was needed as I’m not too clued up on coding.Anyway, I placed the following code into my child themes function.php to test on two pages (2,29) but as above, no luck..
add_action(‘init’,’boot_non_users’);
function boot_non_users() {
$restricted_pages = array(2,29);if (in_array(get_the_ID(),$restricted_pages))
if (!is_user_logged_in())
wp_redirect(‘https://www.carfreaksunite.com/car-freaks-unite’);
}P.S.
Is there a way of doing is so that ALL pages are redirected and then add an exclusion list?
It’s just I have shed a loads of pages, sub pages etc. that I would have to go through to get the page ID’s and only 3 that would need the exclusion…Forum: Themes and Templates
In reply to: why can't I install new themes?Resolved…
Found the following thread:
https://buddypress.org/support/topic/bp-default-parent-theme-missing/Forum: Fixing WordPress
In reply to: Trouble with front end editingOK, so I went ahead and deactivated all my plugins then activated again, 1 by 1 to find the problem.
Turns out that cubepoints is fine with my current theme (itheme2) and that the problem lay in a plugin called “bbpress threaded replies”
Anyway, thats gone now and the coding you provided seems to be working a treat now.
Only question I have now is when your on the “Visual” tab, it doesnt match my theme at all, however when you click on the “Text” tab, it goes to black/orange (same as my theme pattern).
Is there an easy way to get this to match my theme pattern on both tabs?
by the way, thanks for the help so far.
Forum: Fixing WordPress
In reply to: Trouble with front end editingyeah, tried that too, no luck…
I even tried changing to twentyfourteen-child theme with that code in the functions.php file incase it was my theme but still no luck…
What could it be?
Can someone run me through the settings I need to have on/off in case I am overlooking anything.I noticed when changing to the twentyfourteen/twentyfourteen-child that cubepoints throws up a load of errors, could that have anything to do with it..?
These are the errors I receive:
Warning: Creating default object from empty value in /home/brazz/public_html/wp-content/plugins/cubepoints-buddypress-integration/includes/bp-cubepoint-core.php on line 46
Warning: Creating default object from empty value in /home/brazz/public_html/wp-content/plugins/cubepoints-buddypress-integration/includes/bp-cubepoint-core.php on line 47
Warning: Creating default object from empty value in /home/brazz/public_html/wp-content/plugins/cubepoints-buddypress-integration/includes/bp-cubepoint-core.php on line 48
Warning: Creating default object from empty value in /home/brazz/public_html/wp-content/plugins/cubepoints-buddypress-integration/includes/bp-cubepoint-core.php on line 50
Warning: Creating default object from empty value in /home/brazz/public_html/wp-content/plugins/cubepoints-buddypress-integration/includes/bp-cubepoint-core.php on line 52
Warning: Creating default object from empty value in /home/brazz/public_html/wp-content/plugins/cubepoints-buddypress-integration/includes/bp-cubepoint-core.php on line 53
Warning: Creating default object from empty value in /home/brazz/public_html/wp-content/plugins/cubepoints-buddypress-integration/includes/bp-cubepoint-core.php on line 54
Warning: Creating default object from empty value in /home/brazz/public_html/wp-content/plugins/cubepoints-buddypress-integration/includes/bp-cubepoint-core.php on line 55
Warning: Creating default object from empty value in /home/brazz/public_html/wp-content/plugins/cubepoints-buddypress-integration/includes/bp-cubepoint-core.php on line 56
Warning: _() expects exactly 1 parameter, 2 given in /home/brazz/public_html/wp-content/plugins/cubepoints/modules/donate/donate.php on line 165
Warning: Cannot modify header information – headers already sent by (output started at /home/brazz/public_html/wp-content/plugins/cubepoints-buddypress-integration/includes/bp-cubepoint-core.php:46) in /home/brazz/public_html/wp-content/plugins/bp-group-reviews/bp-group-reviews.php on line 124
Forum: Fixing WordPress
In reply to: larger posts wont show..?Now resolved..
Went through an deactivated all plugins
Reactivated 1 by 1
Found the problem plugin to be “Ultimate WP Filter”P.S.
The above “WP Help” account has now been deleted to avoid spam etc.Forum: Plugins
In reply to: [WooCommerce] Product background and sidebar problemsWow…
I was not aware of all these errors…As I’m not too clued up on coding I don’t even know what half of them mean, so what should I be doing here?
Going to each error line and delete it?
Or would this cause more problems further on?I obviously want this sorted and would prefer to learn how to do it myself for future reference.
Forum: Plugins
In reply to: [CubePoints] Warning Error…Well, I solved the warning on the “points” page by just ridding of the page completely but I am also getting these warnings when I send a friend request…
Warning: Creating default object from empty value in /home/brazz/public_html/wp-content/plugins/welcome-pack/welcome-pack.php on line 803
Warning: Creating default object from empty value in /home/brazz/public_html/wp-content/plugins/welcome-pack/welcome-pack.php on line 804
Warning: Creating default object from empty value in /home/brazz/public_html/wp-content/plugins/welcome-pack/welcome-pack.php on line 805
Any Idea on these anyone?
Forum: Plugins
In reply to: [CubePoints] Warning Error…Yeah, I have seen that link a million times… Tried putting that line of code in and messed everything up and so took it out again.. Maybe it wasn’t in the right place.. Who knows.. To me, it doesn’t explain where to put it properly.
All’s I want to know is if this can actually be fixed, if so, where the file is located, what code needs changed/added/removed/replaced and on what lines etc.
Cheers.