1. 원하는 구현은 최신글 불러왔는데 사이즈 조정하려구요
/wordpress/wp-content/plugins/kboard/skin/ocean-gallery/latest.php 여기 경로에서
latest.php 파일에서 getThumbnail(220, 155)); 수정하는거 맞지요 그런데, 사이즈가 안늘어나서요 https://ibb.co/ZMbJdLB 보시면 이미지가 너무 작아서요 이미지 가로 220으로 세로 155로
:target 타겟을 이용하여 수평 아코디언 작업중인데요 오로지 css 로만요
그런데 문제는 첫번째 타겟이 처음부터 열렸으면 좋겠는데 닫혀 있어서요 active 도 써보고 하였는데 안되어서요 방법 혹시아실까요
<article class="accordion">
<section id="acc1">
<h2><a href="#acc1">Title One</
1. 정확한 제품 또는 플러그인 이름
회원가입 플러그인
2. 상세 내용
https://ibb.co/yYwBszy
https://ibb.co/1sHfn82
회원가입 주소를 사용자 지정으로 하였는데요
로그인 아래쪽 회원가입 클릭하면 지정한 링크로 이동이 안되어서요
따로 해야하는 방법이 있는걸까요?
1. 정확한 제품 또는 플러그인 이름
회원가입플러그인 / wp-members 플러그인
add_filter( 'wpmem_login_redirect', 'my_login_redirect', 10, 2 );
function my_login_redirect( $redirect_to, $user_id ) {
// return the url that the login should redirect to
// 로그
1. 정확한 제품 또는 플러그인 이름
회원가입플러그인 / wp-members 플러그인
add_filter( 'wpmem_login_redirect', 'my_login_redirect', 10, 2 );
function my_login_redirect( $redirect_to, $user_id ) {
// return the url that the login should redirect to
// 로그