Forum Replies Created

Viewing 15 replies - 466 through 480 (of 485 total)
  • Thread Starter FadingMusic

    (@fadingmusic)

    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.

    Thread Starter FadingMusic

    (@fadingmusic)

    Anyone?

    I 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.

    Have 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

    Thread Starter FadingMusic

    (@fadingmusic)

    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.

    Thread Starter FadingMusic

    (@fadingmusic)

    Like 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 permalinks

    Problem solved!

    Thread Starter FadingMusic

    (@fadingmusic)

    custom-permalink plugin solved my problem.
    It takes a little extra work to manually correct the URL.

    Has some issues with SEO permalink.

    +1

    Same problem!

    Custom permalink = website/parent/child/product
    SEO Permalink = website/product

    Thread Starter FadingMusic

    (@fadingmusic)

    I’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/product

    But that’s another problem for another time, those breadcrumbs are really messed up, it sends me to my forum.

    Thread Starter FadingMusic

    (@fadingmusic)

    I 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!

    Thread Starter FadingMusic

    (@fadingmusic)

    I am using the latest version of WordPress (4.1) and I use WooCommerce ( version 2.2.8)

    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">

    Man, you guys can be confusing! ?? ??

    Where exactly do I add ‘parent=0’ to the mctagmap_functions file?

    +1

Viewing 15 replies - 466 through 480 (of 485 total)