BackpackersUnion
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Twenty Fourteen] Bold Font for Title ?Hi Kreativito,
If you have a child theme you’ll want to pasted the code in the style.css file. If you don’t have a child theme you can download a CSS plugin like; https://www.ads-software.com/plugins/simple-custom-css/
.entry-title a {
font-weight: 400;
}You can make the font anywhere from 100-900 for different levels of ‘boldness’. Hope this helps!
Hi Brajesh, I just re-upped my BuddyDev subscription, so I can interact with you on the forums there if that’s easier for you. Just let me know whichever is best.
Thanks again for your help!
That sounds great to me! I also ran it past the WP Engine team, who responded;
“The idea of loading the notifications thru Ajax would be a great workaround to the caching issue,…”
So, if you’re able to implement that as the fix, that would be incredible! Let me know if there is anything I can do to help on my end.
Also, thanks for responding so quickly, as I know you are very busy! Much appreciated!
Regards,
CarlHi Chiefchick, Have you tried adding something like this to your child theme (or a custom css plugin)?
img.attachment-thumb-large.wp-post-image {
display: none;
}It will remove the image, but you’ll want check and make sure it doesn’t remove any images you want to keep on other pages/posts.
Forum: Plugins
In reply to: [BP Profile Search] Server Change Conflict – Errors OutputHi Andrea,
Thanks for getting back to me so quickly. I did try deleting and reinstalling, but it produced the same results. My function knowledge is week, so any suggestions on how to how to alter the first few lines I’d be willing to try.
I was originally thinking the “Plugin Organizer” plugin may have contributed to the error with it’s select loading feature, but I removed the plugin and its options and it didn’t seem to make an impact. Thanks again for your help with this!
Forum: Themes and Templates
In reply to: [Twenty Fourteen] Smaller images on mobileHi There,
Not sure exactly what you’re looking for, but if I understand you correctly the easiest way would be using a mobile theme switcher (Solid one here). Just create a replicaca of your child theme (Call it “child m” or something) and add something like to the style.css;
.entry-content img { max-width: 50%; }
You could use the media queries also, but I always find them a little awkward to work with. Then if you wanted to change other things on mobile’s it would be really easy (Functions, CSS, etc)…
Hope this help!
Yo,
My suggestion would be to use a combination of;
1 – Dynamic Widgets
2 – MaxButtonsDynamic Widget can be a little confusing at first, but it’s insanely powerful when controlling where you want to display widgets. Then you can make some pretty sharp looking buttons with MaxButton and just place the button short codes in a text widget, and poof, complete dynamic menu control.
Hope this helps!
Forum: Themes and Templates
In reply to: [Twenty Fourteen] Center post titles under grid?This should center it, but it centers the category along with the title;
.featured-content-inner { text-align: center; }
Make sure you do it in a child theme or custom css plugin ??
Forum: Themes and Templates
In reply to: [Twenty Fourteen] unregister_nav_menu… what am I missing?That did the trick! Thanks for sticking with it and helping me out!
Forum: Themes and Templates
In reply to: [Twenty Fourteen] unregister_nav_menu… what am I missing?Hi Stephen, sorry for my tardiness, but I like that idea! Sometimes only the nuclear option will do. I’ll make the changes today and report back, but I’m feeling good about this one. Thank you!
Forum: Themes and Templates
In reply to: [Twenty Fourteen] unregister_nav_menu… what am I missing?I am, it’s called “Any Mobile Theme Switcher“. Do you think it might be related to the issue or are you looking for a theme switcher plugin?
Forum: Themes and Templates
In reply to: [Twenty Fourteen] unregister_nav_menu… what am I missing?I see what you’re saying, it took me a minute! I tried this on a demo site then the primary, but still no luck. The “unregister_nav_menu” function is being used on a Child Theme for phones and tablets and is triggered by a Mobile Theme Switcher, so when this theme is activated (via the switcher), it appears to just pull the menu location from the Desktop Child Theme…
I think I might have to chalk this one up to a bug, but if you have any more ideas, I’d gladly give them a try. Really appreciate you spending the time to help me out!
Forum: Themes and Templates
In reply to: [Twenty Fourteen] unregister_nav_menu… what am I missing?Thanks Stephen!
I just tried your function but had no luck. I also tried changing the priority to 12 but it produced the same result. I’m afraid this might have something to do with it,
https://core.trac.www.ads-software.com/ticket/27735If you have any other suggestions, I will definitely try them. Thanks for helping out!
Forum: Plugins
In reply to: [Multisite Enhancements] "Active In" – Not Displaying Subdomain'sYes, you are correct this is a Multisite with with Subdomains. I looked into when I updated to the newer version of WordPress and it was right before I first used your plugin, so I’ll try to see if maybe there is a conflict with a plugin that was activated or updated after effectively using Multisite Enhancement.
There’s quite a few plugins I’ll be looking into, so is there anything to look for (i.e. Other plugins that use similar information, or methods to obtain data)?
Thanks again!
Forum: Plugins
In reply to: [Multisite Enhancements] "Active In" – Not Displaying Subdomain'sHi Frank,
Thanks for getting back to me. Not quite sure what you mean? Subdomain vs Subdirectory? Sorry for the confusion, but let me know what you’re looking for and I’ll get right back to you.
Thanks again!