MHJP
Forum Replies Created
-
Forum: Plugins
In reply to: [Beaver Builder - WordPress Page Builder] Update triggered PHP Fatal ErrorThanks Jamie,
I deleted the plugin and reinstalled. All is running fine now. Thanks.
FYI, we’re on GoDaddy.
Mike
Forum: Themes and Templates
In reply to: [Allegiant] Demo contentAs a follow on, I did a WordPress Reset and the option to download the demo content was there again. However, it hangs and never finishes. All the content is not downloaded. Have tried it twice now with the same result.
Thanks for the insight Andrew. Perhaps I’ll make it non-essential. Mike
I’ve done some tinkering to try getting the button menu to appear at 59em instead of 48em. I was able to make the button itself appear with this code:
@media screen and (max-width: 59em) { .js .menu-toggle, .js .dropdown-toggle, {display: block; } .menu-primary-menu-container {display: none;} }
However, the isn’t the correct code because the menu doesn’t expand when clicking the button. Presume that “menu-primary-menu-container” is incorrect.
What code do I need to get the vertical menu to appear when clicking the button?
Thanks, Mike
Forum: Plugins
In reply to: [Options for Twenty Seventeen] Mobile Parallax On SettingThanks for investigating. It’s a different theme, so probably apples to oranges, but perhaps you can glean some ideas from the active Squarespace site: https://www.lisatraina.com where the parallax words on iOS okay?
mike
Forum: Plugins
In reply to: [Options for Twenty Seventeen] Mobile Parallax On SettingThanks for the quick reply Oliver. So the two issues are related… no parallax effect and non-responsive iPhone photos? The parallax also doesn’t seem to work on Android for the additional front page panels even though the photos themselves look fine.
Forum: Plugins
In reply to: [Options for Twenty Seventeen] tabindex for home homepage panelsHi Oliver… apologies for just getting back. Was on vacation and just getting back to it. Thanks so much for all the fixed and insights. I see the front page sections panel under menus now and will adjust accordingly.
Forum: Plugins
In reply to: [Options for Twenty Seventeen] tabindex for home homepage panelsThanks for looking into this Oliver. I don’t know much about jquery and focus. Could you describe how this works in terms of adding new panels through the interface? Why does one panel have tabindex injected and another not? Is there some particular action? Much appreciated. Mike
Forum: Plugins
In reply to: [Options for Twenty Seventeen] tabindex for home homepage panelsOne related question. Is there an easy way to make anchor-link-based menu item of the panel that is being viewed appear in a different color? mike
Forum: Plugins
In reply to: [Options for Twenty Seventeen] tabindex for home homepage panelsThanks so much. I will try out using the anchors set by the plugin.
Confirming, yes, when I deactivate the plugin the tabindex issue goes away and my anchors work properly.
Mike
Forum: Plugins
In reply to: [Options for Twenty Seventeen] tabindex for home homepage panelsAh, does the plugin also insert “tabindex”? Any idea why it’s there in some and not other panels?
No, I had not seen the anchors. But now that you mention that, can I use those anchors in the menu? I want the menu items, when clicked, to navigate to the panel section instead of the underlying page. So I set:
.entry-title {display: none;}
and set an anchor for each panel that is used as a custom link in the menu.Maybe there a better way to achieve this using the anchors already there?
Thanks, Mike
Forum: Themes and Templates
In reply to: [Twenty Seventeen] tabindex and anchorsHi.. wondering if anyone has any ideas on this topic. Zero responses so far. It’s one of the last issues to clear before putting the site live.
Forum: Plugins
In reply to: [Options for Twenty Seventeen] Over-riding Page Title Font SizeHi. I figured it out:
.panel-content .wrap header.entry-header h2.entry-title {font-size: 2.6em;}
Forum: Plugins
In reply to: [Photo Gallery, Images, Slider in Rbs Image Gallery] Styling image boardersJust to close this… I figured out a way to do my styling. In the gallery settings, I set my boarder width to 6, border style to Double and color to White. Then I used the following CSS: .rbs-img-container {outline: 1px solid #005C9D;}
All is good now.
Forum: Plugins
In reply to: [Photo Gallery, Images, Slider in Rbs Image Gallery] Styling image boardersI’m unable to match the style I am using for the rest if the site images (dev.lisatraina.com).
The “double” setting is the closest.. I just don’t want the inner boarder. I only want the outer with white padding on the inside. Other suggestions, or CSS tip? thanks, m