steve13565
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Shortcodes Plugin — Shortcodes Ultimate] Icons not showingCynthia, You did not confirm that the issue is related to the use of https: instead of http:
Can you put the following simple code into a local html file on your computer and view it in a browser? You should see two images of a camera.
The link statement below would have to use https: instead of http: if you want to access your blog with https: You need to figure out how to get the plugin to use https. That was what the above discussion was about.
<p>Font Awesome
<link rel=”stylesheet” id=”font-awesome-css” href=”https://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.min.css?ver=4.0.3″ type=”text/css” media=”all”>
</p><p>See Font Awesome web
site.</p><p>The Icons
</p><p><i class=”fa fa-camera-retro fa-5x”></i> fa-camera-retro</p>
<p><i class=”fa fa-camera fa-5x”></i> fa-camera</p>Forum: Plugins
In reply to: [WP Shortcodes Plugin — Shortcodes Ultimate] Icons not showingIn the interim, I figured out exactly what the problem was. I didn’t realize you could just deactivate and reactivate to make it work. I made it work for me by deactivating, adding one character to plugins/shortcodes-ultimate/inc/core/assets.php, and reactivating.
link rel=’stylesheet’ id=’font-awesome-css’ href=’https://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.min.css?ver=4.0.3′ type=’text/css’ media=’all’
/Steve
Forum: Plugins
In reply to: [WP Shortcodes Plugin — Shortcodes Ultimate] Icons not showingAre you using https: instead of http:? These symbols are considered insecure content. I am poking around here to find out why.
Forum: Themes and Templates
In reply to: [Customizr] Customize 404 pageTelling me about the filter tc_404_content does not help me much. I want to get rid of the George Orwell quote. So, how do I override what is in the class-fire-init.php or how do I get rid of quotes altogether?
Forum: Reviews
In reply to: [WP Shortcodes Plugin — Shortcodes Ultimate] Thank-youDo you know that you are supposed to use the rows shortcode to enclose a row of column shortcodes? The rows shortcode button automatically includes a number of column shortocdes within it that you can then manipulate separately.
If you use the column shortcode out side a defined row, then you run into the problems you mention.
You notice that there is no column_last shortcode. Indicating the last is handled by the enclosing rows shortcode.