scrltotara
Forum Replies Created
-
Ok, thanks. I actually want to remove the form, but retain the data, so it does exactly what I want it to do ??
Forum: Fixing WordPress
In reply to: uploading imagesThe problem isn’t inserting it into the body of the post. The theme I am using adds a block to the page that has like a form in it for additional information. Since it’s for a real estate site, there is price, square footage, etc. and five additional image fields with upload buttons. Before the WP upgrade, those fields worked, now when I click “insert into post” on the image, the URL does not go into the field box in that section.
Forum: Fixing WordPress
In reply to: uploading imagesActually, I removed that image in the error, and none of the others are producing that, so it isn’t caused by mod_security.
Forum: Fixing WordPress
In reply to: uploading imagesIf I switch the theme, I don’t have the additional upload image fields.
I’m not using any plugins.
Seems it’s triggering mod_security:
Pattern match “=(http|www|ftp)\:/(.+)\.(c|dat|kek|gif|jpe?g|jpeg|png|sh|txt|bmp|dat|txt|js|html?|tmp|asp)\x20?\?” at REQUEST_URI. [file “/usr/local/apache/conf/modsec2/rootkits.conf”] [line “3”] [id “390144”] [rev “1”] [msg “Rootkit attack: Generic Attempt to install rootkit”] [severity “CRITICAL”]
GET /wp-content/themes/ElegantEstate/timthumb.php?src=https://photos3.zillow.com/is/image/i0/i7/i8441/IS1omtiwbewfrtv.jpg?op_sharpen=1&qlt=90&hei=234&wid=316&w=373&h=306&zc=1 HTTP/1.1
Forum: Plugins
In reply to: [BuddyPress Group Email Subscription] Admin email not being sent to all usersI disabled the other plugin and it didn’t help, so that’s not the culprit ??
Forum: Plugins
In reply to: [Plugin: BuddyPress Group Email Subscription] – Group emails won't sendI moved this to the plugin thread, so closing this one.
Forum: Fixing WordPress
In reply to: functions.php editing itself?Whoops, that should be &# 39; in the parenthesis, didn’t realize it would convert it! LOL
Forum: Plugins
In reply to: [Image Widget] Image Widget: Download failed. Not FoundI’m still getting this error trying to upgrade role scoper.
Forum: Plugins
In reply to: NextGEN Gallery Displaying GalleriesWhoops, I fixed it, turns out the client put both the gallery and the album to the left when creating their albums. Duh!
Forum: Themes and Templates
In reply to: Twentyten navigation dropdownsIf it helps, here is the css for the menu:
/* =Menu
————————————————————– */#access {
background-position: left top;
background-repeat: no-repeat;
background-image: url(‘images/button_bg.png’);
margin: 0 auto;
width: 950px;
display:block;
float:left;
border-bottom: 3px #FFFFFF solid;
}
#access .menu-header,
div.menu {
font-size: 14px;
margin-left: 12px;
width: 938px;
}
#access .menu-header ul,
div.menu ul {
list-style: none;
margin: 0;
}
#access .menu-header li,
div.menu li {
float:left;
position: relative;
}
#access a {
display:block;
text-decoration:none;
color:#58666F;
padding:0 12px;
line-height:23px;
}
#access ul ul {
display:none;
position:absolute;
top:24px;
left:7px;
float:left;
box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
width: 150px;
z-index: 99999;
}
#access ul ul li {
min-width: 150px;
}
#access ul ul ul {
left:100%;
top:0;
}
#access ul ul a {
background:#D9EBF7;
height:auto;
line-height:1em;
padding:5px;
width: 150px;
border-bottom: 1px solid #FFF;
border-left: 1px solid #FFF;
border-right: 1px solid #FFF;
}
#access li:hover > a,
#access ul ul :hover > a {
color:#03A0C1;
}
#access ul li:hover > ul {
display:block;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
color: #03A0C1;
}* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
color:#03A0C1;
}Forum: Themes and Templates
In reply to: Twentyten navigation dropdownsThe other issue, is that I’ve never been able to get the navigation menu to center, no matter what I’ve tried in the css. I think it’s just something with the twentyten theme, but has anyone gotten it to center correctly?
Forum: Themes and Templates
In reply to: Twentyten navigation dropdownsUnfortunately, the three sites I’m using the new twentyten theme on are currently all in maintenance mode because they haven’t launched yet! You did give me some direction, however, I will look at my CSS for the navigation and see what I can find…
Ok, downloading and reuploading all the plugin files fixed mine. There must have been a corrupt file in the upgrade.
I still have the issue where only one column of thumbnails is showing, no matter how much room I have, or how many columns I put in the configuration.
Eric, that’s the exact same issue I’m having.
There is something else I noticed. My thumbnails are all one per row. I even set it to 3 columns, and they WILL fit, but it still only shows one per row.