Deborah
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Sydney] Remove Excerpt […] From Blog PageI wanted the same thing and found it in the source code. Just go to your Edit CSS page and type in the following:
.entry-summary { display: none; }But this will also remove the excerpt of words from your post which is what I wanted. I only wanted images to show on my home page. Hope that helps you.
Forum: Themes and Templates
In reply to: [Moesia] Make front page sections full bleedI hope you don’t mind me adding to this because I have the same problem. I can’t get the rows to extend the entire width of the page. Could you please tell me what I can do to fix it? Thank you!
Forum: Plugins
In reply to: [Visual Recipe Index] Visual Recipe Index: Show multiple categories together?Yes, after you install the plugin and insert the code, the featured images will automatically show up. It will pull any featured image in the specific category ID you place in the code. I explain it in more detail here: info: http://stinkykitchen.com/how-to-edit-visual-recipe-index-plugin/ I’m not the author but really appreciate his work on this plugin. Thanks again Kremental!
Forum: Plugins
In reply to: [Visual Recipe Index] Visual Recipe Index: Show multiple categories together?Hello Kirsten! To show more than one category, just put a comma between the category ID’s you want on that page. Example below.
riview id=8,10,11Forum: Fixing WordPress
In reply to: Unable to edit post/page since 3.9.2 updateHello Everyone,
After screaming, crying and almost ripping my hair out (and I really like my hair)… I managed to get it working again.
First, I wasn’t able to fix anything so I deleted EVERYTHING: wordpress, plugins and all files, folders and directories related to it. I forgot that only posts are not deleted so accidentally deleted all my photos on posts. Enter tears here. But after re-uploading everything, I still couldn’t edit or delete my posts. The only thing left was my host’s database to contend with.
I used a fantastic plugin called WPDBSpringClean that helped me remove all old and unused tables left behind by old plugins. Unfortunately it still didn’t solve my problem.
Finally I found a post on this support forum from two years ago that said she had to switch databases because the one she was working with would no longer allow her to edit, publish or delete posts after a wordpress update. Sound familiar?
So I exported/saved a copy of my site to my computer, created another database and simply changed the settings to match the new database in the wp-config.php file. I didn’t have to delete or re-upload anything. After changing the settings, I simply refreshed the page and the new database took effect.
I’m now able to edit, publish and delete to my heart’s content. Again thank you everyone for taking time out of your day to help me. Much appreciated!
P.S. Now I have to go glue my hair back in. 😉
Forum: Fixing WordPress
In reply to: Unable to edit post/page since 3.9.2 updateIn regards to the grid/slider issue, it’s fine now. It turned out I didn’t set the tag to display specific posts. So had nothing to do with initial problem that I’m still trying to solve.
Forum: Fixing WordPress
In reply to: Unable to edit post/page since 3.9.2 updateSince switching back to Twenty Fourteen, I checked the console again and that script error is gone but still can’t edit posts. And just want to throw another thank you for all those trying to help.
Forum: Fixing WordPress
In reply to: Unable to edit post/page since 3.9.2 updateNo, but wish I did because I think they figured that one out.
I just switched back to Twenty Fourteen and turned off all plugins again (deleted a few as well) and when I went to customize >> featured content >> layout, I couldn’t swap between “grid” option and “slider” option. It’s stuck on slider option. Maybe it’s unrelated but thought I’d mention it in case it helps.
Forum: Fixing WordPress
In reply to: Unable to edit post/page since 3.9.2 updateThis morning I tried editing again an old post and the crazy thing is, I can make changes to the title, the format, the categories, the tags and the featured image, hit save and the changes go through but, any time I try to make changes in the visual/text editor, it doesn’t save.
Forum: Fixing WordPress
In reply to: Unable to edit post/page since 3.9.2 updateI have both words and images in my posts but my images are all between 600kB and 800kB. I don’t have any on there in the MB range.
I’m able to add, edit and post new posts/pages (including uploading new images) but not ones before the 3.9.2 update. They all seem locked or something. I can get on their edit pages but nothing I try changing actually saves.
Forum: Fixing WordPress
In reply to: Unable to edit post/page since 3.9.2 updateThank you Craig, I scanned my database and it came up “clear.” Then I contacted my host provider and he too went through my database and said it was fine. I’m at a loss here. All my years on wordpress and I’ve never come across something like this.
Forum: Fixing WordPress
In reply to: Unable to edit post/page since 3.9.2 updateI used Chrome and this is what it said, “Uncaught SyntaxError: Unexpected token ; on index line … ” I checked a bunch of different pages and they all pointed to the line with the following code:
<script type="text/javascript">paginateVal = ;</script> <script type="text/javascript">But does that have anything to do with it?
Forum: Fixing WordPress
In reply to: Unable to edit post/page since 3.9.2 updateI currently have Radiate by ThemeGrill activated (through wordpress) but as I mentioned, I tried it with WP’s Twenty Fourteen, turned off all plugins, cleared browsers and it still wouldn’t work. I also checked the Radiate theme forums and no one else appeared to have this issue.
Forum: Fixing WordPress
In reply to: Unable to edit post/page since 3.9.2 updateThank you Tara. I tried all that Josh mentioned on that thread before and I was still unable to edit posts/pages. My editor loads fine (both visual and text), I’m able to make changes yet when I press save, it all goes back to the way it was before.
I want to also mention that this doesn’t happen with new posts published after the 3.9.2 update, only with posts/pages before the update. If anyone knows how to fix this, I would really appreciate the help.
Forum: Plugins
In reply to: [Visual Recipe Index] Order of ImagesThank you for getting back to me so quickly!
While attempting your edit, I figured out an easier way to achieve this.
First, I tried your way. I found the php file and changed it exactly. Unfortunately, this didn’t change the order. So I went back to the page where I placed your shortcode and then it dawned on me. See bolded text below.riview id=15 num=2000 orderby=DATE order=DESC size=190×190 showtitle=always lightbox=0
I changed the shortcode on the page instead and now it works perfectly! Thank you again Kremental!