<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>THE MOLITOR FORUMS &#187; User Favorites: hhigazy</title>
		<link>http://www.themolitor.com/forums/profile/</link>
		<description>THE MOLITOR FORUMS &#187; User Favorites: hhigazy</description>
		<language>en-US</language>
		<pubDate>Tue, 28 Apr 2026 08:03:21 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.themolitor.com/forums/search.php</link>
		</textInput>
		<atom:link href="http://www.themolitor.com/forums/rss/profile/" rel="self" type="application/rss+xml" />

		<item>
			<title>hhigazy on "Google map disappeared"</title>
			<link>http://www.themolitor.com/forums/topic/google-map-disappeared#post-43617</link>
			<pubDate>Mon, 22 Jul 2019 22:15:37 +0000</pubDate>
			<dc:creator>hhigazy</dc:creator>
			<guid isPermaLink="false">43617@http://www.themolitor.com/forums/</guid>
			<description><p>Regarding Google map I followed the steps of below question and it worked http(s)</p>
<p><a href="http://www.themolitor.com/forums/topic/home-page-map-doesnt-appear-after-adding-ssl-certificate" rel="nofollow">http://www.themolitor.com/forums/topic/home-page-map-doesnt-appear-after-adding-ssl-certificate</a></p>
<p>Thanks for your time and I hope you can have a look on my 2nd question only.
</p></description>
		</item>
		<item>
			<title>hhigazy on "Google map disappeared"</title>
			<link>http://www.themolitor.com/forums/topic/google-map-disappeared#post-43616</link>
			<pubDate>Mon, 22 Jul 2019 21:45:15 +0000</pubDate>
			<dc:creator>hhigazy</dc:creator>
			<guid isPermaLink="false">43616@http://www.themolitor.com/forums/</guid>
			<description><p>Hi Chris,</p>
<p>Thanks for your beautiful theme and you great support.</p>
<p>1) I followed your answers to other users regarding google map enabling APIs and adding credit card and it worked very well.<br />
After I added server name DNS (Godaddy to Bluehost) the google map not anymore working !</p>
<p>2) If I want to put on the map pin for each country and attach documents PDF/Image etc, what format should I use *Page or *Post as I am confused on which one is the right presentation.</p>
<p>Reg-Hub.com</p>
<p>Thank you
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Page not loading in Internet Explorer (IE11)"</title>
			<link>http://www.themolitor.com/forums/topic/page-not-loading-in-internet-explorer-ie11#post-42676</link>
			<pubDate>Wed, 07 Feb 2018 11:10:15 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">42676@http://www.themolitor.com/forums/</guid>
			<description><p>Thanks for following up with your findings! </p>
<p>Keep me posted if this solutions works or if you encounter any issues with it.</p>
<p>Best,</p>
<p>Christopher
</p></description>
		</item>
		<item>
			<title>servicedesk@integrated.at on "Page not loading in Internet Explorer (IE11)"</title>
			<link>http://www.themolitor.com/forums/topic/page-not-loading-in-internet-explorer-ie11#post-42656</link>
			<pubDate>Fri, 02 Feb 2018 02:56:18 +0000</pubDate>
			<dc:creator>servicedesk@integrated.at</dc:creator>
			<guid isPermaLink="false">42656@http://www.themolitor.com/forums/</guid>
			<description><p>and this is off-topic: But I changed the behavior of an empty search result which would by default release the Yield_sign.jpg:<br />
While keeping the text "Sorry, your search did not return any..." I redirected to the main page to display all available posts. This seams to be less "threatening" then the big red 404 sign!<br />
regards,<br />
Felix</p>
<p>Here the snippet from search.php:</p>
<p>    &#60;?php if (have_posts()) { ?&#62;</p>
<p>        &#60;p id="results"&#62;&#60;?php _e('Search returned','themolitor');?&#62; &#60;span&#62;&#60;/span&#62; &#60;?php _e('listing(s)','themolitor');?&#62;...&#60;/p&#62;</p>
<p>        &#60;?php get_template_part("navigation");</p>
<p>         } else {?&#62;<br />
        &#60;p&#62;&#60;?php _e("Sorry, your search didn't return any listings. Try again?",'themolitor'); ?&#62;&#60;/p&#62;</p>
<p>        &#60;script&#62;<br />
        jQuery.noConflict(); jQuery(document).ready(function(){<br />
            jQuery.backstretch("&#60;?php echo get_template_directory_uri();?&#62;/images/Yield_Sign.jpg", {speed: 150});<br />
        });<br />
        &#60;/script&#62;<br />
    &#60;?php</p>
<p>get_template_part('script');<br />
 } ?&#62;</p>
