Oken
Forum Replies Created
-
My apologize, that was the wrong screenshot. This is the settings for your plugin that I am using. Everything seems to be in order, but I still revive blank emails:
Awesome! Thanks for fixing the bug and responding back so quickly!
Forum: Plugins
In reply to: [Frontend Registration - Contact Form 7] Avoid sending password in cleartextThanks for looking into this. I was going to use this plugin for my site’s registration, but hearing that it sends passwords out via cleartext made me have seconds thoughts.
Forum: Plugins
In reply to: [Comic Easel] Comic Easel thumbnails missingManged to fix the thumbnail problem. Selecting “Reset all Settings” in the Config section of Comic Easel does the trick in bringing the thumbnails back.
Forum: Plugins
In reply to: [Comic Easel] Comic Navigation QuestionsAlright, I managed to get a second comic navigation control above the <?php do_action(‘comic-area’); ?>. by using this code:
<?php if (!ceo_pluginfo('disable_default_nav')) ceo_display_comic_navigation(); ?>
I was even able to insert social buttons (Via ShareThis plugin) in the nav bar. This works on individual comic pages well enough, but I hit a snag now when the code is placed on the front page of the site. For some reason the “last” link in the comic navigation gets activated when it’s not suppose to. You can see here a screenshot of what it looks:
https://dl.dropboxusercontent.com/u/8411723/comic-nav.png
Also, the social links on the front page are not recognizing comic page title and the comic loop from the <?php do_action(‘comic-area’); ?> code when clicked now. I’m getting pretty close to figuring out this issue, so any help would be greatly appreciated!
Forum: Plugins
In reply to: [Comic Easel] Creating a custom template just for comic post.WordPress is so cool when it actually works! XD
And this works nicely! Thank you. ??
Forum: Plugins
In reply to: [InPost Gallery] Adding Inpost popup functions to inserted imagesIf there could be a way to automatically add InPost popups to WordPress image links for the next version that would be great! I’d love to use this through out my site. Look forward to the update!
Forum: Plugins
In reply to: [InPost Gallery] Setting up default thumbnail sizesAwesome! Thanks for the speedy response on this! Looking forward to the next update! ??
Forum: Everything else WordPress
In reply to: www.remarpro.com's Plugin Rating SystemI haven’t had much luck since I made this topic myself. There doesn’t seem to be plugins with the amazon like functions with a front-end comment system. Might have to look into hiring a wordpress developer at some point in order to have this kind of functionally custom built. Or cross my fingers someone makes a plugin at some point.
Forum: Everything else WordPress
In reply to: www.remarpro.com's Plugin Rating SystemI thought as much. It’s a shame since it seems like a solid system.
Is there anything similar out there in plugin or code form that has some of the same amazon review style functionality? Even if it’s a premium payable plugin, it’s something I’d support.
Hi Steve,
I am currently using the Multiple-post-thumbnail plugin in order to also have one featured image thumbnail for my blog loop and one separate image for a slider.
I’m currently looking for a slider that can integrate well with the Multiple-post-thumbnail plugin. I was wondering what slider you are using for your theme.
If anyone has any possible slider suggestions, I would greatly appreciate it as well.
Thank you in advance!
Forum: Fixing WordPress
In reply to: Displaying a Category’s last updateGreat! That’s exactly what I was looking for! Thanks so much!
Forum: Themes and Templates
In reply to: Comment respond form overlappingGood news comrades!
Managed to some what stop the overlapping. Figuring this was a pretty rare error, I messed around some more with the CSS and found that giving the class: #comments #respond and floating it to the left stops the overlapping to a point.
The only problem with this is that it begins to overlap slightly on the top when entering the higher nested thread levels. All I can do for now is add to the padding on the top, but from a design stand point it just doesn’t look good.
I’ll keep working at and see if I can find a more aesthetically pleasing way to deal with this, but I’m super happy that I’m finally seeing results! Hopefully this will help save a few sleepless nights for the few web designers stuck with this very rare error.
Though not a full proof solution, it should point many in the right direction.
Forum: Themes and Templates
In reply to: Comment respond form overlappingI take it this is a very rare error. Guess I’ll have to play around with things in the comment.php.