Forum Replies Created
-
AuthorPosts
-
May 31, 2017 at 12:55 am in reply to: contact form – how to restrict past dates in datepicker #801732
and btw: read here : link
May 31, 2017 at 12:14 am in reply to: contact form – how to restrict past dates in datepicker #801718there is a CF7 Datepicker addon ! Link
to get the submit button a bit bigger will be easy
.wpcf7-form-control.wpcf7-submit { font-size: 14px; padding: 16px 50px; }
cf7 has its own field for the submit settings change it to:
[submit "Submit"]
looks a bit different – but very nearby: https://webers-testseite.de/kokon/contact-form/
-
This reply was modified 7 years, 8 months ago by
Guenni007.
May 29, 2017 at 8:45 pm in reply to: contact form – how to restrict past dates in datepicker #801242ok – but think of that on update these entries are lost
my entries here on functions.php of child-theme do not fade away ;)btw. please show me the link – i’m a participant as you but i often find a way to solve problems
May 29, 2017 at 6:39 pm in reply to: contact form – how to restrict past dates in datepicker #801187hm has anything changed on the form element ?
on an installation not so old: https://webers-testseite.de/kokon/flexbox/ it works like a charmEdit: it works after updating the kokon installation all works – so the other installation is corrupt.
-
This reply was modified 7 years, 8 months ago by
Guenni007.
May 29, 2017 at 6:19 pm in reply to: contact form – how to restrict past dates in datepicker #801180Try this in functions.php of your child theme: https://kriesi.at/support/topic/datepicker-only-allow-dates-in-the-future/#post-774083
function my_datepicker_defaults() { ?> <script type="text/javascript"> jQuery(document).ready(function(){ jQuery.datepicker.setDefaults({ minDate: 0, maxDate: "+12m" }); }); </script> <?php } add_action('wp_footer', 'my_datepicker_defaults', 20);
minDate: 0 means only future Dates are possible.
maxDate: +12m means only 12 month are available to choose from today.
Rest of explanation read on the link above (a bit brainstorming)-
This reply was modified 7 years, 8 months ago by
Guenni007.
i don’t know exactly those plugins but sometimes they will work only if a jpg / png is placed in the theme settings. f.e. if your logo is set to abc.jpg in Enfold dialog – those settings will replace it if there is a jpg called (Email address hidden if logged out) .
so your work will be to have an jpg and another one with 4times (double width and heights) resolution and fit in that nomenclatura.
Don’t know if the plugin will make it for you f.e. uploading an image with 4times resolution – name it with (Email address hidden if logged out) and create a xyz.jpg .-
This reply was modified 7 years, 9 months ago by
Guenni007.
May 18, 2017 at 6:58 pm in reply to: Overlap background image of one color section over another color section #796090Your always wellcome
BTW : it is allways the same css code.
Only the image is changing
If you have that often – you can use that little button on every alb element – “save element as template” than the custom class and all the settings are inserted – you only have to replace the image inside. your grey curved thing could be done the same way – see my testpage.-
This reply was modified 7 years, 9 months ago by
Guenni007.
May 18, 2017 at 3:48 pm in reply to: Overlap background image of one color section over another color section #795959only one thing has to come now on my part: on responsive case there is a shift – a little distance i have to find – so just wait a while.
Edit : no it was my fault i set up for the white curve image on the alb image-alignment : center there has to be no special alignment
-
This reply was modified 7 years, 9 months ago by
Guenni007.
May 18, 2017 at 3:37 pm in reply to: Overlap background image of one color section over another color section #795949my layout on your problem would be:
i made out of your dark-grey-curved-base-shape.png a white one and this is in that little colorsection in between as an image!
the rest is :
div.whiteoverlap { border-top: medium none; height: 0; min-height: 0; overflow: visible; } .whiteoverlap .container { margin: 0; max-width: 100% !important; padding: 0; width: 100%; } .whiteoverlap .content { padding: 0; } .whiteoverlap img { width: 100vw; }
Result see here: https://webers-testseite.de/kokon/full-rotation-problem/
May 16, 2017 at 9:47 am in reply to: Color Section – Video Playback – how to make white background/bars ? #793775the loading.gif in images is a bit too small. Go on google search link and upload your own one via ftp to your server
The css you need is above because you set the white background with it: something like this f.e
#top .av-video-slide .avia-slide-wrap { background: #fff url("/wp-content/uploads/loading.gif") no-repeat scroll center center; }
as a paritcipant as you – i can not see the link in private content field (if there are some). It would be nice to have one to help.
May 15, 2017 at 5:52 pm in reply to: Color Section – Video Playback – how to make white background/bars ? #793440if you don’t get it – nice tool (on Mac too) i can transform it for you (or download it now on my test page)
May 15, 2017 at 4:00 pm in reply to: Color Section – Video Playback – how to make white background/bars ? #793389what kind of video tool do you use?
i just downloaded yours and croped it by a littel Program called Xilisoft Video Converter.May 15, 2017 at 3:44 pm in reply to: Color Section – Video Playback – how to make white background/bars ? #793376no : borders are definitly on the video – see here your example from thread before (after you have seen it i will erase it)
https://webers-testseite.de/kokon/videobackground-on-slider/-
This reply was modified 7 years, 9 months ago by
Guenni007.
May 15, 2017 at 3:19 pm in reply to: Color Section – Video Playback – how to make white background/bars ? #793361they are definitly on video – so cropping will be the fastest way – its only 50mb
and maybe it is nice to have the border on bottom not visible:
.page-id-3098 #after_section_1 { border-top: none; }
-
This reply was modified 7 years, 9 months ago by
Guenni007.
May 15, 2017 at 3:02 pm in reply to: Color Section – Video Playback – how to make white background/bars ? #793351and by the way you can shorten your url of background-image to :
https://colwayinternational.online/wp-content/themes/enfold/images/layout/preload-dark-grey-big.gif
-
This reply was modified 7 years, 9 months ago by
Guenni007.
or do a bit experimenting on that: https://kriesi.at/support/topic/info-grid-row-and-columns/
but you are familiar with Enfold Options Dialog?
Goto Dashboard – Enfold (Enfold-Child) – General Styling – Quick CSS on the bottom of the window : put in that input field:#after_layer_slider_1.container_wrap { border-top-style: none; border-top-width: 0 !important; }
a screenshot is not enough to help you – a real link is best.
If you don’t want to make it public – bring it to private content of the thread you wrote. But then you have to wait til mods are hereby the way – what font is it? – you can use font-squirells webfont generator to get it into a webfont – and i think that will make it a bit easier to embed.
man kann bei poedit das so einstellen, das automatisch eine mo beim speichern der po datei mit erstellt wird.
how do you like this version:
May 11, 2017 at 2:21 pm in reply to: Enfold Theme Option – Which file modify footer edition? #791644i think all of these settings go to /wp-content/uploads/dynamic_avia/enfold_child.css (in my case on using a child-theme)
PPS: if you have to get for your old uploaded files the new format – you might use a plugin like force regenerate thumbnails
du kannst die ohne Gefahr aus einem nochmaligen unberührten Download wieder hochladen. Etwaige vorherige Änderungen sind aber damit weg.
ich empfehle dir aber wenn du Veränderungen an den Enfold Sprachdateien machen möchtest folgendes Prozedere:
Verwendung eines Child-Themes
im Child-Theme Folder einen Ordner “lang” anlegen
dorthin gehören dann die veränderten Kopien deiner Lang-Files (po und mo)in die functions.php deines Child-Themes:
function overwrite_language_file_child_theme() { $lang = get_stylesheet_directory().'/lang'; return $lang; } add_filter('ava_theme_textdomain_path', 'overwrite_language_file_child_theme');
ich benutze Old-School noch immer poedit (freeware und gut)
so gehen dir auch Veränderungen beim Update des Parent Themes nicht flöten.
Und PPS: wie gesagt der Eintrag der Sprache in der wp-config gehört da nicht mehr hin! Die wird ab WP 4.0 im Backend Dashboard eingestellt.
ich weiss nicht wie WP reagiert wenn es widersprüchliche Einträge hier hat (also im Backend Du und im wp-config :Sie) eventuell geht er dann auf default und schaltet auf englisch-
This reply was modified 7 years, 9 months ago by
Guenni007.
it is in /framework/php/ but you have to be able to read and interpret it as well
or you give us a link to that site an we will have a look if it is possible
sorry – yes
and the “true” concerns to crop behavior
and i think that choose is not necessary if you overwrite an existing oneps you can find a lot of nice functions in function-set-avia-backend.php
and on line 546 the add_image_size function-
This reply was modified 7 years, 9 months ago by
Guenni007.
if you want to create a new image size and enable to choose it via selection:
// add new size or overwrite an existing size add_image_size( 'new-size', 2000, 500, true ); // make the new size available in the media library (and image element etc.) add_filter( 'image_size_names_choose', 'my_custom_sizes' ); function my_custom_sizes( $sizes ) { return array_merge( $sizes, array( 'new-size' => __( 'New Size' ), ) ); }
Well if i do that the rule will be set by:
#top #header .av-main-nav > li > a { font-family: "Cabin","Helvetica Neue",Helvetica,Arial,sans-serif; font-size: 12px; }
so try to do it via quick css without that alternativ fonts:
#top #header .av-main-nav > li > a { font-family: "Salsa"; font-size: 16px; font-weight: normal; }
or do you mean the menu font on mobile menu (mobile-advanced) ?
#mobile-advanced a, #mobile-advanced .mega_menu_title { font-family: "Salsa"; font-size: 16px; font-weight: normal; }
-
This reply was modified 7 years, 9 months ago by
Guenni007.
-
This reply was modified 7 years, 8 months ago by
-
AuthorPosts