cgigi
Forum Replies Created
-
Hi,
Thank you very much for your reply. I’m sorry to bother you again but I have very little knowledge when it comes to coding and I’m stuck. I managed to create a personalized template based on the default template. I’ve put the cart section in the side bar and I’d like for personalized fields to appear below it (i want to make a list of event’s highlights in the single view).
I’ve looked at the ACF link you sent but i’m afraid I lack knowledge to make it happen.
Here is the extract of the code in my template but of course it doesn’t work because the line of code for the personalized fields isn’t enought code I think. Would you happen to know what I should write below the cart section code please ?</div> <div class="mep-default-sidebar"> <?php if ($hide_location_details == 'no') { ?> <div class="mep-default-sidrbar-map"> <h3> <?php echo mep_get_option('mep_event_location_text', 'label_setting_sec') ? mep_get_option('mep_event_location_text', 'label_setting_sec') : _e('Event Location:', 'mage-eventpress'); ?> </h3> <?php do_action('mep_event_map',get_the_id()); ?> </div> <?php } ?> <div class="mep-default-feature-cart-sec"> <?php do_action('mep_add_to_cart', get_the_id()) ?> </div> <strong><p><?php the_field('denivele'); ?></p></strong>Again I’m sorry to bother you. This is the last change I want to make to my template and It’d be great if you could help me out with that.
- This reply was modified 4 years, 11 months ago by cgigi.
Hi !
Could you please tell me more about how you proceeded ? I would like for custom fields to appear in the sidebar but I can’t find how to add it to the theme.