BSK
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Jump Menu] Jump Menu Box too long on Admin Bari have the same issue. it looks fine for me on a big screen, but for my users on a smaller screen it gets pushed down over the page content under the admin bar when viewing the live site. LOVE THIS PLUGIN.
Forum: Plugins
In reply to: [Edge Suite] how to prevent jquery loading twice?also, i seem to be getting random ‘is not a function’ js errors in firebug that break my animation and other things on the page.
when refreshing, sometimes the errors appear, and sometimes they don’t & everything looks ok. wondering if this has something to do with the order that the multiple jquery versions are loading? let me know if you have any insights on how to possibly correct this. thanks!
Forum: Plugins
In reply to: [Edge Suite] how to prevent jquery loading twice?noticed these warnings in firefox console.
The character encoding of a framed document was not declared. The document may appear different if viewed without the document framing it. jquery-2.0.3.min.js The character encoding of a framed document was not declared. The document may appear different if viewed without the document framing it. lsa-home_edge.js The character encoding of a framed document was not declared. The document may appear different if viewed without the document framing it. edge.4.0.1.min.js The character encoding of a framed document was not declared. The document may appear different if viewed without the document framing it. lsa-home_edgeActions.js Using //@ to indicate sourceMappingURL pragmas is deprecated. Use //# instead jquery-2.0.3.min.js:1 Use of getPreventDefault() is deprecated. Use defaultPrevented instead. jquery-2.0.3.min.js:5i do have this set in my html head in wp. do you know what might be causing this? thanks!!
<meta http-equiv=”Content-type” content=”text/html;charset=UTF-8″>Forum: Fixing WordPress
In reply to: redirect subdomain to root domain & redirect old permalinks@hattendesign – option 2 worked for me. thanks so much for your help everyone!
ok, so i did a wp export using the default functionality in wp admin, and i noticed that my categories are included there.
but i don’t see the strings contained in my menu items. where do these live? seems they’re not being pulled into my export or my .po files.
i had a look at the translation docs here at wordpress.org, and they seem to deal mainly with translating wordpress itself, but i’m not finding much about translating the actual content for a front-end translation.
thanks for your help!
any thoughts on this? thanks.
Forum: Fixing WordPress
In reply to: redirect subdomain to root domain & redirect old permalinksoption 2 via htaccess on blog.site.com
RewriteEngine On RewriteCond %{HTTP_HOST} ^(?:blog\.)site\.com$ [NC] RewriteRule ^ http://site.com%{REQUEST_URI} [L,R=301]would this rewrite rule also account for the permalink change at blog.mysite.com? meaning it would redirect /%year%/%monthnum%/%day%/%postname%/ permalink structure to /%category%/%postname%/ at mysite.com?
thanks!
Forum: Fixing WordPress
In reply to: redirect subdomain to root domain & redirect old permalinksthanks everyone – these look like good solutions. i’ll give this a go & mark this thread solved once i do some testing.
thank you!!!
Forum: Fixing WordPress
In reply to: redirect subdomain to root domain & redirect old permalinksThanks for getting back. Yes, I looked at that before and it seems to only redirect to /%postname%/ not /%category%/%postname%/
The main reason I don’t want to use a plugin is because I ultimately want to delete the blog.mysite.com install, which would in turn delete any plugin functionality used there for the redirects.
Thanks again!
Forum: Plugins
In reply to: [WP BrowserUpdate] how to customize notification messageThe message for an out dated browser version. Thanks!
Forum: Fixing WordPress
In reply to: updating internal links after migrationthank you! i did look at those docs a while back. i just wasn’t sure if wp would update internal urls created using the ‘link to existing content’ functionality or not when the site & home urls change.
probably best to do the find & replace anyway – thanks!
Forum: Plugins
In reply to: [Edge Suite] Margin above animationif your animation is inside a div with a class name in your theme, this jquery code worked for me.
in this case, my div has the class name “page-header-animation”
$(".page-header-animation").find('p').remove();awesome – thanks!!
hmm, tried loading the new version from github & now i don’t see the button in my post editor toolbar.
Forum: Plugins
In reply to: [Clone] Error Message : MySQL server has gone awaythanks for getting back!
i did try wpdb in advanced settings, but the browser just keeps loading & then stops & I don’t get any kind of notification or message. just the wp admin area with nothing in the body of the page.
I tried checking “use wpdb” & “backup db only” in advanced settings & that gave me the following error.
Fatal error: Out of memory (allocated 48234496) (tried to allocate 40 bytes) in …/wp-includes/wp-db.php on line 1545
i’ve used wp clone on another hosting platform w/ a different site & it worked great. guessing this has something to do with the hosting / server (1&1 business).
advanced settings show the following
System Info:
Memory limit: 256M
Maximum execution time: 300 secondsI also tried setting the memory & execution time to lower number than shown above & I still get the out of memory error.
thanks so much for your help!
i tried adding <div class=”videoWrapper”> around my shortcode (as they mention in the link I posted above – duh), and it works!
make sure you play with padding-bottom on .videoWrapper in the css if you get black bars on the top or sides.