Recent content by prosystems

  1. P

    Need a bunch of photos enhanced

    You can sharpen any picture with gradients. You can easily make a mobile phone picture look sharper or just better in general. If its for web, screen resolution 72dpi, then you are probably fine. Its pretty obvious that working from a high quality original will likely result in a better quality...
  2. P

    Review my Tech Blog

    Site looks great imo. Very Clean. You might like it if you invert the post-title box/ font color by adding this to your custom css: .grid-big .hentry h2.post-title a {background: #222; color: #FFF} .grid-small .hentry h2.post-title a {background: #222; color: #FFF}
  3. P

    Create textbox in wordpress

    Sounds like you need conditional logic in your forms, kind of interactive forms where selecting one option changes the form. Many forms can do this. I know that gravity forms is easy to use and I think it will do what you are asking.
  4. P

    Review my website

    Slider images aren't the size of the slider container. Slider images should be 605 x 300. They are currently 450x300. Header logo image is cutoff. CSS rule: #image-logo a {width: 300px} is cutting it off. Either make the image width smaller than 300px or change the rule in your custom css /...
  5. P

    how to back up wordpress site?

    Cpanel full backup / backup wizard. Wordpress plugin called Backwpup (save to different directory, cloud, or computer)
  6. P

    Where can I learn to Go more about setting up WordPress websites?

    YouTube with the right search phrases can be a good source for tuts. More advanced problems will likely not be addressed and you can find advice from wordpress support forums or from wordpress answers. Wordpress is designed largely to be very easy to use and the community is generally very...
  7. P

    WordPress vs Html, php & CSS

    I would say go with wordpress if you think there is a good possibility you will be expanding the site for for more uses than just a presentation of text and images. As stated before Wordpress is very flexible and you can add many plugins to facilitate user interaction which will increase your...
  8. P

    WordPress plugins you can't live without

    Im going to say Shashin Photo (also does video) but that is just because all the usual suspects have been mentioned.
  9. P

    WordPress E-Commerce Opinions

    I have used Magento, e-commerce and woocommerce. As of right now I am happier with woocommerce simply because I'm not having to code as much. I am finding plugins that I can either use the code from to integrate into wordpress php. I haven't posted a question to woo support but I have read many...
  10. P

    Blog (With Wordpress) or Self-Built Website?

    You can do what they call Flatten to HTML. Basically converting Wordpress to HTML. Not really sure I would take this approach with an ecommerce site though. Depends on how often you are updating/adding products and if you are crossposting to social media.
  11. P

    i have problem in writing posts on wordpress

    Disable all plugins, especially ones that are adding features to your text editor. Try to replicate the error. If it persists, then switch your theme to twentytwelve or twentythirteen or twentyfourteen. Try to replicate the error. If the error persist then I guess reinstall Wordpress although I...
  12. P

    Do you use Meta Desc in Wordpress?

    You can write a detailed meta description for every page/post but doing so on an ecommerce site can be cumbersome and the automated meta is generally good enough if your item descriptions are good enough. Same holds true for non e-commerce sites. Get your keywords/phrases up top and the meta...
  13. P

    Blogger vs Wordpress?

    Well in terms of popularity I would have to say Wordpress. The more people developing for a platform the more you can do.
  14. P

    is wordpress hard to learn?

    Wordpress has grown quickly in part to how supportive the community is. Plugins and themes are actually ranked by their support. Plus you have so many people posting tuts and guides on other channels such as YouTube, WPtuts etc. Finding answers to problems is easy and stackexchange even has a...
  15. P

    Mayashop tutorial

    Did you install the demo data from the xml?
Back
Top