Forum Replies Created

Viewing 15 posts - 1 through 15 (of 29 total)
  • Author
    Posts
  • in reply to: 2.1.1 Update #10142
    Anthony
    Participant

    The child theme is active now and I think everything looks okay. Sorry to bother. =)

    in reply to: 2.1.1 Update #10132
    Anthony
    Participant

    Oh and as always, your time and advise is much appreciated. Thank you guys.

    in reply to: 2.1.1 Update #10131
    Anthony
    Participant

    Hello,

    I’ve been working kind of feverishly on it. It appears to be coming back to normal. I got the scrollbar to work by adding in the overflow:hidden style on id #page. However I do not think this is normal.

    This site isn’t live yet, and thought I did everything to prevent these sorts of errors on updates. Does my child theme functions.php file look okay to you? I know that isn’t your job, but I’d like correct anything I am doing wrong on my end to prevent future issues.

    in reply to: 2.1.1 Update #10116
    Anthony
    Participant

    Sorry to bombard you, I also had to add a #page{overflow:scroll} to override the overflow:hidden that is hiding the scroll bar. Is this normal?

    in reply to: 2.1.1 Update #10115
    Anthony
    Participant
    add_action( 'wp_enqueue_scripts', 'theme_enqueue_styles');
    function theme_enqueue_styles() {
        wp_enqueue_style( 'parent-style', get_template_directory_uri() . '/style.css' );
        remove_filter ('the_content',  'wpautop');
        remove_filter ('comment_text', 'wpautop');
       }
       
       function bizlight_words_count( $length = 25, $bizlight_content = null ) {
    		$length = absint( $length );
    		$source_content = preg_replace( '<code>\[[^\]]*\]</code>', '', $bizlight_content );
    		$trimmed_content = wp_trim_words( $source_content, $length, '' );
    		return $trimmed_content;
    	}
        

    This is my functions.php file in my child theme. Please let me know if this is the correct way to do it for bizlight-pro. Also in there is a rewrite of the header.php function in your hooks for the header part. What I removed were the divisions wrapping your menu so I could integrate a menu plugin.

    in reply to: 2.1.1 Update #10114
    Anthony
    Participant

    I am wondering if the way I configured my child theme incorrectly and it is having an effect on the updates.

    in reply to: Failed to download update #9907
    Anthony
    Participant

    Before I start to troubleshoot and get this working, I would like to have the most updated theme folder. Can you guys get that to me before you log off for the day? I know your timezone is quite opposite.

    in reply to: Failed to download update #9906
    Anthony
    Participant

    And yes that is still the same temp url.

    in reply to: Failed to download update #9905
    Anthony
    Participant

    Hi,

    Everything is activated. When I try to go through the Update Key Support and submit it, I get a page loaded that says “Are you sure you want to do this?” but no option to select yes or no.

    in reply to: Failed to download update #9900
    Anthony
    Participant

    Also the folder I downloaded from my account page is empty. There is nothing to extract inside.

    in reply to: Failed to download update #9895
    Anthony
    Participant

    I just did a manual upgrade to 2.0.7 and you guys are on 2.1.1. I am hoping the upgrade to 2.1.1 fixes quite a few little bugs I have found in 2.0.7. For starters there is this weird background behind the slider, and when the screen is small, the slider background color stretches below and past the slider image and you basically have blank colored space between the slider and next enabled section. Can you guys please get back to me on this.

    in reply to: Failed to download update #9888
    Anthony
    Participant

    Yes I do.

    in reply to: Sticky Nav #5923
    Anthony
    Participant

    Hi Guys!

    Thanks for the help. Registering the different jquery version worked. Hope all is well over there. Site is starting to come along.

    in reply to: Sticky Nav #5627
    Anthony
    Participant

    Also, for some reason it still says my API license key is not active. When I try to activate it I get an error saying to deactivate my current one to activate a new one, and that it failed to connect to API server. Thanks in advance.

    in reply to: Navigation Menu #4180
    Anthony
    Participant

    Hey thanks for the response. I will give this a try, though I kind of found an organization where I didn’t require it anymore. Again, Thank you.

Viewing 15 posts - 1 through 15 (of 29 total)