arose8199
Forum Replies Created
-
Forum: Plugins
In reply to: [VS Event List] Hide info is not working on widgetThanks for the quick reply. The CSS on the actual event pages were messed up too. I did nothing to fix it. When I saw that you said it looked fine, I went back to the page and refreshed it – still looked wrong. Went to another browser, it looked okay. I went to an incognito window in chrome – looked ok. So I cleared my cache and it appears to be working fine now. Somehow when it was updated it unchecked everything and then cached that version. Very strange… it seems to be working fine now. Thanks again!
Forum: Themes and Templates
In reply to: [Adaption] Menu issueYes it is that page.
I have an iPad 2, iOS 8.1, safari.
I also tested it on a newer iPad running iOS 7 and it worked.
I tested it on a iPhone 4 I believe, with also iOS 8.1 and it didn’t work. I believe both of those were safari.
It seems to be a issue with iOS 8.1 at least in safari.Any ideas?
Thanks 🙂
Forum: Themes and Templates
In reply to: [Adaption] Featured ImageI got it to work. It was super simple.
I just put the following code right after the info about the template before any of the other code:<?php if ( has_post_thumbnail() ) { // check if the post has a Post Thumbnail assigned to it. the_post_thumbnail( 'featured-image' ); } ?>It seemed to work perfectly. I now can select a featured image on any of my pages.
Forum: Themes and Templates
In reply to: [Adaption] Navigation issuesI figured it out – thanks. I didn’t realize they had updated how to create a child theme. Instead of @import, using wp_enqueue_style() in a functions.php file. Now it works perfectly. Thanks for taking the time to answer.
Forum: Themes and Templates
In reply to: [Adaption] Featured ImageIs there a simple way to add the featured image feature to the pages as well?
Forum: Themes and Templates
In reply to: [Adaption] Featured ImageThanks, that answered my question.
Forum: Plugins
In reply to: [Recent Posts Widget Extended] "Excerpt Length" ignored since last updateI have the same issue. it looked perfect before, and not it’s stuck at 55 too. And I agree with JoeCreates.. now the home page looks a bit silly because it doesn’t fill up the space.
Thanks
Forum: Plugins
In reply to: [Social] Scheduled autobroadcast not workingI am having this issue also. You describe the exact thing that is happening for me.
I would love a fix. It is very frustrating to have to go in manually.
I think you can remove error_log from your list of notifications if you don’t want to be notified for that file spefically. But you can also look in your cpanel at the actual error log to try and solve the errors that are being generated.
I had the same thing happen to me. It said that 2045 files had been modified, and dates ranged from beginning of website to now.
I have off and on had issues with email notifications.Once in awhile back ups have stopped completely or I will get two of a back up .
I also was getting notified that certain picture files were getting modified everyday. I assumed it was the result of a plugin, but could never find the source. I ran several checks and am pretty sure I was not compromised.
Overall, it has been a good plugin, but I’m not sure if the email notifications are more harmful then good if they are sometimes wacky.
Anyone know what file hash means?
Forum: Plugins
In reply to: [Totally Booked] Alignment off on book archives pageThanks so much! You have been extremely helpful… and quick! I really appreciate it.
I updated to the new version. The alignment issue is fixed and the remove links bug is also.
I have not tried the “simple page ordering” plugin yet, but it is good to know there is an option when I’m ready to add a new book.
To fix the image size issue, I still had to keep:
.tb_book .post_thumbnail img { max-width: 100%; height: auto; }But that’s not too bad.
Thanks again for your help. I’m impressed by how quickly you responded and fixed everything!
-alisha
Forum: Plugins
In reply to: [Totally Booked] Alignment off on book archives pageThanks so much for the quick reply. I tried it and it worked!!!
Also, another thing I noticed which I thought you should know was when I tried using the add links, I didn’t like where it placed it, so I changed my mind and tried to remove link, and nothing happened. I don’t know if that’s specific to me or not. I finally just deleted the book and started over.
Also, I would like to be able to change the order of the books after they are published, but the only way I can figure out to do that is to delete all the books and republish them in the order I want with the one I want at the top published last. Just a suggestion for your next update.
But thanks so much for fixing my alignment problem!!!!
Forum: Fixing WordPress
In reply to: Image size problemsI took out width:auto in the style sheet and it seemed to have fixed the problem. Both width:auto and height:auto were set in the style sheet. Can someone tell me what the purpose of having those both set to auto is? Thanks.