Banafsheh

Forum Replies Created

Viewing 15 posts - 1 through 15 (of 16 total)
  • Author
    Posts
  • in reply to: Calendar not displaying right after upgrade #1044452
    Banafsheh
    Participant

    Ugh, Avada. When Avada made an update, they changed the default theme. I was able to select the theme 100% width to make it kinda back to where it was.

    in reply to: Sidebar on event details pages #72388
    Banafsheh
    Participant

    well, this is something i needed to do from first day, and they told me that with the premium account someone can help me. now, you want to give me a list of developers. i would have used the free version if i knew that this was the kind of support i was getting. i asked a few times if i could share my credentials for you to look at it too. this makes me very upset. i’m not asking for help customizing anything that relates to the theme. it’s just a simple request and you have been giving me run arounds. how can i go about requesting someone else to get assigned to this ticket or get a refund?

    in reply to: Sidebar on event details pages #72364
    Banafsheh
    Participant

    I just looked at event-defaults.php and did a search for “sidebar” but there was nothing on that page that I could modify and change to the code you gave me.

    in reply to: Sidebar on event details pages #72357
    Banafsheh
    Participant

    the code you gave me was for the default template and not the default events template since you asked me to modify the page.php. I don’t know what page to modify to add the single line code you gave me for the default events template.

    in reply to: Sidebar on event details pages #72325
    Banafsheh
    Participant

    Hi Barry,
    Thanks for the info, but everytime you give me a code, you say that it needs to be tweeked. I’m not worried about the styling to make it look better. That part I can do. However, I tried everyting you mentioned so far, and I’m not able to get a specific sidebar that is for the events pages to show up on the details pages and not the month view. I’m ok with using any of the templates, either the events one or the one that came with the theme. This is too complicated. Can I please give you my credentials so you can look into this?
    I was using all-in-one calendar, and everything was perfect. Then I switched to yours since I was told this was possible, and now it’s been over a month that I’m trying to resolve this. I would appreciate if you can please help me resolve this. Otherwise, I will need to cancel this and go back to what I had which actually worked.

    in reply to: Sidebar on event details pages #72261
    Banafsheh
    Participant

    Hi Barry,
    I don’t have to use the theme template for the calendar. I have the option of using the default event template in the calendar setting. I don’t necessarily have to use the theme default template.
    Would it be easier if you just tell me how to modify your files to accomplish this?
    This should not be as complicated as it is.

    in reply to: Sidebar on event details pages #72182
    Banafsheh
    Participant
    in reply to: Sidebar on event details pages #71689
    Banafsheh
    Participant

    Thanks a lot Barry. I wish this was something we could control in the setting.
    I pasted the code here: https://gist.github.com/anonymous/7050531

    in reply to: Sidebar on event details pages #70249
    Banafsheh
    Participant

    Hi, I’m still struggling with this. I don’t have the code you specified. The theme I’m using is called Avada. I wish there was something in the setting that would allow the user to add side bar to the details pages.

    Here’s the code for my page.php page. Can you please see if you can help me?

    ID, ‘pyre_full_width’, true) == ‘yes’) {
    $content_css = ‘width:100%’;
    $sidebar_css = ‘display:none’;
    }
    elseif(get_post_meta($post->ID, ‘pyre_sidebar_position’, true) == ‘left’) {
    $content_css = ‘float:right;’;
    $sidebar_css = ‘float:left;’;
    } elseif(get_post_meta($post->ID, ‘pyre_sidebar_position’, true) == ‘right’) {
    $content_css = ‘float:left;’;
    $sidebar_css = ‘float:right;’;
    } elseif(get_post_meta($post->ID, ‘pyre_sidebar_position’, true) == ‘default’) {
    if($data[‘default_sidebar_pos’] == ‘Left’) {
    $content_css = ‘float:right;’;
    $sidebar_css = ‘float:left;’;
    } elseif($data[‘default_sidebar_pos’] == ‘Right’) {
    $content_css = ‘float:left;’;
    $sidebar_css = ‘float:right;’;
    }
    }
    if(class_exists(‘Woocommerce’)) {
    if(is_cart() || is_checkout() || is_account_page() || is_page(get_option(‘woocommerce_thanks_page_id’))) {
    $content_css = ‘width:100%’;
    $sidebar_css = ‘display:none’;
    }
    }
    ?>
    <div id="content" style="”>

    <div id="post-” >

    <div id="sidebar" style="”>

    in reply to: Sidebar on event details pages #68240
    Banafsheh
    Participant

    Also, I’m not a developer, so I can’t really tweak the code you sent me. If you tell me which file to open and add the code to what line, I will be able to do that. I wish there was something in the setting that would allow users to do that and assign a specific sidebar for the events pages only. Thanks a lot for your help.

    in reply to: Sidebar on event details pages #68239
    Banafsheh
    Participant

    Hi Barry! I’m still not able to get the side bar on all my single events pages. When I change the template, it also changes it on the all events calendar page. Please help!

    in reply to: Specify Sidebar for Events Page #66536
    Banafsheh
    Participant

    Hi Barry, sorry about that. I created a new thread too.
    https://theeventscalendar.com/support/forums/topic/sidebar-on-event-details-pages/
    Thank you!

    in reply to: Specify Sidebar for Events Page #66518
    Banafsheh
    Participant

    Hi I need to do the same thing, but can’t figure it out. My issue has nothing to do with the theme. I just want to add a sidebar to the event details page and not the calendar view of all events. Can you please let me know?

    in reply to: [ticketed] Width of the filters #66402
    Banafsheh
    Participant

    Awesome!

    in reply to: Hide Advanced Filters #66375
    Banafsheh
    Participant

    Also, by default the filters should be set to visible, unless the user decide to hide it.

Viewing 15 posts - 1 through 15 (of 16 total)