vchum
Forum Replies Created
-
AuthorPosts
-
vchum
MemberNot trying to customize the theme…just trying to adjust little things, as you update versions.
vchum
MemberIs 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;
}vchum
MemberCan’t find any details in your documentation. Got a sample?
vchum
MemberTHank you. I will do that this evening.
vchum
MemberHow 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?
vchum
MemberThe 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; }vchum
MemberI 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.
vchum
MemberThis is the post:
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.
vchum
MemberThank you!
vchum
MemberTablePress 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.
vchum
MemberIs there another menu set we should/could use just for mobile?
vchum
MemberTo 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.
vchum
MemberOne 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.
vchum
MemberThank 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.
vchum
MemberAnd I thank you sir!
Should I paste back in the Critical Path CSS back into Autoptimize as per the tutorials?
-
AuthorPosts
