ananotheruser
Forum Replies Created
-
I used a snipped to fix it :
function new_author_base() { global $wp_rewrite; $author_slug = 'profile'; $wp_rewrite->author_base = $author_slug; } add_action('init', 'new_author_base');
Forum: Plugins
In reply to: [YUZO] Works fine with firefox but doesn’t show up with Chrome or EdgeMy bad, I solved it by deactivating the transient cache in the settings.
Forum: Fixing WordPress
In reply to: Avatar url redirected to i2.wp.com (no jetpack)Up
Forum: Plugins
In reply to: [AddToAny Share Buttons] JS preloaded but not usedHello,
Ok, I wanted to be sure. ??
Thank you for your fast reply and for the explanations. ??
- This reply was modified 7 years, 10 months ago by ananotheruser.
Forum: Plugins
In reply to: [Autoptimize] jQuery is not definedYou’re right, I’ve the same error if I deactivate your plugin.
Pardon me. And thank you for your fast and efficient support ! ??Forum: Plugins
In reply to: [Autoptimize] jQuery is not defined1. seal.js, js/jquery/jquery.js
2. It’s not actually tickedThese both options were already set like this by default. ??
Full error from Chrom Web Dev Tools :
Uncaught ReferenceError: jQuery is not defined
at /wp-content/cache/autoptimize/js/autoptimize_044ab9b885f644eff8a157738fe49753.js- This reply was modified 7 years, 10 months ago by ananotheruser.
Forum: Plugins
In reply to: [Breadcrumb NavXT] How can I hide it on pages ?How sould I proced then ? When I write something into is_page() for exemple is_page(’25’) it displays again on all pages.
And about Breadcrumb NavXT bbPress Extensions the zip is not longer available, I’m not able to find it on google.
Forum: Plugins
In reply to: [bbp style pack] loop-forums.php not workingIt worked on a new fresh wordpress installaytion. ??
Thank you !Forum: Plugins
In reply to: [bbp style pack] loop-forums.php not workingIs it possible to ask you from where you took the code ? Maybe there would be someone able to help me ?
But thank you anyway I’ll deal with it then. ^^
Forum: Plugins
In reply to: [bbp style pack] loop-forums.php not workingI’m really stuck with it ??
Forum: Plugins
In reply to: [YUZO] How can I put the center posts?Pd: Just give Follow or LIKE to unlocked the window.
As I said it doesn’t work so I can’t post …
Forum: Plugins
In reply to: [YUZO] How can I put the center posts?I’ve the same question ^^
Thank you in advance. ??EDIT : Okay, I saw that we have to post on your own forum.
But I can’t : I’ve a popup that asks me to like your page on facebook or to follow you on twitter but there is not “close” button and even if I follow you or like your page, the popup stays there, so I can’t do nothing.Forum: Plugins
In reply to: [bbp style pack] loop-forums.php not workingWell so here is my forum …
Can’t still figure why it doesn’t work …Forum: Plugins
In reply to: [AddToAny Share Buttons] Share buttons in a specific area don't show upThank you. ??
Forum: Plugins
In reply to: [Breadcrumb NavXT] How can I hide it on pages ?In fact I’m using the BrickYard theme which includes your plugin with this line in its header.php file :
<?php brickyard_get_breadcrumb(); ?>
So about how to move it to an another location, it’s was a little stupid question, sorry, I was successful to do it (I had to move that line to the wanted place).
About my first question about how to hide it on pages, I added this line
<?php if ( !is_home() !is_page() && !is_front_page() && !is_page_template('template-landing-page.php') ) { ?>
It works !Thank you a lot, and I would say sorry because I could solve this by myself if I wasn’t so idiot. ^^
I’ve a last question : How can I hide it from an exotic .php file ? I mean one that I added (I’m using bbpress wich runs on a bbpress.php file so the !is_page() doesn’t work for this one) ? I tried some things like !is_page(‘bbpress.php’) but that’s doesn’t work.
And I’m not even sure to understand why it doesn’t work on this specific page, I believe that’s related to bbpress (because the forum is displayed with a shortcode in a page so it should works) so I’m not sure that you’re the right one to ask that.