isonychia
Forum Replies Created
-
Forum: Plugins
In reply to: [Auto Featured Image (Auto Post Thumbnail)] two images showing in postsThank you, that worked.
Forum: Themes and Templates
In reply to: Child theme css recognized but not taking precedenceThanks, I will contact the developers.
Forum: Themes and Templates
In reply to: Child theme css recognized but not taking precedenceI pasted this at the top of my child themes css:
/* Theme Name: Brooklyn Child Theme URI: https://mysite.com/brooklyn-child/ Description: Brooklyn Child Theme Author: my name Author URI: https://example.com Template: brooklyn Version: 1.0.0 */ @import url(“../brooklyn/css/style.css”); /* =Theme customization starts here ------------------------------------------------------- */ (HERE is where I pasted the parent themes css. This is also where I made a change to test if it was working and it did not)
Thanks,
isoForum: Themes and Templates
In reply to: Child theme css recognized but not taking precedenceAs a note, I copied and pasted the parents themes styles into my child themes stylesheet. So they are the same.
But when I view FF inspector it shows the parent themes css is taking precedence.
So if I change my child themes styles it is not taking effect because the parent is in control.
Thanks,
isoForum: Fixing WordPress
In reply to: Site acting strange, found weird code in some filesI contacted hostgator and they said it’s malware. They said they would clean it up and get back to me with how it happened etc. and how to prevent it.
I can only guess they are correct.
When i did a search, that code produce a malware/infected search result with different info.
iso
Forum: Fixing WordPress
In reply to: editor not working properly, link button not workingI am using a paid theme called PACIFICO.
I switched to twenty12 theme and it works fine with the editor.
So what do I do now?
How do I figure out what the problem is with the theme?
Thanks,
isoForum: Fixing WordPress
In reply to: editor not working properly, link button not workingI have other sites running wp 3.5.1 and the edit link buttons work and are available. So the link manager is for something else.
I went through that list and the only thing I didn’t do was changed themes.
If I change themes will it screw up my site when I revert back?
iso
Forum: Fixing WordPress
In reply to: editor not working properly, link button not workingWhy would WP remove the “insert/edit link” button.
Thats what it’s called when I hover over it.
I cant imagine thats what they removed.
Also the add media button doesn’t work, so it’s something else.
And I cant switch to the TEXT tab at all.
iso
Forum: Fixing WordPress
In reply to: editor not working properly, link button not workingI don’t know what the link manager is so I assume I am not using it as I don’t have anything like that installed.
Unless the “link manager” is one of the buttons on the WYSIWYG editor tools thats shaped like the infinity symbol or chain link image.
iso
Forum: Fixing WordPress
In reply to: Stripping links off of page after publishing or updatingEsmi, I thought asking a question, asking a different question or “hi-jacking” a thread was what was frowned upon. I was trying to “discuss” the original posters problem and see if I/we/wp etc could track down the issue and see if they are at all related, thus coming to some conclusion. I thought Nicole’s problem and mine MAY ( I wasn’t 100% sure as thats what I was trying to figure out) could be the same.
I know you guys have your work cut out for you answering thousands of posts, but I felt it was ok to post here and try and help.
Thank you for all you guys do.
iso
Nadavr, can you test something on your end.
On a new PAGE go to the TEXT editor and add a div. Inside the div add an image. Now go to the visual editor. Click on the image and add a link to another page using the LINK icon in the WYSIWYG toolbar.
Now hit update. After you hit update click on the image(you should still be in the visual tab) and see if it is still linked. If it’s not switch to the TEXT tab and see if it replaced your link with
.Thanks,
isoForum: Fixing WordPress
In reply to: Stripping links off of page after publishing or updatingNicole, did you find any fix for this on the link Esmi posted. I read it and don’t see anything on there for this link stripping problem.
Have you looked at the code after hitting update using the TEXT tab in the update page/post WYSIWYG editor? Does Wp insert
where the links were? Thats whats happening to me.Are your problems happening with links INSIDE div tags or all links?
iso
Forum: Fixing WordPress
In reply to: Embedded links disappearkathrinejoy, I could be wrong but this may be related to the problem I’m having. You can add links to images and hit update, which makes them live, but while still inside the WYSIWYG editor the links are gone. So the live page is fine but if you want to keep adding content to the page you have to relink everything before hitting update.
This problem for me seems to be only when images are inside DIVS.
Someone said they are looking to release WP 3.5.1 to resolve this issue. I think.
iso
Forum: Fixing WordPress
In reply to: WP 3.5 stripping out my image links INSIDE divsDoes anyone know if the fix for this is going to come out this week?
Just wondering what the outlook is.
Thanks,
isoForum: Fixing WordPress
In reply to: WP 3.5 stripping out my image links INSIDE divsThanks songdogtech.
I do know that by looking at the code in text view prior to switching back to the visual editor (where it removes it) that it takes the a title and href and moves it outside the div where the img src resides.
So it renders it like this:
<a title="my image" href="https://www.mydomain.com/page1"> <div class="product_image_multi"><img class="alignnone wp-image-6397" alt=" my image" src="https://www.mydomain.com/wordpress/wp-content/uploads/2013/01/my_image.jpg" width="200" /></div> </a>
iso