I bought bxSlider WP Pro. Everything is working fine. I just want to create several pager templates. Let's say I have a slider on the front page with blue pager and I have a slider in an inside page with red pager.
Any ideas of how to do that? I will be grateful if anyone can help me.
Thanks
I found out.
For people that want to make several pager styles for pages, you have to load your custom CSS file to the head of the particular page. Keep the same class names and just change your styling and your done.
Related
last resource after lots of reading elsewhere and browsing other people's questions...
The elementor header on our site is working fine in all pages and devices except on mobile for the last page created: https://thecvcollective.com/community-hub/
When clicking the hamburger menu nothing happens. All other pages work fine.
Any suggestions please? thanks in advance!
i think you have created different menus for different pages,
so for community-hub pages there are some setting missing for mobile, and for that
.hfe-dropdown is not there in this page,
copy other menu style and paste it to community menu and it will work.
I really appreciate your generosity in taking the time to help me out!
I am working on a portfolio site to showcase my graphic work on wordpress.
For most themes, when you click on a list item on the portfolio it directs you to a new page dedicated to that item. I want it to be that when you click on the link, a big popup (about half the screen) comes up that displays the contents.
Is there a way to make the page content into a popup? Is there a plugin I can use for this?
You can see what I am looking for in this site:http://www.mikekus.com/
When you click on the link for each item, it doesn't redirect you to a new page. A popup comes up with the page information. How can I do that on wordpress?
Thank you in advance for your assistance!
Here is what that site is running on: Dunked.
There are quite a few options out there for this, especially in the WordPress plugin area. One fairly barebones looking one is WP Post Popup which, as the name implies, turns your posts into modal pop-up's instead of a new page.
Not sure if there is anything out of the box that is comparable to popping up on the side like the page you linked. With some CSS work though you could probably make the one I linked above, or any of them for that matter, look as you would like.
If you want to try and make something on your own, I would recommend doing some reading up on modal windows.
I'm new to building websites.
I'm currently using Headway drag and drop Wordpress builder.
I've added Testimonial Widget by Aihrus plugin for testimonials, and I've added it to a widget box.
Problem is that I want to add custom CSS to it that I've seen on this site that is built for it, but the Headway theme doesn't allow you to go in and edit the theme. I've tried adding it to the block inside of the theme but it didn't work. I ended up going into the plugin and adding it to the CSS of the plugin, and it now half works.
Could someone please tell me what I'm doing wrong?
My site is rainorshinedogwalking.com
You can edit your live CSS here:
http://docs.headwaythemes.com/customer/portal/articles/1067360-editing-css-directly
What you type gets minified and added to your site's dynamic CSS file on page load.
All you have to is go through design editor click on the element you want to edit then right click. A pop up box should come up and it say edit element choose that then you will see something like that click it and add our own css
just a quick one, im sure its very easy although it is drving me crazy.
I have a custom theme that i have developed. I have developed a few different views. For some reason my blog and colorbox are showing on both the colorbox and blog pages that i have created.
I only want the Colorbox views to be displayed on one page and the other view to be shown on its own page. For some reason they both display on the same page.
THanks for looking into this guys!
In which method you have displayed the view? is it in BLOCK or PAGE?? this might be page i think. so please edit the block and make sure it is not listed in all pages
hi to all
i am using wordpress for my site i wanna add accordian menu as a middle content of the index page how it possible plz help.
thanks in advance
Search for a plugin or widget.
If you can find a widget, search for how to make a extra widgetized area. Great tutorials and plugins are all over the web.
If you want further flexibility and you're familiar with code, search for jquery or javascript plugins. They'll give you the code and docs for implementation, and you can put it in your theme files, probably one of your page templates.