Support Forum

Topic: question

Browse community answers for this topic or search for a specific issue.

Post Sharing

questionthemetheme-vantage · By SpectroDev · 9 years ago · Reply by Alex S 9 years ago

Hi, I’m using vantage and I have a problem with setting up “post sharing”. When I go “themes settings–>social–>post sharing” the only icon showing up is G+. I can’t find a way to have FB, TWTR and LNKD on my…

Insert Read MoreTag

questionthemetheme-vantage · By David Price · 10 years ago · Reply by Andrew Misplon 9 years ago

HELP! I really need help with using the Insert Read More Tag. I have started placing it in my blog posts, but when I click on it it goes to a page that has no content in it. I need…

Custom Iris Picker

pluginplugin-page-builderquestion · By FuoriLuogo Asti · 9 years ago · Reply by FuoriLuogo Asti 9 years ago

Hi I need to set custom color into Iris Palette, Color Picker. I tried some code edits but didn’t work. Could you help me? https://wordpress.org/support/topic/universally-change-iris-palette http://automattic.github.io/Iris/ I also tried this code that works with the theme, but doesn’t work with…

Image Hover

generalquestion · By vijaya kumar Veeraragalu · 9 years ago · Reply by Alex S 9 years ago

I tried to implement hover effect on so-widget-image, as per the below .so-widget-image:hover { display: block; position: absolute; z-index: 20; background: rgba(0, 0, 0, 0.8); overflow: hidden; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s; }…