bamajr
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Human Resource Management] Nothing can be added – AnywhereThanks @wpyogi – not sure why I’d be identified as a spammer though.
Forum: Plugins
In reply to: [WP Human Resource Management] Nothing can be added – AnywhereSorry for the duplicate posts, but I’m not exactly sure why it happened. I tried posting twice and neither post showed up. Then, all of a sudden, both posts showed up. Weird. Please ignore the duplicate entry and use this thread to address this reported issue.
Forum: Plugins
In reply to: [Genesis eNews Extended] Font Awesome Icons – InlineOk…
I’m a bone head! LOL ??
It helps if you spell things correctly. the correct code is above, and it does work, but I only had one “t” in “widgettitle” and then when I corrected it, autocorrect ads a space between “widget” and “title”
So yes this works:
.enews h4.widgettitle:before { content: "\f0e0" " "; font-family: FontAwesome; font-style: normal; font-weight: normal; text-decoration: inherit; }
Although, I still hold that it is likely much easier, for the general “Genesis eNews Extended” plugin, to be able to use something inline. I consider myself to be pretty advanced in CSS, and the missing “t” and autocorrected “widgettitle” took a lot of my time. Would have been way easier to copy/paste:
<i class="fa fa-envelope"></i>
…instead.
Just a thought – thanks for your attention to this, no matter what you decide.
Forum: Plugins
In reply to: [Genesis eNews Extended] Font Awesome Icons – InlineFYI:
I’m using the code below, on https://bamajr.com/contact/ for adding the same icon, before the word “Contact” in the h1 tag and it works…
.post-1241 header h1.entry-title:before, .enews h4.widgettitle:before { content: "\f0e0" " "; font-family: FontAwesome; font-style: normal; font-weight: normal; text-decoration: inherit; }
So i tried simply adding “.enews h4.widgetitle:before” to this, already working code, and it still isn’t displaying.
Forum: Plugins
In reply to: [Genesis eNews Extended] Font Awesome Icons – InlineI’ve also tried:
.enews h4.widgetitle::before { font-family: FontAwesome; content: '\f0e0'; }
…which doesn’t seem to be working either.
Example form can be found at: https://bamajr.com/contact/
Forum: Plugins
In reply to: [Genesis eNews Extended] Font Awesome Icons – InlineSpecifically I’m trying to use:
<i class="fa fa-envelope"></i>
…before the title text.
It is handy to be able to add this code, while interacting with the eNews UI, as in the “Text To Show Before Form” and “Text To Show After Form” text areas.
That being said, it may be possible to use CSS, though I haven’t figured out how to make it work yet.
I’ve tried the following:
.enews .widgetitle:before { font-family: FontAwesome; content: '\f0e0'; }
…and it doesn’t seem to work. I believe the “f0e0” is correct for the envelope (as I see it at: https://fortawesome.github.io/Font-Awesome/cheatsheet/)
Forum: Plugins
In reply to: [Genesis eNews Extended] Font Awesome Icons – InlineSorry for the duplicate post… This post didn’t show up for like 5 – 6 minutes, so I thought something had kept it from being published. Please feel free to delete/close the other one, as a duplicate.
Again, sorry!
Forum: Plugins
In reply to: [PressPay] Recurring payments?Recurring payments are definitely needed, but so is the ability to allow the user to define the amount and the ability to change the text of the button.
@kpgraham – giving up on what? Please do not tell me you are giving up on this plugin – I think it is awesome. I use it on every website I manage. Short of an issue with the way Google Authenticator worked, this plugin has been a solid addition to our spam-fighting efforts.
By “name” do you mean “option_name” and by “wp_session” to you mean “_wp_session”
Forum: Plugins
In reply to: [Sugar Calendar - Gravity Forms Bridge] WordPress, Genesis & Gravity FormsAwesome Pippin… Thanks!
Forum: Reviews
In reply to: [WordPress Landing Pages] Shows Promise, but not if you run GenesisYes Sir… I’m happy to honor my promise!
Forum: Plugins
In reply to: [Genesis Connect for Easy Digital Downloads] User GuideThanks for the response David…
I think I’ve played with it long enough, to get the basics covered. There are two things I’m trying to do, which I’m having a little difficulty with, though…
1) Take a look at https://worldwidevillage.org/downloads/altime-rosemata/ I’m not sure if this is based on your plugins single-download.php or the single-edd_download.php but I would like this template to have its own widget-ized sidebar, so that it doesn’t interfere with the sidebars, in the rest of the theme.
2) I want to accomplish something very similar to the Easy Digital Downloads “extensions” page layout (https://easydigitaldownloads.com/extensions/), in the way each download is tiled, with a unique image size, title, description, and a mouse-over with two buttons (view details & add to card). I know EDD has a theme, of its own, which does some of this, in conduction with their “download” shortcode. However, I’m already using a Genesis Child Theme, and don’t want to change away from it. I simply want to be able to create a stylized template, for my Genesis Child Theme, that will do this type of display for me. In reality, I want the tiles to actually be more like those found on the https://worldwidevillage.org home page.
Does any of this make sense.
Forum: Plugins
In reply to: [SendPress Newsletters] Add checkbox to user registration?@itdoug – usually I’d just email this question, but since you brought it up, I know you wrote a plugin for this, for Easy Digital Downloads, but how about including that plugin, in the core (or Pro version) for others to use…
This would be especially useful to those of us who use Easy Digital Downloads with SendPress.
websynthesis.com