Forum Replies Created

Viewing 15 replies - 1 through 15 (of 105 total)
  • Thread Starter flantascience

    (@flantascience)

    Also found these errors appearing under “Settings”:

    Warning: Illegal string offset 'tabs_sec_title' in <...>/wp-content/plugins/tabs-responsive/ink/admin/settings.php on line 8
    
    Warning: Illegal string offset 'show_tabs_title_icon' in <...>/wp-content/plugins/tabs-responsive/ink/admin/settings.php on line 9
    
    Warning: Illegal string offset 'show_tabs_icon_align' in <...>/wp-content/plugins/tabs-responsive/ink/admin/settings.php on line 10
    
    Warning: Illegal string offset 'enable_tabs_border' in <...>/wp-content/plugins/tabs-responsive/ink/admin/settings.php on line 11
    
    Warning: Illegal string offset 'tabs_title_bg_clr' in <...>/wp-content/plugins/tabs-responsive/ink/admin/settings.php on line 12
    
    Warning: Illegal string offset 'tabs_title_icon_clr' in <...>/wp-content/plugins/tabs-responsive/ink/admin/settings.php on line 13
    
    Warning: Illegal string offset 'select_tabs_title_bg_clr' in <...>/wp-content/plugins/tabs-responsive/ink/admin/settings.php on line 14
    
    Warning: Illegal string offset 'select_tabs_title_icon_clr' in <...>/wp-content/plugins/tabs-responsive/ink/admin/settings.php on line 15
    
    Warning: Illegal string offset 'tabs_desc_bg_clr' in <...>/wp-content/plugins/tabs-responsive/ink/admin/settings.php on line 16
    
    Warning: Illegal string offset 'tabs_desc_font_clr' in <...>/wp-content/plugins/tabs-responsive/ink/admin/settings.php on line 17
    
    Warning: Illegal string offset 'title_size' in <...>/wp-content/plugins/tabs-responsive/ink/admin/settings.php on line 18
    
    Warning: Illegal string offset 'des_size' in <...>/wp-content/plugins/tabs-responsive/ink/admin/settings.php on line 19
    
    Warning: Illegal string offset 'font_family' in <...>/wp-content/plugins/tabs-responsive/ink/admin/settings.php on line 20
    
    Warning: Illegal string offset 'tabs_styles' in <...>/wp-content/plugins/tabs-responsive/ink/admin/settings.php on line 21
    
    Warning: Illegal string offset 'custom_css' in <...>/wp-content/plugins/tabs-responsive/ink/admin/settings.php on line 22
    
    Warning: Illegal string offset 'tabs_animation' in <...>/wp-content/plugins/tabs-responsive/ink/admin/settings.php on line 23
    
    Warning: Illegal string offset 'tabs_alignment' in <...>/wp-content/plugins/tabs-responsive/ink/admin/settings.php on line 24
    
    Warning: Illegal string offset 'tabs_position' in <...>/wp-content/plugins/tabs-responsive/ink/admin/settings.php on line 25
    
    Warning: Illegal string offset 'tabs_margin' in <...>/wp-content/plugins/tabs-responsive/ink/admin/settings.php on line 26
    
    Warning: Illegal string offset 'tabs_content_margin' in <...>/wp-content/plugins/tabs-responsive/ink/admin/settings.php on line 27
    Thread Starter flantascience

    (@flantascience)

    thanks!

    Thread Starter flantascience

    (@flantascience)

    This helped center the icons, but now they are taking up two rows (I’ve got 7 icons). Is there a way to fit them in one row and not overlap with the accessibility icon or the return-to-top icon? It seems there should be space for all of them.

    Thread Starter flantascience

    (@flantascience)

    The Settings->General have the correct URL.

    I am referring to the verification emails due to Captcha. The issue isn’t in them being triggered by a human or bot, the problem is the subdomain “email” is being prepended to the site URL, i.e. email.domain.com

    Thread Starter flantascience

    (@flantascience)

    When I try to load the page in another time, it times out.

    The error.log file mentions this:

    [Mon Apr 11 16:30:02.332777 2022] [php7:error] [pid 16066] [client 198.23.170.224:57255] PHP Fatal error:  Cannot use lexical variable $value as a parameter name in /var/www/html/peerunschooling.net/wp-content/plugins/gravity-forms-post-updates/gravityforms-update-post.php on line 1021, referer: https://peerunschooling.net
    [Mon Apr 11 16:30:02.333455 2022] [php7:notice] [pid 16066] [client 198.23.170.224:57255] PHP Notice:  is_embed was called <strong>incorrectly</strong>. Conditional query tags do not work before the query is run. Before then, they always return false. Please see <a href="https://www.ads-software.com/support/article/debugging-in-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 3.1.0.) in /var/www/html/peerunschooling.net/wp-includes/functions.php on line 5775, referer: https://peerunschooling.net
    Thread Starter flantascience

    (@flantascience)

    I added your code…. the menu does show up. But its not styled correctly on desktop. And it’s supposed to be completely hidden on mobile.

    Thread Starter flantascience

    (@flantascience)

    There is some similar code that is already in my header.php file:

    
    <div id="header-bottom-left">
    		<div class="logo jthead"><a href="<?php echo home_url();?>"><img class='logo' src='<?php echo of_get_option('main_logo'); ?>'/></a></div>
    		<div class="jtmobmenu jthead"><?php  
    		if ( function_exists('has_nav_menu') && has_nav_menu('mobile-menu') ) {
    						wp_nav_menu( array(
    						  'depth' => 6,
    						  'sort_column' => 'menu_order',
    						  'container' => 'ul',
    						  'menu_id' => 'main-nav',
    						  'menu_class' => 'nav mobile-menu',
    						  'theme_location' => 'mobile-menu'
    						) );
    						} ?></div>
    		<?php  if(!is_user_logged_in()) { ?>
    

    Here is a screenshot of what I see on Mega Menu -> Menu Locations:
    https://snipboard.io/KjT5Bn.jpg

    Thread Starter flantascience

    (@flantascience)

    I also see this inside of functions.php but I believe this is for the ‘mobile’ menu:

    
    /* Adds the Mobile Menu*/
    function wdm_register_mobile_menu() {
        add_theme_support( 'nav-menus' );
        register_nav_menus( array('mobile-menu' => __( 'Mobile Menu', 'wdm' )) );
    }
    add_action( 'init', 'wdm_register_mobile_menu', 100 );
    Thread Starter flantascience

    (@flantascience)

    And then it looks like this is the HTML code generated for the menu. (Keep in mind the URLs are a little off because I am pulling this from the Internet Archive of an old version of the page when the menu worked)

    
    <div class="jtmobmenu jthead"><div id="mega-menu-wrap-mobile-menu" class="mega-menu-wrap"><div class="mega-menu-toggle"><div class="mega-toggle-blocks-left"></div><div class="mega-toggle-blocks-center"></div><div class="mega-toggle-blocks-right"><div class="mega-toggle-block mega-menu-toggle-block mega-toggle-block-1" id="mega-toggle-block-1" tabindex="0"><span class="mega-toggle-label" role="button" aria-expanded="false"><span class="mega-toggle-label-closed">MENU</span><span class="mega-toggle-label-open">MENU</span></span></div></div></div><ul id="mega-menu-mobile-menu" class="mega-menu max-mega-menu mega-menu-horizontal mega-no-js" data-event="hover_intent" data-effect="fade_up" data-effect-speed="400" data-effect-mobile="disabled" data-effect-speed-mobile="200" data-mobile-force-width="false" data-second-click="close" data-document-click="collapse" data-vertical-behaviour="standard" data-breakpoint="600" data-unbind="true"><li class="mega-menu-item mega-menu-item-type-custom mega-menu-item-object-custom mega-menu-item-has-children mega-align-bottom-left mega-menu-flyout mega-menu-item-3059" id="mega-menu-item-3059"><a class="mega-menu-link" href="#" aria-haspopup="true" aria-expanded="false" tabindex="0">Social<span class="mega-indicator"></span></a><ul class="mega-sub-menu"><li class="mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-menu-item-106" id="mega-menu-item-106"><a class="mega-menu-link" href="https://web.archive.org/web/20190530143703/https://peerunschooling.net/chat/">Chat</a></li><li class="mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-menu-item-340" id="mega-menu-item-340"><a class="mega-menu-link" href="https://web.archive.org/web/20190530143703/https://peerunschooling.net/friend-finder/">FriendFinder</a></li><li class="mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-menu-item-176" id="mega-menu-item-176"><a class="mega-menu-link" href="https://web.archive.org/web/20190530143703/https://peerunschooling.net/discussions/">Bulletin</a></li></ul></li><li class="mega-menu-item mega-menu-item-type-custom mega-menu-item-object-custom mega-menu-item-has-children mega-align-bottom-left mega-menu-flyout mega-menu-item-3058" id="mega-menu-item-3058"><a class="mega-menu-link" href="#" aria-haspopup="true" aria-expanded="false" tabindex="0">Media<span class="mega-indicator"></span></a><ul class="mega-sub-menu"><li class="mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-menu-item-555" id="mega-menu-item-555"><a class="mega-menu-link" href="https://web.archive.org/web/20190530143703/https://peerunschooling.net/video-submissions/">Theater</a></li><li class="mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-menu-item-558" id="mega-menu-item-558"><a class="mega-menu-link" href="https://web.archive.org/web/20190530143703/https://peerunschooling.net/audio-submissions/">Radio</a></li><li class="mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-menu-item-452" id="mega-menu-item-452"><a class="mega-menu-link" href="https://web.archive.org/web/20190530143703/https://peerunschooling.net/gallery/">Gallery</a></li></ul></li><li class="mega-menu-item mega-menu-item-type-custom mega-menu-item-object-custom mega-menu-item-has-children mega-align-bottom-left mega-menu-flyout mega-menu-item-3181" id="mega-menu-item-3181"><a class="mega-menu-link" href="#" aria-haspopup="true" aria-expanded="false" tabindex="0">Library<span class="mega-indicator"></span></a><ul class="mega-sub-menu"><li class="mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-menu-item-3184" id="mega-menu-item-3184"><a class="mega-menu-link" href="https://web.archive.org/web/20190530143703/https://peerunschooling.net/book-library/">Books</a></li><li class="mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-menu-item-3183" id="mega-menu-item-3183"><a class="mega-menu-link" href="https://web.archive.org/web/20190530143703/https://peerunschooling.net/video-library/">Videos</a></li><li class="mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-menu-item-3182" id="mega-menu-item-3182"><a class="mega-menu-link" href="https://web.archive.org/web/20190530143703/https://peerunschooling.net/audio-library/">Podcasts</a></li><li class="mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-menu-item-3224" id="mega-menu-item-3224"><a class="mega-menu-link" href="https://web.archive.org/web/20190530143703/https://peerunschooling.net/sde-meme-library/">Memes</a></li><li class="mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-menu-item-3588" id="mega-menu-item-3588"><a class="mega-menu-link" href="https://web.archive.org/web/20190530143703/https://peerunschooling.net/sde-articles-library/">Articles</a></li><li class="mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-menu-item-3586" id="mega-menu-item-3586"><a class="mega-menu-link" href="https://web.archive.org/web/20190530143703/https://peerunschooling.net/sde-learning-centers-library/">Learning Centers</a></li><li class="mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-menu-item-3587" id="mega-menu-item-3587"><a class="mega-menu-link" href="https://web.archive.org/web/20190530143703/https://peerunschooling.net/sde-organizations-library/">Organizations</a></li></ul></li><li class="mega-rightside mega-login-reg mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-align-bottom-left mega-menu-flyout mega-menu-item-353" id="mega-menu-item-353"><a class="mega-menu-link" href="https://web.archive.org/web/20190530143703/https://peerunschooling.net/pun-login/" tabindex="0">Login</a></li><li class="mega-rightside mega-login-reg mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-align-bottom-left mega-menu-flyout mega-menu-item-352" id="mega-menu-item-352"><a class="mega-menu-link" href="https://web.archive.org/web/20190530143703/https://peerunschooling.net/register/" tabindex="0">Register</a></li></ul></div>
    Thread Starter flantascience

    (@flantascience)

    I’m not sure. The developer who set it up has disappeared.

    There are two menu plugins we use, one for the desktop and one for the mobile menu. The theme we’re using has a really bad menu, so we don’t use it at all.

    The mobile menu is working fine, that uses “Responsive Menu”: https://www.ads-software.com/plugins/responsive-menu/

    The desktop menu is the one using Mega Menu.

    I don’t see anything inside of our child theme folder in functions.php or header.php which mentions wp_nav_menu. We do have a page builder (Beaver Builder) but I don’t think that was used to setup the menu.

    Also I see this code seems to be the closest related to the menu inside of header.php:

    <div class="jtmobmenu jthead"><?php  
    		if ( function_exists('has_nav_menu') && has_nav_menu('mobile-menu') ) {
    						wp_nav_menu( array(
    						  'depth' => 6,
    						  'sort_column' => 'menu_order',
    						  'container' => 'ul',
    						  'menu_id' => 'main-nav',
    						  'menu_class' => 'nav mobile-menu',
    						  'theme_location' => 'mobile-menu'
    						) );
    						} ?></div>
    Thread Starter flantascience

    (@flantascience)

    (…great…. switching back to our theme and now we’ve lost our nav menu)

    Thread Starter flantascience

    (@flantascience)

    Disabling all the plugins doesn’t help. But switching to a ‘default’ theme (2020) did work. So how do I figure out what part of my theme is causing a conflict with your plugin?

    Thread Starter flantascience

    (@flantascience)

    I think I am using a different plugin and mixed it up with yours. Sorry about that

    got it – thank you!

    Thread Starter flantascience

    (@flantascience)

    Interesting….. disabling the GDPR plugin worked…. though now we have to find a whole new solution for this. I appreciate your help.

Viewing 15 replies - 1 through 15 (of 105 total)