wrip
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How to escape && in jQuery script?Yes I did put it in the “Text” tab.
Forum: Everything else WordPress
In reply to: How long does it usually take to develop WP plugins?I have been doing web development for many years but I still get worried whether my speed and style of work is fast, normal or slow as compared to other developers. I don’t consider myself very fast. I am either normal or slow but I am certainly very detailed and cautious. Like you’ve said, it takes what it takes me to do it because that’s my work style. It usually concerns me when I have to send quotes to the clients because I may end up quoting lot more than other developers because of my work style. That’s why I’m not sure how to work out a right plan. Any advice?
Forum: Everything else WordPress
In reply to: How long does it usually take to develop WP plugins?@catacaustic Thanks for your reply. I’ll be working on some custom development myself. I am trying to figure out if my speed of work is similar to someone who has done something similar. Are you able to give me an example of a plugin that took you say 100 – 200 hours so that I can see the complexity of the plugin and the time it took?
Forum: Everything else WordPress
In reply to: Who should buy the WordPress themes – client or developer?Ok. For instance a developer hands over the site to the client and there is no agreement made about future maintenance, then does the developer need to transfer the license to the client? If the license was originally purchased by the developer, it will have the developer’s name and the login to the support forums will have the credentials of the developer. Can the license be transferred?
Forum: Everything else WordPress
In reply to: Who should buy the WordPress themes – client or developer?@senff, what about the license for the theme in this case? The developer holds the license, am I right? Then if the client wants to receive any support for the theme in the future through the theme’s forums, they won’t be able to do so?
Thanks for all the answers.
Yeah I used Easy Modal too. It works there.Forum: Fixing WordPress
In reply to: Exporting selected pages to another WP website@birgire Not sure what you meant by “restricting the import”….
Forum: Fixing WordPress
In reply to: How to separate content into image and text?Thanks for pointing out the Child Themes. That’s something I need to figure out. I was trying to override some of the php files in the parent theme such as sidebar.php. I created a modified version inside the child template but it doesn’t seem to recognise it. Do you know how to make this work? I had a look at the link you suggested but I still couldn’t figure out or is it not possible?
Forum: Fixing WordPress
In reply to: How to separate content into image and text?Thanks for the quick answers. Yes I might have to modify the themes but that’s fine. I am currently using Imbalance theme but have been making some big changes to it.
I am trying to create a photo gallery website. I’d like to have the attached image or featured image to display as the main content. Then the text description will be styled as a separate div under the image (perhaps using a jquery to hide it). So basically I need a way to separate those 2 contents. Yes I can attach CSS classes to the tag elements but I don’t prefer doing it when adding content. It’ll be a bit time consuming and not a right way (I think). Christine’s suggestions may work very well. I will look into those plugins. They sound promising.
Forum: Fixing WordPress
In reply to: What is the equivalent of the_post() for page?great. thanks!