vchum

Forum Replies Created

Viewing 15 posts - 1 through 15 (of 32 total)
  • Author
    Posts
  • in reply to: Centering Page and Post titles #8814

    vchum
    Member

    Not trying to customize the theme…just trying to adjust little things, as you update versions.

    in reply to: Menu Drop-down Background Colour #8805

    vchum
    Member

    Is this the code?

    .tp_mmenu_section {
    min-height: 220px;
    width: 100%;
    display: none;
    background: #191919;
    border-top: 10px solid yellow;
    padding: 20px;
    position: absolute;
    z-index: 9999;
    margin-top: 62px;
    top: 100%;
    left:0;
    }

    in reply to: Menu Drop-down Background Colour #8802

    vchum
    Member

    Can’t find any details in your documentation. Got a sample?

    in reply to: Auto Updating #8734

    vchum
    Member

    THank you. I will do that this evening.

    in reply to: changing link color #8724

    vchum
    Member

    How can I use your code to affect a different color for hover over the “Mega Menu” sub-item titles?

    Right now, when you hover over a sub-sub-item, the sub-item title changes together.

    I suppose another option is to affect a change of the background colour of the menu…how can I do that?

    in reply to: Tags and Updating of Tags #8723

    vchum
    Member

    The functions file doesn’t have the option to specify the number of tags and I suppose it uses the top 45 as per WordPress Default. Using the code below, I pasted it at the VERY END of the functions.php file and I now can display top 60 tags:

     /*********************************************************
     * Limit the number of tags displayed by Tag Cloud widget *
     *********************************************************/
    add_filter( 'widget_tag_cloud_args', 'tj_tag_cloud_limit' );
    function tj_tag_cloud_limit($args){ 
    	// Check if taxonomy option of the widget is set to tags
    	if ( isset($args['taxonomy']) && $args['taxonomy'] == 'post_tag' ){
    		$args['number'] = 80; // Number of tags to show
     	}
    	return $args;
    }
    in reply to: Tags and Updating of Tags #8720

    vchum
    Member

    I think it’s a function within a php file that limits the number of tags shown…is that the case? and I suppose it’s something I can change myself.

    in reply to: Tags and Updating of Tags #8714

    vchum
    Member

    This is the post:

    https://www.torontokartclub.org/album-2017-tkc-race-10-aug-13-gamebridge-presented-by-belmar-roofing/

    There was an update for WP Suepr Cache today which did, flushed cache and waited a bit and they main tag cloud on the homepage hasn’t updated.

    I see in WP Super Cache, there’s an option not cache tags, and I enabled that option but I don’t think it has any effect as yet.

    in reply to: Missing sub-menu items in Mobile View [Mega Menu] #8709

    vchum
    Member

    Thank you!

    in reply to: Playing around with Minify, now lost Mega Menu #8698

    vchum
    Member

    TablePress is useful, so I may have to contact that developer to address the CSS issue.

    I’ve removed that image and replaced it with another one.

    The FB script has to do with a plug-in we use to pull pics from FB galleries so we don’t have to re-up and re-post those pics.

    There’s also a gravatar connection that loads that I’d like to get rid of.

    in reply to: Mobile version Menu's #8697

    vchum
    Member

    Is there another menu set we should/could use just for mobile?

    in reply to: Playing around with Minify, now lost Mega Menu #8695

    vchum
    Member

    To be clear, I get the same GPS score with Autoptimize + WP Super Cache as A20 but A20 made my admin site slower as well. I’ve now deactivated A20 and all other cache and optimization plugin and just keeping the 2 you recommended.

    in reply to: Playing around with Minify, now lost Mega Menu #8693

    vchum
    Member

    One final thing. Almost wrote here before I fixed it. The site serves primarily galleries from FB and stored media. Neither of them worked right after we just added Autoptimize; FB one didn’t follow formatting and the Envira gallery didn’t even show but links were there…it was this and it needed to be enabled as I recall fixing it during my initial troubleshooting:

    Let Autoptimize also extract JS from the HTML. Warning: this can make Autoptimize’s cache size grow quickly, so only enable this if you know what you’re doing.

    in reply to: Playing around with Minify, now lost Mega Menu #8692

    vchum
    Member

    Thank you Raja.

    By turning off A2 Optimization, even the admin site is loading a lot snappier than before. I have added the Critical Path CSS to Autoptimize and also activated W3 Super Cache and looking to see how to best configure it.

    I may actually use you Mega Column Title so that I don’t need a “Archives” page with sub-pages under it.

    in reply to: Playing around with Minify, now lost Mega Menu #8690

    vchum
    Member

    And I thank you sir!

    Should I paste back in the Critical Path CSS back into Autoptimize as per the tutorials?

Viewing 15 posts - 1 through 15 (of 32 total)