Digital experiences for all disciplines
Forum Replies Created
-
Posted in: We hit Power Elite.
-
I am running version 3.4.52 of the theme. Yes I have a child theme but all it has is the default functions.php and a small amount of custom css in styles.css, so it is not overwriting wp-content\themes\neighborhood\includes\swift-framework\sf-woocommerce.php
ThanksThank you for your offer of help. I have no problem setting up css to work around this, I just feel that your theme shouldn’t be trashing the options that I choose in the revolution slider, forcing me to create custom css, rather than just choosing the options I want in the slider. Thanks
For anyone else with the same problem, the demo content contains hardcoded links to images on the http://neighborhood.swiftideas.net server.
These images should be loaded locally by the demo content but aren’t.
To change the images you need to go to
1. Theme options / Background options
‘Upload Background Image’
is set to:
http://neighborhood.swiftideas.net/wp-content/uploads/2013/06/tiny_grid1.png
remove that and set to the local copy of tiny_grid1.png2. Theme options / Assest background options
For each of these backgrounds, you need to remove the image that is there and upload a local image to replace it.
Note that apart from tiny_grid.png, the other images do not exist in the uploads directory so you will have to get them first from the swifideas site, save a local copy and then upload themAlt 1 Background Image
http://neighborhood.swiftideas.net/wp-content/uploads/2013/06/ff_rp_bkg2.png
Alt 3 Background Image
http://neighborhood.swiftideas.net/wp-content/uploads/2013/06/escheresque.png
Alt 5 Background Image
http://neighborhood.swiftideas.net/wp-content/uploads/2013/06/ff_header_bkg_dark.png
Alt 6 Background Image
http://neighborhood.swiftideas.net/wp-content/uploads/2013/06/sazzi_full-width_bkg_dark.jpg
Alt 8 Background Image
http://neighborhood.swiftideas.net/wp-content/uploads/2013/06/tiny_grid.png
Alt 9 Background Image
http://neighborhood.swiftideas.net/wp-content/uploads/2013/06/nhood_impact_bkg.png
Alt 10 Background Image
http://neighborhood.swiftideas.net/wp-content/uploads/2013/06/groovepaper.pngIt would be good if the demo content was correct so that we didn’t have to make these corrections. Thanks
May 13, 2017 at 4:59 am in reply to: revolution slider demo data out-dated – arrows and bullets wrong #324528great – thanks for being so responsive
Thanks for your reply
The problem is that the css in the main theme styles.css has:
.rev_slider_wrapper .tp-leftarrow, .rev_slider_wrapper .tp-leftarrow.large, .rev_slider_wrapper .tp-leftarrow.square, .rev_slider_wrapper .tp-leftarrow.round, .rev_slider_wrapper .tp-leftarrow.default {
background: transparent url(‘images/showcase-nav.png’) no-repeat center left;
width: 36px;
height: 36px;
display: block;
margin: 0;
position: absolute;
top: 50%!important;
left: -36px!important;
margin-top: -18px;
cursor: pointer;
text-indent: -9999px;
opacity: 0;
filter:alpha(opacity=0);
-webkit-transition: all .3s ease;
}The way you have set up your css is such that it overrides the styles that revolution slider uses.
Please see attached images
1. I have chosen the Hermes arrows which are tall vertical blocks with an arrow symbol
2. This shows your arrow style overiding what I chose
3. This shows the css that the revolution slider created: .hermes.tparrows being overridden by the css in your theme: .rev_slider_wrapper .tp-leftarrowThanks
Attachments:
You must be logged in to view attached files.So you’ve set up the theme css so that it overrides the revolution slider css
I understand why you have done it so the sliders in the demo content look the same as those in your online demo, but if people want to change the sliders or make their own sliders then your css trashes the options that you select in revolution slider.
Specifically if you set ‘always visible’ to ‘yes’ for the arrows then your css trashes that with it’s opacity = 0
Is there a way of allowing the revolution slider css to take precedent, rather than having to put in a whole lot of custom css?
I have the child theme loaded and have put the custom css in there, but it’s quite a bit of overriding to do if I want to change the type or position of the arrows.
Thanks
-
Posted in: We hit Power Elite.