<p>    &#60;/div&#62;&#60;!--end listing--&#62;
</p></description>
		</item>
		<item>
			<title>servicedesk@integrated.at on "Page not loading in Internet Explorer (IE11)"</title>
			<link>http://www.themolitor.com/forums/topic/page-not-loading-in-internet-explorer-ie11#post-42655</link>
			<pubDate>Fri, 02 Feb 2018 02:51:18 +0000</pubDate>
			<dc:creator>servicedesk@integrated.at</dc:creator>
			<guid isPermaLink="false">42655@http://www.themolitor.com/forums/</guid>
			<description><p>Hi Chris,<br />
I managed to repair the site for IE myself:<br />
Here's what I did in script.php.<br />
$args = array(<br />
                        'post_type'      =&#62; 'post',<br />
                        'cat'            =&#62; $homeCat,<br />
                        'orderby'        =&#62; 'name',<br />
                        'order'          =&#62; 'ASC',<br />
                        'hide_empty'     =&#62; 1,<br />
                        'depth'          =&#62; 1,<br />
                        'posts_per_page' =&#62; 800<br />
                    );<br />
                    //$customList-&#62;query('showposts=50&#38;cat='.$homeCat);<br />
                    $customList-&#62;query($args);</p>
<p>Apparently, your query-line if more memory-cost-intensive then using an array and submitting the query parameters via an argument array.<br />
I hope, that won't break anything else, if not, I would encourage you, to implement these modification in your source tree and release a new version!<br />
BTW: although I did not use a timer to monitore the loading time, but it feels also to be loading faster!<br />
regards,<br />
Felix
</p></description>
		</item>
		<item>
			<title>servicedesk@integrated.at on "Page not loading in Internet Explorer (IE11)"</title>
			<link>http://www.themolitor.com/forums/topic/page-not-loading-in-internet-explorer-ie11#post-42654</link>
			<pubDate>Fri, 02 Feb 2018 02:01:23 +0000</pubDate>
			<dc:creator>servicedesk@integrated.at</dc:creator>
			<guid isPermaLink="false">42654@http://www.themolitor.com/forums/</guid>
			<description><p>Hi Chris!</p>
<p>I did some further debugging with IE, and it appears, that it's definitely a memory problem. The debugging console throws a SCRIPT14 Error "Not enough storage". I found some other people having similar problems, and the suggested solution was to decrease the amount of data sent to the client per request.</p>
<p>So my thought is: maybe, instead of loading all posts at once, maybe one can first count the total amount of posts and then load them in slices of - say 100 posts - and then the next 100 etc...</p>
<p>So here's my question: Would you be willing to optimize that theme in a way, that it will support somewhere  up to 1000 pins on the map an will load faster and also on Internet Explorer?<br />
BTW, how you archive the load reduction would be up to you, in case you are willing to optimize and the customer is willing to pay;-)</p>
<p>Where do I request a quotation? </p>
<p>regards,<br />
Felix
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Page not loading in Internet Explorer (IE11)"</title>
			<link>http://www.themolitor.com/forums/topic/page-not-loading-in-internet-explorer-ie11#post-42571</link>
			<pubDate>Thu, 04 Jan 2018 15:08:50 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">42571@http://www.themolitor.com/forums/</guid>
			<description><p>Yes!</p>
<p>By using a category URL in the custom URL field on the post edit screen, you can turn any pin/marker into a category item.</p>
<p>Best,</p>
<p>Christopher
</p></description>
		</item>
		<item>
			<title>servicedesk@integrated.at on "Page not loading in Internet Explorer (IE11)"</title>
			<link>http://www.themolitor.com/forums/topic/page-not-loading-in-internet-explorer-ie11#post-42564</link>
			<pubDate>Thu, 04 Jan 2018 14:09:25 +0000</pubDate>
			<dc:creator>servicedesk@integrated.at</dc:creator>
			<guid isPermaLink="false">42564@http://www.themolitor.com/forums/</guid>
			<description><p>Hi Christopher!<br />
