gojak
Forum Replies Created
-
Forum: Plugins
In reply to: [Members Only] [Plugin: Members Only] redirect loopHi,
Good thing you reminded me that I posted here. ??
Well, it seems that guys that were supposed to install that server have installed IIS server instead Apache. After installing Apache thay had a problem configuring Apache rewrite mod, and the only solution was to redirect to a html page (html page inside wordpress root folder that is using theme images and css). So it seems that Apache rewrite mode has to be configured in certain way. Anyway, I have found another solution for that website and now I am using other plugins.Cheers!
Forum: Plugins
In reply to: [Members Only] [Plugin: Members Only] redirect loopPlugin works, server is not configured properly.
Forum: Plugins
In reply to: [CleanPrint] CleanPrint ?Uh-oh I forgot about this post. Thanks
Forum: Fixing WordPress
In reply to: how to load XML path in embed flash objectIf you are still interested:
if you are using AS2 solution to your problem is to put xml file or folder in wordpress root folder. In your AS2 path to xml file would be something like
node.load("xml/data.xml");
where “xml/ is folder and data.xml”); is your xml file. Then you will have relative path and won’t have to torture yourself with server path issue.Forum: Plugins
In reply to: [Member Access] Denied accessNo
Forum: Plugins
In reply to: [JQuery Mega Menu Widget] [Plugin: JQuery Mega Menu Widget] delay mouse outThank you so much.
Cheers!
Forum: Plugins
In reply to: [JQuery Mega Menu Widget] [Plugin: JQuery Mega Menu Widget] delay mouse outOh dear, wrong post. Sorry
I have issue with JQuery Drop Down Menu…Forum: Plugins
In reply to: [JQuery Mega Menu Widget] [Plugin: JQuery Mega Menu Widget] delay mouse outOnly adding slow and fast in milliseconds input area works. I wanted to add really really slow closing delay b-b-b-ut I can’t.
Editing this field in .js file doesn’t do anything also
`if(defaults.event == ‘hover’){
// HoverIntent Configuration
var config = {
sensitivity: 2, // number = sensitivity threshold (must be 1 or higher)
interval: 100, // number = milliseconds for onMouseOver polling interval
over: megaOver, // function = onMouseOver callback (REQUIRED)
timeout: 400, // number = milliseconds delay before onMouseOut
out: megaOut // function = onMouseOut callback (REQUIRED)
};
$(‘li’,$dcMegaMenuObj).hoverIntent(config);
}`https://www.vareen.co.cc/documentation/the-piecemaker-documentation/
Here is the similar problem for Joomla
Can’t upload any image, actualy the images go for the server but don’t appear on assets.
I have the same problem. Reinstalling doesn’t help… I tried to change permissions but the problem is the same. Images are uploaded as “httpd” owner (Apache?)when using Piecemaker uploader. I have tried ftp upload and changing all files and permissions via ftp but there are no results.