synigencellc
Forum Replies Created
-
Forum: Plugins
In reply to: [BetPress] Custom CSSI want to have the look that the Betpress demo has. I want a better button and more modern font.
Can you solve this issue?
Like I said previously, it works with the standard theme. The problem is my divi theme. I contacted divi, but they are unsure how to help.
Hello, I have not received a response to my categories but thread. Should I just find another plug in?
Slaybysi.com
Its only a single problem. Last time I had an issue with the theme, wpchef was able to help. Therefore, could you leave the next response for him. Thank you.
Wpchef: can you see if you can help with this issue? I have another site I want to implement this plug in on.
Now I understand, thanks! When I activate my theme, the problem begins. The theme, Divi, is the issue. I have to buy a pro license for each site right? I have another Divi themed site where a client wants this plug in too. I told them to be prepared to pay.
Should I seek another plug in? I have the Divi theme, tons of people use this theme. Is it just incompatible? Can you make it compatible?
So you refuse to fix it? Because I need this to work with how my site was originally, Beautiful.
It works when I do that, but my entire site is trash now!
Slaybysi.com
Yes it works on that site. I understand that you are implying that there is an issue with my theme. However, as I stated before, I follow the guide. Could you please look into this issue further, as you did with my booking time issue. I plan to purchase a Pro license. You will not be wasting your time I assure you
I tried another booking and noticed that the bookings are synced to the calendar and placed in a time block that is 5 hours before the appointment. Is there a reason for this?
Attempt to use the guide to solve issue: Unsuccessful. Before submitting an issue, I try your guide.
Another issue was found. When synchronizing with Google Calendar, the appointments are not added to the correct time block. I set an appointment for 1:00pm and it showed up in the 8:00am time block.
Attempt to use guide to solve issue: Unsuccessful once again
To remove the header that displays WordPress. Add this code to functions.php
add_action(‘after_setup_theme’, ‘remove_admin_bar’);
function remove_admin_bar() {
if (!current_user_can(‘administrator’) && !is_admin()) {
show_admin_bar(false);
}
}This disables the log out function, but it’s better than leading them to the WordPress login. Don’t want to give anyone any bright ideas of how to hack your site.