mareksgregs
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Frisco for BuddyPress] Post NavigationYou’ll have to edit Buddypress Default for that.
Log in your Admin Dashboard.
Go to Appearance – > Editor -> Buddypress Default
Open Single Post (single.php)Look for,
<div class="alignleft"><?php previous_post_link( '%link', '<span class="meta-nav">' . _x( '←', 'Previous post link', 'buddypress' ) . '</span> %title' ); ?></div> <div class="alignright"><?php next_post_link( '%link', '%title <span class="meta-nav">' . _x( '→', 'Next post link', 'buddypress' ) . '</span>' ); ?></div> </div>
and replace it with,
<div class="alignleft"><?php previous_post_link( '%link', '<span class="meta-nav">' . _x( '←', 'Previous post link', 'buddypress' ) . '</span> Previous' ); ?></div> <div class="alignright"><?php next_post_link( '%link', 'Next <span class="meta-nav">' . _x( '→', 'Next post link', 'buddypress' ) . '</span>' ); ?></div> </div>
Forum: Themes and Templates
In reply to: [Frisco for BuddyPress] Header ImageThis topic may help you! https://www.ads-software.com/support/topic/image-header-3?replies=18
Forum: Fixing WordPress
In reply to: How to change site's email?@bh_wp_guru For some reason it didn’t work.
And thanks @rajeshsoni ! WP Mail From II seems like the solution I was looking for!
Forum: Fixing WordPress
In reply to: Some notifications settings are in different language.I don’t know how I missed this earlier, but turns out it had something to do with a specific plugin. For some reason, BuddyPress Forum Notifier automatically set the language to Swedish.
Anyway, I fixed it now. Thanks for the input! Appreciate it.Forum: Fixing WordPress
In reply to: Some notifications settings are in different language.Can someone at least direct me to someplace where I may receive a reply?
Forum: Fixing WordPress
In reply to: Can't loginResolved it! The filter I had added in functions.php was the problem. So I removed it for now.
Thank you for your help, Jan!
Forum: Fixing WordPress
In reply to: Can't loginI remember adding a few lines of a redirect in one of my files last week to hide the wp-login.php in the url and have users login trough /login. And it worked out fine, until yesterday.
Also, I’m using S2Member custom login feature.I guess I should try and look trough the files, try and remember which file/es I edited. Thanks for the post by the way! It got me thinking.
Forum: Fixing WordPress
In reply to: Can't loginNo, just the usual “This web page has a redirect loop” page with the below contents.
This web page has a redirect loop
The web page at https://forums.ourworldbuzz.com/login has resulted in too many redirects. Clearing your cookies for this site or allowing third-party cookies may fix the problem. If not, it is possibly a server configuration issue and not a problem with your computer.
Here are some suggestions:
Reload this web page later.
Learn more about this problem.
Error 310 (net::ERR_TOO_MANY_REDIRECTS): There were too many redirects.[ Please do not bump, that’s not permitted here. ]
Forum: Themes and Templates
In reply to: [Frisco for BuddyPress] Image HeaderBut will that homepage disappear once logged in?
Forum: Themes and Templates
In reply to: [Frisco for BuddyPress] Image HeaderEver heard of Google Chrome?
Forum: Themes and Templates
In reply to: [Frisco for BuddyPress] Image HeaderThe bolded part is where you should change your width and height by writing in the same parameters as your picture!
Oh and you should also remove “/” at end of your image link!<h1 id=”logo” role=”banner”><img border=”0″ src=”https://www.sermonmonster.com/wp-content/uploads/2012/10/sermonmonsterbanner.png/” width=”0″ height=”0″></h1>
or you can just replace the above code with this:
<h1 id="logo" role="banner"><img border="0" src="https://www.sermonmonster.com/wp-content/uploads/2012/10/sermonmonsterbanner.png" width="728" height="90"></h1>
Forum: Themes and Templates
In reply to: [Frisco for BuddyPress] Image HeaderI see you haven’t set width and height for the header yet!
So start with that and see if it works!Forum: Themes and Templates
In reply to: [Frisco for BuddyPress] Image HeaderThanks bud! Works great.
Forum: Plugins
In reply to: [wp-Monalisa] Wrong placmentThank you very much! Looks great! ??
And Happy Christmas to you too!
Forum: Plugins
In reply to: [wp-Monalisa] Wrong placmenthttps://forums.ourworldbuzz.com
Gerald
rRZqApMB