Forum Replies Created
-
AuthorPosts
-
September 11, 2024 at 5:38 pm in reply to: Change the word above masonry title of password protected content #1466732
I am so thankfull again, Günni. Dankeschön!
September 11, 2024 at 11:30 am in reply to: Change the word above masonry title of password protected content #1466690Ich wollte diesen letzten Satz komplett entfernen.
September 11, 2024 at 10:51 am in reply to: Change the word above masonry title of password protected content #1466684September 11, 2024 at 10:36 am in reply to: Change the word above masonry title of password protected content #1466683One question at last please.
How can i remove the very last sentence of the pw protection page where you hav to write the password?It is: This post is password protected. Please enter the password to access the comments.
September 11, 2024 at 9:30 am in reply to: Change the word above masonry title of password protected content #1466667Wow, that’s it! Thank you so much Günni. I appreciate that.
September 11, 2024 at 8:40 am in reply to: Change the word above masonry title of password protected content #1466659Hello Günni! I wanted you to answer. It seems to be your specialty. No, I haven’t changed anything. I want it to say “VIP membership required” instead of “Protected”.
September 11, 2024 at 5:58 am in reply to: Change the word above masonry title of password protected content #1466655OMG, i asked that 5 years ago an get best support of it https://kriesi.at/support/topic/customising-the-password-protected-page/
Sorry for that and please close or delete this thread.
Got it:
function.php:function add_aditional_content_to_header($logo, $use_image, $headline_type, $sub, $alt, $link){ $logo .= "<div class='custom_content'>"; $logo .= "Your Gateway to High-End Homes in Europe"; $logo .= "</div>"; return $logo; } add_filter('avf_logo_final_output', 'add_aditional_content_to_header', 100, 6);
CSS:
.custom_content { left: 50%; transform: translate(-50%,0); -ms-transform: translate(-50%,0); -webkit-transform: translate(-50%,0); position: absolute; font-size:24px; } @media only screen and (max-width: 767px) { .custom_content { left: 55%; transform: translate(-50%,0); -ms-transform: translate(-50%,0); -webkit-transform: translate(-50%,0); position: absolute; font-size:14px; line-height:20px; margin-top:-60px; text-align:center; } }
The Page ist still in the making… but i will do logo left, burger right and text in the center. Can i do this with header widgets? I only found widgets codes with logo center and text right/left. Best solution in my opinion are widgets with logo left, text center and burger right… is that possible?
December 2, 2023 at 6:44 am in reply to: Password protected post image in masonry not displayed #1426936oh, remove… sorry. i have to go back to school for some english lessons ;-)
I try this later.- This reply was modified 11 months, 3 weeks ago by Micha66.
December 2, 2023 at 6:36 am in reply to: Password protected post image in masonry not displayed #1426934Thank you Guenni007!
unfortunately, both files already contain the same code as in the link in my post.
How can I fix this problem, which I think is a faulty design anyway?August 8, 2021 at 7:52 pm in reply to: fullwidth easy slider change height of image for mobile #1315137Solution in 2021:
@media only screen and (max-width: 768px) { .avia-fullscreen-slider .avia-slideshow { max-height: 30vh!important; }}
Works, Thank you!
Wow, beautiful, thank you!
I will change the text of the Password protection page. But, if i will add a link, the funktion.php does not aczept this. What is the right way to put a link next to the text? If i do like in the code, it does not work.
add_filter( 'the_password_form', 'custom_password_form' ); function custom_password_form() { global $post; $label = 'pwbox-'.( empty( $post->ID ) ? rand() : $post->ID ); $o = '<form action="' . esc_url( site_url( 'wp-login.php?action=postpass', 'login_post' ) ) . '" class="post-password-form" method="post">' . __( "You can write your own text here <a href=\"https://nameofthepage/undername/\">linkname</a>" ) . '<label for="' . $label . '">' . __( "Password:" ) . ' </label><input name="post_password" id="' . $label . '" type="password" size="20" /><input type="submit" name="Submit" value="' . esc_attr__( "Submit" ) . '" /> </form>'; return $o; }
- This reply was modified 5 years ago by Micha66.
ok, i got it… enfold – select your editor – use wp classic editor
September 26, 2018 at 12:41 pm in reply to: Problem Updating Enfold: "Download failed. Problem downloading theme" #1014692I was on the same point like you. Did you read how i fix the Problem?
– activate any other theme
– delete the old enfold theme
– download the current update theme from themeforest to your download file
– load it on your Website
– activate it, readyI give no guarantee, for me did it work, better make a backup before
- This reply was modified 6 years, 1 month ago by Micha66.
September 19, 2018 at 3:48 pm in reply to: Problem Updating Enfold: "Download failed. Problem downloading theme" #1011868For me it doesn’t work too. Also Gunthers Idea don’t work.
I fixed that like this:
Change to an other Theme, delete the old Enfold Version and download at first the actually Enfold Version in my Download Folder. From there i load the updated Theme in my WordPress. All the Content was still there and for me the best method to change in this situation.- This reply was modified 6 years, 2 months ago by Micha66.
May 24, 2018 at 12:29 pm in reply to: Masonry 1 column, image 50% width left and Text/caption right beside 50% width #961486I am thinking about something like masonry-image float left width 50% and masonry-title float right width 50%. But I do not know if it works and how I should implement it.
May 23, 2018 at 2:42 pm in reply to: Masonry 1 column, image 50% width left and Text/caption right beside 50% width #960822Do you know what i mean, Rikard?
May 22, 2018 at 1:49 pm in reply to: Masonry 1 column, image 50% width left and Text/caption right beside 50% width #960342I am not the threadstarter… can i give you my access to fix the problem?
Seems to be a Chrome Brwoser thing. In Safari it works perfect.
Is this problem fixed? I have the same shit…
@Nikko: Wow, you are a rockstar! I’m glad, to get help from you.
This reply has been marked as private.I’ll go crazy. Nothing works, tried everything… where is the mistake?
.main_menu .avia-menu-text {padding:0px!important; margin:0px!important; max-height:40px!important;}
- This reply was modified 6 years, 9 months ago by Micha66.
Did you get the link? I’m not sure…
January 17, 2018 at 7:44 am in reply to: Search icon left, logo center and burger menu right in mobile view #898317perfect, thank you!
-
AuthorPosts