Loading...
Answers
MenuDoes anyone know if there is a slideshow plugin for wordpress available that allows text wrapping without modifying the css?
I don't want to text wrap on every page- just by choice for my about page. I currently have Nextgen and have done a lot of research and it looks like the only way to text wrap is to modify the css but that will change it so that every nextgen gallery on my site is justified left correct? I also have justified image grid but have not started using it, and I am also open to purchasing another plugin that allows text wrapping as an easy option on a slideshow. Thanks for any help you can give me!
Answers
I don't know any plugins with that specific feature, but I did want to mention this after reading your description. You can target specific pages/posts with CSS, so you can limit text wrap to your about page. You just need to know the page ID. WordPress includes a page specific class in the body tag. It looks like this page-id-123. 123 would be your page ID.
See screenshot - http://i.imgur.com/zFldy2T.png
So you can simply do something like this:
.page-id-123 .slideshow-class { ... }
This will limit your CSS changes to the slideshow on this particular page.
I think Viktor offers the better approach, however you may want to check out Soliloquy as an alternative to NextGen. http://soliloquywp.com/
I have worked with many WordPress slideshow plugins and most of them require the CSS change for text wrapping. You can use a page specific class or id in the CSS to only affect the about page.You can have a look at this tutorial to see how you can do this: http://graphpaperpress.com/tips/change-backgrounds-colors-fonts-on-specific-pages/
I hope this helps and I'd be open for a call if you need help with anything else :)
Slideshows are meant to be used filling the total available space or at a minimum displayed as a "block" with no content to the left or right - so you'll need to apply css specifically to that page. You can do that using the following classes:
- Add the <?php body_class(); ?> if its not there already
- Inspect your about page and the classes in the body - you'll have a class with the ID, a class if there's a special template in use or possibly a class with the page slug then use it to target just the nextgen gallery inside that page.
Actually we use www.cincopa.com its very very good and may well have the functions I believe you're looking for.
Related Questions
-
Is it possible in woocommerce to display Shipping methods first on the checkout page?
Yes. https://docs.woothemes.com/document/configuring-woocommerce-settings/SN
-
Can a WordPress site be converted into an iOS app?
Be careful when simply wrapping things into a mobile app. This can backfire on you and you could be presented with some very harsh edge cases. PHP isn't going to be encapsulated so much as the HTML/CSS/JavaScript. So keep in mind your mobile application could likely be in a position of requiring an online connection to work (because it must interface with your existing hosted WordPress site). This could also mean your hosting solution needs to be evaluated to ensure you can handle any increased traffic (and those traffic patterns could be different when coming from a mobile app that perhaps loads things the user doesn't see right away, accesses content that may not be cached, etc.). You want to ensure your server doesn't go down because then your mobile app would be "down" as well. That said... Things like Phonegap (web views) are a wonderful idea for utility apps because the performance is good enough for those (and hey even some games) and they end up being easily ported across many mobile operating systems. I would look into Phonegap, Appgyver (a new and totally awesome one because parts of it will utilize the native OS and your app will feel more responsive), Appcelerator Titanium, and perhaps even the new Famo.us one. Also take a look at the Ionic Framework for some further ideas about mobile UI and what you can do with these web view style apps.TM
-
What Wordpress Plugins is the best for creating a Multi-Level Affiliate Marketing program?
There is a lot of points in your question which unless someone has the exact same setup as you - I don't think you will get the answers you are looking for. I believe you should limit it by asking yourself: What is the ONE thing the MLM plugin I am looking for can do so that it achieves the maximum amount of result to my business by using it? IMHO - it would be the ability to set commissions for the products you sell and award commissions to those affiliates that actually earn you sales. All other features, while nice, are ancillary features that from the perspective of the affiliate - don't really need in order to be successful. In that regard - I would suggest https://affiliatewp.com/. When it comes to running affiliate programs on WP sites, it wins out as the best in my experience. Hope this helps! Glad to assist any further if you need help.TB
-
How much should I charge to develop a WordPress site?
Take the # of hours it takes you to do it and charge $50/hour. That's the price. Eventually you can charge $100/hour but that will require a bigger customer. If the customer is small < $1M in gross sales per year - charge $50/hour If the customer id medium < $1-5M / sales - charge $75 Over $5M - charge $100 The challenge you'll face is clearly defining the expectations and handoff so that you're not stuck doing stuff that you can charge for and always getting interrupted from past customers.DM
-
I want to build a expert marketplace directory listing website, which wordpress theme I should use?
Checkout is a high-quality WordPress theme by Array built for marketplaces of any kind. https://arraythemes.com/themes/checkout-wordpress-theme/ Let me know if you have any questions about implementation, and I'd be happy to setup a call.LL
the startups.com platform
Copyright © 2025 Startups.com. All rights reserved.