xstortionist
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Offload SES Lite] Amazon API Keys are not validu can mark this as resolved. I refreshed the plugin a few time and now everything is working π
Thanks!
Forum: Plugins
In reply to: [WP Offload SES Lite] Amazon API Keys are not validemail address is verified in amazon ses console and CURL is also enabled on web server.
Forum: Plugins
In reply to: [Bootstrap Shortcodes for WordPress] Plugin Breaks Gravity Forms AdminProblem still exists with gravity forms. Mainly has something to do with tooltips conflicting with gravity forms but also you can see bootstrap plugin being loaded at the bottom of every gravity forms page within the admin interface.
<div id="bootstrap-shortcodes-help" class="modal fade" style="display: none;">That fixes the issue for me.
Forum: Plugins
In reply to: [Bootstrap Shortcodes for WordPress] Plugin Breaks Gravity Forms AdminHere’s a quick fix to simply stop having the modal show up where it’s not supposed to.
bootstrap-shortcodes-help.php
All I did was add ‘display: none;’ to the modal box as follows
<div id="bootstrap-shortcodes-help" class="modal fade" style="display: none;">Forum: Plugins
In reply to: [Bootstrap Shortcodes for WordPress] Plugin Breaks Gravity Forms AdminThe update you just pushed made it worst. You have a jquery conflict issue, which is causing the modal to appear when it should not appear.
So if I am correct.
$subhead is a collection of data for the custom field
$sub is an item within that collection of data
foreach, place the data in <p> tags
What is [‘insert your slug here’] ? what would I put in there? The customfield name?
Thank you Madalin! I greatly appreciate the help. I’m really new to all of this PHP stuff, I’ve been a front end designer for a long time and I’m transitioning into being a programmer now. This is going to help me out a lot. Thank you so much!
I even just tried to echo and still nothing :*(
<?php echo get_post_meta($post->ID, 'subheadline', true); ?>Forum: Plugins
In reply to: [Custom Fields Creator] screen optionsI too have the same issue as this, would be nice to not have this show-up for editors. It’s very annoying having to login for each account and disable this from screen options panel.
Forum: Plugins
In reply to: [WP Glossary] #a added to urlsin order for it to display glossary terms, it must have # symbol to trigger the content tab. This is standard for jquery style tabs.
Forum: Plugins
In reply to: [WP Glossary] [Plugin: WP Glossary] DiacriticsI created hack that includes terms that start numbers and places them under # symbol.
Go here for the hack.
http://ww.wp.xz.cn/support/topic/hack-a-to-z-glossary-terms-starting-with-numbers
Forum: Plugins
In reply to: [WP Glossary] Listing numbers and non alpha termsI created hack that includes terms that start numbers and places them under # symbol.
Go here for the hack.
http://ww.wp.xz.cn/support/topic/hack-a-to-z-glossary-terms-starting-with-numbers