Forum Replies Created

Viewing 8 replies - 16 through 23 (of 23 total)
  • Thread Starter lucasbhealy

    (@lucasbhealy)

    I edited the database and username in wp-config and suddenly it worked… what a simple fix. I’m not sure what exact change it was though.

    Thread Starter lucasbhealy

    (@lucasbhealy)

    Thank you!

    Here is home.php:
    https://pastebin.com/83buFFQT

    and Here is sidebar.php:
    https://pastebin.com/NxSCnp6T

    When I tried to put the news posts in the sidebar I just copied and pasted from <!– index-news –> to “<!– #archive-posts –>” and put it after !– #secondary –> in the sidebar.php.

    Thread Starter lucasbhealy

    (@lucasbhealy)

    thanks guys ??

    I’m using the Next Gen Gallery.

    Thread Starter lucasbhealy

    (@lucasbhealy)

    My apologizes for breaking the rules. Here is the link:

    https://wordpress.pastebin.com/DFn3BkGW

    Thank you

    Thread Starter lucasbhealy

    (@lucasbhealy)

    Berserk,

    Thanks for the help. Given my very very slow internet speed I thought I should try to use the Xampp installer I already had downloaded one more time before I tried the new services process. I uninstalled the old xampp and reinstalled the fresh one.

    Whatever it ended up being I was able to get the site online. Thank you so much for your help though!

    Thread Starter lucasbhealy

    (@lucasbhealy)

    Thank you so much. Sorry for the delay in reply, I’m still traveling through West Africa. I’ll try to get the site online again this week and let you know how it goes.

    Thank you endlessly!

    Thread Starter lucasbhealy

    (@lucasbhealy)

    Thank you so much for the timely reply. This is my first time messing around with Java, so I am having some trouble using it. I have entered the java script code here in my header.php (a wordpress tutorial told me to)

    ?>
    <!DOCTYPE html>
    <html <?php language_attributes(); ?>>
    <head>
        <meta charset="<?php bloginfo( 'charset' ); ?>" />
        <title><?php wp_title('&raquo;', true, 'right'); ?> <?php bloginfo('name'); ?></title>
        <link rel="profile" href="https://gmpg.org/xfn/11" />
    
    <script type="text/javascript">
    	$(document).ready(function(){ //hide the all of the element with class msg_body
    	 $(".msg_body").hide();  //toggle the component with class msg_body
    	 $(".msg_head").click(function()
    	 {
    	 		$(this).next(".msg_body").slideToggle();
    		});});
    </script>
    
        <link rel="stylesheet" type="text/css" media="screen" href="<?php bloginfo('stylesheet_url'); ?>"/>
        <link rel="stylesheet" type="text/css" media="print" href="<?php echo CONSTRUCTOR_DIRECTORY_URI; ?>/print.css" />
    	<link rel="stylesheet" type="text/css" media="only screen and (max-device-width: 480px)" href="<?php echo CONSTRUCTOR_DIRECTORY_URI; ?>/style-480.css" />
        <link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>" />
        <?php wp_get_archives('type=monthly&format=link'); ?>
        <?php wp_head(); ?>
    </head>

    and then I’ve entered the list in a FAQ page like this:

    <script type="text/javascript">
    <p class="msg_head"><strong class="redonly">Do I  have to be a professional to participate?</strong></p>
    <div class="msg_body">No, you  don’t.  With even high school education  you can take part in our teaching, sports and social services programs, and  HIV/AIDS campaign.  However, some health  positions require some skills and related experience. </div>
    </script>

    The FAQ page comes up blank like there is no text, but everything else loads normal.

    Any ideas? Thanks so much for your help, it’s much appreciated.

    Thread Starter lucasbhealy

    (@lucasbhealy)

    So then I guess my question is what is the next step I should take?

    Thanks Joseph!

Viewing 8 replies - 16 through 23 (of 23 total)