thank your once more for your answer.<br />
Regarding categories: the sites does have many categories at this point.<br />
How ever all I can do is either choose a start-categoriy that will show a sub-set of available locations, or create a dummy-start-page that will have one location.<br />
Would it be possible to create location pins for categories?
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Page not loading in Internet Explorer (IE11)"</title>
			<link>http://www.themolitor.com/forums/topic/page-not-loading-in-internet-explorer-ie11#post-42531</link>
			<pubDate>Tue, 26 Dec 2017 13:43:49 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">42531@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>I'm pretty sure the issue is related to the volume of posts that are being loaded on the page. I'd imagine that causing significant loading times (regardless of browser used) as each location item has an individual script that fires.</p>
<p>Unfortunately writing a custom script goes beyond the support services I provide here. I best recommendation is to break up your locations into categories and try and get that number down to 200-300 for each group.</p>
<p>Best,</p>
<p>Christopher
</p></description>
		</item>
		<item>
			<title>servicedesk@integrated.at on "Page not loading in Internet Explorer (IE11)"</title>
			<link>http://www.themolitor.com/forums/topic/page-not-loading-in-internet-explorer-ie11#post-42523</link>
			<pubDate>Sat, 16 Dec 2017 13:37:10 +0000</pubDate>
			<dc:creator>servicedesk@integrated.at</dc:creator>
			<guid isPermaLink="false">42523@http://www.themolitor.com/forums/</guid>
			<description><p>Hi Chris!</p>
<p>I tried some WP Cache plugins, but they do not make things better.</p>
<p>It's a pitty, but I have to support that old browser and it's ~13% market...</p>
<p>My idea was following: what about a small javascript checking the browser-version, and if the browsercheck returns IE, then simply not enumerating all available posts when loading index.php - say limit at maximum 350 posts.</p>
<p>What remains to be unclear so far is: which part kills IE: the enumeration-job (hardly can believe) or the pin-setting action on the map...</p>
<p>As I can imagine, that your time and will for such an enhancement is limited - maybe you can give me a clue on where to look for in the source.</p>
<p>thanks so far,</p>
<p>pre-christmas greetings from Austria,</p>
<p>Felix
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Page not loading in Internet Explorer (IE11)"</title>
			<link>http://www.themolitor.com/forums/topic/page-not-loading-in-internet-explorer-ie11#post-42515</link>
			<pubDate>Fri, 15 Dec 2017 12:30:04 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">42515@http://www.themolitor.com/forums/</guid>
			<description><p>Ah, that could be the issue. Unfortunately I don't have access to IE anymore, so my ability to troubleshoot that specific browser is limited. If it's working in every other modern browser, it's very likely an issue with the IE JavaScript engine.</p>
<p>I will say, this theme was built with the intention of it being a simple location guide. I never really envisioned more than 200-300 items on the map, so I never tested for performance with that volume. </p>
<p>Since you clearly have a very large volume of data, I might recommend using a static page for your home page and breaking up all your posts into groups of categories (if applicable).</p>
<p>That would definitely speed up the performance of the site and address the issue you're having with IE.</p>
<p>Besides that, I would recommend looking into CDN services and trying out various "cache" plugins. That could help as well.</p>
<p>Best,</p>
<p>Christopher
</p></description>
		</item>
		<item>
			<title>servicedesk@integrated.at on "Page not loading in Internet Explorer (IE11)"</title>
			<link>http://www.themolitor.com/forums/topic/page-not-loading-in-internet-explorer-ie11#post-42491</link>
			<pubDate>Fri, 15 Dec 2017 06:19:45 +0000</pubDate>
			<dc:creator>servicedesk@integrated.at</dc:creator>
			<guid isPermaLink="false">42491@http://www.themolitor.com/forums/</guid>
			<description><p>Hi Chris,<br />
