Not sure where to start with this one so after a bit of advice.
I've got Slider Revolution set up and configured. However what I would ideally like is a global layer that is called Logo to pull from 1 of 3 files randomly, each Called Logo1.png , Logo2.png , Logo3.png
I've been able to get information for how to randomise the first slide but am struggling to work out how to do so for an image that isn't part of the slides?
Does anyone know if it's possible to do this?
I've been able to get information for how to randomise the first slide but am struggling to work out how to do so for an image that isn't part of the slides?
Related
I have created a page with 2 woocommerce products side by side and their product immages removed.
However, now there is a big gap between them. Picture below for reference:
my website
I have tried several code snippets/extra css I found online but nothis seems to work.
So I want the porducts descriptions as shown in the picture to be wider and thus take less vertical space on my page.
Any help would be greatly apreciated! P.s. I am a noob in coding :$
I am new to wordpress and I am looking for special type of image slider.
The image slider is such that when the image slides the contents of the image comes after words from different sides and also goes out in the similar way and the next slides comes.
I have seen it on many websites and do not know how to make it and what is a suitable plugin for it.
The one similar image slider on one site is:
https://www.eziline.com or http://www.qsoft.co/pakistan.
Also tell me how can I search this type of slider on internet i.e. what is the name of these types of slider.
https://revolution.themepunch.com/ is one that can mostly do what you're looking for. Note that the example you gave is much more complex than just a slider. While I was working at a motorcycle shop, I did their site with Slider Revolution. It's not the most amazing site, but you can get an idea of some things that Slider Revolution can do. https://combustioncycles.com
Iam somewhat of a newbie when it comes to wordpress. so bear with me.
ive been trying to make a simple slider that will display 3 catagories.
- books
- Boardgames
- office supplies
iam making it for someone who dosnt want a web store but just wanting it to display items in a meaningfull and dynamik way.
what ive tried is installing the WooCommerce plugin to make all my products and then installing the product slider by pickplugins.
I like the way it looks and i want to make two more. but i see no option to choose between different catagories in the slider options, so if i make 2 more sliders it will just display the same items (all of them).
the site is: http://nordborgboghandel.dk/
and the slider i want is something like there is on the frontpage.
anybody fixed a similar problem??
-Thanks!
Yes, I was once stuck into a same situation, in which we had to customize the slider. Basically you will have to play with the CSS and JS of the slider plugin which you have used to create the slider.
You can start of by having a look at the js and the css used by the slider. Refer the documentation of the slider if available, I am sure if they have any documentation you can have it customized easily by modifying some values in it. If not then you will have to check the JS code and try to hack it yourself to fit your needs.
I searched al stack overflow and i only found progress bars . just like progress bar in windows and ... . I am looking for a multi step progress bar. something like the ones we have in the online shopping sites when filing our information . it has for example 4 steps. 1- select product 2- fill information ... then in each step all of them are on until the step that we are in that right now. and next steps are off. is there a plugin of thrick for this in javafx?
There isn't anything like that out of the box. But it should be straightforward to build your own, just add the components representing the steps to a pane. Then highlight the component representing the current step (by changing its colour or image, etc).
as a small assignment, i am trying to build something like hotornot.com, but instead of 1 image with a rating function, i am trying to place 3 images in line, and underneath each image is a ratings (5 star module), and a voting option.. the goal is sort of choosing between the 3 images, and many users can vote on it..
any ideas?
thanks
The easiest way to build something like that, would be to use nodes with image fields (using CCK), one for each picture and then use fivestar to create the voting widget.
The rest is just a matter of styling/theming.