How do I solve this?!
Thanks!
]]>Many thanks
]]>Note that 1) happens irrespective of nav being in the code or not.
my page is: https://genmic.unipv.it/linee-di-ricerca-wp-list/
and the plugin code for the list is
[posts]
<div class=”postItem”>
[post_thumbnail size=’thumbnail’]
<h6>[title]</h6>
</div>
[/posts]
[nav type=”plain” ajax=”1″ prev_text=”Precedente” next_text=”Successivo”]
The CSS Style bit is
#w4pl-list-[listid] .postItem{
float: left;
margin:0 1% 30px;
}
@media screen and ( min-width: 480px ) {
#w4pl-list-[listid] .postItem{width:30%;}
}
@media screen and ( max-width: 480px ) {
#w4pl-list-[listid] .postItem{width:98%;}
}
#w4pl-list-[listid] .postItem img {
float: left;
margin: 0 0px 15px;
}
I tried for quite a long time but cant fix it.
Any help is appreciated ;-P
thanks
https://www.ads-software.com/plugins/w4-post-list/
]]>I’ve done research on other posts but I think I’m missing some of the basics so the more posts I read the more confused I get.
The site I’m working on is www.wordpash.com Originally I don’t think the theme was meant to have a full width picture. The theme is retouch by darwain.
I choose a background image that I would like to be responsive and full screen. But unless it’s on my monitor which I just sized the picture to look good, I found that if on a wider screen monitor it tiled and on a smaller screen it was cut off.
So I see a lot of things regarding changing some code but I’m confused about where I find this code and worried about changing too much when I don’t really know what I’m doing.. But I have found that if I go to Appearance > Editor I find
“Retouch Child: Stylesheet (style.css)”
it was followed by very little.
If I change the theme to edit to Retouch Parent I get lots of stuff but I’m not sure if this is what I want to change, and what exactly to change.
I put all the information in by going to Pages > (picking my page) Edit > Header Static > Edit and uploading a picture as the Bg Image (background image)
Thank You!!!!
]]>Secondly, on the “ISSUES” page I’d love to have the images tile horizontally, not vertically. Maybe through a table? Or is there some other way? Any direction with these two issues would be great!
]]>We are using two feeds:
1.) https://statedocs.maine.gov/orrington_books/gallery.rss
this feed displays on the following page: https://orringtonhistoricalsociety.com/special-collections/
2.) https://statedocs.maine.gov/orrington_images/gallery.rss
this feed displays on the following page: https://orringtonhistoricalsociety.com/photos/
We had trouble with image cascading in the default theme and are using the regular theme. This works well in chrome, but both the regular and default themes are only showing a sliver of the thumbnail in Internet Explorer (I’m viewing in IE8).
All of the thumbnails on both pages are displaying at a width of 10px in IE8. Looks great in Chrome, though.
The shortcode I have on the photo gallery is: [wp_rss_multi_importer category=”2″ pinterest=”1″]
I added pinterest because I read somewhere that this prevents image cascading.
The shortcode I have on the Special Collections (books) is: [wp_rss_multi_importer category=”1″ thisfeed=”9999″ maxperpage=”9999″ pinterest=”1″]
I use a max feed/page setting because I want all items from the RSS feed (regardless of age) to appear on the page. This is our way of integrating a digital repository with the website of the organization that contributed the content.
Thinking I may have made some prior change to the css or php files that may have caused this, I uninstalled the plugin and did a fresh install this morning. That didn’t make any difference.
After spending a couple of hours trying different fixes, I figured I would check in here. I’m sure I am missing something simple…
https://www.ads-software.com/plugins/wp-rss-multi-importer/
]]>I noticed a theme conflict concerning style.css: border: 0px needs to be inserted to avoid a tiling effect on the map display.
img.olTileImage {
max-width: none;
border: 0px;
}
Thanks
https://www.ads-software.com/plugins/event-post/
]]>How do I stop the horizontal tiling of the header background? Or how do I add a header with a different background, like in the example page for Marla theme?
The site I am working on is https://www.backstageburlyq.com
]]>