Forum Replies Created
-
AuthorPosts
-
Banafsheh
ParticipantUgh, 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.
Banafsheh
Participantwell, 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?
Banafsheh
ParticipantI 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.
Banafsheh
Participantthe 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.
Banafsheh
ParticipantHi 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.Banafsheh
ParticipantHi 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.Banafsheh
ParticipantHere are the links:
Events page: http://69.89.31.209/~banafshe/calendar/Events Details: http://69.89.31.209/~banafshe/calendar/dance-of-oneness-divine-feminine-in-persian-dance-flamenco/
Banafsheh
ParticipantThanks a lot Barry. I wish this was something we could control in the setting.
I pasted the code here: https://gist.github.com/anonymous/7050531Banafsheh
ParticipantHi, 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="”>
Banafsheh
ParticipantAlso, 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.
Banafsheh
ParticipantHi 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!
Banafsheh
ParticipantBanafsheh
ParticipantHi 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?
Banafsheh
ParticipantAwesome!
Banafsheh
ParticipantAlso, by default the filters should be set to visible, unless the user decide to hide it.
-
AuthorPosts
