lalucia
Forum Replies Created
-
Forum: Plugins
In reply to: [Associated Posts Lite] I never used it removed it and now I have problemsSorry folks I thought I was in a forum for the Plugin- I am referring to Posts Page Associator as it is not obvious from my request.
A kind person in the other forum solved the image problem by writing new code but I still have the Page admin problem – only one column shows although I have two columns ticked.
Thanks
Look at the bottom of the post or page admin page for revisions
But better still write your posts in a text editor and save a copy then it is easy to make another page or post from it.
L
Forum: Fixing WordPress
In reply to: posts problemsaphill70 YOU ARE A KIND AND PATIENT HERO!!! THANKYOU
It worked thank you so much – I made a new post and a new page to test it and it is fixed.
I thought I was going to have to reinstall everything so I really appreciate your patience thank you
Best wishes
L
Forum: Fixing WordPress
In reply to: posts problemsOh sheesh….. how do I find which are the line numbers?
Also do I go to view page source for the dodgy page/post or do I look in editor inside WPDO I then put float: none before or after aligncentre?
So Sorry to ask dumb questions. I did try googling answers before I came back here (sheepishly) – just need to find the line number really. I tried pasting into notepad but nothing indicated lines. Looked at Pastebox but you have to register and when I pasted and looked at other people’s there were no line numbers…
Step by step can anyone tell me how to find the right atyle sheet and line number please?
Thanks……
LForum: Fixing WordPress
In reply to: posts problemsThanks for having a look….
I tried what you suggested and put more space and while the text is now in the right place the image is still on the left even though it is set to be centred. I tried re-uploading it too.
For a test, I tried making another page (on menu as blah blah) because this wasn’t problem when I had made a page previously. Hmm now the page is doing the same thing. The image is aligned on the left.
All I have done is made some pages (which were fine) and then deleted them. Now I have this image problem. I don’t know – maybe I should reinstall everything again……………. Re-install the theme maybe.
I’ll try comparing the code in my CSS with another one similar and meanwhile if anyone has any ideas that would be fab. I saw that there was another thread on the same problem about 7 pages back but it never was resolved.
Thank you
LForum: Fixing WordPress
In reply to: posts problemsThank you so much
this is my URL https://digitaldjeli.com/
The post is under the SAsia tab and then more at the end of the excerpt……
It works fine when I originally put the article in a page but then I realised that I would end up with too many pages so decided to start again via posts…. I am just trying to get the structure sorted so I can then build my menus and things. All I did was upgrade WP and it all went pear shaped and I had to re-install the theme.
Thanks
L
I am no expert but I did do something similar…..
Have you made a new menu from the new pages? Have you then enabled that menu…. You do have to make new menus if you delete the pages that the original menu was showing.
That is what I had to do and the only problem I have left is it keeps offering 2 home pages to choose in the menu making bit – but it all works now and everything I want to show shows…
L
Forum: Fixing WordPress
In reply to: posts problemsHi thank you for your help….
This is what the style sheet says (section 17 basic WP blog styles )
/* Images */
.entry-content img {
margin:0 0 1.5em 0;
}.alignleft,
img.alignleft {
display:inline;
float:left;
margin-right:1.5em;
}.alignright,
img.alignright {
display:inline;
float:right;
margin-left:1.5em;
}.aligncenter,
img.aligncenter {
clear:both;
display:block;
margin-left:auto;
margin-right:auto;
}There is one other section beneath that for special fonts. Do I paste the code you gave me at the bottom of the lot or at the bottom of the image section? Do I leave the original code there?
I’m scared of messing up the theme…. sorry to impose…
Thanks
Forum: Fixing WordPress
In reply to: posts problemsThanks for that – I wish WP mentioned the static page bit for the stickies!! Never mind I can make them with a four column shortcode in my theme and put them there manually.
Now to reveal that I am a muppet…..
When you say style sheet do you mean in the HTML bit of the post or somewhere more (to me) deadly and dangerous. If the latter, please could someone tell me exactly how to get there please?
Why is the image align code missing? Is it a bug from my theme or the upgrade I wonder?
Thanks v much