gWorldz
Forum Replies Created
-
Forum: Plugins
In reply to: [BuddyPress Default Data] “Forum Component is not installed correctly”I’m dealing with this also how exactly do I need to setup BBPress and BuddyPress to get forum content for testing?
Forum: Plugins
In reply to: [Quick Featured Images] Can no longer access default imagesthank you for the quick response I greatly appreciate the information ??
Not sure why I suddenly started having issues hopefully I can sort it with your links ??
Forum: Plugins
In reply to: [Easy Post Series] Ordering on the Series Archive PageThank you, thank you ??
Forum: Plugins
In reply to: [Easy Post Series] Ordering on the Series Archive PageLike a charm ??
Forum: Plugins
In reply to: [TPG Get Posts] Post Separation with Image or HTML?Thank you, I was struggling to figure out what that was for and how it worked. I hadn’t considered that it worked that way, this plugin is so much more powerful than I ever thought it was when it comes to display and layout.
Forum: Plugins
In reply to: [TPG Get Posts] Post Separation with Image or HTML?Customizing the tgp-get-post-posts class doesn’t fix my issue. There is not anyway to modify the CSS to place a line between the post because of the way positioning the thumbnail works (ie CSS
.alignleft { float:left; }
). The only way to get around this that I can find is by wrapping the tgp-get-post-post class <div> with another <div> and applying the CSS to it o.OI keep going over the documentation but I am not finding where it discusses how to add custom routines to insert code. Could you point me in the right direction or provide an example showing how to add code before and after the post tgp-get-post-post class <div>?
Forum: Themes and Templates
In reply to: [Flat Bootstrap] Preview word countYou might try adding …
function xsfb_excerpt_length( $length ) { return 10; } add_filter( 'excerpt_length', 'xsfb_excerpt_length' );
… to your functions.php
Forum: Themes and Templates
In reply to: [Flat Bootstrap] Where are the theme options?Mark this as resolved please, I was actually expecting a Theme Options page/sub-menu added to the Appearance admin menu. I found the options at the top of the functions.php file while I was looking for something else ??
Thank you for considering ??
We are mostly interested in the 301/302 redirects and the auto-linker features in most cases we aren’t even adding full affiliate links with the plugin and rarely add images to them so all we get from the links is standard
<a href/>
links, then we end up editing manually anyway o.OIf possible being able to enable/disable for editors individually would be optimal so we can keep them with TinyMCE ??
Forum: Fixing WordPress
In reply to: functions.phpThe WordPress Codex explains this pretty well, pay close attention to the paragraph right before the code block.
To extend functions php in your child theme. Create a new document in your child themes root named functions.php In this file add the following …
<?php //Opening PHP tag /* custom PHP functions below this line */ ?> //Closing PHP tag
Good Luck ??
How difficult would it be to turn this into a plugin and add to tools menu?
If it was a plugin what needs to be considered about the code. Are there any issues timeouts?
Is there any chance it could display all teh revisions that it removes during the *wait* period?
Sorry for resurrecting an old post but this was an elegant solution to my problem and having it packaged up in a nice little plugin I could recommend to clients would be awesome.
How hard would it be to get it to leave a set number of revisions for each post?
Forum: Plugins
In reply to: [AddQuicktag] 2.3.1 and new featuresActually forget about #4 it was a css issue I created by mistake o.O
Forum: Plugins
In reply to: [AddQuicktag] Should it be adding qTags to comments?Same issues for me with 2.3.1 but if I’m the only one experiencing it don’t spend too much time on it o.O
Forum: Plugins
In reply to: [AddQuicktag] addquicktag June 19 update kills all buttonsI have the same thing happen.
Ir does me this way only when I enable pre without HTML entities buttons. When I enable/disable both my buttons are available.
Forum: Plugins
In reply to: [AddQuicktag] Should it be adding qTags to comments?Buttons are now displaying for edit-comments but still not being displayed in the comments area under post.