Forum Replies Created
-
AuthorPosts
-
Ernest Marcinko
KeymasterHi!
I checked the site given on chrome/firefox/explorer but it seems ok. May I ask on which browser are you experiencing this issue? If you check it on another browser, then is it ok?
I attached a screenshot of how I see the results. Do you see the same, or is the distance bigger?
Ernest Marcinko
KeymasterHi!
Sorry for the late answer, I investigated the issue on my server, but I couldn’t get any good results.
Can you please add more details about the issue above?Are you doing a search when the tabs are opened, or the performance goes up only by opening the tabs?
There is one possible thing, that can cause this:
Precaching. If the precaching in the caching settings is activated, it parses through the posts and saves the image thumbnails, it’s a processor-heavy operation on some servers. (it depends on the amount of posts and the complexity of the post content)
Please try to turn off the precaching and let me know how it affects the cpu load, it may help.If not, then I will figure out another solution as well.
Ernest Marcinko
KeymasterThere was some kind of jQuery error triggered by some of the plugins or templates which is couldn’t locate. I rewrited some parts of the backend scripts in the polaroid slider to avoid these errors.
It looks like it is going to work now. Let me know!
Ernest Marcinko
KeymasterPlease check the username/password combination, I couldn’t login to the test site nor to the live site.
Ernest Marcinko
KeymasterThank you!
Ernest Marcinko
KeymasterThere is a documentation inside the zip file you download from the codecanyon. When you unzip it, there must be also a documentation.zip file inside of it. (at least this is how I upload it to codecanyon, it is required)
However this is not a known issue, most likely a conflict with another plugin or template. Can you please provide temporary ftp/administrator access to the website? I will take a look at the problem myself and fix it if possible asap.
You can add the website details if you edit your first post in this thread, so nobody else will see them, only me and you.
-
This reply was modified 12 years, 6 months ago by
Ernest Marcinko.
Ernest Marcinko
KeymasterHi!
I see what you are trying to do here. You want the portfolio links to show as it’s on the main page, not as separate posts. I’m not sure if this is possible, however changing the links won’t help, I’m 100% sure. It is most likely that the template has a jQuery code, that is responsible for that effect. It must be bound to a “class” element or something similar. However I’m not sure that adding the proper class would help.
After examining the code, I found that the http://pexetothemes.com/demos/photolux_wp/wp-content/themes/photolux/js/grid-gallery.js is creating the slide/load effect, that you want. However I’m unable to tell how to modify the search output to make it work properly. Can you please consult with the theme creator? He may advise what exactly needs to be done with the search output, and then I will make the proper modifications for you.
Ernest Marcinko
KeymasterHi!
Before I log into your site I may advise you. Create a div element with the desired width and put the search shortcode inside of it, like this:
<div style='width:400px;'> <?php echo do_shortcode("wpdreams_ajaxsearchpro..."); ?> </div>Replace the second line with the proper shortcode found in the search configuration page. Let me know if it helps.
Ernest Marcinko
KeymasterHi!
Well, there is no possible way for this to do from the administrator area. It’s only possible by editing the search code. I’m not sure how experienced you are in wordpress programming, but are you using those urls elsewhere also? Are they coming from a plugin? Is there maybe a wordpress filter that is applied elsewhere (in plugin, template) that creates those kinds of urls? Is this kind of url redirecting to the desired page?
Let me know if you know anything about these, and we will figure out a solution.
Ernest Marcinko
KeymasterOf course!
Open up this file from your ftp program or from inside the plugin editor of wordpress: wp-content/plugins/download-manager/css/front.css
Make a new line at the beginning of that file and add the following lines:
.probox .proinput .loading { padding:0 !important; position: static !important; }Save the file and refresh your page. It should be ok after this editing.
Ernest Marcinko
KeymasterOk!
I think I have found it. It’s coming from the download manager plugin css. If you add this code in any css file or in the header of the website, it will fix the black box:
.probox .proinput .loading { padding:0 !important; position: static !important; }Ernest Marcinko
KeymasterHi!
Unfortunately I need to see this live, I cannot tell by the code you gave me. The slider shouldn’t conflict with any other plugin, but when it does, it’s probably because of a very unusual template code or plugin code.
I’ve seen you give me a bad comment already on codecanyon, you are about right, but I’m sorry, I had some serious issues and I could not answer to anyone.
If you still interested please try to give me a website url with temporary/ftp accounts so I can see and fix the problem asap.
November 14, 2013 at 9:36 am in reply to: Redirect to search results page when clicking on search icon? YES #791Ernest Marcinko
KeymasterHi!
This option basically redirects to the default wordpress search results. By default the original wordpress search cannot search custom taxonomies and custom fields, that is why you cannot see any results. There are plugins out there which may help, like Relevanssi, but there is no 100% solution for this yet.
Ernest Marcinko
KeymasterHi!
Sorry for the late answer. I wasn’t home for a week, couldn’t answer any support ticket, had some family issues.
Can I see this issue on your website? It’s probably only a small css incompatibility.
Ernest Marcinko
KeymasterHi!
Thanks for the heads up! In the next version I will test all of this and properly rewrite the documentation!
-
This reply was modified 12 years, 6 months ago by
-
AuthorPosts