carnold437
Forum Replies Created
-
It is a multisite. Though the plugin is not network activated, only active on one site using it.
Thanks! Worked like a charm.
Forum: Plugins
In reply to: [IdeaPush] Icons not visible on main pageI don’t know if this is related, but after turning on debugging I got this error…
PHP Notice: Undefined property: WP_Error::$slug in /home/airfor43/public_html/wp-content/plugins/ideapush/ideapush.php on line 1007
The code associated with that line is below.
//cycle through boards
$term = get_term($furtherSplitBoardConfiguration[0], ‘boards’ );
$slug = $term->slug;
array_push($boardsToHide,$slug);———————–
Also, I deleted and reinstalled the plugin to test it, but can’t recall where I put my order # in to activate it…I get the below error message now.“You need to purchase the pro version of the plugin to be able to enter in your purchase information which will enable automatic updates.”
Forum: Plugins
In reply to: [IdeaPush] Icons not visible on main pageI may have an alternate fix for the icons…is there any way I can individually select the style class for an unvoted vs voted icon? Currently the below works to fix the comment icon, but the hand style is “vote-down-unvoted” or “vote-up-unvoted”, so this overrides both the voted and unvoted css styles.
.hentry .idea-item .vote-up-unvoted{
font-size: 0px;
letter-spacing: -1px;
color: transparent;
}.hentry .idea-item .vote-up-unvoted:before{
font-style:normal;
text-rendering:auto;
-webkit-font-smoothing: antialiased;
font-family: “Font Awesome 5 Free Solid”, “Font Awesome 5 Free” !important;
font-size: 20px;
font-weight:300;
content: “\\f164”;
color:#515156;
}.hentry .idea-item .vote-down-unvoted{
font-size: 0px;
letter-spacing: -1px;
color: transparent;
position:relative;
top:7px;
}.hentry .idea-item .vote-down-unvoted:before{
font-style:normal;
text-rendering:auto;
-webkit-font-smoothing: antialiased;
font-family: “Font Awesome 5 Free Solid”, “Font Awesome 5 Free” !important;
font-size: 20px;
font-weight:300;
content: “\\f165”;
color:#515156;
}.hentry .idea-item-comments i{
font-size: 0px;
letter-spacing: -1px;
color: transparent;
position:relative;
top:0px;
}.hentry .idea-item-comments i:before{
font-style:normal;
text-rendering:auto;
-webkit-font-smoothing: antialiased;
font-family: “Font Awesome 5 Free Solid”, “Font Awesome 5 Free” !important;
font-size: 15px;
font-weight:300;
content: “\\f4ad”;
color:#868686;
}Forum: Plugins
In reply to: [IdeaPush] Icons not visible on main pageI am using the pro version. Settings below…
PHP Version: 7.0.33
Wordpress Version: 5.0.2
Plugin Version: 4.29
Current Theme: Fluida Plus ChildI have also disabled all my caching options and still the icons don’t all load. Like thumb with 1/-1 or more shows, but not the empty 0 vote. The comments image also doesn’t show, plus other options when logged in.
Page where loaded…
https://airforceleader.com/crowdsource/
ALSO…I have another error where all the single idea pages redirect to my homepage. I’ve disabled all permalink and redirect plugins as well as flushed the links and still being rereouted.
- This reply was modified 5 years, 11 months ago by carnold437.
- This reply was modified 5 years, 11 months ago by carnold437.
- This reply was modified 5 years, 11 months ago by carnold437.
- This reply was modified 5 years, 11 months ago by carnold437.
Forum: Plugins
In reply to: [Better AMP - WordPress Complete AMP] Forbidden 403 on AMP PageDisregard lol…answered my own question. Turns out I had a directory named /amp/ in my public_html folder already. Simply deleted that and the error went away and the formatted AMP pages started loading!
Thanks, will do!