Forum Replies Created
-
AuthorPosts
-
Can send only as PM because it is a customer page
My fault, i mean WordPress :)
OK, i will try with FTP but i will get the same save error everytime i add a new function. Any idea why WP wont accept this ocde?UPDATE: By FTP ..code is working fine, have changed
$key[‘text_before’]
…so got the position i need.Many Thanks
- This reply was modified 3 years, 5 months ago by xeovision.
Hallo Mike,
thanks for taking this issue. But it seems that your code has a bug, Drupal does not let me save itThats cool. many many thanks for solving the issue and the bug fixing
Thanks, yes this works now, BUT the background images on top of the pages are gone now.
What eactly have you adjusted?
- This reply was modified 3 years, 5 months ago by xeovision.
I have set the first option with flexible Masonery.
It seems that the pics are fitted into the frame, i would like to have the, fit to width and the height autoThis is what i want: https://ibb.co/ZxNRZWQ
BUT only in some blocks, not all content block, othe should still have 100%
Login -> PM
HI, none of this settings is set. I do not have any cache problems with other settings.
Mayby a css failure, i did?
This is what i add to each blcck for content of 80%:#content80 {
width: 80% !important;
max-width: 80% !important;
margin: 0 auto;
Text-align: center !important;
}Cool .. this works excellent.
Many thanks- This reply was modified 3 years, 5 months ago by xeovision.
@Guenni007 Thank you for the description but this does not work. Still the same grey non transparent block scrolling up.
I have changed the page-ID in the code … have same settings on color section …Not limit set to the width.
Login added to PM
@guenni007, Hi, https://webers-testseite.de/xeovision/ is exactly that i want to do.
Image is as 100% cover… only issue is that ic do not solve the transparent bg in black as you didI am not shure but i thiong there is a logic topic od building this effect, i did it like this https://ibb.co/S5tNKVY
- This reply was modified 3 years, 6 months ago by xeovision.
Hi guys, i have a similar issue with parallax.
Fixed color section with background image and below another color section with text that should scroll up above the image but (!) with a half transparent black color. Whatever i do, the black transparnet becomes grey. I have tried withg css: rgba(0, 0, 0, 0.5) and also color pixel image as bg but nothing works … some one any idea?here is the screen: https://ibb.co/RTW1Q4p
I suppose that the bg from content lays always below.
thx .. works fine
wow, this is an amzing solution, didn’t know thta such way is possible.
The customer doesn’t want to invest more effort in this issue and he doesn’t want to change logo to horizontal so he accepted the current solution.
So, i fine for me.But many thanks for your excellent work. Thats pretty cool.
Thanks,
this was the wished solution: https://ibb.co/JvgBbRn
I tried sebveral options and decided to “press” the complete logo into the header. this avoids less complexity.Thx for the tip but this does not work as expected. I need e.g. logo vertical when starting page and switch to Logo 2 when scrolling. No one of the layouts can handle this…
OK, because the page is still in progress -> PM
I found a solution after two days :) This can be adjust in the enhanced settings and CSS. Was little tricky but fine for me.
Thanks, Ticket can be closed / Deleted
Hallo,
i solved it that way, not best but i have make the headline and breadcrumb invisible by css and add a h1 below the slider.
But i would like to know the way…yes it should be only on the portfolio item pagesAugust 13, 2020 at 3:05 pm in reply to: Polylang and slider / differen language loged in/out #1237447Found the failure.
If someone has the same issue, the WP slider has also an caching option…you need to deactivate it.Slider options > settings > advaced …first button: deactivate it and empty cache with the button right
- This reply was modified 4 years, 4 months ago by xeovision.
<delete>
- This reply was modified 4 years, 4 months ago by xeovision.
Got it.. thanks .. works as expected.
Line working with closing “)” :)With the debug modus i cann see the shortcodes of the page but that does not help ..
This is the function code for the image .. can i add here the beadcrum function like this?
But it should be something that generate the breadcrumbfunction add_custom_header_image() {
if ( is_single() || is_archive() ) { ?>
<div class=”single-header-image”>/wp-content/uploads/2020/07/area.jpg”></div>
<div>[av_breadcrumbs]</div>
<?php }
}
add_action( ‘ava_after_main_title’, ‘add_custom_header_image’, 10 );Ok, understand but what to add? I think i need the php line right?
..and in which line?Hi .. yes, now, i have added some news.
Is it possible to add the breadcrum in the function.php where the large header image is placed?
I mean add some additional code ?One more issue appears with the breadcrumb.. it works fine but when i click on the single post the breadcrumb shortcode dissapear. It seems that singe post page is generated ..how can i add the breadcrum below the image like in the overview page?
Cool, thx, that works fine
I have the same issue, want to place text right.
Can you provide the solution? -
AuthorPosts