FadingMusic
Forum Replies Created
-
Forum: Plugins
In reply to: [WordPress Social Login] 406. The session identifier is missing.Support here is dead, so I’ve tried Super Socializer.
This plugin works out of the box and looks nice, too.Of Course, you still need API key and secret.
It’s a shame, I Always thought WordPress Social Login was good before.
Well, problem solved.Forum: Plugins
In reply to: [WooCommerce] Change button styleAnyone?
Forum: Plugins
In reply to: [WordPress Social Login] Takes 50% of all plugins' load timeI wouldn’t trust a plugin that profiles plugins. ??
You might want to concider getting rid of Jetpack and w3 total cache. Especially if you run a small website.Forum: Plugins
In reply to: [WordPress Social Login] The session identifier is missingHave the same problem, my host says that it’s most likely due to wrong php session path.
They also told me they don’t know where to put it, and I’m not receiving any support on this.
so… +1
Forum: Plugins
In reply to: [WordPress Social Login] 406. The session identifier is missing.I have submitted a ticket to my hosting provider and got an answer.
They told me that most likely the session path should be adjusted to /var/lib/php5
They told me that they can’t tell me where to put this, so I was hoping someone could help me figure this out.
Forum: Plugins
In reply to: [WooCommerce] About breadcrumbLike usual, a big fat nothing.
Thanks, man.For those who are still dealing with this age old problem that should’ve been dealt with a long time ago, I found a solid sollution.
1. Download and install “custom-permalink” to create custum permalinks
2. Download and install “All in one SEO Pack” for correct SEO permalinksProblem solved!
Forum: Plugins
In reply to: [WooCommerce] About breadcrumbcustom-permalink plugin solved my problem.
It takes a little extra work to manually correct the URL.Has some issues with SEO permalink.
Forum: Plugins
In reply to: [Custom Permalinks] Minor problem with Yoast SEO Page URL+1
Same problem!
Custom permalink = website/parent/child/product
SEO Permalink = website/productForum: Plugins
In reply to: [WooCommerce] About breadcrumbI’m using SEO by Yoast, but could this really be the problem?
I’ve also got a parent category called “artists”
I believe this is causing it, but I don’t know any other way to do this.Whatever the reason, I’ve tried nearly everything, checked every forum and used every code snipped I could find. Nothing seems to work for me.
I’ve also have another page called “recording” and product categories called “hardware” and “software”
I want this to be
website.com/recording/hardware/product
Instead of
website.com/artists/hardware/productBut that’s another problem for another time, those breadcrumbs are really messed up, it sends me to my forum.
Forum: Plugins
In reply to: [WooCommerce] About breadcrumbI know this isn’t everyone’s favorite subject, and you’d rather stay away from it because you know you’ll end up wasting weeks without results…
But there has to be a way to do this, it’s 2015 already…
Anyone please help me solve this thing once and for all!Forum: Plugins
In reply to: [WooCommerce] Avaiable shipping methodsI am using the latest version of WordPress (4.1) and I use WooCommerce ( version 2.2.8)
Forum: Themes and Templates
In reply to: [Hueman] Move search bar to header?Here is the edited header.php from the newest Hueman theme version.
This will move the whole search div from the top menu to the header menu.<!DOCTYPE html> <html class="no-js" <?php language_attributes(); ?>> <head> <meta charset="<?php bloginfo('charset'); ?>"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title><?php wp_title(''); ?></title> <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>"> <?php wp_head(); ?> </head> <body <?php body_class(); ?>> <div id="wrapper"> <header id="header"> <?php if (has_nav_menu('topbar')): ?> <nav class="nav-container group" id="nav-topbar"> <div class="nav-toggle"><i class="fa fa-bars"></i></div> <div class="nav-text"><!-- put your mobile menu text here --></div> <div class="nav-wrap container"><?php wp_nav_menu(array('theme_location'=>'topbar','menu_class'=>'nav container-inner group','container'=>'','menu_id' => '','fallback_cb'=> false)); ?></div> </nav><!--/#nav-topbar--> <?php endif; ?> <div class="container group"> <div class="container-inner"> <div class="group pad"> <?php echo alx_site_title(); ?> <?php if ( ot_get_option('site-description') != 'off' ): ?><p class="site-description"><?php bloginfo( 'description' ); ?></p><?php endif; ?> </div> <?php if (has_nav_menu('header')): ?> <nav class="nav-container group" id="nav-header"> <div class="nav-toggle"><i class="fa fa-bars"></i></div> <div class="nav-text"><!-- put your mobile menu text here --></div> <div class="nav-wrap container"><?php wp_nav_menu(array('theme_location'=>'header','menu_class'=>'nav container-inner group','container'=>'','menu_id' => '','fallback_cb'=> false)); ?></div> <div class="container"> <div class="container-inner"> <div class="toggle-search"><i class="fa fa-search"></i></div> <div class="search-expand"> <div class="search-expand-inner"> <?php get_search_form(); ?> </div> </div> </div><!--/.container-inner--> </div><!--/.container--> </nav><!--/#nav-header--> <?php endif; ?> </div><!--/.container-inner--> </div><!--/.container--> </header><!--/#header--> <div class="container" id="page"> <div class="container-inner"> <div class="main"> <div class="main-inner group">
Forum: Themes and Templates
In reply to: [Hueman] Move search bar to header?Man, you guys can be confusing! ?? ??
Forum: Plugins
In reply to: [Multi-column Tag Map] Is there any possibility to hide all sub-categories?Where exactly do I add ‘parent=0’ to the mctagmap_functions file?
Forum: Plugins
In reply to: [Multi-column Tag Map] How to show sub cats?+1