GenealogyCoach
Forum Replies Created
-
Forum: Plugins
In reply to: [Shortcode Widget] Using widget in Sidebar MenuSome widgets have certain visibility as defined by the theme developer. For example, the theme I use has a sidebar that only shows on pages while another only shows up on posts.
Can you get anything to show (i.e. regular text) in that widget? or is just the shortcode content missing?
Forum: Plugins
In reply to: [Shortcode Widget] Are the widgets generated multiple times from database?It is run a second time – there’s no mechanism for “knowing” that the other instance of the shortcode exists.
It will slow your page load time with multiple instances of shortcodes.
Perhaps you can use some form of widget visibility control (as included in JetPack) to exclude that widget from pages where the same shortcode exists.
Forum: Plugins
In reply to: [Shortcode Widget] Widget is placed outside the divEvery theme is a bit different. A link and/or name of your theme might help, as well as the name of the plugin that handles the shortcode in question.
Some poorly-written shortcode-processing plugins spit out their results without following proper WordPress functionality – so the plugin that processes the shortcode may be at fault, not the Shortcode Widget plugin.
- This reply was modified 9 years, 4 months ago by GenealogyCoach.
- This reply was modified 9 years, 4 months ago by GenealogyCoach.
Forum: Reviews
In reply to: [Maps Builder - Google Maps Plugin] Stops at 93 markersSounds like it could be a PHP memory limit to me, not a problem with the plugin. Many shared hosting companies leave the setting too low, and then it is often hard to access the error logs.
Forum: Plugins
In reply to: [Display Posts - Easy lists, grids, navigation, and more] Most popular postsThat is not a feature of this plugin.
I have version 4.7 and it works fine for me. I would suggest uninstalling and reinstalling, making sure you’ve updated your databases, and disable all your other plugins one at a time to find the conflict.
I think you will fins another plugin that is the cause of the problem.
- This reply was modified 9 years, 5 months ago by GenealogyCoach.
Forum: Plugins
In reply to: [ShortCodes UI] Help with a php shortcodeHaven’t researched, but I’m guessing that the call you are using checks the page/post options to see if comments are allowed…. you would need to override this (there’s probably a filter for that)
Forum: Plugins
In reply to: [ShortCodes UI] Shortcode for using The LoopNote that the location where you place the shortcode to execute the above is itself inside a loop…. unless you are putting a ‘do_shortcode ‘ call in a template, etc.
I’m not certain if you can run a loo within a loop, but I’m suspecting *not*.
Forum: Plugins
In reply to: [ShortCodes UI] syntax error – eval()'d codeYou cannot drop raw HTML into what is supposed to be PHP code – the contents of the PHP box are “eval’d” as PHP, which HTML is not.
You can wrap the HTML in a PHP ‘echo’ command.
Forum: Plugins
In reply to: [Advanced Post List] [post_excerpt] and a more-LinkBefore the closing “
</li>” add:<a href="[post_permalink]"> read more...</a>Hi nileshyadav326,
It would be best to start a new thread – you added on to a thread already marked “[resolved]” so it will not get much attention.
Also, you need to give more details – what steps did you take other than uninstalling all plugins? How did you create the meta box? etc.
I am only starting to use this plugin, and it is working fine, so I can probably not help you, although I do remember when I first started using it, I did not understand all the steps needed to get the meta boxes to work….
Forum: Plugins
In reply to: [Custom Content Type Manager] Error Updating to version 0.9.8Same here – Totally took down the entire multi-site.
2015/05/07 07:24:01 [error] 8670#0: *141914 FastCGI sent in stderr: "PHP message: PHP Warning: require_once(/var/www/wordpress/wp-content/plugins/custom-content-type-manager/loader.php): failed to open stream: No such file or directory in /var/www/wordpress/wp-content/plugins/custom-content-type-manager/index.php on line 110 PHP message: PHP Fatal error: require_once(): Failed opening required 'loader.php' (include_path='.:/usr/share/php:/usr/share/pear') in /var/www/wordpress/wp-content/plugins/custom-content-type-manager/index.php on line 110" while reading response header from upstream, client: {IP}, server: {domain}, request: "GET / HTTP/1.0", upstream: "fastcgi://127.0.0.1:9000", host: "{domain}"Forum: Plugins
In reply to: [Advanced Post List] HELP!! How Do I Get A This Thing To Be Responsive?This is a CSS question, not an Adv. Post List plugin question – the APL plugin just spits out whatever HTML you put in it…
Forum: Plugins
In reply to: [wpDirAuth] Incompatible with 2FA? (Google Authenticator)The two-factor auth would need to be supported by the LDAP server, no? Otherwise, wouldn’t a second password be needed?
Forum: Plugins
In reply to: [wpDirAuth] Map created users to different WP role?Not supported by this plugin.