wisam-mo
Forum Replies Created
-
Forum: Plugins
In reply to: [W3 Total Cache] Minify adds 1000ms to the page load!Is Page cache enabled and what is the caching method are you using for Page Cache and minify?
we can’t use page cache, coz we are currently providing country specific content.
for minify, I am using the automatics setting. and the default settings. using disk minify.
Thanks!Forum: Plugins
In reply to: [W3 Total Cache] Minify adds 1000ms to the page load!we are on dedicated server.
using https://www.bytecheck.com/
I get these results:
– with minify on:
average: 4100 ms
– without minify:
average: 2850 msThank you for your response.
and sorry for late replay.
how can I usually talk to support. rather than the forum here, can I set the email for support communication, rather than the admin email.there was a problem that after disabling page cache. it was still served from page cache enhanced folder. and there was a conflict with other plugin (wpbrain used for detection of country). the conflict was with the object cache. now we use the database cache instead. and the site is stable now.
I have few other questions about cloudflare and FSD CDN.
where can I ask about.can I used cloud flare subscription as CDN for serving images only, not full site.
Thanks!
Hello!
I could find a solution:
edit file:
assets/js/countrySelect.js
find:
if (that.countryList.hasClass("hide") && !that.countryInput.prop("disabled")) { that._showDropdown(); }
replace with:
if (that.countryList.hasClass("hide") && !that.countryInput.prop("disabled")) { that._showDropdown(); }else { that._closeDropdown(); }
then minify the file and replace with the file assets/js/countrySelect.min.js
- This reply was modified 5 years, 4 months ago by wisam-mo.
Forum: Plugins
In reply to: [Max Mega Menu] Plugin Incompatibility?hello!
I could use max mega menu with conditional menus.
and it seems working.The only problem is that to edit a max mega menu i have to assign the menu to a location which support max mega menu, after then I could access the ‘mega menu’ button.
is there a way to make the ‘mega menu’ button visible/enabled on all menu even if it doesn’t have mega menu enabled.
Forum: Reviews
In reply to: [Order on Mobile for WooCommerce] Needs localization supportI could translate it into Arabic.
But first the plugin needs to support localization by using the translation functions.Forum: Fixing WordPress
In reply to: How to move the rich text editor in post edit page to the bottomOk! Thanks!
I can’t repost the question there! and I can’t delete it here!- This reply was modified 7 years, 5 months ago by wisam-mo.
Forum: Themes and Templates
In reply to: how to prevent from showing into wp grid galleryi’m using bones starter theme
Forum: Plugins
In reply to: this is the best google maps pluginthank you Timothy..
that’s really helped…Forum: Plugins
In reply to: What is the best "action" to redirect in to another pagecan i put it in “init” action or “wp-load” action…
can any body help you…Forum: Hacks
In reply to: how to hide notes formated post from the blog index pagei want your help guys…
Forum: Plugins
In reply to: PhotoQ photoblog plugin (who is manu provider)please help.
is there any way, or www.ads-software.com tool to rate the plugin compatability…
i want to use wp 3.2.1 and i can’t give up photoq…Forum: Plugins
In reply to: PhotoQ photoblog plugin (who is manu provider)another thing
its seems compatible with wp 3.2.1 unless the compatability warning…
how to know if it is compatible…Forum: Fixing WordPress
In reply to: tiny problem with post_content & php (how to remove \n )or I can use nl2br()
Forum: Fixing WordPress
In reply to: tiny problem with post_content & php (how to remove \n )I resolved it by next new code:
onmousemove="ShowTooltip('<?php echo str_replace("\r\n","<br />",htmlspecialchars(post_custom('tooltip'))) ?>')"
I add \r before \n