FragaGeddon
Forum Replies Created
-
Forum: Reviews
In reply to: [Shortcoder — Create Shortcodes for Anything] How I use my Shortcoder!I must add this is great for changing something across multiple pages and products.
This might be extreme, but maybe you have 100+ pages where you state your delivery fee [sc name=”fee”]Now just change it in shortcoder and it’ll be done everywhere. No more trying to remember where you have set that variable on which page(s), product(s), etc.
- This reply was modified 6 years, 2 months ago by FragaGeddon.
Forum: Plugins
In reply to: [WooCommerce] New customers don't see 'Your order' on checkout?Well there seems to be an issue with my child theme. So I’ll have to start over from scratch.
Forum: Installing WordPress
In reply to: Installed 3.81 – No Content Editor ToolsI was having the same problem. I did the same thing and used the file manager in go daddy.
But looking at the ftp log I see this:
STOR tiny_mce.js
150 Accepted data connection
transferred 232482 bytes in 2.350 seconds, 772.835 Kbps ( 96.604 KBps).
226-File successfully transferred
226-2.493 seconds (measured here), 91.05 Kbytes per second
226 *** MALWARE DETECTED ***
PASVForum: Plugins
In reply to: [Widget Logic] Show on /xxx but not on /xxx/yyyYou would use is_page(‘xxx’) to only show on that page.
If you want to show on more than one page: is_page(array(‘xxx′,’aaa′))
So it would show on page xxx & aaa.Forum: Plugins
In reply to: NextGen Gallery HTTP ErrorIf you’re permalinks in wordpress settings are default, set it to something else. I put mine to /%postname%/ and it works fine now.
Forum: Themes and Templates
In reply to: [Graphene] WooCommerce IntegrationYes this would be awesome.
[visitor-maps]
It’s in the 6th screenshot.
Forum: Plugins
In reply to: [Widget Builder] [Plugin: Widget Builder] Remove widget title in sidebar?Nevermind: I’ll just add display: none; to .widget-title
I need this also. Awesome plugin BTW!