Forum Replies Created
-
AuthorPosts
-
March 9, 2018 at 2:58 pm in reply to: How do you add a Portfolio item to the main navigation bar? #924519
this image shows you the menu and on top right there is that slide out options dialog. So you might not see it immediately. Just press on “Screen Options” to show – then mark your desired choices
March 9, 2018 at 2:31 pm in reply to: Combo of Color Section and Advanced Layerslider won't work #924503ah ok – i see the thing you are trying to get. But for that you don’t need the slider in a color section.
you have choosen the boxed layout ! and have a body background-color defined. ( guess it is something like: #F3F4F4)
Go and set for your content the same background-color globaly in Enfold Options.-
This reply was modified 6 years, 11 months ago by
Guenni007.
March 9, 2018 at 1:58 pm in reply to: Combo of Color Section and Advanced Layerslider won't work #924482if you are on layerslider Options page you got a shortcode for that slider
you can insert thea shortcode wherever you like (as here in a 1/1 container – but all others are possible too)but regard the settings of the slider – if it is a fullwidth slider it does not show in a 1/1 container distance it is thant full-width.
So here is a working example of a adv. layerslider form template page of kreaturea media. – i only changed it to responsive design. and put a text block on top of the color-section : https://webers-testseite.de/weber/advanced-layerslider-in-color-section/
i tested a few minutes ago the gutenberg plugin.
it runs – but i do not see the benefit of that. The ALB of Enfold is so userfriendly that I can not see the reason for using the plugin.(if debug mode is enabled on Enfold – this block will be seen as .edit-post-layout__editor which we can set to display none.)
it may be a great benefit for those Themes which do not have such layout tools like Enfold ( or other visual layout builders ).
:lol btw : you have to change the reg plate after brexit ;)
-
This reply was modified 6 years, 11 months ago by
Guenni007.
well on cf7 this is possible by setting up the form. and use this shortcode
[text your-name placeholder "Your name here"]
here you can try to influence via Child-theme functions.php:
function change_placeholder_txt() { ?> <script type="text/javascript"> jQuery('#avia_1_1').attr('placeholder', 'Reg'); </script> <?php } add_action('wp_footer', 'change_placeholder_txt');
it works with the image too: but i would take the png without the yello background on the right in the image – just the GB only
if you like to have a bit distance on placeholder text just add some spaces – and to be more specific your selector can be more precise
function change_placeholder_txt() { ?> <script type="text/javascript"> jQuery('#top.home #avia_1_1').attr('placeholder', ' Enter Reg'); </script> <?php } add_action('wp_footer', 'change_placeholder_txt');
see results here (with name as placeholder and image): https://webers-testseite.de/kontakt/
PS: on Safari it works too – but the autofill function does not find an input if placeholder text is different to the standard input name
-
This reply was modified 6 years, 11 months ago by
Guenni007.
this will work too:
#top.home .main_color input#avia_1_1[type="text"] { background-color: #ffcd26 !important; border-color: gray; color: blue; background-image: url(/wp-content/uploads/2018/02/favi.png); background-size: contain; background-repeat: no-repeat; padding-left: 50px; }
don’t know why boardsoft did that auto correction
complete the code above with something like this:
#top.home .main_color input#avia_1_1[type="text"] { background-color: #ffcd26 !important; border-color: gray; color: blue; background-image: url(https://www.wesellanyautopart.com/wp-content/uploads/2018/02/favi.png); background-size: contain; background-repeat: no-repeat; padding-left: 50px; }
can you please change the code to https without s – boardsoflt changes to https automatically ????
WHY?
-
This reply was modified 6 years, 11 months ago by
Guenni007.
March 7, 2018 at 11:07 am in reply to: H1 Tag inside Caption Title for Full Width Easy Slider #922843you mean – substitute h2 to h1 tags ?
see here a workaround: https://webers-testseite.de/edited-enfold-alb-elements/#sliders
these files are edited files of enfold 4.2.5 – i hope that there will be no changings in the meanwhilebut i guess it is than neccessary to update the captions !
the thing has been happend on my webers-testseite.de
so – the admin e-mail is the one i use allways on my pages. – So it has nothing to do with the website domain webers-testseite.de.
maybe that is the reason why.
on contact form 7 there was an input field for “from” and that had to be an e-Mail concerning to the website domain.
For the reply they got an extra input field – that could be any e-mail you like. But it seems to be important that there is a congruency on “sending” e-mail account and domain. The CF7 Mails were allways delivered – the ALB Form not on that setupif you like to have allways the same background-image each page
yes you have to find the page-id and set it as: (here is id: 211).responsive body.page-id-211 { background-image: url(path-to-your-image); }
from a screenshot it is hard to say what it is
edit: by the way if you have a grid like
1/2 1/2 and want to have on totally a 1/2 page filled – you have to put in on the right grid-cell a 1/1 container ;)March 3, 2018 at 8:59 pm in reply to: Problem with header h1-h6 text-transform in the color section. #920899did you try it with !important ?
#team .av-special-heading-tag { text-transform: capitalize !important; font-weight: 300 !important; }
or try ( this is three ids and one class)
#top #wrap_all #team .av-special-heading-tag { text-transform: capitalize !important; font-weight: 300 !important; }
have you a link for it?
or make a screenshot of the whole tree please with the color-sectionMarch 3, 2018 at 8:53 pm in reply to: Problem with header h1-h6 text-transform in the color section. #920897sorry double post
March 3, 2018 at 5:23 pm in reply to: Problem with header h1-h6 text-transform in the color section. #920858how about a screenshot of your ALB Layout – or a better description.
You got one color-section – this color-section has the unique ID : team.
All Headings in that Color-Section should be capitalized.And you tried already:
#team .av-special-heading-tag { text-transform: capitalize; font-weight: 300; }
who knows how to obtain that ? Even on Edge and IE11 ( bad but it works – fixed postitioning is nothing Microsoft can handle)
with clip-path it will be not so simple but it works good – but not on Microsofts Explorers:
https://webers-testseite.de/bernhard/Scroll a bit to see whats happening with scroll content over the header :lol
By the way sometimes it is not synchronized ;) – well it is just an experiment
-
This reply was modified 6 years, 11 months ago by
Guenni007.
there are a lot of shortcodes which are now in a subfolder (iconbox, iconlist, hr etc) i believe on non ftp update these will not be erased – maybe that causes the wsod.
By the way the newest wordpress has an code debugger – which reduces the wsod on functions.php mismatches.
On former time an invalid code or double function names will cause a wsod too. Now you got a warning.hm strange behavior – if i choose the normal form color scheme – the message has been sent ???
dark-transparent – : no sending – even to the wordpess admin e-MailEdit: no – onetime it works – the other time not ??
-
This reply was modified 6 years, 11 months ago by
Guenni007.
some hosters do not accept different adresses than the one set in general options of the wordpress install.
With CF7 – i now there is a different handling – and that works almost without any additional code .
i tried your code :add_filter('avf_form_from', 'avf_form_from_mod', 10, 3); function avf_form_from_mod($from, $new_post, $form_params) { $from = " (Email address hidden if logged out) "; return $from; }
but than the short message isn’t displayed after sending
edit : and it is not sending – even when i use the code here: Link
if you like to have the possibility to change the content from left to right cell.
you have to give to the cell a class f.e. with-backgroundthan change this in your css (above i did it allready)
.notfullsize .flex_cell.avia-builder-el-last { background-color: rgba(255,255,255,0.9) !important; }
to :
.notfullsize .flex_cell.with-background { background-color: rgba(255,255,255,0.9) !important; }
see page: https://webers-testseite.de/naturleben/?page_id=211
with 2/5 3/5
and on bottom the other way roundyou don’t need it for every page – but i guess that was the aim – and your test page has the same.
can you make a screenshot of your layout ?
The flex-grid has the advantage. that you can put in every alb you like to have – even columns ! and on responsive case the empty grids are automatically gone to display none.
If you can live with image shuffel – go and get for example : https://de.wordpress.org/plugins/responsive-full-width-background-slider/
this is an older plugin – but it works as you can see it on testpage. If you don’t set it up as autoplay but with shuffel – there will be each time you open a page a different background.na schau mal einer an!
Well, look here
obfuscated or like kriesi would say: If you have changed the theme name or something like that you may want to re-name this file to better reflect your own branding.
https://www.flyeralarm-movingpictures.com/unsere-videos/3d-animation/
one of the biggest internet Printservices ! my respecton your code above it looks like you want to redefine the magazine size.
redefine existing sizefunction custom_modified_thumb_sizes( $size ){ $size['square'] = array('width'=>300, 'height'=>300 ); return $size; } add_filter('avf_modify_thumb_size', 'custom_modified_thumb_sizes', 10, 1 );
if you like to have f.e. masonry and magazine sizes to be selectable on image alb :
add_filter( 'image_size_names_choose', 'avia_add_selectable_images' ); function avia_add_selectable_images($sizes) { $newsize = array ( 'masonry' => __('Masonry Thumbnail','avia_framework'), 'magazine' => __('Magazine Thumbnail','avia_framework') ); if(isset($newsize)){ $sizes = array_merge($sizes, $newsize); } return $sizes; }
-
This reply was modified 6 years, 12 months ago by
Guenni007.
and if you like to modify an existing size:
(i think the modify filter still exists) look for avf_modify_thumb_sizeand if you like to redefine the whole thing and add new sizes :
https://kriesi.at/support/topic/adding-image-size-to-attachment-display-settings/#post-363481i only knew the code to add or overwrite a given image-size by : https://kriesi.at/support/topic/override-the-global-avia_config-in-a-child-theme/#post-714683
so this code above is all you have inserted in your functions.php – i guess that there will be no effect (even after regenerating thumbnail sizes)and if new size is not selectable on alb element you can add with code here:
https://kriesi.at/support/topic/more-image-sizes-in-folder-than-available-to-insert/#post-455442can you please post the whole syntax error – there must be a path behind – isn’t it ?
Fixing the “Parse error: syntax error, unexpected T_FUNCTION” Error
There are multiple ways in which you could fix the “Parse error: syntax error, unexpected T_FUNCTION” error. We’ll explore the different methods here, but first, let’s discuss the actual origin of these errors. Basically, the T_FUNCTION error appears whenever there’s some syntax errors within your plugin or theme files. It can either be a non-valid part of your code, or alternatively the plugin or theme is trying to use features of a more advanced PHP version than the one actually installed on your server.
what php Version is running on your system
if you have no other chance to make it this way – try.
Most security experts, however, do not see any sense in such plugins; rather another security risk.
Read the testimonials on their own site.
Test it – and report your experience here. – There are no easy answers in this regard except perhaps 42And – if you don’t like to determin for each page a background-image – and you can live with a slider – there will be with the same setup a plugin which handels the background.
See testpage – on every refresh there will be a new background ( the other pages are not adopted to that layout)by the way – : this works much better in responsive case than your example page : http://terra-messflug.at/
pull your browser window smaller and see.and you can play with the width of the grid-row on different pages.
1/3 2/3 etc pp. but all have to have that custom class mentioned aboveeach image here : click to enlarge
1) use the stretched layout on enfold.
2) logo and navigation on top
3) header: logo left menu under it
3a) Footer: dont display footer nor socket
4) header-behavior : i have taken: Let logo and menu position adapt to browser window and sticky header
5) goto Layout Builder and mark : “Show element options for developers”6) now we had to obtain your very small content
6a) for each page you have to have that layout here:
6b) and the grid gets this:
7) now the css for quick css.responsive body { background-repeat: no-repeat; background-size: cover; background-color: transparent; height: 100vh !important } .responsive body.page-id-211 { background-image: url(path-to-your-image); } #header { width: calc(100% - 60px) !important; background: transparent; top: 30px; margin: 0 30px; } .html_stretched #wrap_all { background-color: transparent !important; } #main { background-color: transparent !important; } .main_color, .main_color .site-background { background-color: transparent; } .header_bg { opacity: 0.8 !important; filter: alpha(opacity=80) !important; } .notfullsize .flex_cell.with-background { background-color: rgba(255,255,255,0.9) !important; } #av-layout-grid-1 { margin-bottom: 100px !important; } @media only screen and (max-width: 768px) { .responsive #top #wrap_all #header { margin: 0 30px !important; } }
you see here on that css that you can now have for each page a different background-image
.responsive body.page-id-211 { background-image: url(path-to-your-image); }
to have now not a fullwidth grid-row insert this to your functions.php of your child-theme:
function grid_layout_notfull(){ ?> <script> (function($){ $('.av-layout-grid-container.grid-notfull' ).wrap( '<div class="main_color notfullsize"></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 30px"}); })(jQuery); </script> <?php } add_action('wp_footer', 'grid_layout_notfull');
if you need further assistance – your welcome
if you have done it send me a link to fine tune it -
This reply was modified 6 years, 11 months ago by
-
AuthorPosts