David Radovanovic
Forum Replies Created
-
Forum: Plugins
In reply to: [Simple Image Sizes] Wrong size shown in parenthesesyes
Forum: Plugins
In reply to: [Simple Image Sizes] Wrong size shown in parenthesesWhen I use insert media into post or page. There is a drop-down menu to the lower right of screen where you can select image size. Orginal image size is 5184 × 3456 <– which I need to reduce. WP 3.5.1
Forum: Plugins
In reply to: [Smart YouTube PRO] Smart Video Code Showing On Home Page Current UpdateMake sure that your httpv://www.youtube.com/watch?v=4JL0TcYMqeM code is inserted in the “Text” tab and not “Visual” in your post editor. If it’s in your excerpts then I think there is a setting “Show embeds in post excerpts as…” in the plugin Settings page.
Forum: Plugins
In reply to: [Download Monitor] WPMU Compatible? Rewrite returns 404 page.Brandon, thanks for your generous fix. However, the result is the same.
Forum: Plugins
In reply to: [W3 Total Cache] Test CDN: Unable to resolve to CDNThe rest of the story:
Well, as stated I stated the “Media Library import”, a.k.a “importing attachments into the Media Library” and after 63% the server froze. Even after multiple reboots all the sites on the WPMU would time out when trying to load their pages.
My web host (ServInt) increased the php mem to 256mb from 128mb. I then renamed the root .htaccess file to .htaccessBAK with the hope WP would regenerate a new .htaccess. It did but without any directives.
I then, did a “Re-install Now” of WordPress 3.5.1. All the setting in W3TC seemed to return to its defaults. Then I followed a manual procedure of add all the .htaccess files as displayed in the “Install” tab under the W3TC UI.
NOTE: When re-configuring CDN (Amazon CloudFront) that the correct url was displayed this time around for the “Origin: http://www.site1.com Create Distribution” button!
Again, I’m now in the process of “importing attachments into the Media Library” after selecting “Import external media library attachments” checkbox in General setting tab. Very slow going. Hopefully php mem of 256mb will hold up this time.
Forum: Plugins
In reply to: [W3 Total Cache] Test CDN: Unable to resolve to CDNI had improperly chosen the “Origin Push” method in the CDN settings (General tab). The better method is “Pull (Mirror)“. Then, before enabling CDN, I went to CDN tab and completed the Configuration. I then created a CloudFront Distribution via “Create Distribution” button and S3 Bucket attached to it.
Returned back to “General” tab and enabled CDN, once again ensuring that the Origin Pull method was selected in the dropdown.
Now, I’m up in the process of “importing attachments into the Media Library” after selecting “Import external media library attachments” checkbox in General setting tab.
We’ll see what happens next, since I’m running domain mapping in a WPMU installation and noticed that the Distribution’s Origin url is different than the mapped domain, e.g., site1.MyWPMUmainSITE.com (Origin url) and site1.com (mapped to url). Hopefully the redirect won’t mess things up.
Forum: Networking WordPress
In reply to: broken image links wordpress wordpress muI deactivated:
Add From Server
Breadcrumb NavXT
Breadcrumb NavXT Multi Dimension Extensionspurged WP Super Cache
and the images returned… I just don’t get it.
Forum: Networking WordPress
In reply to: broken image links wordpress wordpress muBTW it seems to only occur with images files in this folder: http://www.hrnerr.org/files/et_temp/ <– elegant themes?
Forum: Plugins
In reply to: [WordPress MU Domain Mapping] Images not workingHow about sharing? I could use some help with mine.
Forum: Plugins
In reply to: [HTML Import 2] Multiple Dreamweaver Template RegionsNow, I’m getting the hang of it!
Though the adding “Custom Fields” more than one doesn’t seem to save. I added the first custom fields –> saved, then added a second custom field –> saved.
When the page refreshed, I navigated back to the Custom Fields tab and the second custom field I just added was gone.
http://screencast.com/t/Wh91mPpULr <– you’ll notice the two custom field names I’ve attempted to save. Maybe I’m not following the correct field_naming convention or schema?
Forum: Plugins
In reply to: [HTML Import 2] Multiple Dreamweaver Template RegionsIs there a way to merge the custom fields in to the content or would it be better that they remain custom fields? What are the advantages and/or draw-backs of using custom fields… if any? Thanks!
Forum: Plugins
In reply to: [HTML Import 2] Multiple Dreamweaver Template RegionsCustom Fields are custom fields. Yes, I’d like to merge them to the same post content. Thanks for your reply and an awesome plugin.
Forum: Plugins
In reply to: [HTML Import 2] Multiple Dreamweaver Template RegionsI tried to just import one Template Region at a time, though it created new pages instead of appending the previously created pages (via import)
Forum: Fixing WordPress
In reply to: Hide page titles on a site using theme 2010Several Reasons:
1. “hidden” property is used by those trying to game the system (e.g., keyword stuffing).
2. Without a visible title the page is not “accessible”. Try this online tool http://www.powermapper.com/products/sortsite/ads/acc-accessibility-testing.htm. it’s what I use.Those are two very important reason not to hide your page titles.
Forum: Fixing WordPress
In reply to: Authorship markup for several authors……what do they say about “great minds” 😉 BTW, there many others as well. I would hard code directly in the (child theme) templates or find a function (to add to functions.php) that will add the proper (schema) markup. This way no plugin bloat and adding a custoization to the functions.php file will ensure upgrade/update proof.
A good article to read is here: http://wp.tutsplus.com/tutorials/theme-development/integrating-google-rich-snippets-into-a-wordpress-theme/