Skip to content

Commit 414fe5e

Browse files
committed
Bug fixed and UI fixes
-Fixed no showing title of image -Fixed settings to look like wp-admin/about.php -Fixed gallery implementation based on rel attribute of link -Removed old functionalities that do not work in new fancybox.js -Fixed caption -Fixed title position -Fixed displaying title for separate posts gallery -
1 parent b522261 commit 414fe5e

File tree

5 files changed

+541
-536
lines changed

5 files changed

+541
-536
lines changed

admin.php

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,12 @@ function mfbfw_options_page() {
55
require_once( FBFW_PATH . 'lib/admin-head.php' );
66
?>
77

8-
<div class="wrap">
9-
8+
<div class="wrap about-wrap full-width-layout">
109
<div id="icon-plugins" class="icon32"></div>
1110
<div class="inlined">
1211
<div id="pluginDescription">
13-
<h2><?php printf( __( 'Fancybox for WordPress (version %s)', 'mfbfw' ), FBFW_VERSION ); ?></h2>
14-
<p>Seamlessly integrates FancyBox into your blog: Upload, activate, and you’re done. Additional configuration optional.</p></div>
12+
<h1><?php printf( __( 'Fancybox for WordPress (version %s)', 'mfbfw' ), FBFW_VERSION ); ?></h1>
13+
<p class="about-text">Seamlessly integrates FancyBox into your blog: Upload, activate, and you’re done. Additional configuration optional.</p></div>
1514
<div id="pluginLogo"><img src="<?php echo FBFW_URL . 'assets/images/icon.jpg'; ?>"></div>
1615
</div>
1716

@@ -22,7 +21,6 @@ function mfbfw_options_page() {
2221
<?php settings_fields( 'mfbfw-options' ); ?>
2322

2423
<div id="fbfwTabs">
25-
2624
<ul class="nav-tab-wrapper wp-clearfix">
2725
<li><a href="#fbfw-info"><?php _e( 'Info', 'mfbfw' ); ?></a></li>
2826
<li><a href="#fbfw-appearance"><?php _e( 'Appearance', 'mfbfw' ); ?></a></li>

assets/css/fancybox-admin.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
}
6868

6969
#fbfwTabs .ui-tabs-nav li a {
70-
font-size: 14px;
70+
font-size: 15px;
7171
font-weight: 600;
7272
outline: none;
7373
box-shadow: none;

0 commit comments

Comments
 (0)