Hey!
There are no shortcodes like that in the theme so you have to add it manually. Use html codes or follow the instructions here:
https://kriesi.at/support/topic/using-alb-with-custom-post-type-and-meta-information/#post-580144
If you want to add it as a shortcode, try this:
https://kriesi.at/support/topic/using-alb-with-custom-post-type-and-meta-information/#post-580716
Cheers!
Ismael
Hey!
Thank you for using Enfold.
Please add this in the Quick CSS field:
.isotope_activated .grid-entry article {
-webkit-animation: avia_msonry_show 0.8s 1 cubic-bezier(0.175, 0.885, 0.320, 1.075);
-moz-animation: avia_msonry_show 0.8s 1 cubic-bezier(0.175, 0.885, 0.320, 1.075);
animation: avia_msonry_show 0.8s 1 cubic-bezier(0.175, 0.885, 0.320, 1.075);
}
Regards,
Ismael
Hi!
If you could refer to the visual I sent you, the page structure on the drop down menu is more clear. Meaning: the parent page is BOLD and the sub page is REGULAR WEIGHT.
We provided you with a basic css code which can change the default style of the mega menu title: https://kriesi.at/support/topic/enfold-drop-down-menu/#post-578247
If you don’t need the columns, edit the mega menu columns then tick the “This column should start a new row” option.
Best regards,
Ismael
Hey!
Add the .load function. https://kriesi.at/support/topic/autoplay-youtube-videos-in-lightbox-on-click/#post-579578
// custom lightbox
add_action('wp_footer', 'ava_custom_lightbox');
function ava_custom_lightbox(){
?>
<script type="text/javascript">
(function($) {
$(window).load(function() {
$('.open-popup-link').magnificPopup({
type:'inline',
midClick: true
});
});
})(jQuery);
</script>
<?php
}
Cheers!
Ismael
Hi!
Please post the FTP details here so that we can debug the issue. Did you modify the query.php file? https://kriesi.at/support/topic/pagination-not-working-after-wordpress-4-4-1-and-enfold-3-4-7/#post-565212
Regards,
Ismael
Hi!
Thank you for the link. Please add this in the functions.php file:
// move masonry title
add_action('wp_footer', 'ava_custom_script', 10);
function ava_custom_script(){
?>
<script>
(function($) {
$('.av-masonry-entry').each(function() {
var title = $(this).find('.av-masonry-entry-title'),
inner = $(this).find('.av-inner-masonry');
$(title).prependTo(inner);
});
}(jQuery));
</script>
<?php
}
And the following code in the Quick CSS field:
.av-masonry-entry .av-masonry-entry-title {
position: absolute;
top: 0;
z-index: 1000;
width: 100%;
text-align: center;
background: blue;
padding: 10px;
}
Regards,
Ismael
Hey!
Edit the text box layer then go to the Attributes panel. Add a unique class in the Classes field. Use “layer-textbox” for example then add this in the Quick CSS field:
@media only screen and (max-width: 767px) {
.layer-textbox {
padding-top: 20px;
}
}
The text on the slider is a little too small on mobile view. Adding a new slider specifically for mobile would be nice.
Best regards,
Ismael
Hi AukeJomm!
Thank you for using Enfold.
Add this code in the functions.php file:
add_action( 'init', 'avia_woocommerce_cart_placement', 10);
function avia_woocommerce_cart_placement()
{
$position = avia_get_option('header_position', 'header_top') == "header_top" ? "ava_main_header" : "ava_inside_main_menu";
if(avia_get_option('cart_icon') == "always_display_menu")
{
$position = "ava_inside_main_menu";
if( strpos( avia_get_option('header_layout'), 'bottom_nav_header') !== false && avia_get_option('header_position') == 'header_top')
{
$position = "ava_before_bottom_main_menu";
}
}
add_action( $position, 'avia_woocommerce_cart_dropdown', 10);
add_action( $position, 'avia_woocommerce_quote_dropdown', 10);
}
function avia_woocommerce_quote_dropdown()
{
global $woocommerce, $avia_config;
$output = "Something here";
echo $output;
}
Modify the avia_woocommerce_quote_dropdown.
Regards,
Ismael
I also noticed what ever I increase the height to for that strip above the header is about the same amount that is taken from the top of the slide show.
I have changed it back to standard til I can make it work properly
So any ideas Guys
Hey!
Thank you for using Enfold.
Please use this:
#top .fullsize .template-blog .post .entry-content-wrapper ul li {
font-size: 11px;
}
Cheers!
Ismael
Hi Floaka Editor
That didn’t work. The Special CSS I have for http://www.autostop.com.au is
/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
.avia-layerslider {
display: none !important;
}
}
#header_meta {
height: 50px;
}
.phone-info {
width: 500px;
}
.phone-info {
font-size: 18px;
}
What have I done wrong?
Any help is appreciated, thanks Mate
Hi ,
I’ve created an opt-in landing page. Actually, I created 2. The first one worked fine ( at http://www.dominiquehurley.com/top-10-tips-to-empower-your-space/) , but when I created one for another list, it didn’t work the same. In fact, it seems to work fine when I look at the preview
Screenshot:
https://www.dropbox.com/s/1i891be3yl8u6b4/Screen%20Shot%202016-02-20%20at%209.41.17%20PM.png?dl=0
But in reality, this is what I see when I “View Page”
https://www.dropbox.com/s/sbj5nt80e2eyn4q/Screen%20Shot%202016-02-20%20at%209.41.30%20PM.png?dl=0
The live link for the page is http://www.dominiquehurley.com/26-minute-guided-meditation/
Please advise.
I didn’t use your Avia MailChimp form, but did it the old fashioned way of putting the Mail Chimp form code in the Text edit window of a Text Content block.
P.S. This may have happened before on the first form, but you fixed it and I’ve been cutting and pasting from there. Not sure if you had added extra code. Thanks.
See below for private content
You made my day partially! :-) The CSS field is here now, but if I put in the ‘hide-mobile’, it’s still showing on my mobile :-(
I even tried the css on this page:
http://kriesi.at/documentation/enfold/hide-menu-itemselements-on-mobile/
And put in only-desktop instead, but both don’t work :-S
Follow up: I did find a way to do this, but think it may not be the most elegant solution. If there is a simpler/better way, please let me know.
I added this to custom css and it worked.
/* #Mobile (Portrait)
================================================== */
@media only screen and (max-width: 800px) {
.responsive .boxed #wrap_all { overflow: hidden; /*needed for mobile menu scrolling */ }
.responsive #top { overflow-x: hidden; }
.responsive .boxed#top, .responsive #top.boxed .stretch_full ,
.responsive.html_boxed.html_header_sticky #header,
.responsive.html_boxed.html_header_transparency div #header{ width: 100%; max-width: 100%; }
.responsive #top .flex_column_table_cell{display: block;}
.responsive #top .flex_column_table{display:block;}
.responsive #top #wrap_all .container {
width: 85%;
max-width: 85%;
margin: 0 auto;
padding-left:0;
padding-right:0;
float:none;
}
.responsive .units, .responsive .unit {
margin: 0;
}
.responsive #top .container .av-content-small, .responsive #top #wrap_all .flex_column, .responsive #top #wrap_all .av-flex-cells .no_margin {
margin: 0;
margin-bottom: 20px;
width: 100%;
}
.responsive #top #wrap_all .av-flex-cells .no_margin{
display: block;
margin: 0;
height:auto !important;
overflow: hidden;
padding-left:8% !important;
padding-right:8% !important;
}
.responsive #top #wrap_all .av-flex-cells .no_margin .flex_cell_inner{
width: 100%;
max-width: 100%;
margin: 0 auto;
}
.responsive #top #wrap_all .av-flex-cells .no_margin.av-zero-padding{
padding-left:0% !important;
padding-right:0% !important;
}
.responsive #top #wrap_all .flex_column:empty{margin:0;}
}
I recently updated from 3.0.4 to the latest version and started using a child theme. I noticed a few quirks that I was able to remedy via CSS, however just this morning I noticed that the Color Section elements were starting to get blown up to their maximum size. I’m using parallax display and this hasn’t changed since I updated the theme.
I need them to be resized to the size of the page responsively, currently I’m using the following css (taken from https://kriesi.at/support/topic/color-section-responsive-background-image-scaling/) to mitigated the problem:
.avia-section, .avia-section .av-parallax-inner {
background-size: contain !important;
}
However, there are still undesirable effects.
I am having the same issue as discussed in this thread.
The suggested Quick CSS mods both produce undesirable effects on desktop. Is there another workaround? Is a ‘Color’ container the only option for the first item on a page?
Thanks,
I’m having issues with mega menu option. It worked like a charm last couple of weeks. We made one big Mega Menu. In fact we have now 44 of 45 pages working in the headermenu.
Today we wanted to create another link within this menu. But somehow I won’t show up. I think there is a limit to how much links you use within the menu in Wordprees or Enfold. Or what?
Also, when this occurs, enfold theme forgets where the correct location of the headermenu is. I have to re-assign everytime.
What’s the solution to this problem?
In part it looks like another custumer on this support page. But that topic is closed already.
“I have several links in my main nav. They all work when the mega menu option is not chosen. I’m able to add, delete, move pages around.
But I want to use mega menu. So the first thing I do is make sure I have correct location chosen. I choose mega menu make changes, add, and move pages around hit save. Go to location again and my main nav is missing. I select it from drop down again. I go back to see my nav structure and half the navigation is missing.
I’ve tried, deleting pages, recreate pages, turned off plugins, cleared cache, called hosting (no issues on there end) and can’t get it to stick. My theme is up to date.
At times I’ve been able to get the top nav to work perfectly, the mega menu works but I add one page, and it deletes half my nav and forget where the navigation should be located.”
Hi,
See the performance report here for our enfold website from server in India: https://gtmetrix.com/reports/isha.sadhguru.org/iUGErG3T
Can you suggest some improvement suggestions please. Considering top most topics in the report.
1) Can we use BWP Minify, if so what are the js/css that need to be excluded
2) How do we reduce the redirects that happen on the theme files
3) Is there a simple way to remove query strings
Regards,
Subba
Hey guys,
I’m new to coding and I’m running dry of helpful material on the net whilst it goes over my head! I have plenty of questions which are listed below, perhaps you can help me out!
1) I’m swapping from a laptop with a 15″ screen to a monitor with a 22″ screen to edit my site. No matter where I look (enfold>general styling>main content) I can’t find a ‘stretch to fit’ option for my background. I’ve tried pasting CCS into the quick CSS box located in the enfold page mentioned in brackets but no luck to get a responsive background for the 2 monitor sizes.
2) I’m trying to get an image to animate in behind a block of text with an internal link set to the text.
a) I can’t get the image to overlay behind the text (trying to use html code with postion:absolute; which I’ve gotten to work to position text but not an image). I suppose it won’t be overlay, but underlay? I don’t want the option to press the linked text to disappear with an animated transparent picture above it. Alternatively, is there a way to centre align the image on the text so the site remains responsive?
b) I’m really struggling to make some custom animations by following online tutorials. The particular animation I would love is for the image to ‘reveal’ from left to right (the image being a chalk squiggle so it looks like it’s being drawn behind the text as your mouse hovers over the linked text – and being rubbed out from right-left when mousing-off).
3) Finally, I’d love to replace the enfold theme image link of the translucent white box and animated arrow and replace it with a simple enlargement of the image by ~10% when mousing over to shrink back to original when mousing-off.
There are many more questions but these alterations will keep me busy with some good advice! Keep the terms simple if at all possible, the last thing I want is to keep asking more questions and hog your time!
Cheers!
Hey!
You’re probably experiencing the same issue as the one on this thread: https://kriesi.at/support/topic/blurry-woocommerce-product-images-on-iphone-5s-using-enfold-theme/#post-582892
Regards,
Ismael
Hey!
Please add this css code:
.single-product-summary + .button {
position: absolute;
top: -20px;
right: 0;
}
Cheers!
Ismael
Thanks Rikard.
There’s a screenshot of the slider in private content. But I think you’re on track with what I was trying to do….
1) Blog category (“Facility Rentals”) – would like to hide so it doesn’t display.
2) Slide Entry Titles (room names) – would like to change the font color to white, add 10px padding to top, and give the area a minimum height of 60px, to keep height consistent for titles that use 1 or 2 lines.
The CSS you sent looks good, but I don’t see any change after adding it to my child theme. Is there something else I could try?
Thanks again
Hi Support,
I know this seems counterintuitive – but our client has decided they don’t want the animation on the animated numbers now! Rather than have to go in and change a dozen pages – is there any code I can use to stop the numbers from animating?
We have been able to do so much customization of the theme with all the bits of code we find on your forum – you guys have been fantastic with the support you provide!
Thanks for any assistance with this!
Hello there, I know you must be busy, but please can you help. This problem has been going on since 22nd November 2015.
As you can see from the website, it’s still a complete mess. I will try and clarify, perhaps my query was confusing.
1. The Home page has the word “Home” in the top left hand corner as well as a horizontal white bar which takes up a lot of the screen when it hadn’t before.
2. The rest of the pages/links, the title and breadcrumbs are transparent when they shouldn’t be. Not until you scroll the page down should it go transparent.
Please can you help. I don’t know what else to do and have tried everything.
Kind regards
hi Vinay,
Thank you,
I have changed the position of the background image to top centre, but nothing changed on mobile version of site.
I checked login details below, they are work fine
Hi,
I’ve posted a topic about this before, see it here. This topic was closed because it looked solved.
But after a few changes it hasn’t been solved. I was using div-ID’s to navigate to. Now I had to add a second page (also with a single-page-structure), so only the ID’s ain’t sufficient. Now I have added the url in the link. The navigating does work, but the highlighting of the menu doesn’t. The second-page is “plant it” with it’s own sub-menu. The site is here.
How can I make the navigating working with highlights? Also it would be nice that it would scroll again to the next section. Using only ID’s to navigating to, it does scroll. Using a url ending on a ID reloads the whole page again.
Regards,
Erwin
Hi Yigit, I enabled the custom css via functions.php, and I applied a custom css tag to the image I’m trying to hide (desktop-only). Then I added the following code to the Quick CSS:
@media only screen and (max-width: 990px) {
.desktop-only { display: none !important; }}
However, it’s still not hiding the image on mobile. Any idea why?
Hey!
Please enable custom class support http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
Then add only_mobile class to the mobile menu and only_desktop to the desktop menu to display only in desktop and mobile devices.
/*Show only in mobile or desktop*/
@media only screen and (min-width: 769px) {
.only_mobile { display: none !important; }}
@media only screen and (max-width: 768px) {
.only_desktop { display: none !important; }}
Cheers!
Vinay Kashyap
-
This reply was modified 10 years, 1 month ago by
Vinay.