• Resolved sumoflam

    (@sumoflam)


    I have a Container in the header at and I would like to install GaugePress into the right side of that container (the Cardinal is on the left side) (See Cardinal Partners Website)

    I tried to use JustGage to do it and made changes to .css and the PageTemplate, but couldn’t get it in there. So, I am trying this one. If I add shortcode to the page template or something like that, can I get that to work?

    https://www.ads-software.com/plugins/gaugepress/

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Konstantinos Kouratoras

    (@kouratoras)

    Try adding the shortcode using the do_shortcode function in your page template. More info here:

    https://codex.www.ads-software.com/Function_Reference/do_shortcode

    Thread Starter sumoflam

    (@sumoflam)

    Konstatinos: Thanks. I have it in the container now, after some trial and error. (See Revised Container)

    Two more questions:

    1. How can push the gauge over to justify on the right side rather than in the middle?

    2. Is there way for the user of the site to adjust the numbers on the gauge without having to go into the template-home.php?

    Thanks so much!!

    Plugin Author Konstantinos Kouratoras

    (@kouratoras)

    Nice, you sorted this out!

    1. Try setting float: right; at the .gaugePress class

    2. Could you explain some more?

    Thread Starter sumoflam

    (@sumoflam)

    1. Where will I find the .guagePress class in the code? I looked in style.css and styles.css. Does it go in bootstrap.css?

    2. I manage the site, but there will be users that add content and they will want an easy way to adjust the numbers on the gauge without having to send them to me daily, etc. Seems to me that if I add this shortcode into the template page, that I will have to make the changes from there. Otherwise, is there some hook or widget that can be used by the users to change the numbers form within the dashboard?

    Plugin Author Konstantinos Kouratoras

    (@kouratoras)

    1. You just can add the following line in your style.css:

    .gaugePress { float: right; }

    2. No, this is not currently supported by the plugin. If you’re interested more on this, you could hire me implement this for you. If you need this, email me at kouratoras[at]gmail[dot]com.

    Thread Starter sumoflam

    (@sumoflam)

    Thanks. I added and it looks great now.

    I will consult with the site owners about what they want to do. For me to adjust takes a couple of minutes, but they will need to let me know…

    Appreciate your help!

    Plugin Author Konstantinos Kouratoras

    (@kouratoras)

    If you need more assistance, ping me!

    Also, a review would be really appreciated.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Add GaugePress into a Container?’ is closed to new replies.