Prolet
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Can’t see installed pluginI don’t know.
The server provider did it for me. I was moving from shared to a VPS server.
t-p, I just noticed something…
The MySQL tables show everything from 2014 and 2015.
Nothing from the last year or the last few weeks!
Is that normal?Forum: Fixing WordPress
In reply to: Can’t see installed pluginThanks again t-p but all of that was done long time ago.
I also deleted the mu-plugins folder and yet the same message is still on without any change at all. Whatever i do the result is null.
Speaking about the provider, I have to say that the website was migrated yesterday to a different server.
I will speak to the guys to see what they will say, if there is a link between the migration and the problem.
Whatever happens, I will keep you posted.
Thank you for your advice!Forum: Fixing WordPress
In reply to: Can’t see installed pluginThank you, t-p (@t-p) but no change at all.
OK, here is what I found.
Blank page on checkout when I am with Salient theme.
With any other theme, all is good (Paypal button, fields to fill up) until the actual checkout which redirects to a page with information about latest posts, forum topics etc…
Oh dear 🙁Forum: Fixing WordPress
In reply to: Media library image uploadWell, I should check first before to post…
Plugin Upload Quota per User was the problem. No idea why suddenly it decided to create difficulties, but it’s definitely the cause of the problem.
Sorry for bothering you!
ThanksForum: Fixing WordPress
In reply to: Satellite internet hackedThank you, Mark Ratledge!
I said the same. Just hoped to hear something clever here.Forum: Fixing WordPress
In reply to: Website with different header colours on other devicesyes, indeed. It worked!
Thank you so much, Rajan V 🙂
Forum: Fixing WordPress
In reply to: Website with different header colours on other devicesPlease excuse my mistakes!
I was in conversation about an other problem and I’ve mixed up!The code is in!
Forum: Fixing WordPress
In reply to: Website with different header colours on other devicesThis is the original avada child file:
.fusion-header-wrapper .fusion-header, .fusion-header-wrapper .fusion-secondary-main-menu {
background-color: #FFF !important;
}Which I’ve put it back now and still shows an error on line 23…
There is no line 23…Forum: Fixing WordPress
In reply to: Website with different header colours on other devicesIt give me an error….
Here is my function.php
<?phpfunction theme_enqueue_styles() {
wp_enqueue_style( ‘avada-parent-stylesheet’, get_template_directory_uri() . ‘/style.css’ );
}
add_action( ‘wp_enqueue_scripts’, ‘theme_enqueue_styles’ );function avada_lang_setup() {
$lang = get_stylesheet_directory() . ‘/languages’;
load_child_theme_textdomain( ‘Avada’, $lang );
}
add_action( ‘after_setup_theme’, ‘avada_lang_setup’ );
add_filter( ‘bbp_current_user_can_access_create_topic_form’, ‘custom_bbp_access_topic_form’ );
function custom_bbp_access_topic_form( $retval ) {if ( bbp_is_forum_archive() ) {
$retval = bbp_current_user_can_publish_topics();
}return $retval;
}
.fusion-header-wrapper .fusion-header, .fusion-header-wrapper .fusion-secondary-main-menu {
background-color: #FFF !important;
}Thank you for helping me!
Forum: Fixing WordPress
In reply to: Website with different header colours on other devicesOh, sorry… I thought i did 😀
Forum: Fixing WordPress
In reply to: User's upload restrictionI just found this plugin. https://wordpress.org/plugins/upload-quota-per-user/
Obviously I didn’t put the right searching words before.
Sorry 🙂
Forum: Fixing WordPress
In reply to: Impossible change of http:// to https://I forgot to say that if my user try to log via http:// will be unable to use some of it’s capabilities and he is redirected to the login page.
If the user uses https:// all is good.
But I can’t say to all of them go to https: therefore I prefer the site to be instantly on https:// 🙂
Forum: Plugins
In reply to: [Bainternet Posts Creation Limits] Can I limit images upload?Hello? Someone there? 🙂
How ignorant of me!
All is front of my eyes and I didn’t see it!
The settings are on the bottom of the page!
How easy!
Fantastic!
🙂