BehindTheThrills
Forum Replies Created
-
Forum: Plugins
In reply to: [Responsive Lightbox & Gallery] Fatal ErrorUpping the memory seemed to resolve it. I haven’t been able to replicate it since I upped the memory. Thanks for a nudge in the right direction!
- This reply was modified 5 years, 8 months ago by BehindTheThrills.
Forum: Plugins
In reply to: [Responsive Lightbox & Gallery] Fatal ErrorNo caching plugin.
I did some poking around last night and I think it has to do with one of two things… the theme we are using or jQuery. I suspect the theme is conflicting the plugin. I switched to the 2019 WordPress theme and didn’t run into the issue right away (although I didn’t leave the theme up very long…).
I’ll check out these in the mean time.Sorry for the delayed response. I missed the email notification and got busy. Thanks for your help and feedback. I’ll be ready for migration this week.. Will be testing it out first with a fresh copy of wordpress to work out any problems that might arise just in case!
Hi Mark,
Thanks for a timely response. So not only will I need to follow the steps listed in ‘Moving a Root install to its own directory’ but also ‘Using a pre-existing subdirectory install’?
And I can do the same to move the new site from the sub directory /new to the root?
I am having a similar problem with half a circular image being shown on the slider. I completely removed it because of another issue I am having.
My site also shows dates on some articles and images on others. I noticed the ones that show photos are the articles I specifically set a featured image on. Even if I dont set a featured image on my site, it still picks up the image so I don’t have to do it for all posts – only those I choose.
Would be nice if the plugin would also pick up the first image uploaded is the featured image’ and utilize a photo instead of the date.
I know this is resvolved but I am having a similar issue. After the latest update, the switch to mobile button disappeared so if anyone switches to the desktop.version they are unable to switch back (I don’t know for sure, I view my site as the desktop version).
My website is https://behindthethrills.com
Forum: Fixing WordPress
In reply to: Implementing conditional comments into WordPress?I removed the extra markups I added and changed my IE-specific stylesheet to have #primary and #secondary since that’s what’s in the sidebar.php file.
It’s still not working for me. Thanks for the help though.
Forum: Fixing WordPress
In reply to: Implementing conditional comments into WordPress?Ok.. I saved my CSS in ie.css within my site, and put this code in my header:
<link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" /> <!--[if lte IE 9]> <link rel="stylesheet" href="<?php bloginfo('template_directory'); ?>/ie.css" media="screen" type="text/css" /> <![endif]-->
and I put
<div class="internetexplorer">...</div>
in the sidebar.php file and it doesn’t seem to be working. Am I doing this correctly? I’m using https://netrenderer.com/ to view older versions of IE since I have IE 10 and my website displays correctly on the latest version.
Forum: Fixing WordPress
In reply to: Implementing conditional comments into WordPress?Could I do that with a div id?
Forum: Plugins
In reply to: [My Calendar - Accessible Event Manager] Short code in HTML?The shortcode shows in my sidebar when I try to display with the shortcode. I use “My Custom Widget” as a plugin and it has to be HTML, otherwise it just displays everything as text.
Check the screenshot below for reference.
https://docs.google.com/file/d/0B5uTkC7fMaykYjVhSEdIQmUyMGc/editIf I try and use the stock widgets, they look extremely messy and end up becoming very long on the page. I was hoping to get something like what’s on my actual Calendar page, but to just show a today’s events or events for the week.
https://behindthethrills.com/calendar
Hope this clears it up.
Forum: Themes and Templates
In reply to: Conditional Style Sheet IE 9 and olderThanks. I use Chrome and I have FireBug there. I just wasn’t sure where to start. The page appears in all other browsers fine, including IE 10 (just not older versions for whatever reason).
I’m not sure how I couldn’t get this to work, but I tried just fixing the video code and it would not work… but I copied your code and it worked perfectly.
Thanks so much for the help! I appreciate it!
Here is the code I used that has been stripped of all the text I wanted to include.
<strong>This is just a test</strong> [expand title="Expand for more information"] Test httpvh://www.youtube.com/watch?v=WF0BtitCFU[/expand]
You can view a test page I made here:
https://behindthethrills.com/links/test/If it helps, I am using Chrome and the stock Android browser when I see these issues.
I did, actually. I still couldn’t get it to work.
Come to find out, I had to just clean up the code and it worked.
Forum: Plugins
In reply to: [CleanPrint] CleanPrint doesn't show on my posts/pagesI am having the same issue and tried the same fix as above. Since the latest update, the cleanprint button will not display on any of my posts, pages, or tags.
My website is https://behindthethrills.com.
Edit: Until I get word on a fix, I have reverted back to version 3.0 of the plug in, which fixed the issue.