Thank you, the border is appearing now, but probably needs to come on earlier – there is a gap where the normal navigation disappears and then the border appears.
Also, the other bit of code which removes the hover navigation buttons on mobile has stopped working again – seems I can have either the border or no navigation buttons! copied below the relevant code I now have in place
Hi
I found this thread on exporting page templates to use on other sites…
https://kriesi.at/support/topic/how-to-export-advancedlayoutbuilder-page-template-for-import-in-another-website/
my question is, once you have imported the text can you change it back to pagebuilder view?
I would try it but I am nowhere near a useable computer :)
thanks!
Hi guys, sorry for bringing up an old post but it is directly related to this one, I have added the above CSS to show mobile menu on desktop up to 3500px when using main enfold theme, however I have just moved to the child-enfold and the above css stops working and shows default menu style is there anything different to add to css when using child theme to get this to work?
Also I’m having the same problem as above where the menu is showing expanded off the page to the right and makes the page wider (out of sight) which if you slide your courser to the right you will see a smaller version of the pop-out mobile menu (see screen shot) link to DEV site in private content
Thank you, favourite theme hands down!
Hello,
I want to create a child theme by using CHILD THEME CONFIGURATOR plugin but I encounter this error message:
Show Debug Output
Notice: Undefined variable: kriesi_at_backlink in /Users/MEL/Desktop/Worpress local 2016/wp-content/themes/enfold/footer.php on line 103
Warning: Missing argument 1 for avia_events_register_assets(), called in /Users/MEL/Desktop/Worpress local 2016/wp-content/plugins/child-theme-configurator/includes/class-ctc-preview.php on line 130 and defined in /Users/MEL/Desktop/Worpress local 2016/wp-content/themes/enfold/config-events-calendar/config.php on line 17″
You may not be able to use this Theme as a Child Theme while these conditions exist.
It is possible that this theme has specific requirements to work correctly as a child theme. Check your theme’s documentation for more information.
Please make sure you are using the latest version of this theme. If so, please contact this Theme’s author and report the error list above.”
Please can somebody tell me how can I proceed? I Want to precise that for the moment I haven’t done the update of WordPress 4.5 and the latest Enfold update. I was thinking to make the updates after creating the child theme since the update created additional problems for many other users.
P.S. I’m building the website in localhost.
Hi,
I’m trying to embed YouTube video into a Text Block (in text mode) and it works fine if the block is a full width column but when the section is split into three columns, the video container turns into a square and the video doesn’t re-size correctly.
I’ve set up a demonstration page to show you what’s happening (link in private content).
As you can see, the video media element works fine but the client wants to use the embed function, as that’s the only way to stop YouTube playing suggested videos when the video finishes.
Thanks,
ken
Hi!
Please change the code to following one
@media only screen and (max-width: 768px) {
.home #main {
margin-top: 5px!important;
}}
Best regards,
Yigit
Hello,
After update my WordPress to version 4.5 my LayerSlider stop working. Other sliders working, maybe with not properly animation but working. I tried to update theme to latest version, my extensions too and clean all caches, but without result. I added the code to my functions.php, but again no result. I tried to restore my old files and database from backup, but again no effect. Maybe problem is not with update, but but before that there is no problem.
I use Cloudflare Caching system, W3 Total Cache and BWP Minify but with them on old version all sliders work fine. Please help!
hi, im testing this easy slider at the top of a page on a testing site, but no pics are displaying.
why not?
at the bottom of the page im having this slider full width, but also here: no pics are dispaying
Hi!
vielleicht könntest du deinen Footer etwas hoch holen:
#footer {
top: -65px;
}
Gruß,
Andy
Hi,
I just found this. https://wordpress.org/support/topic/how-to-disable-lightbox-on-woocommerce-23
//DISABLE WOOCOMMERCE PRETTY PHOTO SCRIPTS
add_action( 'wp_print_scripts', 'my_deregister_javascript', 100 );
function my_deregister_javascript() {
wp_deregister_script( 'prettyPhoto' );
wp_deregister_script( 'prettyPhoto-init' );
}
//DISABLE WOOCOMMERCE PRETTY PHOTO STYLE
add_action( 'wp_print_styles', 'my_deregister_styles', 100 );
function my_deregister_styles() {
wp_deregister_style( 'woocommerce_prettyPhoto_css' );
}
The person to the same problem as me and also uses the theme enfold.
Is this the right solution?
Is there ‘is another way?
-
This reply was modified 9 years, 8 months ago by
Audiolia.
Excellent!
Thank you very much.
Michael
PS I have just noticed that clicking on a bullet to go directly to a slide still stops the slideshow.
So I in the section “// public method: goes to a specific image” have changed
this._stopSlideshow();
to
//this._stopSlideshow();
and that solves it. Perhaps someone else also finds this useful.
Hi,
i was looking for have in my website (mobile version) the scroll up button to return on top, but i didn’t find working method.
How can i do that?
Thank you.
Hey guys,
so I have the problem that the hover on portfolio doesnt work the way it should.
So what we wanted to have is a change with hover from black and white to color on the frontpage HOME Portfolio
That works in our TEST-environment but not in our LIVE-environment.
As we had an issue with the order on portfolio due to Post Types Order plugin
it feels like this issue started with solving this one, as the hover worked before.
For the history of this:
we had codeable do some work for us on custom (field) options and for some reasons this custom options
does not appear in LIVE Version but in our TEST mode.
I dont know if this exactly relates to the problem, but the routine was – look for portfolio pic named with SW (for example: KP038_picturenamSW.png and give back the equivalent coloured one KP038_picturenam.png.
Can you lend a hand here?
Found out that this frontpage masonry has a custom css called custom_masonry but I couldnt find a related clue to this.
Thanks for helping out.
Best Stephan
Hi Jordan,
Thanks for getting back to my. Unfortunately that fix won’t work. If you look at the page I linked privately below, you will see what I mean.
In that example (and on most of my pages) the Special Header uses H3, but so do the in-line headers. So if I override H3 to be grey, all of them will be. I actually tried this fix initially.
I will change the Main Content Headings to white and manually change the Special Headings to grey as a stop gap, but I would really appreciate any additional insight.
Thanks!
Hi,
I can’t say for certain but it’s likely, I would try to update and if you should have any problems after updating you can follow this: https://kriesi.at/support/topic/having-problems-after-updating-to-wordpress-4-5-please-read-this-first/
Thanks,
Rikard
Hey!
Please replace the code with:
// public method: shows next image
next : function(e)
{
e.preventDefault();
//this._stopSlideshow();
this._navigate( 'next' );
},
// public method: shows previous image
previous : function(e)
{
e.preventDefault();
//this._stopSlideshow();
this._navigate( 'prev' );
},
Cheers!
Ismael
Hi, i’ve added that and it has stopped the hover navigation buttons appearing on mobile, but I’m still not seeing the top border on the layerslider – can you help on that as well?
Hi!
Please add the following to functions.php
function removeScrollToTop(){
?>
<script>
jQuery(document).scroll(function() {
jQuery("#advanced_menu_toggle").removeAttr("href");
jQuery("#advanced_menu_hide").removeAttr("href");
});
</script>
<?php
}
add_action('wp_head', 'removeScrollToTop');
Best regards,
Vinay
Hi,
Please refer to this: https://kriesi.at/support/topic/having-problems-after-updating-to-wordpress-4-5-please-read-this-first/.
Most of the moderators do not speak german unfortunately so let’s stick to english if you are ok with that :-)
Thanks,
Rikard
Hi Asterios,
Ok, thanks for letting us know. Let us know if you should have any further questions on the topic.
Regards,
Rikard
Hi,
Ok great, please let us know if you should need any more help on the topic.
Regards,
Rikard
Hi
I have a special heading above a colour section (white is the colour) with a grid of photos within the colour section. There is no subheading and the padding bottom is set to zero. There is small padding top and bottom in the colour section. There is too much white space between the row of photos and the heading. Can I change this?
Thanks
Hi ww88,
I’ve tagged a german speaking moderator for the topic, please wait for his reply.
Thanks,
Rikard
Hi ww88,
I’ve tagged a german speaking moderator for the topic, please wait for his reply.
Thanks,
Rikard
Hi there,
I thought this was a plug-in error or incompatibility with the new WP 4.5 – but I also checked with the WC team if this is a Woocommerce error (see their response here: https://wordpress.org/support/topic/product-sorting-not-working-1?replies=2#post-82927929 ) – but this seems to be a theme conflict.
This is the error in detail: If I want to sort a product via ID or Product order nothing happens… this seems to happen for a bunch of products that I placed using the duplicate option… all products from , lets say 6 months ago, do work properly and are sorted correctly.
You can check one of them here: https://frankfurter-kaffeeroesterei.de/shop/bohnenkaffee/frankfurter-bio-espresso/
Its nor possible nor with help of changing Product IDs neither with my standard sorting plug-in ‘Post-Types-Order’ – to change the order of that product list – f.e. the smallest packadge in the beginning (like here: https://frankfurter-kaffeeroesterei.de/shop/bohnenkaffee/espresso-e1/)…
any idea why this is happening? what would be the solution?
thanks in advance
Hi Chris,
The only thing wrong I can see in your initial code is that you are missing a curly bracket for the last section of code:
@media only screen and (max-width: 767px) {
.toptextarea33 * {
font-size: 18px !important;
line-height: 18px !important;
}
Should be:
@media only screen and (max-width: 767px) {
.toptextarea33 * {
font-size: 18px !important;
line-height: 18px !important;
}
}
Not sure if that is what is causing it though. You could try to minimise your code as well and put all the arguments within one media query.
Regards,
Rikard