stosun
Forum Replies Created
-
Thank you Denys,
Now, I try to learn what I can do with wp-propery and create a theme. When I have a grasp of it, I have to purchase supermap and agent extensions for my client.
I had another question about create two or three level cascading lists for search form, i.e. to select city, county and small area, depending on each other.
Do you have any idea?
RegardsForum: Plugins
In reply to: [Cool Video Gallery] Folder Scan doesn't work at CVG 1.6Last month, I had two issue and wrote two posts related your cool-video gallery plugin. Because, I looked for a solution and your last replies was at 5 months ago. So, I looked for a help from support forum.
One is on non-english characters and later I wrote the solution to help the other people.
The other was on scan folder problem I faced ( ? didn’t know why I faced, at that time) and there was similar posts at forum and there was no correct solution to me.
Firstly, There was a conflict between cool-video-gallery fancybox and nextgen gallery optimizer fancybox plugins.
I made some modifications at plugin to solve conflict problem, this was main object and meanwhile this solved loading problem at unnecessary pages.
At conclusion, I sent two posts; one is too helpfull to community according to me, the other is a seeking to solve some issues from some people faced before.
I believe that this discussion give some ideas to people who search to optimize plugin working.
Some people can live some issues when using a plugin and the issue may be from plugin working or from plugins conflict or from theme etc. problems. So, it is very usual to discuss it at related forum according to me to get any feedback.
RegardsForum: Plugins
In reply to: [Cool Video Gallery] Folder Scan doesn't work at CVG 1.6Hi,
Yes, you right, I added to avoid loading scripts.
First, I had added only is_page without is_admin, But, it cause not to scan folder issue.
Then, I added is_admin, so scan folder worked properly.Forum: Plugins
In reply to: [Cool Video Gallery] Folder Scan doesn't work at CVG 1.6Ok, here is what I do;
There are two functions at cool-video-gallery.php to load javascript and css files.
one is function gallery_script(), the other is function addPlayerHeader().I insert below code to each functions;
if (is_admin() || is_page(array(page_id1,pageid_2)) ) {… }Last sitiuations are like that,
function gallery_script() {
if (is_admin() || is_page(array(page_id1,pageid_2)) ) { ………}and
function addPlayerHeader(){
if (is_admin() || is_page(array(page_id1,pageid_2)) ) { …..}page_id1,pageid_2 are page numbers, which I want only to load cool-video-gallery at.
That is all.
Sorry my english, may be you write this code snippet more professsionally.
RegardsForum: Plugins
In reply to: [Cool Video Gallery] Folder Scan doesn't work at CVG 1.6Hi,
I solved it, don’t mind.
I had put some conditional statements like is_page to avoid loading your plugin at all wordpress page, that statement caused not to scan folder properly. After adding is_admin to conditional statement, it works properly.
RegardsHi Igrimsley,
Here are versions I used; plugin 2.06.09, and wp 3.5.
I had the same issue, unfortunately.
If you find any workaround solution, could you share here please?
RegardsForum: Plugins
In reply to: [FireStorm Professional Real Estate Plugin] Search Doesn't WorkSome more detail about above issue;
At site given above post, “search by location” works properly as seen sitebar.
I remove lines related price from widget_search.php to make a test, and there is no custom search field, so I try to search only by locations in reality, still it doesn’t work.
Where have I to do point to?
Any suggestion or help will be so appreciated.
RegardsHi,
This occurs when if original image sizes are different. When caching, plugin resizes image according aspect ratio, regardless of size given singlepic shortcode.Forum: Plugins
In reply to: [Cool Video Gallery] Turkish charset problem at video descriptionHi,
You can find a solution in order to solve non-english characters issue;
Open up wp-content/plugins/cool-video-gallery/cool-video-gallery.phpJust search for the following line…
$video[‘title’] = htmlentities($video_details[0]->description);
And replace it with the following…
$video[‘title’] = $video_details[0]->description;This solution was found by Mark Jeldi, author of NextGEN Gallery Optimizer Plugin, with our negotiations.
Thanks to Mark.Forum: Plugins
In reply to: [Cool Video Gallery] Turkish charset problem at video descriptionHello,
I found collations fields at database and change the collations of related tables and their fields to utf8_general_ci or utf8_unicode_ci.
After that, I delete existing gallery and videos and created new ones.
But, Turkish characters are still not shown properly.
Any help will be so appreciated.
RegardsAfter to start using fancybox, “turning circle” for loading started.
Forum: Plugins
In reply to: [Contact Form 7] never receiveIt sends emails only to account email address, not to any other email address.
I don’t know this issue is related to plugin or hosting server setting.
Forum: Plugins
In reply to: [Special Recent Posts] how change color of horizontal line bottom of boxNevermind. I found it as border at css file and made necessary change.
Forum: Plugins
In reply to: [Special Recent Posts] is it possible to use two different styling?Thanks.
I use FREE version for time being, but I plan to go to PRO version.
Now, I evaluate my client’s needs and plugin’s capabilities.
So, on next days, I may post some more questions at new titles.
RegardsForum: Plugins
In reply to: [Special Recent Posts] is it possible to use two different styling?Hello Luca,
Thanks for your quick reply.
As I wrote above, I try to use plugin by shortcode not widget.
Is it still possible with shortcode? I can define different classes at CSS file , but what should I define at shortcode?
Regards