myk.robinson
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Image Borders] Compatibility Issues?That did the trick, thank you ??
And now if anyone else has the same issue, it’s well documented.
Thanks again,
-mykForum: Plugins
In reply to: [WP Image Borders] Compatibility Issues?Never used the support tab before. Actually, I’m seeing it for the first time now that you mention it. Not used to WordPress, I’m an old Drupalhead.
Both have their advantages, but I think using a forum allows other people to search and possibly find answers to questions that may have already been resolved without a dev having to get involved with repeats. But using the ticket system allows one to feel like they are getting “personal” service…
that said, I have re-activated the plugin. Looks like the wib-img class is indeed being applied, but there appears to be no delcaration made for the shadow component. I’m no CSS expert by a long shot, but here’s a screen shot showing what i am seeing with Firebug, although I’m sure you can see the same thing, now that the plugin is active.
https://i.imgur.com/BUH3g58.png
Any ideas?
thanks,
-mykForum: Fixing WordPress
In reply to: Disable Comments on Pages – Again…Actually, I just got it done… I needed to apply the bulk action to not show comments on Pages, not Posts. New to wordpress, I guess I didn’t realize all the content was not showing when I looked at Posts.
Forum: Fixing WordPress
In reply to: Moving…thank you, I’ll take a look
Forum: Fixing WordPress
In reply to: Read More – Automated Teaser CreationI think that’s what I’m getting at. The code it imported from Blogger didn’t seem to create the Read More links, so I think I’ll just need to edit the
<a name="more"></a>
that was imported to blogger and manually change it to the wordpress Continue Reading using the GUIForum: Fixing WordPress
In reply to: Read More – Automated Teaser CreationThe site is at https://www.kingdomcomputer.info/mykrobinsondotcom
Any of the posts except the top one will do. I manually inserted the break on the top one. I have been told by some that many themes do auto-teasers, but it does not hold when themes are switched. that said, it may be best for me to just go through and edit the posts by hand.
Looking at the other posts, it looks liek this is what is being imported from Blogger:
<a name="more"></a>
So unless wordpress has a way to look for those across all posts and convert them to the wordpress equivalent for the “read More” link, looks like manual intervention is needed ??