horace524
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Remove Category ImageThanks for the reply Shukla! I checked the page id is 29.
Thanks a lot!
Forum: Themes and Templates
In reply to: Looping Slider Size problemsorry here is the site:
Forum: Themes and Templates
In reply to: How to override js in child theme?bump! Please help!
Forum: Fixing WordPress
In reply to: Not Acceptable! – Error in wp_adminThanks aby. I can successfully disable the plugins through installed plugins page, and no error showed up. Also there is no specific error code recieved.
Forum: Fixing WordPress
In reply to: Not Acceptable! – Error in wp_adminI also tried to disable all the plug-ins but still no help.
Forum: Themes and Templates
In reply to: Thumbnails slightly squeezed when hoverThanks for the reply Paul. However your codes will disable the scale up effect as well. Is there anyway to keep that but remove the squeeze problem?
Forum: Fixing WordPress
In reply to: Question mark in black diamondsPump. Having similar problem too, hope someone can help!
Forum: Localhost Installs
In reply to: Spaces turned into Black Diamonds with Question MarksThanks Dion. However I am sure I my database is utf8 character set and utf8-general-ci collation. I re-typed some of my contents with the “nbsp” as spaces and the web looks fine now, but the text editor still showing no contents. I can edit pages and add new posts, but just can’t edit old posts.
Forum: Localhost Installs
In reply to: Spaces turned into Black Diamonds with Question MarksThanks Ines. What do you mean by insert in theme files? I insert all the contents through the post edit page in wordpress admin.
Also I found all the contents in the editor (I use text editor) went blank and word count shows 0, and I couldn’t update my posts. After some digging the diamond question marks and the blank editor seems to be a related problem, but I tired several solutions (disable plug-ins, adding codes in wp_config) and the problem persists. How can I resolve it?
Forum: Fixing WordPress
In reply to: Text editor showing no contentsSorry I forgot to attach my website. Here it is:
hndesign.co
Forum: Themes and Templates
In reply to: [Gridsby] Shrink header when scroll downThanks for the reply Tiago!
I now can resize my header when scroll, but problem is the logo image won’t resize together with header. I have edited my header html to the following:
<header id="masthead" class="site-header" role="banner"> <h1 id="logo"> <div class="site-logo" > <a href='<?php echo esc_url( home_url( '/' ) ); ?>' title='<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>' rel='home'> <img src='<?php echo esc_url( get_theme_mod( 'gridsby_logo' ) ); ?>'<?php if ( get_theme_mod( 'logo_size' ) ) : ?> width="<?php echo esc_attr( get_theme_mod( 'logo_size' ), __( '145', 'gridsby' )); ?>"<?php endif; ?> alt='<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>'></a> </div><!-- site-logo --> </h1> <h2 class="site-description" id="description"><?php bloginfo( 'description' ); ?></h2> </header>I seems can’t point to my logo image in css when using header.smaller method. Any idea how to to make it work?
Many thanks!