I think, I have a clue on this issue: after all my efforts to clone the site, create an entirely new one, change the theme to the factory-version from you, using the default themes etc... I changed from the 542 released articles batches of 28 articles to status draft...  once I was down to 442 - so 100 less - IE was loading the page after a while.<br />
So here's my quesion: is there any maximum post limitation for the theme or wordpress? Or is IE having troubles with it's javascript engine?</p>
<p>thanks for your continuing effort to help me. I appreciate that a lot.<br />
regards,<br />
Felix
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Page not loading in Internet Explorer (IE11)"</title>
			<link>http://www.themolitor.com/forums/topic/page-not-loading-in-internet-explorer-ie11#post-42463</link>
			<pubDate>Thu, 30 Nov 2017 13:01:51 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">42463@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>Are you have the same issues with the demo site?</p>
<p>Reference: <a href="http://themes.themolitor.com/wpnavigator/" rel="nofollow">http://themes.themolitor.com/wpnavigator/</a></p>
<p>This is important for me to know in troubleshooting this issue.</p>
<p>Best,</p>
<p>Christopher
</p></description>
		</item>
		<item>
			<title>servicedesk@integrated.at on "Page not loading in Internet Explorer (IE11)"</title>
			<link>http://www.themolitor.com/forums/topic/page-not-loading-in-internet-explorer-ie11#post-42454</link>
			<pubDate>Fri, 24 Nov 2017 08:13:40 +0000</pubDate>
			<dc:creator>servicedesk@integrated.at</dc:creator>
			<guid isPermaLink="false">42454@http://www.themolitor.com/forums/</guid>
			<description><p>Hi Chris,<br />
I tried, I downloaded a fresh copy and switched the theme.<br />
Unfortunately same problem...<br />
As this is a production site, I cannot let it run with the unmodified theme. As there is a major timeshift between our locations, how can we manage you to see the unmodified result anyway?<br />
Maybe we could define a certain time, based on the same Timezone?<br />
BTW I have tried to copy the DB and the whole WP dir to a new location, how ever I was not successful..<br />
I would really appreciate your help.<br />
Thanks.
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Page not loading in Internet Explorer (IE11)"</title>
			<link>http://www.themolitor.com/forums/topic/page-not-loading-in-internet-explorer-ie11#post-42447</link>
			<pubDate>Wed, 22 Nov 2017 16:41:04 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">42447@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>I'm noticing a lot of customizations on your site. Are you have the same issues with the demo site? </p>
<p>Reference: <a href="http://themes.themolitor.com/wpnavigator/" rel="nofollow">http://themes.themolitor.com/wpnavigator/</a></p>
<p>Let me know.</p>
<p>Best,</p>
<p>Christopher
</p></description>
		</item>
		<item>
			<title>servicedesk@integrated.at on "Page not loading in Internet Explorer (IE11)"</title>
			<link>http://www.themolitor.com/forums/topic/page-not-loading-in-internet-explorer-ie11#post-42440</link>
			<pubDate>Tue, 21 Nov 2017 05:07:18 +0000</pubDate>
			<dc:creator>servicedesk@integrated.at</dc:creator>
			<guid isPermaLink="false">42440@http://www.themolitor.com/forums/</guid>
			<description><p>Hi,<br />
I'm using the most current release of the theme, and I have a valid API-Key.<br />
The Website's URL is <a href="http://ngoprojects.globaleverantwortung.at/" rel="nofollow">http://ngoprojects.globaleverantwortung.at/</a><br />
It working fine with Firefox and Chrome, but won't load at all in Internet Explorer.<br />
It get's worse, as IE crashes after a while and complains about a script that is taking to long to load.<br />
How ever, I interrupt soon enough by hitting the ESC Key, the script is interrupted and the site partly loads.<br />
Unfortunately, IE is still the most commonly used browser so it's a big problem.<br />
What I've done so far:<br />
Created a new wordpress instance, loaded the theme (works)<br />
Switched the theme in the not working instance to wordpress default twentyXXX theme (works)<br />
Kept the theme, deactivated all other plugins (still not working)<br />
So my conclusion is, that it must be related to the theme in a way or an other as a simple theme-switching loads the site...<br />
There should also be 542 locations, how ever, only 483 are shown...<br />
Please help me find a solution for this problem!<br />
regards,<br />
Felix
</p></description>
		</item>

	</channel>
</rss>
