amandagarden
Forum Replies Created
-
I have the same issue but when I try to add a new user.
I have deactivated all the plugins on the site and still have the same issue.
Forum: Plugins
In reply to: [Participants Database] Filtering records problemHello,
I have a problem with filtering too. I have used the following line of code to filter out ‘deleted’ records from my displayed list –
[pdb_list filter=”delete=no|delete=” sort=true search=true search_fields=”business_name, town_or_city, post_code, type” fields=”link, business_name, town_or_city, post_code, type”]
It works perfectly for the FIRST display of the list and the record number shown on the page is correct and excludes the deleted records.
However, if I then use the back and forward arrows to move through the list, the filtering seems to be being ignored; the record number is reset and the deleted records are displayed.
Can you help please?
Forum: Themes and Templates
In reply to: [Customizr] First letter of each item on navbar is smallI didn’t solve it but decided to try another tack. Rather than using the Child css file, I selected a pair of fonts from the Global Settings in Customize and the problem has not re-occurred.
Forum: Themes and Templates
In reply to: [Customizr] First letter of each item on navbar is smallAh, okay. Thanks for your feedback.
Forum: Themes and Templates
In reply to: [Customizr] First letter of each item on navbar is smallOoops! I did have the / in the first time, honest! I have just amended the file and the problem is still occurring. I noticed that someone reported the same problem on the Themes and Co website on the 27th od Dec.
Forum: Themes and Templates
In reply to: [Customizr] First letter of each item on navbar is smallHello, I did try this first. This is how the Child Theme style.css looks now and it has had no effect sadly.
‘
/* Adjust navbar first letter size *.navbar .nav > li > a::first-letter {
font-size: 26px;
}font-family: ‘Josefin Sans’, sans-serif;
/* Make Carousel fade – adapt 2s to required delay */
.carousel-inner > .item {
-webkit-transition: opacity 2s ease-in-out ;
transition: opacity 2s ease-in-out ;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
opacity: 1;
z-index: 1;
left: 0;
}
.carousel-inner > .active.left {
opacity: 0;
z-index: 2;
left: 0;
}
.carousel-inner > .active.right {
opacity: 0;
z-index: 2;
left: 0;
}/* Change transparency of slider text background*/
.carousel-caption {
background: none;
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
position: relative;
},Forum: Themes and Templates
In reply to: [Customizr] First letter of each item on navbar is smallHello, thank you for your speedy reply. Sorry, I should have said that I did try changing the font size before I posted to the forum but it had no effect unfortunately.