FREEZhao
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Bj?rk] Can the two columns scroll seperately?Thanks! Your solution will work in the two columns scrolling together. I want to scroll the columns separately.
So finally I use this, hope this will help others./* columns scroll style */
.site-sidebar {
height: 100vh;
overflow-y: scroll;
scrollbar-width: none;
-ms-overflow-style: none;
}
.site-sidebar::-webkit-scrollbar {
display: none;
}OK thanks!
Hi @keraweb
Thanks for your reply, Can you explain more how can use the code, where should I put it in?
After test, I found it is a confliction with other plugin: WPJAM BASIC
I tried to find out any option to solve this problem, but seems nothing related to Form page.
Forum: Themes and Templates
In reply to: [Koji] How to add a cusntomized accent color?Thanks, Anders!
I copy and paste the code from functions.phpif ( ! function_exists( 'koji_add_gutenberg_features' ) ) : function koji_add_gutenberg_features() { /* Gutenberg Palette --------------------------------------- */ add_theme_support( 'editor-color-palette', array( array( 'name' => _x( 'XXXX', 'Name of the XXXX color in the Gutenberg palette', 'koji' ), 'slug' => 'XXXX', 'color' => '#232D37', ), ) ); } add_action( 'after_setup_theme', 'koji_add_gutenberg_features' ); endif;
and I have add code into style.css
/*--------add customized color in palette--------*/ :root .has-fgreen-color { color: #XXXXXX;; } :root .has-fgreen-background-color { background-color: #XXXXXX;; } }
It finally works. I do not know whether it is the smartest solution, hope it may helps others.
A further question: is there any way to only add a accent color in child-theme, but not overwirte them?
Thanks again for your quick and helpful reply! If there is better way to solve it please point it out.
Forum: Plugins
In reply to: [Subscribe to Category] Does somebody wants to take over the STC supportGood Luck!
Forum: Plugins
In reply to: [M Chart] Can I add a extra percentage label in the pie view?Thanks @methnen
A brand new erea to me, I will take a time for that later.
Forum: Plugins
In reply to: [M Chart] Can I customize the space between the chart label and legend?Oh, thanks! @methnen
It seems much more complex than I thought, I save it for the later reading.
Forum: Plugins
In reply to: [Contact Form 7] Customize the test in include_blankCool, it works, I thought the
first_as_label
will make the firs this default option. I misunderstood it.OK, I have solved thisi problem by use the detail html code from front page, and replace every image src by singel pod snippet.
I make it by this:
https://kite203.wordpress.com/2013/08/09/pods-cms-the-correct-way-to-hide-empty-fields/
Hope that can help others.
Backend:
https://www.awesomescreenshot.com/image/37174387?key=5a22df0545e241e2379a451262901c4d
frontend:
https://www.awesomescreenshot.com/image/37174442?key=21795d71e96d6ee4b4bd60ffa6cf9577
now, I fix it by temporary method addtional CSS:
/* fix the query loop featured image scale*/ .wp-block-query .wp-block-post-featured-image img { width:250px ; }
Plus: can it be flex style, wich can be suit in wide screen? not count by columns, it look not fit in, look at this screeshot:
Forum: Plugins
In reply to: [Contact Form 7] Response and Error Message Do Not Appearhi@takayukister , thanks for your quick reply.
I have found out the problem, There is a CDN service on my site which include the JS as the target file for CDN.
When I remove the js type out of the CDN service, the problem solved.
Hope this will help others.
Forum: Plugins
In reply to: [Contact Form 7] Customize the test in include_blankThanks for yours quick response, @takayukister .
What I want is customise the “Please choose an option”, like to ” please choose a role”. or “please select a tilte” ,etc.
By the way when I have tried switching the language to other, but it seems othe language(Chinese) is not complete, I have upgrade the language file, and check it 100% translated.
Here is the screenshot: