BellaC
Forum Replies Created
-
In creating ‘ghost buttons’ for the home page, I ran into the box-shadow problem too, thinking it was underline.
I tried this and it’s working (so far for my purposes) and will test site-wide later:
.entry-content a {
-webkit-box-shadow:none !important;
box-shadow:none !important;
}Forum: Plugins
In reply to: [Translate Wordpress with GTranslate] American FlagLike la79, I’m only seeing the British flag for the English translate, as well. My flag graphics file (/wp-content/plugins/gtranslate/32.png) doesn’t contain the US American flag.
Forum: Themes and Templates
In reply to: [Sento] Blog page activationYou may have already tried this, but first create a new page called Blog (or My Blog, or whatever you want showing up in your menus) and click “Publish”. Then go to Settings > Reading > and to the right of where it says “Front page displays”, you’ll see a box that says “Posts page:” – click in the drop-down and select your new blog page. Be sure to click “Save changes” at the bottom.
Forum: Themes and Templates
In reply to: [Unique] Is it possible to create a child theme with Unique?Thank you, paulwpxp – that one little ‘U’ could’ve saved me about an hour of wahoo.
Today, you are King.Forum: Plugins
In reply to: [WP Ultimate Search] Is this still active?If this is still active – and actively maintained – then why does the link to https://mindsharelabs.com/support/ not work?
This is within the plug-in after installation and also on the https://mind.sh/are/ website, WP Ultimate Search page:
“or visit our sales site for support forums, documentation, and frequently asked questions.”Very confusing.
Forum: Plugins
In reply to: [Contact Form 7] width of text fieldsjoehark: I just dealt with this myself — within the right-hand side Generate Tag area, you can use the “size” dropdown by typing in a number (I used 30 to shorten the fields, which are 40 by default) OR you can modify the code on the left by clicking just behind the generated number (ie: text-676) and typing 20/ …. that is twenty and a slash.
Try different numbers to create different sizes.