Hi,
Thanks a lot for helping out @kevinmcgillivray :-)
Let us know if you should need any further help on the topic @bwilbourne
Best regards,
Rikard
Hi,
The masonry element is limited to left-to-right layout at the moment. You can replace it with the portfolio grid element if you really need the rtl layout and then follow this link.
// https://kriesi.at/support/topic/rtl-portfolio-grid-2/#post-714685
This option was disabled because it doesn’t work well in the masonry element. You can test it by editing the js > shortcodes.js file, look for this code around line 1436:
methods.applyMasonry(container, false, function()
.. replace it with:
methods.applyMasonry(container, 'av-masonry-entry', function()
After that, go to line 1245:
var filters = selector ? {filter: '.'+selector} : {};
.. replace it with:
var filters = selector ? {itemSelector : '.'+selector, filter: '.'+selector, layoutMode : 'fitRows', isOriginLeft : false} : {};
You’ll see why it is disabled.
Best regards,
Ismael
Hi,
Great, glad you found a plugin to help you along and thanks for sharing :-)
Please let us know if you should need any further help on the topic.
Best regards,
Rikard
Hey DaFool71,
Thank you for using Enfold.
Please remove the css modification then add this code in the functions.php file:
// set sidebar height
add_action( 'wp_footer', 'ava_custom_script' );
function ava_custom_script() { ?>
<script type="text/javascript">
(function($){
var a = function() {
var ch = $('.container .av-content-small.units').height();
$('#top #main .sidebar ').css('height', ch);
}
$(window).load(function() {
a();
});
$(window).on('debouncedresize', function() {
a();
});
})(jQuery);
</script>
<?php
}
Best regards,
Ismael
Hi,
Great, glad we could help :-)
Please let us know if you should need any further help on the topic.
Best regards,
Rikard
Hi,
Glad we could help :-)
Please let us know if you should need any further help on the topic.
Best regards,
Rikardx
Hi,
Great, glad it started working. Please let us know if you should need any further help on the topic.
Best regards,
Rikard
I have set a one-page website and gave each “color-section” it’s own id. I had to add some css to make the text the correct size.
The issue that I am having is making the background images responsive.
The bigger issue is the text not being responsive on mobile devices.
Below is the css I added.
#fullwidth .container {
width: 100%;
max-width: none;
}
#top #wrap_all .main_color h1 {
color: #ffffff;
font-size: 65px;
font-weight: 800;
}
.avia-button.avia-size-x-large {
font-size: 20px;
min-width: 200px;
padding-bottom: 18px;
padding-left: 50px;
padding-right: 50px;
padding-top: 18px;
}
The website is http://www.geosnapchatfilter.com
HI!
This code make my Transparent header text always black but wot i need is the possibility to set a different Transparent header text between Desktop view and mobile view.
Thanks in advantage
Hey guys, any suggestions on how to have the top level of navigation working along with the sub menu options on mobile?
Top level is actually clickable as well (see from the desktop view). However, it’s not functional on a phone.
I am making use of the hamburger menu for both standard desktop and mobile!
Thank you and keep up the great work!
Justin
Hi
I’m using UberMega Menu plugin on my website, but would like to use and move the Enfold search icon to my secondary menu at the top right hand of my site. I found the following ticket reference #163772 (2013) that contains a code snipet to do this. However, I don’t want updates to the theme files to overwrite this. Where and how can I add it to my functions.php of my Child theme?
Any help would be appreciated.
My website is currently in development and you will need login credentials to view it. I have included these int he private area.
Thanks
Lyse
Hi,
I have read a few threads already such as https://kriesi.at/support/topic/search-icon-not-displaying-on-mobile-and-tablet/ however I still cannot get the search icon to show on my mobile device.
I added this, but nothing?
@media only screen and (max-width: 990px) {
.responsive.html_mobile_menu_tablet .main_menu .avia-menu {
display: block;
}
.av-main-nav li { display: none; }
li#menu-item-search {
display: block;
right: 70px;
}}
Any ideas?
Thanks
Sorry, I figured this out. But I’m not sure how too remove the forum topic.
I was hoping to learn the easiest way to change the background color of the upper nav menu on my site, but not change the color of the background behind the Logo. So I want the color of the background behind the menu to be the same color as the blue used in the content area of the site, and keep the logo background the maroon color.
Site:
http://faiellagulden.com/
-
This topic was modified 9 years, 1 month ago by
Tony.
Hi Ismael,
I’ve created a new topic as you requested: https://kriesi.at/support/topic/localisation-doesnt-work/
Best regards.
Hi,
lass uns aus “Rollbalken” bitte Mega Menü machen, sonst bin ich jedes Mal erstmal verwirrt, wenn ich deinen Post öffne.
Nutze diesen Code im Quick CSS Feld:
#top #header .mega_menu_title a {
font-size: 12px;
color: green;
}
#top #header .mega_menu_title a:hover {
text-decoration: none;
}
und passe die Werte an wie du es brauchst.
2.) Welche schwarze Linie? bitte immer einen Screenshot mit beifügen (imgur.com, dropbox).
Und bitte ein neues Ticket bei einer neuen Frage aufmachen.
Gruß,
Andy
Hi,
try this instead:
.page-id-51 .avia_textblock pre, .page-id-51 .responsive #top #main .products .product {
width: 45.6% !important;
margin: 0 4% 1% 0;
}}
For any feature requests: https://kriesi.at/support/enfold-feature-requests/
Best regards,
Andy
@ Andy
I dont want all elements in a color-section. Just those, which should be available with anchor through the top menu.
Bye the way, I knew how to set anchors.
The thing is the wrong output on mobile device, which should not happen at all.
So, what s wrong with the two color-sections shown on your imgur pic? The above has the link “contact” the below dont. Whats wrong?
@ Ismael
Thanks for your code, this repaired the social icons on mobile!
But something else seems really quite broken with the theme!
Elements appear different, wether they are inside a color-section or not. See pic:
View post on imgur.com
Following is completely weird.
Now, since I put testwise one element in the color-section and the same outside, some further unrelated elements below (outside) the color-section changed color and size of the text. How comes?
Further the anchors dont work properly on mobile, just try #social. On desktop it jumps well to the area of the social stuff, but on mobile it just jumps to the first section below header picture.
Non of the anchor links show the correct area on mobile device.
This is going to be a very time consuming issue,
so I m really thankful, if someone would find this bug.
Thank you
Marcus
Hi,
try this code inside Quick CSS field:
#top #wrap_all .header_color.av_header_transparency, #top #wrap_all .header_color.av_header_transparency .phone-info.with_nav span, #top #header.header_color.av_header_transparency .av-main-nav > li > a .avia-menu-text, #top #header.header_color.av_header_transparency .av-main-nav > li > a .avia-menu-subtext {
color: #000000;
}
Best regards,
Andy
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.avia_desktop .av-hover-overlay-active .av-masonry-entry:hover .av-masonry-image-container, .avia_desktop .av-hover-overlay-active.av-caption-style-overlay .av-masonry-entry .av-masonry-image-container {
background-position: 50% 0;
}
Best regards,
Yigit
finded with:
#top .avia-post-nav { display: none; }
I’m using the “Quantities and Units for WooCommerce” plugin to enable decimal quantities and Kg as units.
I tried to disable the Enfold +/- as suggested by Josue in his answer HERE, but there are some problems. Here are my try:
Theme: Twenty Seventeen – Plugin: enabled
the HTML +/- buttons are revealed, fractional quantities can be saved to cart
Theme: Enfold – Plugin: enabled
the Enfold +/- buttons are not working, manual input with fractional quantities is not accepted by page
Theme: Enfold child with Josua code to disable Enfold +/- buttons – Plugin: enabled
Enfold +/- buttons are disappeared as expected
The HTML +/- buttons are not revealed, manual input with fractional quantities is accepted by page
The decimal separator in the header cart is wrong (‘.’ instead of ‘,’ as defined in woocommerce config)
https://drive.google.com/file/d/0B7baurTblFiQQWloLUVmeEJCN2M/view?usp=sharing
https://drive.google.com/file/d/0B7baurTblFiQX0x0X2pwRGF1V1U/view?usp=sharing
Obviously, the fractional quantities directly supported by Enfold +/- buttons … is the desired solution :-)
Hi Yigit,
that worked like a charm, thanks for the quick reply!
Another question on the same topic:
Is there a way(in mobile view) to prevent these columns with negative margin to overlap content that is in the color sections above and below.
Br, gorehalling
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
span.avia-sub-menu-fx:after {
content: '';
height: 10px;
width: 10px;
display: block;
margin: auto;
background: red;
-ms-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
top: -5px;
position: relative;
}
then add following code to Functions.php file in Appearance > Editor
function av_submenu_arrow(){
?>
<script>
jQuery(window).load(function(){
jQuery('<span class="avia-sub-menu-fx"></span>').prependTo('.av-main-nav > li > ul')
});
</script>
<?php
}
add_action('wp_footer', 'av_submenu_arrow');
Best regards,
Yigit
Hi Kriesi
I am using the Aviva page builder and the Table Content Element in some of the pages on a site I am building.
The problem with the display arises when the site is displayed on a smart phone. The titles remain and display one on top of the other so it doesn’t make any sense.
I have looked at other themes and their handling of table display and they seem to be different and make an adjustment for the smart phone view.
Can you help me sort this out please?
Many thanks
Helen
Hey!
Please enable the custom css class field: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ and then edit your column elements which have negative top margins and give them a custom CSS class and then add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 767px) {
.your-custom-class { margin-top: 0!important; }}
Best regards,
Yigit
Hi Enfold team and thanks for a great theme and awesome support.
Question:
I have three 1/3-columns which i’ve added a negative top margin to (-250px) to achieve the same effect that is presented in the Enfold Medical demo.
This looks great in desktop view, but in mobile view the three columns end up on top of each other. If I remove the negative top margin, the columns present themselves as they should, after one another vertically.
Thanks in advance!
Br, gorehalling
Hi chaps,
I’ve searched existing threads to try and resolve this but still no luck.
If you view http://james.artyzans.co.uk/wp/accommodation/ on desktop, I’ve added some padding to the left right of every element down the page to go for a slightly more boxed style for this page in particular. When viewing the same page in mobile view, the columns stack which is totally fine, but the padding associated with each column offsets the elements into very narrow long text paragraphs. Is there a ‘global’ and individual method to make elements ignore the padding up until the theme’s responsive functionality kicks in to display the columns in rows again?
All the best,
James
Hi,
Great, glad we could help :-)
Please let us know if you should need any further help on the topic.
Best regards,
Rikard
Hi,
Please refer to this post – https://kriesi.at/support/topic/lightbox-o-similar/#post-595674
If that does not help, please start a new thread under Enfold sub forum :)
Best regards,
Yigit