ModDish
Forum Replies Created
-
<script type='text/javascript'> /* <![CDATA[ */ nextgen_highslide_graphics_dir = "http:\/\/testsitenow.com\/wallace\/wp-content\/plugins\/nextgen-gallery\/products\/photocrati_nextgen\/modules\/lightbox\/static\/highslide\/graphics"; /* ]]> */ </script>this url is what im talking about, its on the page when I view page source, but no idea where it is to update it.
Forum: Plugins
In reply to: [Grid Products] does it work with WP 3.7.1?yes it works fine
also, its not just the “advance settings” for the lightboxes. I have notices sometimes moving a site and fixing them address resolves the problem, other times files still use the old address even when advanced settings are updated, its kinda hit or miss and everytime I run into a miss it takes quite a bit of messing around to get it to work.
I have figured out how to do it, that’s not the problem, the problem is as a developer the time required to do it. I move around 3-4 sites a week and losing a half hour to a hour for each adds up fast.
Why isn’t this sites domain ( if you do need it to be stored seperatly instead of using the wordpress system to pull it dynamically it the options , edit in one location, and all other locations are updated.
this would be a serious issue for someone that doesn’t know there way around and could take them days to figure out with the current setup.
even as a developer I really can’t understand why its setup the way it is when it comes to domain names being recorded on install and no easy way to update the value. Not sure if this was an oversight or what but its something that should be addressed…especially in the pro version. MOST sites are developed on a test domain and finally moved to there final location, so this is something allot of people must be running into.
is this something that will be addressed in future releases?
Forum: Plugins
In reply to: [Grid Products] How to enable comment box?in the plugins main php file.
Forum: Plugins
In reply to: [Grid Products] How to display custom fields in the view of the product?after creating the custom fields, you would need to echo them on your single template, or create a product template, have any post that is a product use the new template and then echo on the new template.
Forum: Plugins
In reply to: [Grid Products] product with description, technical specifications etc.you would need to alter the custom post type to have 3 content areas, then create a template to display them as tabs. Without some coding experience you will need to hire someone to make these alterations.
Forum: Plugins
In reply to: [Grid Products] does not work properlyI would need to be able to login or see the site with the problem to help…sounds like a css conflict with your theme.
Forum: Plugins
In reply to: [Grid Products] product with description, technical specifications etc.Can you please elaborate?
Forum: Plugins
In reply to: [Grid Products] Change Price to £edit grid-products
replace
Price $
with
Price £
Forum: Plugins
In reply to: [Grid Products] memory leakhow many pages/posts do you have besides the plugin?
this is a known wordpress issue, after 1500 to 2000 pages/posts it starts to suffer under a shared server with memory limits.
also how did you increase the memory limit? if it was wordpress limit you changes it would have no effect as you are more than likly on a shared host, and the php settings are whats limited, not wordpress’s settings, whats the servers memory limit?
Forum: Themes and Templates
In reply to: I want to make a product gridForum: Reviews
In reply to: [Grid Products] great plugin but needs alot of featursits meant to be simple! if you want something custom, either do it yourself of pay someone , us FREE plugin developers aren’t here to develop your website for you with plugin ad-dons that bloat the plugin for 99% of other people just to appease you. Funny how a “great simple plugin” gets 1 star because your don’t know how to modify it and someone won’t do it for you for free lol
Forum: Plugins
In reply to: [Grid Products] Change permalinkthe only thing you change is the word product, but with wordpress ANY time you make a change to the permalinks or add a new permilink rule, edit it etc you need to goto the wordpress admin permilinks section and click save. This will update the htaccess file with your changes.