Welcome Block style property | Enable Welcome Section on All Pages@Mouth As a single statement both works, but i need it in the template AND just for visitors. The template is correct. Maybe i set the visitor condition in the welcome block template..
<xen:if is="{$uix_welcomeBlockButton_url} && !{$visitor.user_id}"><a href="{$uix_welcomeBlockButton_url}" class="callToAction"><span>{$uix_welcomeBlockButton_text}</span></a></xen:if>
I set a opacity to the background and change the link color (link hover too) .. see screenshot
Thank you kindly!@Mouth As a single statement both works, but i need it in the template AND just for visitors. The template is correct. Maybe i set the visitor condition in the welcome block template..
@Mike Creuzer i hope you had a good 4th of july ..
<xen:container var="$uix_showWelcomeBlock">1</xen:container>
.hasFlexbox .sidebar .visitorPanel .stats {display: block; text-align: center;}
<xen:container var="$uix_hideTopBreadcrumb">1</xen:container>
<xen:container var="$uix_hideBottomBreadcrumb">1</xen:container>
<xen:container var="$uix_hidePageNodeContainer">1</xen:container>
<xen:container var="$uix_hidePageTitle">1</xen:container>
<xen:container var="$uix_hideNotices">1</xen:container>
<xen:container var="$uix_hidePageContent">1</xen:container>
<xen:container var="$uix_hideWelcomeBlock">1</xen:container>
<xen:container var="$uix_showWelcomeBlock">1</xen:container>
Sadly, no it would not. When we built UI.X we didnt build a generic homepage structure. In 2.0 Ill be sure to do this since Im assuming we'll have a widget system of some kind. But no it wont work.Mike, out of interest.....
If one were to copy the proximity or relekt theme homepage template into this would it just work? (obviously would need some css tweaks I'd guess)
Thanks for your reply, but the fix doesn't work for me. There're no changes after insert the code in EXTRA.css ..As for the safari bug with the sidebar visitor panel:
Add this to EXTRA.css. Just tested it and seems to do the job. Will have a patch for this in the next update.Code:.hasFlexbox .sidebar .visitorPanel .stats {display: block; text-align: center;}
Yeah the display block part disabled the flexbox property. Try adding !importantThanks for your reply, but the fix doesn't work for me. There're no changes after insert the code in EXTRA.css ..
It seems the Problem it a compatibility with the flex part in the CSS and Safari ..
View attachment 110504
/*** Sticky Sub NavBar ***/
.activeSticky .navTabs .navTab.selected .tabLinks {
background: rgba(255, 255, 255, 1);
}
.activeSticky .navTabs .navTab.selected .tabLinks a {
color: @uix_secondaryColor;
}
.activeSticky .navTabs .navTab.selected .tabLinks a:hover {
color: @uix_primaryColor;
}
We use essential cookies to make this site work, and optional cookies to enhance your experience.