thefalliblegirl
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Prana] Google structured data – hatomHi, no I didn’t unfortunately….I’m not sure how to fix this.
Fabulous, thanks! have updated the jetpack plugin.
Is there anyway that I can just remove the ‘comment’ line at the end of each excerpt / post and have a straight divider line between each?
By the way, wonderful plugin.
CAn someone please help? A page at https://thefalliblegirl.com/letters/anxiety/ is an example – I want to remove the sharing buttons at the bottom of each excerpt.
Forum: Fixing WordPress
In reply to: Where are the pages on BluehostA couple of tweeks I want to make to the pages. For example, on my website, I want to change the word ‘Previous Post’ when you are reading a post to ‘Previous Letter’.
When there are links in my letters, I would like to have them open up in a new window as opposed to it opening up in the same window – I can’t change the html in that regard…
Forum: Fixing WordPress
In reply to: Where are the pages on BluehostThank you both for the explanation. So does that explain why I can’t see most of the html file in the folders available?
Forum: Themes and Templates
In reply to: Search bar in top menu on rightI’m sorry I am having trouble again with this. For some reason – and I don’t know what I changed – my search bar has drifted to the top of the nav menu and I want it to be centered. Can anyone assist? Thanks.
Forum: Plugins
In reply to: [SendPress Newsletters] Link colour is not right!Hi
I can’t send you a test email for some reason – it keeps on coming back with
Delivery to the following recipient failed permanently:
Technical details of permanent failure:
Message rejected by Google Groups. Please visit https://mail.google.com/support/bin/answer.py?hl=en&answer=188131 to review our Bulk Email Senders Guidelines.Anyway, I have sent a test email to a gmail account and the links appear in the right colour so is it perhaps a Hotmail issue?
Forum: Plugins
In reply to: [SendPress Newsletters] Widget – the email input section is too long!Josh you are a total legend. It worked. Thank you!
Forum: Plugins
In reply to: [SendPress Newsletters] Link colour is not right!I’m viewing the email in Outlook / Hotmail. I have sent an email to you – many thanks for getting back to me so quickly Josh!
Thank you!
Forum: Fixing WordPress
In reply to: Change colour linked sidebar titleFixed it! My code did work, I just had to close down WordPress and log in again. Thanks esmi!
Forum: Fixing WordPress
In reply to: Change colour linked sidebar titleI’m on a mac and don’t have Firefox and a little reluctant to change browsers for something like this….if anyone else has a solution I’d most appreciate it. Thank you for responding so quickly…
Forum: Themes and Templates
In reply to: Search bar in top menu on rightThank you! I did it!! Thank you so much. I really appreciate it.
Forum: Themes and Templates
In reply to: Search bar in top menu on rightSorry, here is the top of the code:
.searchform {
width: 218px;
float: right !important;
background: #fff;
border: solid 1px #e7e7e7;
padding: 1px 0;
margin: 0;
overflow: auto;Forum: Themes and Templates
In reply to: Search bar in top menu on rightHey there, many thanks for responding so quickly and apologies if these seem like silly questions (I’m still new to coding).
I have got the search bar in the menu bar again and have changed it to float right but it still doesn’t seem to work…see below the code in CSS:
.searchform .assistive-text {
display: none;
}.searchform input[type=”text”] {
width: 172px;
float: right;
padding: 6px 0 6px 11px;
margin: 0;
vertical-align: middle;
border: 0;
}.searchform input[type=”submit”] {
width: 33px;
height: 33px;
background: url(images/zoom.jpg) no-repeat;
border: 0;
cursor: pointer;
text-indent: -9999px;
vertical-align: middle;
margin: 0;
padding: 0;
text-transform: capitalize;
font-size: 0;
display: block;
line-height: 0;
}Any comments would be most appreciated. Thanks very much…