Forum Replies Created
-
AuthorPosts
-
cairnslifestyle
ParticipantSorry, I misread your previos code. All good. 🙂
cairnslifestyle
ParticipantWas wondering how you do it for month, week, day and the event itslef.
The picture does not show on the list anymore which is great but I want to get rid of it entirely.cairnslifestyle
ParticipantExcellent. That works. Thanks for your help.
cairnslifestyle
ParticipantI was look at the CSS and I tried this:
.events-community-post-title
{
border: 1px solid gray;
}
—
however no good.
I just want the field box to have a border, and while I’m right at the same spot, I’d like to know how to make the font type and size for “Event Title” and “Event Description” to be the same as “Event Categories” “Event Image” etc.cairnslifestyle
ParticipantAll good!
In page.php, I replaced:<h1 class=”entry-title”>
” title=”<?php the_title(); ?>” rel=”bookmark”><?php the_title(): ?>
</h1>with…
<?php if(tribe_is_community_edit_event_page()) { ?>
<h1 class=”entry-title”>NEW TITLE GOES HERE</h1>
<?php } else { ?>
<h1 class=”entry-title”><?php the_title(); ?></h1>
<?php } ?>This did the trick!
June 9, 2014 at 3:58 pm in reply to: Unable to login to WP-Admin unless Events Calendar Pro disabled #215606cairnslifestyle
ParticipantI ended up having to completely deactivate the “Block access to WordPress dashboard” option, as it required all accounts to be unticked before I could login in as an admin.
cairnslifestyle
ParticipantYes, it works okay with a plain theme.
cairnslifestyle
ParticipantSorry, cancel tahat. If fixed it with this CSS code:
#tribe-events-pg-template {
background: #fff;
}
-
AuthorPosts
