I want to have lightbox gallery in my Wordpress site.. How do i do that, because with simple examples it doedn't work.
Thanks
Because you don't tell us what is not working when you tried out simple examples I can only point you to a plugin. Use Lightbox 2 to enable Lightbox galleries in your Wordpress site. If you still struggle with the integration have a look at the FAQ of that plugin.
Related
I have created a carousel (not perfect yet - images are not showing but it could work) with custom control icons ("next" "back") with Boostrap:http://homepage160630-v3.bitballoon.com/travel
Being not familiar with PHP, I found it difficult to integrate a CMS like Wordpress into my code, so I am trying to re-create the same site as a Genesis/Studiopress Wordpress site based on the Genesis Sample theme:
http://paulheartfieldphotography.com/home/portraits/
My biggest problem is to create the carousel. I have looked at "Easing Slider" plugin: of course it does not allow to position the control icons or even to create my own.
I wonder what shall I do? try to create the custom carousel by transforming my Bootstrap code into PHP or try to edit the plugin? or something else?
https://en-gb.wordpress.org/plugins/easing-slider/
I think your best option is to get bootstrap shortcode plugin like this one https://wordpress.org/plugins/bootstrap-3-shortcodes/
However there are a bunch of them and you should check what works best for you. The link above is just to visualize.
I am creating a Wordpress theme basically from scratch (used a very basic theme as a starter but changing all the files) I am importing/using the bootstrap3 CDN framework.
I've got the nav and header footer setup done, but I'm relatively new to wordpress theme making and all I want on the index.php is a responsive grid of thumbnails that are the featured images of my posts.
I've looked for tuts/examples but none seem to have both bootstrap and wordpress. Only describe one or the other. Is there any good tuts to accomplish this task?
cheers
Can't help you with the tut, but if you want to create a responsive thumbnail grid in index.php. Then it is easy. As for bootstrap you have to know about the grid system. you can find it here.
And as for showing your featured images as a thumbnail you can use
<?php the_post_thumbnail(); ?>
You can find all the details in here.
Hope this helps you to find your solution.
Can't help per say with your problem, but did recently watch this tut "Getting first wordpress website up" on pluralsight (which unfortunately isn't free) which has a whole section on searching for and installing both new Plugins and Themes. Helped me out. Good luck and don't give up
There are many website those are using new WordPress theme as email subscribe option, like the below image
http://postimg.org/image/6kh8b1wfb/
and I wish I will add this subscribe option in my theme.I have styling idea but I haven't any WordPress functional idea how to working the subscribe option. I searched google but didn't got any information about it.
So I need informational article on it.
You can use wordpress plugins to achieve this functionality.You can install following plugins from your wordpress admin. The installation guide is given on the plugin page.
https://wordpress.org/plugins/newsletter/
https://wordpress.org/plugins/email-newsletter/
I'm searching for a plugin that auto-importo all facebook album, to galleries in wordpress. The website page is www.saggin.com.br/novo !! In www.saggin.com.br/fotos.html I'm using my client-side plugin to take photos from facebook. But now I'm using a wordpress theme, and I need that same function. I try to use IFTTT but It only creat a post, not a gallery.
Thanks.
You could look at a plugin called "Facebook Walleria" it is not a free plugin but it does work great and makes it easy to import your facebook albums to wordpress. you can get it from Codecanyon
Hope it help
Is it possible to show the online users of my wordpress blog. Actually I want to put a sidebar widget code for my blog where a user can see that how many other users are currently online...
I found a good class for showing online users (count or users list). It provides two shortcodes for showing data on your website:
online:list
online:qty
You can easily add more functionality to it.
Display online Users on WordPress
Github repo
Use QuickCount for this operation
http://wordpress.org/plugins/quick-count/
WP-UserOnline is good too
http://wordpress.org/plugins/wp-useronline/installation/
download this plugin and activate it
https://github.com/lesterchan/wp-useronline
also try this
http://wordpress.org/plugins/awebsome-online-registered-users-widget/
Use Quick Count wordpress Plugin
http://wordpress.org/plugins/quick-count/
You can try this plugin, it has both shortcode and widgets for easy display. https://wordpress.org/plugins/cbxuseronline/
There's a plugin for this - GO to http://wordpress.org/plugins/quick-count/ , download and install plugin on your website. Activate the plugin and you are DONE !!
It will give you complete information in ADMIN area about visitors those are online. Moreover, you can add WIDGET in SIDEBAR as well that shows number of online users.
Hope this helps