• Resolved phildoughty

    (@phildoughty)


    Responsive Photo Gallery is not working now on a different wordpress install. All I’m getting is the gallery title, a horizontal rule but no images are showing.

    What I’ve done so far:

    • Downloaded theme & database
    • Reinstalled wordpress on my local server
    • Imported database
    • Reinstalled & activated all plugins
    • Checked urls (all working fine)

    All Other plugins (except Responsive Photo Gallery) are working as expected.

    Is there a different location where the gallery data for the database is stored other than the main websites install?
    Is there anything else I’m missing?

    https://wordpress.org/plugins/responsive-photo-gallery/

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author weblizar

    (@weblizar)

    Can you share me your gallery page url?

    Thanks

    Thread Starter phildoughty

    (@phildoughty)

    This is a Screenshot of the page. I know that image doesn’t really help much but the migrated site is on my local machine. This is the empty gallery screenshot. Shouldn’t the gallery data be added to the main wordpress database?

    I’ve deactivated all other plugins except Responsive Photo Gallery and still get the same problem. Is there any other code. This is the inspected code of where (I guess) the plugin markup should go:

    <article class="post-11 page type-page status-publish hentry" id="post-11">
    			<header>
    				<h1 class="entry-title">Gear</h1>
    			</header>
    			<div class="entry-content">
    				    <script>
            jQuery.browser = {};
            (function () {
                jQuery.browser.msie = false;
                jQuery.browser.version = 0;
                if (navigator.userAgent.match(/MSIE ([0-9]+)\./)) {
                    jQuery.browser.msie = true;
                    jQuery.browser.version = RegExp.$1;
                }
            })();
        </script>
    
        <style>
    	.modal-backdrop.in {
    		display:none !important;
    	}
        .b-link-fade .b-wrapper, .b-link-fade .b-top-line{
            background: rgba(49, 163, 221, 0.5);;
        }
        .b-link-flow .b-wrapper, .b-link-flow .b-top-line{
            background: rgba(49, 163, 221, 0.5);;
        }
        .b-link-stroke .b-top-line{
            background: rgba(49, 163, 221, 0.5);;
        }
        .b-link-stroke .b-bottom-line{
            background: rgba(49, 163, 221, 0.5);;
        }
    
        .b-link-box .b-top-line{
    
            border: 16px solid #31A3DD;
        }
        .b-link-box .b-bottom-line{
            background: rgba(49, 163, 221, 0.5);;
        }
        .b-link-stripe .b-line{
            background: rgba(49, 163, 221, 0.5);;
        }
        .b-link-apart-horisontal .b-top-line, .b-link-apart-horisontal .b-top-line-up{
            background: rgba(49, 163, 221, 0.5);;
        }
        .b-link-apart-horisontal .b-bottom-line, .b-link-apart-horisontal .b-bottom-line-up{
            background: rgba(49, 163, 221, 0.5);;
        }
        .b-link-apart-vertical .b-top-line, .b-link-apart-vertical .b-top-line-up{
            background: rgba(49, 163, 221, 0.5);;
        }
        .b-link-apart-vertical .b-bottom-line, .b-link-apart-vertical .b-bottom-line-up{
            background: rgba(49, 163, 221, 0.5);;
        }
        .b-link-diagonal .b-line{
            background: rgba(49, 163, 221, 0.5);;
        }
    
        .b-wrapper{
            font-family:Georgia; // real name pass here
        }
        </style>
    
            <div id="gallery1" class="gal-container">
                <!--get the post id-->
            		<div id="gal-container-146" style="display: block; overflow:hidden;">
    						<!-- gallery title-->
    			<div class="rpg-gal-title">
    				Toby’s Gear			</div>
    						<!-- gallery photos-->
    			<div style="">
    							</div>
    		</div>
            </div>
    
    			</div>
    			<footer>
    								<p></p>
    			</footer>
    
    		</article>
    Plugin Author weblizar

    (@weblizar)

    Please try to create gallery again and then re upload the images from your local.

    Thanks

    Thread Starter phildoughty

    (@phildoughty)

    Your suggestion defeats the purpose of using the backed up database. I want to bring back the previous galleries without recreating them from scratch. Is this possible? Can it be done?

    Plugin Author weblizar

    (@weblizar)

    Hi Phildoughty,

    Currently pluign store images URLs into database.

    And if you made all galleries on localhost than all URLs saved with respect of localhost.

    For Example:
    Localhost URL – http://localhost/
    Server URL – http://example.com

    And you migrated plugin. So, all the image URLs pointing to localhost and that’s why images not loading on new server.

    What we need to do, just update a word as below
    localhost → example.com

    This will fix image loading issue.

    We will soon push an update to regarding this bug after that URLs will dynamically change according to new host.

    But for now contact through our site, we will help you to update all URLs in easy way.

    Thanks
    Weblizar

    Thread Starter phildoughty

    (@phildoughty)

    I’m actually going the other way because the site hosting will soon expire ie: examplesite.com → localhost

    Thank you for your replies, I will try again later.

    Plugin Author weblizar

    (@weblizar)

    OK no problem.

    We are always available to help you.

    Thanks
    Weblizar

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Migrated to new host & short codes ignored’ is closed to new replies.