Greybox
Forum Replies Created
-
Forum: Plugins
In reply to: [Videopack] How to wrap the contents around the video?Thank you! I think your suggestion is better because I want all my captions to be centered.
Forum: Plugins
In reply to: [Videopack] Captions always italicI think I have figured out:
.kgvid-caption { font-style: normal; }But maybe you have a better solution?
Forum: Plugins
In reply to: [Videopack] How to wrap the contents around the video?Would it be possible to also include formatting options for the captions (font and justification)? At the moment, I manually add the following tag manually if I want to center and separate my captions:
<p style="text-align: center;">Text1<br />Text2<br />Text3</p>but maybe there is a better (menu driven) solution. I realize that sometimes you want to center the captions and sometimes you don’t.
Forum: Plugins
In reply to: [Videopack] How to wrap the contents around the video?It works, thank you!!
Although I heard that we should avoid using !important:
http://wordpress.org/support/topic/how-to-customize-the-font-of-the-headings?replies=17
Forum: Plugins
In reply to: [Videopack] How to wrap the contents around the video?I added
margin-right: 10px;, but the gap still doesn’t show…Forum: Plugins
In reply to: [Videopack] How to wrap the contents around the video?I added, but how do I add some gap between the video and the contents?
Forum: Plugins
In reply to: [Videopack] List of the shortcode optionsYou can take a look at WP Wunderground:
Forum: Plugins
In reply to: [Videopack] How to wrap the contents around the video?You can take a look at the page below. There is nothing next to the video. I wish I could fill that space similar way the space is filled for the picture below the video.
Forum: Plugins
In reply to: [UploadPlus : File Name Cleaner] Whats new in the update?I second that! I wonder how difficult this is to inform the users what changes were made? Thank you.
Forum: Plugins
In reply to: [WP Media Cleaner] Origin ID / FilesystemIn the same scan report there are two types of corresponding issues. If I understand correctly:
Related content not found – file exists in the upload folders, is registered in the database, but not used in the contents pages.
Related content or media not found – file exists in the upload folders, not registered in the database and not used in the contents pages.
It is just the description is a little confusing – “content not found” doesn’t identify what is the content: it could be a media file, text, a web page.
And “media not found” sounds like the file is registered in the database, but is missing from the file system. But it is actually the other way around – the file is not found in WordPress media database, but exists in the file system. Maybe it is better to use something more descriptive like
Related page not found.
Related page or media DB entry not found.Forum: Plugins
In reply to: [WP Media Cleaner] Origin ID / FilesystemI see. I have a lot of them! Do you have any idea why this might happen? I just want to prevent this from happening again.
Forum: Plugins
In reply to: [WP Media Cleaner] Site background image is not detected as "in use."Thank you!!!
Forum: Plugins
In reply to: [WP Media Cleaner] The deletion of a media is PERMANENTPlease explain: “The media itself, as en entry in the database, is not <moved to trash>”. Are you saying the file stays in the database? Are you talking about the file database or your plugin database or it’s the same? If I clean the file with your plugin, I expect it to disappear from all databases and be moved to ‘uploads/wpmc-trash’ directory.
Sorry, wrong forum, please dump…
Forum: Plugins
In reply to: [WP Media Cleaner] Site background image is not detected as "in use."I also noticed that background image is not detected as in use (I use Graphene theme). What is the reason and is it possible to fix that?