Forum Replies Created

Viewing 15 replies - 16 through 30 (of 39 total)
  • Thread Starter tatianamk

    (@tatianamk)

    Oh and in terms of renaming files: I think we might have a solution there. I changed custom-function.php into custom-function2.php and bam, the problem was gone. However, I really don’t know what is wrong with that file because as I told you, the only code in there is:

    <?php
    // Other theme functions
    @define( ‘HS_CURRENT_THEME’, ‘BuzzBlog’);
    ?>

    My theme seems to work fine… you know if it’s possible to just leave it named custom-function2.php? How much can this affect me?

    Thread Starter tatianamk

    (@tatianamk)

    Hi,

    Thank you for your reply! So these are the warnings I get when I edit the parent:

    On the back-end:
    Notice: has_cap est appelé avec un argument qui est déprécié depuis la version 2.0 ! L’utilisation des niveaux d’utilisateur par les extensions et thèmes est désormais interdite. Utiliser les r?les et capacités à la place. in /home4/tatianam/public_html/wp-includes/functions.php on line 3318

    Notice: get_plugin_data est appelé avec un argument qui est déprécié depuis la version 3.0 ! L’en-tête de l’extension Site Wide Only: trueNetwork: true. in /home4/tatianam/public_html/wp-includes/functions.php on line 3318

    On the front-end:
    Notice: wp_register_style was called incorrectly. Scripts and styles should not be registered or enqueued until the wp_enqueue_scripts, admin_enqueue_scripts, or login_enqueue_scripts hooks. Please see Debugging in WordPress for more information. (This message was added in version 3.3.) in /home4/tatianam/public_html/wp-includes/functions.php on line 3370

    Notice: wp_enqueue_script was called incorrectly. Scripts and styles should not be registered or enqueued until the wp_enqueue_scripts, admin_enqueue_scripts, or login_enqueue_scripts hooks. Please see Debugging in WordPress for more information. (This message was added in version 3.3.) in /home4/tatianam/public_html/wp-includes/functions.php on line 3370

    Warning: Cannot modify header information – headers already sent by (output started at /home4/tatianam/public_html/wp-includes/functions.php:3370) in /home4/tatianam/public_html/wp-content/plugins/wp-super-cache/wp-cache-phase2.php on line 60

    Does any of this make sense?

    Also, now I have noticed that the problem also happens when I activate or deactivate a plugin (I tried deactivating WP Super Cache to see if that could be the problem). Except with the plugins, simply pressing the Enter key doesn’t work. I have to come back to my dashboard (the changes are saved though).

    Thread Starter tatianamk

    (@tatianamk)

    OK so never mind I fixed the issue myself. I just changed postion:fixed and wrote position:absolute instead, and that worked, in case anyone else was wondering the same thing ??

    Cheers!

    Thread Starter tatianamk

    (@tatianamk)

    Hello,

    Is any of the info I gave helpful, or do I need to dig in some more? I’m really new to all this, and having the white screen of death depresses me… I am afraid to use the new theme I bought because of this. The theme developer has offered to help me, and then has disappeared into thin aire again…

    So I’m really relying on you guys and again, THANK YOU VERY MUCH for taking the time to help me ??

    Thread Starter tatianamk

    (@tatianamk)

    Hello,

    1. Well, originally there were just class-tgm-plugin-activation.php, custom-function.php, sidebar-init.php, theme-init.php, options.php and some CSS files. Then I manually added functions.php, header.php and footer.php. Header.php and footer.php contain copy-pasted content from my parent theme, then some content I wanted to add for my child theme. Functions.php contains only this:
    <?php

    if ( function_exists(‘register_sidebar’) )
    { register_sidebar();
    register_sidebars(3, array(‘name’=>’Footer %d’)); }

    ?>
    (I tried copy-pasting the parent functions.php file and it was a disaster. Not doing that again. Thank God I back up my website.)

    2. The code I copy-pasted is from the child theme. Here is the custom-function.php code from the parent theme:

    <?php
    // Other theme functions

    @define( ‘HS_CURRENT_THEME’, ‘BuzzBlog’);
    ?>

    As you can see it looks exactly the same as the custom-function.php file from the child theme…

    3. I only found a place that calls to custom-function.php in my locals.php file, in the parent theme. I will not put the entire code because it’s about a zillion pages but this is the part that concerns custom-function.php:

    //Child theme
    //custom-function.php
    ‘submit_permalink’ => __(‘Submit Permalink Structure’, HS_CURRENT_THEME),
    ‘submit_permalink_desc’ => __(“This way of links configuration can be used by not only our blog followers but will help in SEO-optimisation as well. The effectiveness and main features of this link configuration method are revealed here“, HS_CURRENT_THEME),
    ‘import_sample_data’ => __(‘Import Sample Data’, HS_CURRENT_THEME),
    ‘import_sample_data_desc’ => __(‘If you want to install sample data from livedemo you need to go to Options > Import and follow the tips.’, HS_CURRENT_THEME),
    ‘import_sample_data_desc_2’ => __(‘If you want to install sample data from livedemo you need to go to Import and follow the tips.’, HS_CURRENT_THEME),

    Is any of this helpful?

    Thank you very much for taking the time to help me. ??

    Forum: Plugins
    In reply to: [Move Login] log in problem

    Hi,

    Same thing happened to me! It was fine, then I cleared my browser cache so I had to access my admin panel again. I had the hardest time. Logging in with mywebsite.com/whatiputasmyloginpage/ did not work, I got a 404 error. I had to log in with my iphone and deactivate the plugin before I could log in again. So I cannot activate the plugin until I figure out what I’ve been doing wrong (and I get lots of attacks, yoohoo!).

    Somebody help?

    Thread Starter tatianamk

    (@tatianamk)

    Hi again,

    Any ideas about how I can make the social icons not sticky? (so they go away when I scroll down, normally) I’m sure there’s a really easy CSS thing that I just cannot find ??

    Thank you all in advance!

    Thread Starter tatianamk

    (@tatianamk)

    This is what happens:
    – I do a change in “Theme options” or in “Theme editor”. It also happens when I switch back from my Buzzblog Child Theme to my current theme, Bouquet. But never when I do anything with my Bouquet theme, or view my stats, or view my comments.

    – Immediately after I get a white screen. Not when I view the site in the front end. In the front end it seems to work fine.

    – When I get a white screen, I have to press Enter or press the Back key. Refreshing the page, in particular, does not work.

    – If I was editing “Theme Options”, I go straight to a page I have never seen before, and that only appears when the white screen of death happens (weird, huh?). It seems to be part of the “Settings” page, although I can never find it myself. This is what the page looks like: https://penseesduneshoesaholic.com/wp-content/uploads/2014/11/Capture-d’écran-2014-11-21-à-07.06.53.png

    – If I was editing the Appearance -> Editor, I go back to the style.css page, regardless of whatever page I was editing.

    – In both cases however, the changes I made before the white screen of death happened are saved.

    I looked at my custom-function.php file and this is what I see:

    <?php
    // Other theme functions
    @define( ‘HS_CURRENT_THEME’, ‘BuzzBlog’);
    ?>

    Seems unlikely that anything in there would cause problems, doesn’t it?

    Thank you again for your help!

    Thread Starter tatianamk

    (@tatianamk)

    Hi again,

    So I did WP_DEBUG and this is what the error messages that I got:

    Notice: has_cap est appelé avec un argument qui est déprécié depuis la version 2.0 ! L’utilisation des niveaux d’utilisateur par les extensions et thèmes est désormais interdite. Utiliser les r?les et capacités à la place. in /home4/tatianam/public_html/wp-includes/functions.php on line 3318 (It’s in French and basically means that has_cap was called with an argument that has been depreciated since version 2.0 and that using user levels by themes and plugins is now forbidden, and that I should use roles and capacities instead.)

    Notice: get_plugin_data est appelé avec un argument qui est déprécié depuis la version 3.0 ! L’en-tête de l’extension Site Wide Only: trueNetwork: true. in /home4/tatianam/public_html/wp-includes/functions.php on line 3318 (It means that get_plugin_data was called with an argument that has been depreciated since version 3.0. The header of the extension Site Wide Only:true Network: true.)

    Warning: Cannot modify header information – headers already sent by (output started at /home4/tatianam/public_html/wp-content/themes/BUZZBLOG-theme-child/includes/custom-function.php:6) in /home4/tatianam/public_html/wp-includes/pluggable.php on line 1173

    Notice: wp_register_style was called incorrectly. Scripts and styles should not be registered or enqueued until the wp_enqueue_scripts, admin_enqueue_scripts, or login_enqueue_scripts hooks. Please see Debugging in WordPress for more information. (This message was added in version 3.3.) in /home4/tatianam/public_html/wp-includes/functions.php on line 3370

    Notice: wp_enqueue_script was called incorrectly. Scripts and styles should not be registered or enqueued until the wp_enqueue_scripts, admin_enqueue_scripts, or login_enqueue_scripts hooks. Please see Debugging in WordPress for more information. (This message was added in version 3.3.) in /home4/tatianam/public_html/wp-includes/functions.php on line 3370

    Warning: Cannot modify header information – headers already sent by (output started at /home4/tatianam/public_html/wp-includes/functions.php:3370) in /home4/tatianam/public_html/wp-content/plugins/wp-super-cache/wp-cache-phase2.php on line 60

    I am completely new at all this, so to be honest this might all as well be in Chinese… Any idea which one of these may be causing the white screen of death and what I have to do?

    Thread Starter tatianamk

    (@tatianamk)

    Thank you OsakaWebbie!

    I’ll try that when I get home tonight and I’ll tell you if it worked. ??

    Thread Starter tatianamk

    (@tatianamk)

    Hello,

    Thank you, I definitely get the look I want now! My only problem is that now, when I scroll down, the icons stay at the top of the screen, and I want them to remain in the header, so not be seen after I scroll down (I have social icons at the bottom of each article, and I don’t want it to be redundant).

    I tried removing “position:fixed” but it gave me the pink bar again… any ideas?

    Thread Starter tatianamk

    (@tatianamk)

    Thank you robvdn!
    Sorry though, I am very new at this, so you might need to be a little patient…
    Do I use <div class=”social-icons”> instead of <div id=”header_icons”> I was using before? Because I tried using just that, and tried using both, and the result in both cases was that the icons no longer appeared in line but vertically, and they are behind the header (I know they’re there and vertical because I can click).
    Could you please tell me what I did wrong?
    Thank you in advance ??

    Thread Starter tatianamk

    (@tatianamk)

    Hello,

    Thank you for your reply! I’m sorry if I sound stupid… but how does one delete their “web server logs”?

    Sorry for the dumb question…

    Thread Starter tatianamk

    (@tatianamk)

    Hello again,

    I found out what was causing the “white screen of death”: it was caused by a plugin called iThemes Security. Once I deactivated it, I no longer had a white screen of death (but I do have way more people trying to break into my account though).

    Thank you for your help ??

    Thread Starter tatianamk

    (@tatianamk)

    Yesss!!!! Kathryn, that worked wonders! ?? thank you so much!

Viewing 15 replies - 16 through 30 (of 39 total)