dwbjd
Forum Replies Created
-
Forum: Plugins
In reply to: [Yoast SEO] Sitemap not workingLooks like there are many posts unresolved to the sitemap issue.
Forum: Plugins
In reply to: [Yoast SEO] Sitemap broken againSame here, sitemaps don’t work.
Yes, thank you very much. That was the issue exactly.
??As well, I can’t seem to get to any links to your plugin on this site except for support.
Forum: Plugins
In reply to: [Tweet Blender] No tweets found…As of today I am receiving the same “No Tweets Found” message. Page just keep trying to load tweets.
Wondering what happening as well.
Thanks.
Forum: Plugins
In reply to: [Events Manager - Calendar, Bookings, Tickets, and more!] Datepicker ProblemsI wish I could make it match the theme of the Full Calendar that goes with Events Manager. Please allow this. Date picker colors are different than theme. Thank You.
Forum: Themes and Templates
In reply to: [Motion] Centering Primary MenuSeriously? This WP theme I’m trying to center the menu on has been DLed 327,631 times. I can’t be the only one that wants this. Thanks anyway for trying.
Forum: Themes and Templates
In reply to: [Motion] Centering Primary MenuI am reading this is solution a few places from your links. But its not working. Perhaps you can help? Thanks so much for feedback.
display: table;
margin: 0 auto;Menu CSS:
.primary_menu {
width: 980px;
background: url(images/blacktrans.png);
}
.primary_menu li {
float: left;
background: url(images/blacktrans.png);
line-height: 2em;
margin: 5px 0 5px 5px;
}
.primary_menu li:hover {
background: url(images/blacktrans2.png);
}
.primary_menu li a {
display: block;
margin: 0;
font-size: 0.8em;
color: #fff;
padding: 0 13px;
}
.primary_menu li a:hover {
color: #afdaff;
text-decoration: none;
display: block;
}
.primary_menu li ul {
position: absolute;
width: 180px;
left: -999em;
padding-top: 5px;
margin: 0;
}
.primary_menu li:hover ul,.primary_menu li.sfhover ul {
left: auto;
}
.primary_menu li li {
padding: 0;
margin: 0;
width: 180px;
line-height: 1.5em;
}
.primary_menu li li a {
color: #fff;
margin: 0;
padding: 7px 13px;
background: url(images/blacktrans3.png);
}
.primary_menu li li ul li {
margin-left: 13px;
}
.primary_menu li li a:hover {
color: #afdaff;
}
.primary_menu li:hover,.primary_menu li.sfhover {
position:static; /* prevents IE7 drop-down menu bug (focus on a page element prevents nested menus from disappearing) */
}Forum: Themes and Templates
In reply to: [Motion] Centering Primary MenuIt helps for centering drop down sub items, rather than left alignment. The main menu buttons are what I’m trying to center. Just want equal spacing left/right of main menu items instead of having whatever space is left over depending on the names of buttons. Of course the more text and buttons I add it will fill the menu line and eventually will spill over to next if too many for the line. So even if I just have one button in main menu it should be dead center rather than all the way left.
Thanks so much. Maybe this helps clarify what I’m after.Forum: Themes and Templates
In reply to: [Motion] Centering Primary MenuI would say I am intermediate css level. I’ve tried a few things, but it doesnt do what i’m wanting. Any help is highly appreciated.
Here’s css for menu in motion theme..primary_menu {
width: 980px;
background: url(images/blacktrans-menu.png);
}.primary_menu li {
float: left;
line-height: 1.5em;
margin: 5px 0 5px 5px;
background-color: #333333;}
Makes sense. I found what it was by looking in the DB, saw “events_status” had 24 with a “0” status instead of “1”. Thanks again for a fantastic plugin and all the assistance. Hope all is well Marcus.
WP 3.5
Forum: Plugins
In reply to: [WP FullCalendar] Removing event start times in WP FullCalendarJust got the update 0.8.2, Time issue being gone from calendar listing FIXED! Great work my man! Thank you.
Forum: Plugins
In reply to: [WP FullCalendar] Removing event start times in WP FullCalendarThank you so much for updating this. Thought I was missing something. Yes I am using the Event Manager as well. Fantastic plugins sir! Will look for the update. Thank you so much.
Forum: Plugins
In reply to: [WP FullCalendar] Removing event start times in WP FullCalendarI just installed the latest update and my times on the Full Calendar have disappeared. Any idea why? I’ve re-installed my backup DB and files right before the update 2 times and same result both times after the WP-FC update. I checked in the settings and my time format is NOT blank.
Thank you and regards on a great plugin.