Forum Replies Created
-
AuthorPosts
-
Thats why i said : Go back to general layout and switch back to stretched Layout
This Tab : body background is only editable if you have the other layout settings – after saving – switch back your general layout.If you have boxed or fixed layout – you can ignore this – because then the body background is editable on default.
You never stop learning – it seems to be the socket background color too – allthough it is not present?
Seems only then on stretched layout that socket color is on background. . So guess you have to make bothgo to enfold genral layout – switch to boxed or fixed frame layout :
now go to general styling : body background : set it to a color. Save your settings
Go back to general layout and switch back to stretched Layout.i can not see private content – cause i’m participant as you.
so make it pubplic – or show me a page on demo sites where the problem arises too.
Or describe it better : what alb do you use and what options for it – then i can help
otherwise you had to wait til mods are heresometimes it helps on css to be more specific:
#top .avia-slideshow .avia-caption-title { -webkit-hyphens: auto; hyphens: auto; }or if you can’t find a selector try it with
hyphens: auto !importantfirst : for what is the code above – Or where is the selector ?
second: in chrome – there is no support for auto on normal usage ( only on android and mac )
https://css-tricks.com/almanac/properties/h/hyphenate/#browser-supporton default (base.css line 54) the font is determined as:
body {font: 13px/1.65em "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; color: #444; -webkit-text-size-adjust: 100%; }that is a shortened form of font-size: 13px ; line-height: 1.65em
you see that line-height here has a relative value.If you set a different font-size on : Enfold – General Styling – Fonts : Default content font size
this value is set to a different font-size.the standard font-size definitions are set on base.css ( line 92ff):
h1 { font-size: 34px; line-height: 1.1em; margin-bottom: 14px;} h2 { font-size: 28px; line-height: 1.1em; margin-bottom: 10px; } h3 { font-size: 20px; line-height: 1.1em; margin-bottom: 8px; } /*28*/ h4 { font-size: 18px; line-height: 1.1em; margin-bottom: 4px; } /*21*/ h5 { font-size: 16px; line-height: 1.1em; } /*17*/ h6 { font-size: 14px; line-height: 1.1em; }January 24, 2020 at 3:24 pm in reply to: Left Side: One big column; Right Side: More Elements #1178143just use the grid-row element – you can set the cellsize to 3/4 and 1/4
on the left your content ( it is a drag and drop element like color-section) and put in the cells 1/1 container.

If you like to have now the grid-row element not full-width : you can do it only with css – but i did this to child-theme functions.php
function grid_layout_notfull(){ ?> <script> (function($){ $('.av-layout-grid-container.grid-notfull' ).wrap( '<div class="main_color notfullsize color1"></div>'); $('.notfullsize').css({"clear": "both", "width": "100%" , "float": "left" , "position": "static" , "min-height": "100px" }); $('.grid-notfull').css({"max-width": "1310px", "margin": "0 auto" , "padding": "0 50px"}); })(jQuery); </script> <?php } add_action('wp_footer', 'grid_layout_notfull');you have to adjust that script to your Enfold Settings of Content Width.
https://webers-testseite.de/nesting-columns/i got for this for all focus states and on tabs
.tab.active_tab, :focus { outline: none !important; }best – i think is to give it to the: #header .avia_mega_div
and that is the selector where you can change even the box-shadow – maybe a glooming white will be nice for your site.#header .avia_mega_div { border-radius: 20px; box-shadow: 0 0 15px 5px rgba(255,255,255,1) !important; }The second link you have specified – do you mean the dividers between sections?
( on top it is only a svg file as background-image – thats possible in Enfold too )
I fully agree, that would indeed be a very, very nice thing to have.
It is possible to get it via child-theme functions.php and some svg usage – but this is something that is not easily accessible by normal users.
( see here some examples: https://webers-testseite.de/guenni/ )Enfold already has a suitable place where you can place these dividers. Each color section has a div.container as a direct child. These separators can now be placed in front or behind this div (as sibling). The rest is then only css.
______
That little movement of the mobile on scrolling down – can be obtained via waypoint script ( that is already implemented in enfold)
but this too: is something that is not easily accessible by normal users.
https://webers-testseite.de/images-in-motion/on the first page of the fullwidth easyslider there is an option to choose:
Autorotation active?
Check if the slideshow should rotate by default
it is on default to : no
did you change that?_____
you mean the footer widget area.
First of all : goto Dashboard – Enfold (Child) – Footer and see what you have here
you have the choice to determine the outlook of your footer here!

Here is the setting on what to show – how many widget areas will be shown on frontend, and the copyright info on your very bottom of your page.It seems that you have 3 Footer widget-areas here.
So now goto Dashboard – Appearance – Widgets
you see three footer widget areas here. ( footer – columns) each of them has a littel toggle arrow on the right.
you can place the widgets on the left by drag&drop them to the widget-areas.
Or the same thing on each widget there are toggle arrows too: press them and choose a widget-area they should be placed.
I prefer the drag&drop method.
If the footer-widget-area ( f.e. footer-column1 ) is empty – enfold places a dummy content in there.
these are in for first , second, etc.:
Interesting links / Pages / Categories / Archive / Bookmarks
( by the way this is determined in the file : enfold – includes – admin : register-widget-area.php )Well for copy a whole page or post etc – something that was working long time with enfold is to activate the debug mode and copy/paste the enfold shortcodes under the editor field. After saving the pasted code – you have to adjust the image links etc
Activate the debug mode – put this to child-theme functions.phpadd_action('avia_builder_mode', "builder_set_debug"); function builder_set_debug(){ return "debug"; }__________
On newest enfold there is now one new feature : Export Layout Builder Templates on Import/Export Tab.

this is to exchange all of your templates made in one installation
-
This reply was modified 5 years, 10 months ago by
Guenni007.
January 22, 2020 at 10:55 pm in reply to: media queries not working in styles.css in Child theme #1177349this syntax is absolutely correct – but what about before this entry. Is that all you got in your quick css ?
January 22, 2020 at 6:08 pm in reply to: Adjusting JPEG compression via functions.php file (works only in theme file!) #1177243there must be a different error. This is a fundamental behavior of WordPress itself.
If there is a “Pluggable-Function” used – and this is allways the case if it is built via :if (!function_exists('my_parent_theme_function')) { function my_parent_theme_function() { // Code of your pluggable function } }you can allways override the function this way (without the if-clause) in child-theme functions.php with :
( because – child theme functions are being executed first in WordPress)function my_parent_theme_function() { // Code of your pluggable function }so maybe you are willing to post your whole child-theme functions.php here – to see if there are additonal errors.
_________
a link f.e.: https://mhthemes.com/support/knb/overriding-parent-theme-functions-child-theme-tutorial/
January 22, 2020 at 5:40 pm in reply to: How to disable tabs on element edit in new enfold?? #1177237Thanks Günter – i can wait till next update
January 22, 2020 at 1:34 pm in reply to: Adjusting JPEG compression via functions.php file (works only in theme file!) #1177178i have no errors on that before:
Enfold is managing this in functions-enfold.php line: 2318
(newest Enfold 4.7.2 )if( ! function_exists( 'av_return_100' ) ) { /** * Sets the default image to 100% quality for more beautiful images when used in conjunction with img optimization plugins * * @since 4.3 * @added_by Kriesi */ function av_return_100(){ return 100; } add_filter('jpeg_quality', 'av_return_100'); add_filter('wp_editor_set_quality', 'av_return_100'); }you allways can replace an existing parent function if it is introduced by
if( ! function_exists(…
in the child-theme functions.php.
so i only used the existing function : av_return_100January 22, 2020 at 11:55 am in reply to: How to disable tabs on element edit in new enfold?? #1177134I got to be honest, I’m not a fan of the Toggles either.
There is probably a lot of work behind it to implement this feature.
Maybe just one option in the Enfold settings dialog ( f.e. in the layout-architect tab ) is enough to have them all opened.January 21, 2020 at 6:56 pm in reply to: issue: button not linking to _blank target since 4.7.1 #1176898Thanks – guess it can be closed because with 4.7.2 the issue is solved. And new window will be solved next Update ! :yoo
January 21, 2020 at 6:45 pm in reply to: issue: button not linking to _blank target since 4.7.1 #1176893Yes – works too : will it be included in next update?
January 21, 2020 at 3:04 pm in reply to: issue: button not linking to _blank target since 4.7.1 #1176761Thanks –
but why the other links ( from images, buttons, etc. pp ) got : nofollow noreferrer – and it works with new tab even on firefox
and the column links got : noopener noreferrer – and that does not work in new tab – just goes to new window ?could this be an alternative for line 642:
window.open( url, '_blank').opener = null;that will open in new tab even on firefox
if you give to the icongrid alb element itself a custom-class f.e.: without-icons this class goes to the wrap container.
Then you only have to select the icons within custom class :.avia-icon-grid-container.without-icons .avia-icongrid-icon { display: none; }-
This reply was modified 5 years, 10 months ago by
Guenni007.
January 21, 2020 at 10:18 am in reply to: issue: button not linking to _blank target since 4.7.1 #1176629thanks – seems to work as expected now in 4.7.2
except – link from column with target blank goes to new window on firefox and safari (on chrome it is ok).
maybe that is due to data-link-column-target ? and concerning script (in shortcodes.js 618ff) But i guess that this is the fact for a lot of older enfold versions too. Even if i go back to the shortcodes.js version without allow smoothscroll feature the links opens in new windows.PS: On image.php the id is only target – it works! but maybe it will be nice to have same IDs in source code for same behavior.
January 21, 2020 at 9:35 am in reply to: media queries not working in styles.css in Child theme #1176614can you post an example code you put in. Or maybe the whole quick css – sometimes there are only missing closing brackets or semicolon etc.
PS : please use for that the code tag of the board here.
January 21, 2020 at 12:29 am in reply to: Adjusting JPEG compression via functions.php file (works only in theme file!) #1176519have you tried this in your child-theme functions.php:
function av_return_100(){ return 65; } add_filter('jpeg_quality', 'av_return_100'); add_filter('wp_editor_set_quality', 'av_return_100');thanks mike – i placed the script – i prefere now that one: https://kriesi.at/support/topic/only-have-header-show-when-user-scrolls-up/#post-1136162
again on the testpage: https://webers-testseite.de/guenni/
just that you can see that it works. Maybe there are some inconsistancies – because there are additional testings on the site (see hamburger behavior with main) etc. pp.Can you try it this way in child-theme functions.php:
add_action( 'wp_enqueue_scripts', 'enqueue_userway_code' ); function enqueue_userway_code() { wp_enqueue_script( 'userway', 'https://cdn.userway.org/widget.js' ); } add_action('wp_footer', 'add_userway_code'); function add_userway_code(){ ?> <script type="text/javascript"> var _userway_config = { account: 'nYMqWNnani'}; </script> <?php }January 17, 2020 at 10:15 am in reply to: set the same font for different languages frontpage #1175289Polylang
As far as I remember, you could activate a shortcode extension at Polylang via child-theme functions.php.
Maybe you can use html layers or text-layers in advanced layerslider with these shortcodes in that manner:
[polylang lang="en"]English Content [/polylang][polylang lang="it"]Italian Content[/polylang]function polylang_shortcode($atts, $content = null){ if (empty($content)) return ''; extract( shortcode_atts( array('lang' => ''), $atts ) ); if (empty($lang)) return "<h3>You must specify 'lang' using shortcode: polylang</h3>"; return ($lang == pll_current_language()) ? $content : ''; } add_shortcode('polylang', 'polylang_shortcode');January 16, 2020 at 11:21 pm in reply to: issue: button not linking to _blank target since 4.7.1 #1175214No that is just for info to the mods – because as i said on top: there must be a different inconsitency.
Some ALB elements run with the other link_target ID. This is something for the other “Günter”
SorryJanuary 16, 2020 at 4:11 pm in reply to: issue: button not linking to _blank target since 4.7.1 #1175075there must be a different inconsitency there are alb elements where the link_target ID works as expected !!!
slideshow buttons for example ( or logoslider ) – there is in av-helper-slideshow.php the usage of ID : link_target and the buttons goes correctly to target blank if set !
the change now works on : buttons (all: buttons-row fullwidth-button) / icon-grid / headings / image_hotspots / promobox / timeline / accordion-slider / easy-slider.
on image the ID : target is used and it works !-
This reply was modified 5 years, 11 months ago by
Guenni007.
January 16, 2020 at 4:09 pm in reply to: issue: button not linking to _blank target since 4.7.1 #1175072On Columns you had to look in a different way. This is via data-link-column-target and based on script (shortcodes.js)
But i realy do not know why.
If i change it in headings.php the same thing – then it works but … -
This reply was modified 5 years, 10 months ago by
-
AuthorPosts
