Longbow
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Twenty Twenty-Four] Style Mobile MenuTwenty Twenty-Five, I’d love a setting to style the mobile nav.
Forum: Themes and Templates
In reply to: [Twenty Twenty-Five] Twenty Twenty-Five, Mobile menu won’t clickI think it’s a LiteSpeed caching issue.
I cleared the cache and error is gone (for the moment).
I was having issues connecting a CDN, but resolved it.Forum: Themes and Templates
In reply to: [Twenty Twenty-Five] Twenty Twenty-Five, Mobile menu won’t clickHi Carolina,
Thanks for the reply.
When the window is large enough to show the nav, menu works as intended.
When on a phone, the top menu (hamburger) doesn’t do anything.
On mouseover, on click, nothing.
I’m running Sucuri. How does disable Rest API?
I’ll try and track down the error.Forum: Themes and Templates
In reply to: [Frost] Lining up margins
So, it looks like a bug.
When I update custom CSS, it resets Styles.
eg: save custom css, and it removes my page background color.
This is repeatable for me.
Forum: Themes and Templates
In reply to: [Frost] Lining up marginsAlso, I have a page background tile, enabled through Styles.
Yesterday I logged in to try and tweak the header layout, and the bg tile is overridden by the white background color of the header. What voodoo is going on and how might I correct?body {
background-color: #faf6ed; <beige, not white>
background-image: url(/wp-content/uploads/2024/04/tropical-3.png);
background-repeat: repeat;.wp-block-group {
background-color: var(–wp–preset–color–base);Rewrite rules were preventing Molongui Authorship from working normally.
In the prior update, you advised we had corruption in the MySQL.We moved to a fresh WP build and think we’ve resolved them.
Thank you,
-eForum: Plugins
In reply to: [Photo Gallery, Images, Slider in Rbs Image Gallery] No links in imagesAnything?
Forum: Plugins
In reply to: [The Events Calendar] Why doesn’t Events Calendar work within my theme?Ok, I’m making progress, but still have issues.
Can you help?
1.) page.php
<?php get_header(); ?> <div class="content"> <?php get_template_part('inc/page-title'); ?> <?php while ( have_posts() ): the_post(); ?> <article <?php post_class(); ?>> <div class="post-wrapper group"> <div class="entry-content"> <div class="entry themeform"> <?php the_content(); ?> <div class="clear"></div> </div><!--/.entry--> </div> <div class="entry-footer group"> <?php if ( comments_open() || get_comments_number() ) : comments_template( '/comments.php', true ); endif; ?> </div> </div> </article><!--/.post--> <?php endwhile; ?> </div><!--/.content--> <?php get_sidebar(); ?> <?php get_footer(); ?>
2.) default-template.php in my ../tribe/events/v2/
<?php use Tribe\Events\Views\V2\Template_Bootstrap; get_header(); ?> <div class="content"> <?php get_template_part('inc/page-title'); ?> <?php while ( have_posts() ): the_post(); ?> <article <?php post_class(); ?>> <div class="post-wrapper group"> <div class="entry-content"> <div class="entry themeform"> <?php the_content(); echo tribe( Template_Bootstrap::class )->get_view_html(); ?> <div class="clear"></div> </div><!--/.entry--> </div> </div> </article><!--/.post--> <?php endwhile; ?> </div><!--/.content--> get_footer();
This adds the calendar in a page, but, it’s not rendering the page properly…
I’ve turned it off for the moment, so it’s not live.
Anything you can see in this code?Thanks,
-eForum: Plugins
In reply to: [The Events Calendar] Why doesn’t Events Calendar work within my theme?Thank you
Forum: Plugins
In reply to: [The Events Calendar] Why doesn’t Events Calendar work within my theme?Hi Geoff,
This is not my first go with Events Calendar.
We run Pro on one site and I added it the free version to this non-profit site.What is so frustrating to me is that EC does not adapt to the theme. Why force the fonts, colors, etc. that you guys like, instead of using my theme’s?
I’ve styled my way to it working on this site, but there’s hours I can’t get back.
I’ll look at the Customizer and hope it helps, but it doesn’t answer my questions.
What files do I edit to manage templates (Event and Events)?I wanted to dig into template files, but your file/directory structure is arcane to me.
Magento makes more sense and their structure is a beast, but at least it’s documented.-e
Forum: Plugins
In reply to: [The Events Calendar] Why doesn’t Events Calendar work within my theme?So, I’m plodding along, editing CSS one item at a time.
Why is this so much work?S. O. S.
-e
Forum: Themes and Templates
In reply to: [Gridzone] Sub Menu point rightHey Alex,
Thank you. Code was even simpler…Changed left to right
Line 31
<header id=”header” class=”hide-on-scroll-down nav-menu-dropdown-right”>Cheers
-eForum: Plugins
In reply to: [Display Categories Widget] Widget displays outside of sidebarThank you, done.
??Appreciate all your help.
-eForum: Plugins
In reply to: [Display Categories Widget] Widget displays outside of sidebarAny thoughts on last reply?
Thank you,
-eForum: Plugins
In reply to: [Display Categories Widget] Widget displays outside of sidebarHello again, so I’m seeing one new issue.
When I add a widget, and it’s the last widget, all works fine.
https://interactivelegal.us/support/But, when it’s not the last widget, as on this page:
https://interactivelegal.us/training/links are not clickable…
and the background (which is transparent) is doubled, so it’s lighter.
This widget is grouped with the one below it.I think, we need a clear:both; or something after it, to denote the widget ends.
Can you help make that happen?Thank you,
-e