Forum Replies Created

Viewing 15 replies - 31 through 45 (of 170 total)
  • Thread Starter Dr. Ashok Koparday

    (@drashok)

    Hi,
    I dealt with white screen
    Can somebody tell me how to get fully functional widgets and sidebar?

    Thread Starter Dr. Ashok Koparday

    (@drashok)

    Hi,
    The admin dashboard was open. The only active theme was twelvefourteen.
    I clicked on it and the white screen disappeared.

    By this time I had implemented most of the instructions of codex and support to recover from white screen.

    Is there something I can learn from this?

    Thank you for being, for your time and for providing your expertise.

    Best,
    Ashok

    Thread Starter Dr. Ashok Koparday

    (@drashok)

    Hi,

    Now white screen.

    I changed the twentytwelvechild theme to justwrite theme to see if the sidebars are seen. I have white screen.

    Warning: Invalid argument supplied for foreach() in /home/mydoctor/public_html/wp-includes/plugin.php on line 622

    There are eight lines of the same debug log error as mentioned earlier.

    Now, I will begin to recover the site with Codex instructions .

    Any ideas what precisely is going wrong to give me ‘no widgets and sidebar’ after white screen was corrected, followed again by white screen?
    What I should be doing to correct it?

    Thanks a ton for your attention.

    Ashok

    Thread Starter Dr. Ashok Koparday

    (@drashok)

    Thanks Saravanan.
    Thank you esmi.

    Debug log shows only these lines few times:
    Warning: Invalid argument supplied for foreach() in /home/mydoctor/public_html/wp-includes/plugin.php on line 622

    I am pretty sure you know that line 622 on plugin.php ‘Gets the base name of plugin’

    619 function plugin_basename( $file ) {
    620		global $wp_plugin_paths;
    621
    622		foreach ( $wp_plugin_paths as $dir => $realdir ) {
    623			if ( strpos( $file, $realdir ) === 0 ) {
    624				$file = $dir . substr( $file, strlen( $realdir ) );
    625			}
    626		}

    Replacing with fresh plugin.php does not alter the result.

    error_log of cpanel shows

    014] [error] [client 66.249.80.212] File does not exist:_ _ _ _ __html/cursor.png/, referer:_ _ _ _
    seems unrelated.

    My apologies to esmi. I had not added define ….; part of the code. This may have caused the white screen.
    When I added your code properly there was no white screen.

    Just to add if it matters, the ‘preview’ and ‘customize’ option on dashboard are seen, but do not function. ‘activate’ does work.

    I tried these changes with both
    twentyfourteen and twentytwelvechild themes.
    (I did not deactivate these three plugins: akismet, meta slider and wp sitemap page. As I had done previously.)

    Except tag widget on right sidebar of fourtyfourteen, no other theme shows either widget or sidebar.

    Thanks a lot for this support.

    Thread Starter Dr. Ashok Koparday

    (@drashok)

    Thank you esmi.
    With the addition you mentioned I get white screen.

    What else should I be doing?
    Thanks again,
    Regards,

    Ashok

    Thread Starter Dr. Ashok Koparday

    (@drashok)

    Thank you for the reply.
    Yes. Perfectly so. I have style.css in the childtheme as mentioned in the codex. I have been using twentytwelve childtheme for long long time.

    All the beginning lines of the child theme are as per the codex.
    The template name is the parent theme:
    template: justwrite
    and
    @import url (“../justwrite/style.css”)

    and below this are
    /* Additions */

    Yet the changes are not seen.

    In Tools –> Web Developer –> “Style Editor”
    on clicking ‘new’ when I add CSS changes they all get applied.

    I can save this CSS.
    Where do I place this CSS, which I see working in Style Editor?

    I’ll appreciate your guidance.
    Dr. Ashok Koparday

    Thread Starter Dr. Ashok Koparday

    (@drashok)

    I appreciate your reply. I understand your constraints.

    I will keep trying.
    Thanks and regards,
    Ashok Koparday

    Thread Starter Dr. Ashok Koparday

    (@drashok)

    Thank you acosmin.

    I found the error was due to functions.php. The problem was resolved when I stripped functions.php to bare minimum.

    I have applied CSS3 transitions on my twentytwelvechild style.css to highlight educational points dramatically.

    I am trying persistently to apply them to justwrite.
    I am using firebug. I am going through all the resources at the end of child theme codex. I even tried ‘child theme configurator’ plugin as a last resort. So far I haven’t been able to apply my twentytwelve child theme CSS3 to corresponding elements in style.css of justwrite. It appears I am missing something basic.

    I chose JustWrite because the theme has crisp typography, is tastefully done. It looks clean and elegant on screen of any size. Besides it is fresh from the oven.

    Any assistance is appreciated.
    Thank you again for a praiseworthy theme.

    Best

    Thread Starter Dr. Ashok Koparday

    (@drashok)

    Hi,
    I use Add Media and it uploads images as well as video.
    I do not require to use link or img.

    Images and Videos are visible on the website. No problem there.
    What I am saying is
    I can see all these options in admin panel
    under Settings in
    Write Settings
    Default Post Format
    Standard
    Aside
    Chat
    Gallery
    Link
    Image
    Quote
    Status
    Video
    Audio
    However, on the “New Post” and “Edit Post” under Format
    ‘video’, ‘audio’, ‘chat’ are not seen.

    Thanks,
    Dr. Ashok Koparday

    Thread Starter Dr. Ashok Koparday

    (@drashok)

    Hi,
    Thanks Krishna.
    I get your point.
    I have no difficulty displaying video from YouTube.
    Uploaded videos as per the link above do not play on my site. I use twentytwelvechild theme.

    My issue is that on the right side of the Edit Post there are options
    in Format
    below the Publish and above the Categories

    • Standard
    • Aside
    • Image
    • Link
    • Quote
    • Status

    Among these ‘Video’ is not seen.
    My themes are updated so are my WordPress and plugins.
    What do I need to change or correct so that in the list under Format I can see the radio button Video too?

    Thanks for your time and patience,
    Dr. Ashok Koparday

    Thread Starter Dr. Ashok Koparday

    (@drashok)

    Hi,
    Thank you Krishna.

    What I mean is on the Edit Post or New Post in the ‘Format’, radio button for video is not seen.

    Do you want me to post the link of the video?
    https://mydoctortells.com/[removed]-video/ (NSFW)
    This is the link on my website

    Videos with YouTube embed code can be played on the post.
    Videos with oEmbed in the native WordPress code
    as in
    [video width="768" height="576" mp4="https://mydoctortells.com/wp-content/uploads/2013/11/[removed].mp4"][/video]
    cannot be played on the post.

    Thanks for your attention.
    Dr. Ashok Koparday

    Thread Starter Dr. Ashok Koparday

    (@drashok)

    Hi CrouchingBruin,
    I just rushed back to thank you.
    I changed the user id.
    The previous user id profile had long first name and last name that covered the Screen Options.
    I have also uploaded wp-admin.

    Thanks for patience and kind guidance.
    Ashok Koparday

    Thread Starter Dr. Ashok Koparday

    (@drashok)

    Hi CrouchingBruin,

    Your directions are clear. I am not able to see the Screen Options tab.

    I am again uploading wp-admin and wp-includes afresh.

    I’ll see now.
    Thanks a lot for being,
    Ashok Koparday

    Thread Starter Dr. Ashok Koparday

    (@drashok)

    Thank you CrouchingBruin for taking time to reply.
    In the Appearance –> Menus I do not see Screen Options.
    I see on the top Edit Menus | Manage Locations
    Below Edit Menus are
    Pages
    Links
    Categories
    Posts is missing.

    Thread Starter Dr. Ashok Koparday

    (@drashok)

    Hello aasbukhari,

    Thank you so much.

    Will you please be more specific what I have to do with database?

    Ashok Koparday

Viewing 15 replies - 31 through 45 (of 170 total)