Echo get_option displays as text

If you really want to execute code stored in a database, a quick google search reveals that you can use the eval() function to do just that. However, many people do say that Eval is Evil… Instead of storing the entire PHP code of an option in the database, try storing a simple boolean flag … Read more

I’ve been trying for an hour to remove the underline from links; I don’t understand why something that should be so simple is so difficult [closed]

Something like this should work; but without being able to see your markup, it’s hard to know for sure. a, a:hover, a:focus, a:active { text-decoration: none; } And while I typically try to stay away from !important, sometimes it comes in handy. I’ll let you be the judge for your project on whether or not … Read more

Edit the text location of a form

Inspect the text in your browser by right clicking it and picking Inspect. This should open up a window where you can adjust the CSS for all the elements on the page. You will need to play around with what needs changed. Once you figured out what needs to change, you can copy the new … Read more

How to hide image alt text/caption in Visual Composer?

i had also the same issue when using the AVADA theme. It appends the title attribute on the image which is showing the text/caption when its being on hover. <script type=”text/javascript”> /* The first line waits until the page has finished to load and is ready to manipulate */ $(document).ready(function(){ /* remove the ‘title’ attribute … Read more

Woocommerce align prices and texts [closed]

solution 1. why don’t you increase some width 4th image container .. solution 2. put one and   tags after product name so it will create some space … but if your theme is mobile friendly then when you see on other monitors means on bigger than your monitors then it looks weird …