Forum Replies Created
-
AuthorPosts
-
AnthonyParticipant
The child theme is active now and I think everything looks okay. Sorry to bother. =)
AnthonyParticipantOh and as always, your time and advise is much appreciated. Thank you guys.
AnthonyParticipantHello,
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.
AnthonyParticipantSorry 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?
AnthonyParticipantadd_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.
AnthonyParticipantI am wondering if the way I configured my child theme incorrectly and it is having an effect on the updates.
AnthonyParticipantBefore 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.
AnthonyParticipantAnd yes that is still the same temp url.
AnthonyParticipantHi,
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.
AnthonyParticipantAlso the folder I downloaded from my account page is empty. There is nothing to extract inside.
AnthonyParticipantI 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.
AnthonyParticipantYes I do.
AnthonyParticipantHi Guys!
Thanks for the help. Registering the different jquery version worked. Hope all is well over there. Site is starting to come along.
AnthonyParticipantAlso, 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.
AnthonyParticipantHey 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.
-
AuthorPosts