yannyann
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [OceanWP] Change Comment form submit label textHumm, If I do not want to use Loco Translate or something else like translation plugin and do coding way, is there any other method to achieve this goal?
Hello, after viewing the source code, I wrote this code by myself and the code worked
add_filter('ocean_floating_bar_select_text','custom_select_options'); function custom_select_options($text){ $new_text = esc_html__( '選擇', 'oceanwp' ); return $new_text; }
Thank you very much!
After updating the plugin, the problem was solved!- This reply was modified 6 years, 6 months ago by yannyann.
Hello, Sorry for my late reply.
I think it is related cache, and after I clean the cache, devicepx closed.
Thank you very much.
Thank you for your reply~
Forum: Fixing WordPress
In reply to: New upload image can not show in media librarySorry for my late reply, I have some exam this days
Forum: Fixing WordPress
In reply to: New upload image can not show in media libraryNo, the problem is not resovled.
Recently, I found if I add (|ico|gif|png|jpeg|jpg|), this code in my nginx default, it will lead to image no showing.
After I removed |ico|gif|png|jpeg|jpg| form default file, image became show up.
I think whether or not is the problem relationship between 4.9 and nginx.
Please also check it, Thank you`#|ico|gif|png|jpeg|jpg| dont add this or image will no show
location ~* \.(woff|ttf|otf|svg|woff2|eot|css|js)$ {
expires 1d;
access_log off;
add_header Pragma public;
add_header Cache-Control “public, max-age=3024000”;
add_header X-Asset “yes”;
}sorry, I mean if I want host my image by myself on my FTP server, but not in flickr.
so i does not have other way to achieve? Thank you very much!
Forum: Themes and Templates
In reply to: [Ixion] menu-toggle can not workOK! Thank you very much, I understood. ~~~
Forum: Themes and Templates
In reply to: [Ixion] menu-toggle can not workHello
I also use iPhone 5s, and it is ok also
but If I use android automobile, I would lead to this problem.But last day I found when I upload the new ixion files to FTP, moggle button works again!
It seems like every time I restore and recover my blog files, something could lead to this kind of error (it’s just my suppose)I just keep and rename the original ixion folder to ixion_bak, If you want, could I send the files for you to debug?
Thank you very much!