Hi Roine,
Checked in Safari, iPhone and mobile emulators, the top slider is there. Is parallax working for you?
Best regards,
Victoria
Hi Frank,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
@media only screen and (max-width: 1024px) {
#top .no_margin.av_one_third {
padding: 50px 30px !important;
font-size: 16px;
line-height: 22px;
text-align:center;
}
#top .iconbox_left_content .iconbox_icon, #top .iconbox_right_content .iconbox_icon {
width: 60px;
height: 60px;
font-size: 27px;
line-height: 60px;
margin-right: auto;
margin-bottom: 20px;
}
#top .iconbox_icon {
float: none;
margin: 0 auto;
text-align: center;
}
.iconbox .iconbox_content .iconbox_content_title {
text-align: center;
}
}
If you need further assistance please let us know.
Best regards,
Victoria
Hi ralbakker,
This is what you have in enfold child styles.css
h2.woocommerce-loop-category__title {
font-size: initial !important;
}
Which is 16px on dektop.
If you need further assistance please let us know.
Best regards,
Victoria
Hi aka-alex ,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
#top .widget ul {
float: none;
}
If you need further assistance please let us know.
Best regards,
Victoria
Hi there,
We have almost finished (for now) working on our website.
There is this 1 specific question I would like to ask. It has to do with the styling of the extra buttons from woocommerce and the css I used.
I would like the button on the top to align to the right and the other buttons on the page to the right.
I have tried to give the button a unique ID, but I guess I made mistake somewhere.
I have placed this in the product page
<p id="buttonbovenav" >[add_to_cart id="794"]</p>
I have placed this in the custom css
#buttonbovenav a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
float: right !important;
}
Can you find the time to help me and check what I did wrong?
Maaike
Hi,
On my page – http://www.alphareitinc.com/portfolio-item/cabinet-shop-lofts/
I have a color section below the main image at the top with 3 columns (Asset Type : MultiFamily, 436 S. Front Street Memphis, TN 38103 and View Map)
It looks great on desktop but on mobile I need the height to be shorter with less space between the three stacked items
-
This topic was modified 8 years, 11 months ago by
navindesigns.
Hello Jordan,
Just to let you know, the translations work again. I just need help with the Menu in the Smart Phone Version of the Website and the graphic of the menu of the website (desktop version)
Thank you in advance
Hi Victoria and Vinay.
Thank you for taking the time to look into this.
Yes it does work NOW because I applied a quick fix. See my second post above:
The problem occurs when I enable “Display a scroll down arrow” in the top color section of the page. This is what was causing the scrolling to “freeze”. Whether I am caching the page or not, cleared browser history, this happens on multiple mobile devices.
I have DISABLED the “Display a scroll down arrow” and replaced it with a down arrow link instead since we are currently running a campaign and we need the page to scroll. If you want to see the BUG in action we need to schedule a time for you to review.
Thanks again.
Peter
Thanks Rikard, I was assuming that because each box in the row is set to equal height, the background image should fall in the same place in each box.
For example, why is the background image position correct in the desktop view but not in the mobile view?
Hello,
I’m having the same issue. I have an open Topic about the same exact issue, which I opened before I found this. It’s here: https://kriesi.at/support/topic/504-error-with-enfold-4-0-3/
So my site will be fine for awhile and then the 504 errors start coming. Sometime the error will happen, then I’ll just refresh my site and it loads fine.
Is there a fix?
Thanks!
Corey
PS
If I keep /druckerei-wien/news as a post with the function filter mentioned above the navigation buttons are displayed as they should but on each post that is not fullwidth. I only need the navigation buttons on the news posts within the category “druckfrische-news” .
You can see it on the livesystem.
With these settings I only needed a function filter that sets all posts that are not in the category “druckfrische-news” to css:
#top .avia-post-nav { display: none; }
Unfortunately I am not sure how to set up that filter.
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
@media only screen and (max-width: 989px) and (min-width: 768px) {
.responsive body.boxed#top, .responsive.html_boxed.html_header_sticky #top #header, .responsive.html_boxed.html_header_transparency #top #header {
max-width: 90% !important;
}}
Best regards,
Yigit
Hello,
I have build a great website from this theme by importing the demo content en just changing little things.
One thing I left unchanged is the header. I use my contact information in the top header so people can see my telephone number.
On the desktop this looks awesome, it has white letters and a background image.
When scrolling on the desktop the header changes into white background, the letters change to black, which is perfect and looks awesome.
On the mobile theme this isn’t working. If I open the website on a mobile I can’t see the information as telephone number. The text is white and the background is also white.
When scrolling, nothing changes on mobile.
If I look the source code, the letters are visible in the header but as it has the same color nobody can see.
I can change the font color but this is also visible on the desktop.
If I set colors to see on mobile, the desktop theme looks no good.
How can I change the font color on mobile????
Looking forward to your help.
Best regards,
Oscar
HII Rikard,
I used a page because I need the URL path to be /druckerei-wien/news.
I don’t know how to manage that with a page. Do you have a tip how I can get this path with a page?
In the devsystem I changed the post in a page now.
With this code in funtions.php the navigation works fine:
/* Set Avia Post Nav to only navigate between posts of the same category */
add_filter('avia_post_nav_settings', 'avia_post_nav_settings_mod');
function avia_post_nav_settings_mod($settings)
{
$settings['is_fullwidth'] = false;
$settings['same_category'] = true;
return $settings;
}
I have two other questions:
1. Is it possible to reverse the prev/next buttons – so that the previous button is on the right side?
2. Navigating through the main menu always changes the colour of the .avia-menu-text
Example for the “Über Uns” menu:
.yellow-top:hover > a > .avia-menu-text { color: orange; }
li[id*='menu-item'].category-yellow.active-parent-item > a > .avia-menu-text, li[id*='menu-item'].yellow-top.current-menu-item > a > .avia-menu-text { color: orange; }
li[id*='menu-item'] .category-yellow > a { background-color: rgba(255, 165, 0, 0.85) !important; border-color: transparent !important; }
li[id*='menu-item'] .category-yellow > a:hover { background-color: rgba(247, 184, 49, 0.85) !important; }
#mobile-advanced .yellow-top > a > .avia-menu-text, #mobile-advanced li .category-yellow > a, #mobile-advanced li .category-yellow > a:hover { color: orange; }
How can I manage to change the colour of “Über Uns” when navigating through the News posts which have the path/URL /druckfrische-news/..?
Many thanks and
best regards,
Neverlands
Hi,
Please refer to this link for a possible solution.
// https://kriesi.at/support/topic/sidebar-rechts-single-page/#post-580220
Best regards,
Ismael
Hey siteraum,
Here is a piece of code that might help you.
If that does not help, could you give us temporary admin access to your website in the private content box below, so that we can have a closer look.
Best regards,
Victoria
https://kriesi.at/support/topic/big-preview-img-css-definition-has-added-width-100-why/
Sorry, need to re-visit this as the previous solution suggested doesn’t work in all cases.
To re-cap:
* In Enfold 4.0.3 (or maybe earlier, but it’s not in 3.8.5) a new CSS definition of width:100% has been added to the .big-preview img declaration in layout.css, line 2075. (Compare to line 2036 in v3.8.5, there is no ‘width’ definition).
* The result is that all Featured Images when displayed in a post via <div class=”big-preview single-big”> are now being expanded from the defined 700 px to the full width of entry-content-wrapper, which is 883.3 px wide.
The problem is that not all Featured Images are 700 px wide, some are smaller e.g. 467 px. So now when a 467 px FI is used, the max-width suggestion is expanding the 467 px image to 700 px, whereas I want it to stay at 467 px.
So the previous suggestion of
.big-preview.single-big img {
max-width: 700px !important;
}
needs to change but I’m not sure which of
.big-preview img {
width: auto;
}
or
.big-preview img {
width: inherit;
}
to override the line in layout.css and keep the FI at its actual uploaded size is the correct solution. Can you advise?
Sorry, it’s very very important..I stopped my shop, my sales..the sites are in maintenance mode =(
Hey!
Is there some way of having that code apply only to the first of those two blog loops, but not to the primary, multi-category blog?
I’m sorry but that’s not possible. The navigation will get every posts that have the same categories. The only solution is to remove other categories for the posts or hide the post navigation completely.
#top .avia-post-nav {
display: none;
}
Best regards,
Ismael
Hi John,
thanks for your help. You can close the topic.
Regards
Biggy
The only probilem with this approach is that if you scroll the page, the logo will be still pushed by the top: 19px;
Hello,
try again to put that code on quick CSS. Go to Enfold Theme Options -> General Styling -> Quick CSS.
strong.logo {
position: relative;
top: 19px;
}
Thank you
Hi Rikard,
Here is the Printscreen. https://www.dropbox.com/s/jz84ux9i9nvp0e6/Knipsel.PNG?dl=0
As you can see the page is build with masonry elements. However, if you click the perma link at the top you get a different page. If you click the button on the right to see the changes “wijzigingen bekijken” you get to a whole different page.
I hope this helps to get it clearer.
Best wishes, Peter
-
This reply was modified 8 years, 11 months ago by
Peter322.
Hi,
Great, glad you got it working. Please let us know if you should need any further help on the topic or if we can close it.
Best regards,
Rikard
well this is the code for some pages on my testinstallation – you can get rid of that beginning if-clause
function my_fixed_sidebar() {
if( is_page(600) || is_page(1395) || is_page(1398) ) {
?>
<script type="text/javascript">
jQuery(document).ready(function () {
var top = jQuery('.inner_sidebar').offset().top;
var headerh = jQuery('header').outerHeight();
jQuery(window).scroll(function (event) {
var y = jQuery(this).scrollTop() + headerh;
if (y >= top) {
jQuery('.inner_sidebar').addClass('fixed');
jQuery('.inner_sidebar').css('top', headerh );
} else {
jQuery('.inner_sidebar').removeClass('fixed');
jQuery('.inner_sidebar').css('top', " " );
}
jQuery('.inner_sidebar').width( jQuery('.inner_sidebar').parent().width() - 50 );
});
});
</script>
<?php
}
}
add_action('wp_footer', 'my_fixed_sidebar', 20);
without that if-clause on beginning:
function my_fixed_sidebar() {
?>
<script type="text/javascript">
jQuery(document).ready(function () {
var top = jQuery('.inner_sidebar').offset().top;
var headerh = jQuery('header').outerHeight();
jQuery(window).scroll(function (event) {
var y = jQuery(this).scrollTop() + headerh;
if (y >= top) {
jQuery('.inner_sidebar').addClass('fixed');
jQuery('.inner_sidebar').css('top', headerh );
} else {
jQuery('.inner_sidebar').removeClass('fixed');
jQuery('.inner_sidebar').css('top', " " );
}
jQuery('.inner_sidebar').width( jQuery('.inner_sidebar').parent().width() - 50 );
});
});
</script>
<?php
}
add_action('wp_footer', 'my_fixed_sidebar', 20);
than you have to setup in quick css :
.fixed { position: fixed }
BUT!
on some pages with special Content on top and than colorsection under it with less content do not work as expected –
but i think if sidebar is small enough and content is big enough it could work the whole site. Other wise – you see that the function can be setup through if clauses only to work for categories or posts or etc
Hi!
We added the below CSS in Quick CSS section please review the site and let us know if you have any questions :)
#top .fullsize .template-blog .blog-meta {
float: left;
margin: 0 30px 10px 0;
}
#top .fullsize .template-blog .post-title {
text-align: left;
float: left;
width: 100%;
}
#top .fullsize .template-blog .post-meta-infos {
text-align: left!important;
}
#top .fullsize .template-blog .post .entry-content-wrapper {
float:left;
}
Best regards,
Vinay