toxidlotus
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Smilies sizes are all messed upI ended up installing a plugin that disables the emoji stuff and it fixed it.
Forum: Fixing WordPress
In reply to: Smilies sizes are all messed upThe url is https://toxid-lotus.net/
Forum: Plugins
In reply to: [Like Button Rating ? LikeBtn] Can't voteWell don’t I feel stupid right now. XD thank you.
You have to go over to the main company forums for help with their plugins, but they’ve added an option you can comment out in one of the plugin files.
This is what you need to do!
Hi,
That other topic isn’t relevant anymore. We actually wanted to include this feature in the last update, but there were some issues we couldn’t find a way around.
You could try the following:
Please open includes/functions.php file present in the plugin folder, and find this part
if ( $type != ” && is_singular($allowed_post_types) && is_main_query() ) {
//if ( $type != ” && is_main_query() && in_array(get_post_type($post_id), $allowed_post_types)) {Comment out the first line instead of the second, like this:
//if ( $type != ” && is_singular($allowed_post_types) && is_main_query() ) {
if ( $type != ” && is_main_query() && in_array(get_post_type($post_id), $allowed_post_types)) {Then the review box should appear on homepage and post archives too.
Forum: Themes and Templates
In reply to: [Twenty Fourteen] Gallery not full widthI managed to figure it out.
Forum: Fixing WordPress
In reply to: [Twenty Fourteen] Gallery width for tiled mosaic gallery.The problem is the file I edited wasn’t in the theme folder it was in wp-includes.
Forum: Fixing WordPress
In reply to: [Twenty Fourteen] Gallery width for tiled mosaic gallery.Oh also, this is the blog in question. https://toxid-lotus.net/
Forum: Plugins
In reply to: [Tweet Blender] [Plugin: Tweet Blender] @replies still showing on sidebarWell I feel really silly now. >.> I didn’t use @ before my username. Whoops. I’d tried clearing the cache before I posted here and it didn’t work so I assumed either I missed something{which I apparently did. XD} or something went wrong.
Thanks so much. ^.^
Forum: Fixing WordPress
In reply to: Fatal error: Allowed Memory sizeI had already changed my php.ini file to 128M before I originally posted and it made no difference. ?? I tried the plugin with no help and adding that line to .htaccess caused an internal service error. Editing wp-config didn’t help either. So I guess I’ll try talking to my host.
Forum: Fixing WordPress
In reply to: [Plugin: NextGEN Gallery] Full Sized Image on Pop up?Any help would really be appreciated. ?? This has been bugging me for awhile and I still can’t figure it out.