With some CSS/HTML I managed to solve my issue. But, I had to enable Gallery title right above the description setting checkbox in my screenshot.
HTML
<a href="http://wordpress.stackexchange.com/bwg_gallery/<slug-url-here>/#top" name="top"></a>
<h4>Title</h4>
Addtional CSS ( to hide the title since I already have a title above this one )
.bwg_gal_title_0:not(.bwg_gal_description_0){
display: none !important;
}
Related Posts:
- Allowing for multiple template views on the Gallery Settings page when using the Visual Editor
- Build path for a custom portfolio plugin
- Add an image gallery to a custom post type?
- Having Problem On Getting WP Post Gallery Images URL
- Modify how gallery.js builds the shortcode [gallery ...] in tinyMCE?
- How to Display Custom Post Type’s Gallery (images ) in Through WP_Query
- Widget is to be compatible with all themes
- Adding option to Gallery shortcode
- Serve text/html from wp-json API via WPEngine, headers not being set properly
- Following WordPress Markup Is mandatory, got awkward resultyby wordpress standard markup?
- How to remove default style of header in wordpress metabox
- CSS not affecting widget output
- How to Add a Custom Size for Thumbnails for WP – Gallery
- How to change WooCommerce loop product title HTML output in single product page and archive page
- Best practice for Designing a Plugin with this scenario
- Include HTML (Bootstrap Modal Box) with a plugin into my header
- A function that will remove HTML and tags from a string?
- How to Find a Gallery’s ID
- Font size of HTML content
- Multiple TinyMCE on button click is initialized and appended but why only last one is writeable?
- I’m including a html file in my plugin, but it can’t find its css or js files
- Implementing Select2 plugin into WordPress
- How can I add the Post ID to Class Name in Jquery?
- Issue on Getting Images URL of the Post Gallery
- How to get html tag ids from template?
- Issue on Getting WP Gallery Items In cpt-single.php As Attachments
- Which subset of html does WordPress support?
- How to create A – Z List with pictures?
- How can a plugin create a page/form in the front end?
- How to add Request header in WordPress remote api calls
- Init action hook running late after PayPal’s return url?
- Get specific color from admin color scheme
- wp_remote_get doesn’t work with secure connections https?
- How do you create a custom edit.php / edit pages page
- Edit the output of wp_widget_rss_output()
- Should I ask my Twitter plugin users to create their own Twitter App and API Keys to use my plugin?
- WP_Query with tax_query, order by most ‘matches’
- Using the Settings API, how should I add multiple values to an option?
- WP custom menus error > menu name already exists?
- Cache directory needed for plugin
- How to sanitize user input?
- Remove Internal Style Sheet if no Value Provided?
- Widget update function not saving values
- get_the_excerpt() is not returning an empty string when the_excerpt is blank?
- Storing product price data in the database
- Does the order of sections in readme.txt matter?
- Correct check for any admin page with editor
- modify wordpress default search
- “import declarations may only appear at top level of a module” when importing WooCommerce API node module
- How to perform a heavy and long process in cron jobs?
- Woocommerce extend tax report with custom column
- Hook into Jetpacks Publicize without using a post type
- How to limit number of number of categories displayed by categories widget
- Dynamically creating classes for Widget API
- Is it necessary to do validation again when retrieving data from database?
- How to add new options to my WordPress plugin
- Using WordPress PHP code, how to bulk delete only 100 subscribers at a time from thousands of users?
- Checking a WordPress for OWASP top 10 vulnerabilities [closed]
- After plugin activation hook
- term_exists() returning NULL on term that exists
- Page is loading after submit before the file is processed
- Insert Into Post Not Working For Audio File Using jQuery
- Enqueue a file that’s not js or css
- Import user data using CSV
- Schedule some work in custom plugin
- What is the replacement for rich_edit_exists()?
- Disable Auto-Expanding Menu in WordPress Admin Menus
- How to submit/upload data to database and in specific folder?
- Passing values between enclosing and enclosed shortcodes
- why does get_option( ‘home’ ) not work while using in plugin [closed]
- Undefined is_user_logged_in() error with Plugin Query code
- Plugin Options not saving options and doesn’t work
- Creating open content area and restricted content area
- Need Help Determining Where Header Error is Happening
- post content and shortcode content displaying out of order
- WordPress video js error this.mediaElement.play is not a function
- How to save page URL as a favorite
- Getting Post ID at “stylesheet” and “template” hooks
- How to store sensitive user data (passwords)
- How can we upload file to root directory of wordpress
- Quick Draft widget (dashboard.php) using custom post_type
- Adding External Gmap JS to WordPress
- First page download plugin
- Custom Post not Deleting on Uninstall
- bindParam? WordPress 4.9.5 SQL LIKE statement %s and %LIKE%
- tweaking the
- Plugin with functions inside a class & how to trigger WP CRON
- external Integration with wordpress timeout error
- add_settings_error on validating plugin options API
- Problem to return more than single line captions
- Unable to show a message after plugin activation
- Use plupload to upload images and save them to custom folder and database table
- How to add conent (text) to Add New pages form of admin in WordPress
- Can I access WordPress API’s from within plugin scripts?
- Is there a way to make is_search() always return false
- Ajax url value to pass ‘variable’ to use in query
- Apply Filters Causing a 500 Internal Server Error
- Open media box library from link
- Elementor Top-Bar
- Is it possible to add Custom Dashboard Widgets to Custom Admin Menu Page?