awsome slideshowduplicated
-
I had some changes with awsome slideshow with css, I attach the changes i’ve done. Everthing was good for years, untill these days, I reopened my website, and i discover that on my portfolio the gallery is repeated, the first as I made in css, and the second one smaller. How can i solve the problem?I only want one gallery per project.
Thank you for your help!
(.basic-slider awesome-slideshow {
text-indent: 100%;
width: 10px;
height: 10px;
display: block;
overflow: hidden;
background: rgb(173,173,173);
border: black;
margin-right: 5px;
outline: 1px;
transition: background-color rgb(250,250,250);
}.slideshow-container ol li a {
text-indent: 100%;
width: 10px;
height: 10px;
display: block;
overflow: hidden;
background: rgb(173,173,173);
border: black;
margin-right: 5px;
outline: 1px;
transition: background-color rgb(250,250,250);
}ul.basic-slider-controls.v-centered li.basic-slider-next a, ul.basic-slider-controls.v-centered li.basic-slider-prev a {
top: 40%;
font-family: ‘Genericons’;
text-decoration: none;
font-size: 0;
font-weight: 50;
-webkit-transform: rotate(-90deg);
-moz-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
-o-transform: rotate(-90deg);
width: 38px;
height: 51px;
overflow: hidden;
line-height: 1;
padding: 10px;
color: rgb(0,0,0,0,5);
text-shadow: 0 0 0;
})The blog I need help with is: (visible only to logged in users)
-
Hi there,
This is actually a problem with the theme, not the CSS you previously added. I’m going to get this reported back to the theme’s author but, in the meantime, you can hide the second slideshow using the following CSS:
.entry-content .slideshow-container { display: none; }Thanks!
-
-
-
Hi everyone,
i’ve an other problem with the theme…. Now i can not see anymore the description under the slideshow…. in my work page is still there…. Is there something to do with the css i’ve entered ??.entry-content .slideshow-container {
display: none;
}my blog is http://www.gcarchitetti.com
Thank you for your answer!!
Beatrice
-
Hi Beatrice, first off you are not allowed to hide or edit the WordPress.com and theme footer credits per our Terms of Service (#1 Attribution). See the Frequently Asked Questions on the Custom Design support page for more information.
You are allowed to restyle the footer credits to better fit with your design as long as they remain readable. If you add the following CSS, it will bring back the footer credits at a light grey color.
#colophon .site-info a { color: #777; }I looked at your home page and do not see any content on that page, just the image you have there linked to your Progetti page. I looked at that page and see no content except for the slideshow. Is that the page you are talking about? If not, please let me know which page has the problem.
-
the pages are
https://gcarchitetti.com/portfolio/langhirano-consorzio-agrario-e-sportivo/ and all other similar pages… The problem is that you can not see the text below the image, but in my wordpress page to modify the blog is still there…. So it seems it is in some how hidden…. -
Hi, on the Langhirano, consorzio agrario e campo sportivo page, you have that set to the Gallery Project Type, which will not show text that is entered in the page editor. Switch the Project Type back to Standard and the text will then show below the Gallery.
-
I’m sorry, but it has worked for years….. is not that problem…. And with the standard view, the page does not appeare as i want. Maybe the staff of wordpress can solve the problem, I think it’s a change in the site theme….
-
Hi @gcarchitetti, I hope you don’t mind me jumping in to help. Are you still having trouble? We’d fixed the original issue and your site is displaying much like the demo:
https://awesomedemo.wordpress.com/2013/10/08/jetpack-tiled-gallery/
- The topic ‘awsome slideshowduplicated’ is closed to new replies.