keneso
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] woocommerce activation fails in local setup – timeoutHi Roxy
Sorry I could not reply any sooner, I had some urgency to take care of.
I tried Opera, and Firefox, same result, also more than once I logged out, and back in. Thank you.
Forum: Developing with WordPress
In reply to: Post highlighting solutiuonsThank you.
I thought so, but confirmation from who knows better is always good.Yes they both work, with my knowledge the second allows more layout flexibility, but I guess I’ll opt for performance.
Forum: Themes and Templates
In reply to: [Quark] category excerpts and paginationThanks, I must have messed something, I’ll look into it more.
Forum: Plugins
In reply to: [Plugin: SP News and Scrolling Widgets] news is off page, thus not showingAny idea?
Thank you.
I’ll try what I can do.Thank you.
Indeed your suggestion was very clear, but since it did not work with my theme (quark), in my ignorance I tried different stuff among which what I posted.
However, even if I get it to work (I’ll try with default WP theme, my intent was to add custom content to each single event, whereas if I am understanding correctly your suggestion it adds the same content for all events.
Thank you for your patience.
Unfortunatelly I don’t seem to get it work:
I used your suggestion as it is, and also tried
$before_content = the_content();
$before_content = the_post();In no case I could get the content I put in the editor to show where I need it.
Thank you.
I’ve read it, but still can’t figure out where, and how to change it.
I found the_content in em-events.php, and in classes/em-event-post.php but due to my lack of knowledge I just can’t figure it out.
Will you please kindly give me the snip, and where to put it?Thank you.
Yes, problem is I don’t know how, where, which.
Thanks for the reply.
Yes that code is put in
Events > Settings > Formatting > Events > Default single event formatI know I can add that info in the extra-content div, problem is that the content is not the same for all events, and each event has its own extra-content.
The example in the given link has been added by just putting it in the wordpress editor, where you usuallly put the content of your page/post, and obviously events-manager is set up to push that content after its (events-manager) own content.
I’d like to change that to first display the wordpress editor content, and only after the events-manager content.
Sorry for the delay.
Here is the link, in red the content i’d like to have before the details:
I had modified the event formatting like the following code, and would like to have the extra content to be in the extra-content div.
<div class="row"> <div class="col grid_12_of_12 extra-content"> </div> </div> <div class="row"> <div class="col grid_8_of_12"> <p> <strong>Date/Time</strong><br/> Date(s) - #_EVENTDATES<br /><i>#_EVENTTIMES</i> </p> {has_location} <p> <strong>Location</strong><br/> #_LOCATIONLINK </p> {/has_location} <p> <strong>Category(ies)</strong> #_CATEGORIES </p> <br style="clear:both" /> #_EVENTNOTES {has_bookings} <h3>Bookings</h3> #_BOOKINGFORM {/has_bookings} </div> <div class="col grid_4_of_12"> #_LOCATIONMAP </div> </div>
Thank you.
I did so, but it doesn’t seem to work, unless I missed something.Forum: Fixing WordPress
In reply to: home page stuck on a given postUpdate 2:
I reloaded all files, and now it’s fine.Forum: Fixing WordPress
In reply to: home page stuck on a given postUpdate:
it works on ie8, and chrome, the problem is in ff!Forum: Themes and Templates
In reply to: e-commerce plugin relatedThanks it worked.
I had played with wpsc_container, and now I found out why my changes didn’t work:
I had copied the default theme, changed the folder, and css file name, but regardless of having picked the “new theme” e-commerce keeps using the default theme … now I have to understand why is that?