codebloo
Forum Replies Created
-
Forum: Plugins
In reply to: [The Events Calendar] Single view works, calendar/category pages do notANYONE
Forum: Plugins
In reply to: [Simple Author Box] Author profile/edit links showing up🙂
The link now takes me to a profile for someone called Edith (I guess WP overcorrecting because it sees the word “edit” in her name). I definitely broke down the site to remove other plugins to see if I could get it to work.
Since your dev said it wasn’t explicitly intended to work can you ask them if there IS a link, or a snippet I can throw in to provide a nav level “edit” link that doesn’t require the current user to already be on their profile page in order to edit?
thanks
I don’t now what to tell you, that url always worked for our users before the latest upgrade. Regardless of which, how can I add a link to the main nav that will take the current logged in user to their BD profile please?
I am indeed using your plugin (https://imgur.com/tdhjw9c) including paid modules.
Hi, I didn’t get a notification email that you had replied, sorry!
I think it must be the quotes wiping out the text. I will give it another whirl. thank you!
Forum: Themes and Templates
In reply to: Sidebar ColorThere’s a line in your CSS that’s currently
.sidebar {
background: #ffffff none repeat scroll 0% 0%;
border: 0px solid #000000;
margin-bottom: 10px;
padding: 10%;
position: relative;
z-index: 0;
}but that isn’t the CSS that’s styling the sidebar area that starts with the Search bar, then has the Upper School renovations poll. That is the #secondary CSS like ThemeSumo mentioned above.
Are you using a cache plugin?
Resolved 🙂 Review left!
ARG! Someone else on staff turned off IPN notifications. Sorry! User error 🙁
I ran a new test and it works correctly, hooray! Thank you for a terrific plugin!Hello Eric,
Yes the donation was completed successfully through PayPal. I verified it on both the sending and receiving accounts.
The IPN settings are set up for my regular donation site and I can’t change them or that site will fail completely.
It would be terribly useful to have an option to configure the plugin to use a secondary method (eg notify_url to set transactional notifications rather than relying on the IPN hard setting — see: http://stackoverflow.com/questions/2865970/notify-url-of-paypal)
Still doesn’t work for me.
V. 2.0.16My shortcode is in the template (echo do_shortcode)
ajax_load_more post_type=”post” category=”case studies” posts_per_page=”15″ scroll=”false” button_label=”Load More”Page is http://about.udemy.com/category/case-studies/
thoughts?
Yeah I dont know why either, but glad it’s sorted! Set as resolved!
Sorry I was writing a train of thought that I realise wsn’t clear.
No If statement – WORKS perfectly (6 on hom, 4 on categories).
If Statement – puts 6 columns on all pages.Yeah it does, but what I’m saying is that without the IF it shows 6 and 4, with the IF it shows 6 across the board!
Great, that did it, thanks.
Incidentally it also seems to work without the IF statement and justadd_filter( 'loop_shop_columns', create_function( $cols = '', 'return 6;' ), 20 );although I’m not sure why .
Whoops spoke too soon .Does not work.
Homepage still shows items in rows of 4.