This is just a matter of reorganising your PHP:
$gallery = do_shortcode('[aigpl-gallery-slider id="1080" dots="false" arrows="false"]');
if ( ! empty( $gallery ) ) {
echo '<div id="photos" class="block" style="margin-top: 50% !important;">'
...
echo $gallery;
echo '</div>';
}
Related Posts:
- How to get the active theme’s slug?
- Preserve custom URL parameter on more pages
- if plugin is active? check if plugin is enabled or not?
- Making plugin unique to not conflict with plugins with the same name
- How to store ACF custom fields data in a custom table
- Trying to disable plugins doens’t work
- Errors while using ajax from external wordpress page
- shortcode doesn’t work
- Have Plugin Handle Specific URLs
- Setting up widgets in wordpress with a unique ID for the after_title argument
- post expire after x days
- How to get all events from ‘All in one Events calender’ plugin in JSON format?
- cURL error 60: SSL certificate problem: unable to get local issuer certificate
- How to Replace Words with Hypertext Link But Ignore Previously Existed Links?
- Make specific products accessible only to a user role in WooCommerce
- Custom form action to handle data inside a plugin
- WP Post Template – Templates in own folder
- Apple push notification doesn’t work
- How to add equivalent of php include to one page (as plugin?)
- Override Plugin Script Fucnction in WordPress
- Image upload and download from front-end
- How to call WordPress function other files
- Conditional attributes and logic per product category
- Using Wishlist Member and I need to access a user’s status
- Why namespaces are rarely used in WordPress plugins?
- Subdomains with almost the same content
- Using window.onload with Ubermenu
- How to include this jQuery File in wordpress?
- PHP Error When a plugin is active
- Inserting custom PHP script on homepage
- Include a php file from another plugin
- Add bcc to contact from on wordpress
- Getting taxonomy images to display on single-post with their terms
- wp-mail attachment is not sent for no reason?
- Custom shortcode for displaying user based on a role parameter
- wp_enqueue_scripts
- How can I fetch data from another website to my wordpress website with mysql database
- Save user total active time after login in wordpress [closed]
- Error When Trying To Login [closed]
- Add the_post_thumbnail_url to a shortcode in function.php
- Adding a Tag Parameter / Filter to My Shortcode
- Modify pages widget and make a plugin?
- eaccelerator PHP error
- Looking for a good way to include php code in posts, but using special include markup rather than direct php code
- Ajax call not working in wordpress through a plugin
- Strange admin-ajax / CSS / $_SESSION issue
- i need to make custom cron_schedule with custom interval time as a parameter into a custom payment gateway plugin wordpress
- Redirect unloggedin users
- How to add custom plugin data to the cart in woocommerce using custom button on product page?
- How to create admin setting for this small plugin
- WP Function does not trigger on Webhook API Call
- Cookie value changes back to previous value after changing
- Allowed memory size of 134217728 … wp-includes/wp-db.php on line 1989
- Undefined offset: 0 in WordPress after latest version upgrade [closed]
- Post source link plugin – small modification
- In a plugin, How to update a json file using ajax
- Can you add a shortcode to a custom post type that gets the post_title, post_content, etc. and then passes that to a plugin function?
- How to create algorithm for ordering posts in WordPress?
- How to use WordPress header function and footer function and not load word press database
- Hooking into the HTML header container
- wp-admin/admin-ajax.php 400 (Bad Request) plugin
- Block plugin update possibilities (but not by hiding notifications)
- WP_get_image_editor resizing images in a foreach loop
- How to echo a PHP Code After the Content
- Show custom taxonomy in theme
- Flexslider empty slide
- Conditional Fields depending on checkboxes
- Soflyy WP All Import Custom File Download Issue
- WordPress Admin sub-level menu issue
- Update (a function) post’s featured image as soon as $image_url changes
- Add class as plugin for other plugins
- Social sharing plugin directing to blank page after post sharing
- How to order users alphabetically by name? in plugin UPME
- Displaying friend’s posts only
- using href when creating wordpress plugin calls empty page instead of php file
- Media Playlist Plugin
- How to add php stylesheet to admin section instead of admin_head hook
- WordPress Background Audio – Continous AutoPlay
- Template from scratch: Sidebars not showing widget
- Contact Form 7: custom validation [closed]
- Enforce conditions only for draft posts using WyPiekacz, ignore pending and published posts
- Replace Dash (-) and Underscore ( _ ) with Space
- How use Dynamic hyperlink on each wordpress post?
- How to execute init or woocommerce_init only for checkout page
- how to restore wordpress backup(.rar) manually?
- White Screen When Includding A Folder With PHP Files
- wordpress jquery is not defined because the head tag is empty
- Two sites one PC
- PHP if url extension action=discussion condition use [closed]
- Shortcode inside a redirect [closed]
- Function not being called on form submit, only blank admin-post.php page
- cURL External API request displays content above other content on page
- How can I save the selected page in the dropdown after anyone clicks on Save Changes?
- Posts in Admin only display 1 Post instead of all Post in admin area
- How can I save the selected page in the dropdown after anyone clicks on Save Changes?
- WordPress Convert queries to slashes using function.php
- Creating a Table Row by Row
- Getting 504 Gateway Timeout Error on AWS Server! [closed]
- WordPress issue – data is not showing in wp-admin, but when searching through database, all the data is there
- WordPress Throwing Deprecated Errors on its own Files