tiffdotc
Forum Replies Created
-
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] Calendar freezes in Firefox and SafariHi – after looking through inspect element more, I realized it was a CORS issue with universe.com, a ticketing agency or something, on a few events. Once I unpublished the events w/ the link, the page loaded fine in FF and Safari.
I’ll work on that issue instead! thanks for your help.
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] Calendar freezes in Firefox and SafariHi – just checking in to see if there’s a way to fix this. FYI updated to the Avada 4.0 theme today for unrelated jquery issues and the calendar is still freezing on Firefox and Safari.
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] RELEASE: All-in-One Event Calendar 2.3.9Hi Benjamin – thanks for the troubleshooting info. I deactived all plugins, and switched to the Twenty Eleven theme, and neither of those actions fixed the events page.
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] RELEASE: All-in-One Event Calendar 2.3.9Yes, just updated to 2.3.11, cleared cache, and still having the loading issue in FF and Safari.
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] RELEASE: All-in-One Event Calendar 2.3.9Hi – I have 2.3.10 installed on a test site, and the calendar doesn’t load for past months in the Agenda view in Firefox or Safari. The Agenda defaults to the current month, but when I hit the back arrow to view past month events, I just get a scrolling circle and no action is taken.
Link:
https://bluemoon.tiffdotcom.com/events/This does not happen in Chrome.
Any tips? Not sure if this is the plugin version or another issue – it’s a new occurrence, though.
Forum: Plugins
In reply to: [Ultimate Product Catalog] Product sort changes after un-selecting a categoryHi – so I moved the featured product to be the first item on the catalog page, and that removed my need for the Featured category, so I deleted it, and the sort issue is no longer a concern. If, however, you can explain why the products resorted by price highest to lowest, I’d love to know, because it may be helpful in the future.
Forum: Plugins
In reply to: [Ultimate Product Catalog] Product sort changes after un-selecting a categoryThey are being included individually. I only have one product marked under the Featured category.
Forum: Themes and Templates
In reply to: [Twenty Twelve] Mobile not working – twenty twelve theme@collins that was a bit helpful – i played around with the inspect element on chrome (I usually use firefox) and realized I could inspect element as a mobile device.
which leads me to the next battle – the home menu on a mobile device. the previous developer created a custom home menu that looks fine on a desktop, but takes up a ton of space and overrides the responsive menu on a mobile device. I’ve tried using the @media screen and (max-width: 600px) CSS that @crouchingbruin provided to override the home navigation, but it doesn’t work (unless I simply choose display: none;, and then no menu shows up on the homepage).
So, the developer made a customer header_home.php file that i’m guessing is what won’t let me override the menu on mobile devices in the style.css file. i know nothing of php – could i add a media query to the php file to tell it to display the regular menu style rather than the custom one? Here’s the relevant code from the header_home.php file:
<nav id=”site-navigation” class=”home-navigation” role=”navigation”>
<h3 class=”menu-toggle”><?php _e( ‘Menu’, ‘twentytwelve’ ); ?></h3>
“><?php _e( ‘Skip to content’, ‘twentytwelve’ ); ?>
<?php wp_nav_menu( array( ‘theme_location’ => ‘primary’, ‘menu_class’ => ‘nav-menu’ ) ); ?>any advice would be appreciated with this. thanks!
Forum: Themes and Templates
In reply to: [Twenty Twelve] Mobile not working – twenty twelve themeThanks so much – I removed the footer with the CSS you sent me, and that helped. As for the Follow Me, I added display: none; and it still showed up but when you clicked “follow me” on a mobile device, a shadow would appear for a pop-up box, but the pop-up box wouldn’t display. Luckily, I took a deeper look at the plugin and found that you could deactivate it for mobile devices, so I did that. The site looks *much* better on mobile now.
Now just to tackle the menu… it’s a custom menu on the home page and it’s not super attractive! also working on moving custom CSS to a child theme like you suggested.
thanks again for your help – i’m not sure i would have figured that all out on my own (or if i did, it would’ve taken me twice as long!).
Forum: Themes and Templates
In reply to: [Twenty Twelve] Mobile not working – twenty twelve themeYeah it’s not in the footer file. I also checked the plugin’s php files, and the index.php and page.php files. No luck! Not sure where else to look for it! If you have any css that would override it, I would really appreciate it. I need to see if my client would be up for scrapping this plugin – it hasn’t been updated in two years and it’s not very great.
Forum: Themes and Templates
In reply to: [Twenty Twelve] Mobile not working – twenty twelve themethat was so helpful – thanks so much. i updated the followmebubble, and that fixed the mobile view quite a bit. the only issue i have now is i can’t find where the wp_footer code is located.
Forum: Themes and Templates
In reply to: [Twenty Twelve] Mobile not working – twenty twelve themethanks CrouchingBruin. I figured out one issue is that the banner wasn’t re-sizing, so it pushed the body of the site over to the left of the screen (they assigned a class that doesn’t exist to the banner image). now that I’ve fixed that, the banner is re-sizing, but the site still has grey space on the right, and the banner is cut off at the top. the url again, if you want to check it out on a mobile device: raisingdigitalnatives.com.
this is a site that another person developed, and i’m working on it now. i’m trying to figure out how everything was set up. CrouchingBruin, if you have any advice for how to fix the new issues, let me know.
actannapolis and JonathanR62 – sorry guys, but can you please start your own thread? I don’t want to get email updates for issues that aren’t related to my original post. thanks.