mlewis100
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Coller] Display slider on some or all pagesThat’s fine. I also have the free version, which is distributed on WordPress and I have the exact same issue so perhaps someone can respond to the question for the free version. How to apply the slider to one or more pages.
Forum: Themes and Templates
In reply to: [Coller] Display slider on some or all pagesThanks, but so I think are most of the other contributors to this forum. The paid version of the Coller theme provides easy access to the slider and more. I visited the authors website which suggests people should get their answers from this forum.
Forum: Plugins
In reply to: [Easy Photo Album] album will not display in pages or postsGreat, that’s done the job. Excellent photo album plugin.
Forum: Plugins
In reply to: [Easy Photo Album] album will not display in pages or postsUpdate: Not only do the thumbnails display in one column, clicking on a thumbnail enlarges the image but there is no option to step forward and back through the images, nor are the image numbers or captions displayed.
Forum: Plugins
In reply to: [Easy Photo Album] album will not display in pages or postsThat’s interesting. I have updated to 1.3.3. I inserted the shortcode but it displayed as below with the same result – no album displayed:
[epa-album id=”0″ title=”true” display=”full”]
However, if I reselect the album in the list and try inserting again the following shortcode is displayed as shown below. No the thumbnails display but in a single column, even though it is set to 3 columns:
[epa-album id=”2118″ title=”false” display=”full”]
Forum: Plugins
In reply to: [Easy Photo Album] album will not display in pages or postsThanks for getting back. This is the shortcode I’m using:
[epa-album id=”0″ title=”true” display=”excerpt”]
I’m using version 1.3.2 so I’ll try the 1.3.3 and get back. Interestingly, I can preview the album using the above shortcode, it just doesn’t display on the page.
Brilliant, that works a treat. Thanks opajaap. Now to get those photo albums set up.
Hi Tobias, ignore my past post. It’s too early in the morning and I didn’t give your suggestion enough thought. I just needed to change ‘filter’ to ‘wrapper’ thus:
#wp-table-reloaded-id-5-no-1_wrapper{
width: 400px!important;
}Thanks for an excellent tool.
Thanks for the very quick response. Unfortunately, your suggestion didn’t work. Not sure if this will help but here is a link to the table in question: https://cazalrando.com/randonnees/telecharger-un-randonnee
It’s ID is 2 and there are tables on other pages. However, for this one I would like the search box and page arrows to not extend beyond the width of the table.
Below is all the css that controls the formatting of this table:
/* Removes spacing between tables on the same page */
.dataTables_wrapper {
min-height: 0!important;
}/* End Removes spacing between tables on the same page */
/* Begin style for walks download page */
#wp-table-reloaded-id-2-no-1_filter {
width: 400px!important;
}.wp-table-reloaded-id-2 .column-1 {
width: 300px;
}.wp-table-reloaded-id-2 .column-2 {
width: 100px;
}.wp-table-reloaded-id-2 th, .wp-table-reloaded-id-N .sorting {
background-color: #B79A3B!important;
}.wp-table-reloaded-id-2 .sorting_asc, .wp-table-reloaded-id-N .sorting_desc {
background-color: #B79A3B!important;
}.wp-table-reloaded-id-2 .odd td {
background-color: #B5C4B0;
}.wp-table-reloaded-id-2 .even td {
background-color: #EFEFE6;
}
.wp-table-reloaded-id-2 td {
color: #000000;
}
a:link {color:#000000;}
a:visited {color: #000000;}
a:hover {text-decoration: underline; color: #000000;
font-weight:bold;}/* End style for download walks page */
Thanks
– MarkHi Tobias, I’d like to extend this question further by asking how you change the width of just one table wrapper. I have several tables all of different widths and want to change the position of the search box and page arrows on just one.
Your help much appreciated
– Mark