Forum Replies Created
-
AuthorPosts
-
no – i think this is the thing in German Language which is unique to all other languages especially english.
We make a difference in a polite Form of adressing people. The “Sie” is a polite form for you and the “Du” for you is a more informal salutation of people (in most cases for well known people or friends)
if you look into the untouched zip File of Enfold download – the lang folder allready contains this informal folder and only german lang files in it.this is the reason why on german wordpress we can choose between these two adressing types.
my suggestion was that the little plugin does the right thing to take the informal version if this is set by wordpress options dialog.
But enfold allways takes the formal version allthough the wordpress setting is set to informal “Du” Version.-
This reply was modified 9 years, 6 months ago by
Guenni007.
you can see it in the gtmetrix that alot of your files aren’t compressed – have a look here on google pagespeed tool too:
do you realy have to move it?
on many sites, i develop a new customer site in a subfolder. So the origin website works well till the new one is completely developed.
If you haven’t any other dependencies for the path of your domain you can declare the subfolder on your hoster as the new “domain root” (direct the domain to that subfolder) so you only have to change on the wordpress settings the path from http://www.domain.com/subfolder to http://www.domain.com.sometimes with bwp minify it helps to deactivate the minfying of the layer-slider javascript files that it works than well.
Have a look at advanced settings of bwp minify – there is listing and you can activate the layerslider js (there are two of them) and than put it with the plus sign to not minify – try that.-
This reply was modified 9 years, 6 months ago by
Guenni007.
it seems that gzip is not activated for all file types
i have for my provider and an apache Server the following in my htaccess file:
# GZip <IfModule mod_deflate.c> AddOutputFilterByType DEFLATE text/html text/plain text/css application/json AddOutputFilterByType DEFLATE application/javascript application/x-javascript AddOutputFilterByType DEFLATE text/xml application/xml text/x-component application/json AddOutputFilterByType DEFLATE application/xhtml+xml application/rss+xml application/atom+xml AddOutputFilterByType DEFLATE image/svg+xml application/vnd.ms-fontobject font/truetype application/x-font-ttf font/opentype application/x-font-woff BrowserMatch ^Mozilla/4 gzip-only-text/html BrowserMatch ^Mozilla/4\.0[678] no-gzip BrowserMatch \bMSIE !no-gzip !gzip-only-text/html </IfModule> <IfModule mod_expires.c> ExpiresActive on ExpiresDefault "access plus 1 month 1 hour" ExpiresByType text/cache-manifest "access plus 0 seconds" ExpiresByType text/html "access plus 0 seconds" ExpiresByType text/xml "access plus 0 seconds" ExpiresByType application/xml "access plus 0 seconds" ExpiresByType application/json "access plus 0 seconds" ExpiresByType application/rss+xml "access plus 1 month 1 hour" ExpiresByType application/atom+xml "access plus 1 month 1 hour" ExpiresByType image/x-icon "access plus 1 week 1 hour" ExpiresByType image/gif "access plus 1 month 1 hour" ExpiresByType image/png "access plus 1 month 1 hour" ExpiresByType image/jpg "access plus 1 month 1 hour" ExpiresByType image/jpeg "access plus 1 month 1 hour" ExpiresByType video/ogg "access plus 1 month 1 hour" ExpiresByType audio/ogg "access plus 1 month 1 hour" ExpiresByType video/mp4 "access plus 1 month 1 hour" ExpiresByType video/webm "access plus 1 month 1 hour" ExpiresByType text/x-component "access plus 1 month 1 hour" ExpiresByType font/truetype "access plus 1 month 1 hour" ExpiresByType application/x-font-ttf "access plus 1 month 1 hour" ExpiresByType font/opentype "access plus 1 month 1 hour" ExpiresByType application/x-font-woff "access plus 1 month 1 hour" ExpiresByType image/svg+xml "access plus 1 month 1 hour" ExpiresByType application/vnd.ms-fontobject "access plus 1 month 1 hour" ExpiresByType text/css "access plus 1 month 1 hour" ExpiresByType text/x-js "access plus 7 days 1 hour" ExpiresByType text/javascript "access plus 7 days 1 hour" ExpiresByType application/javascript "access plus 7 days 1 hour" ExpiresByType application/x-javascript "access plus 7 days 1 hour" <IfModule mod_headers.c> Header append Cache-Control "public" </IfModule> </IfModule> <FilesMatch "\.(ico|pdf|flv|jpg|jpeg|png|gif|js|css|swf)(\.gz)?$"> Header unset ETag FileETag None </FilesMatch>
mod_deflate and expires helps for a good ranking and speed
the last thing with filesmatch is for that annoying yslow configure E Tag messageBut modules have to be activated server sides (deflate and expires on your apache – i don’t know if this is given on your server)
-
This reply was modified 9 years, 6 months ago by
Guenni007.
hey DUALWERK – this slider is “awfully nice”.
Great job.
wow wowich sehe den Quellcode und komme doch nicht dahinter.
kannst du mal das als zip exportieren, und mir hochladen :lol:ich würde gerne sehen wie das geht.
-
This reply was modified 9 years, 6 months ago by
Guenni007.
on the contact form 7 list you can see beside the name of your form the shortcode
f.e.:
[contact-form-7 id="2952" title="Kontaktformular 1"]
this code you can put in a text alb element (if it does not work – try to insert the shortcode in text (not styled) mode of the text element
sorry: here is the rest and the missing imgblur class of that color section ( you want to have that effect ) to make it specific
#header.header-scrolled + #main #av_section_1.imgblur { -webkit-filter: blur(5px); -moz-filter: blur(5px); -o-filter: blur(5px); filter: blur(5px); -webkit-transition: 2s -webkit-filter linear; -moz-transition: 2s -moz-filter linear; -o-transition: 2s -o-filter linear; transition: 2s filter linear; }
on safari for Windows it does not work at all
-
This reply was modified 9 years, 6 months ago by
Guenni007.
well @freepixelweb : you don’t need a hardcoded thing for that if you are only thinking bout such a blur effect.
If you are using f.e. the shrinking logo effect there comes a new class to the header which you can use for the starting of a transition effect.make a colorsection (maybe 100% of screenheight) give a class to that colorsection (in my case imgblur) try:
#header.header-scrolled + #main #av_section_1 { filter: blur(5px); -webkit-transition: 2s -webkit-filter linear; -moz-transition: 2s -moz-filter linear; -o-transition: 2s -o-filter linear; transition: 2s filter linear; }
you can see it here:
http://webers-testseite.de/enf02/beispiel-seite/October 12, 2015 at 11:27 am in reply to: Fontello Icons are shown on http://…. but not on http://www…. #517264ok. that works – thanks
thanks i solved it via the shortcodes of event manager. – There are possibilities to set some if clause on showing an event list.
but thanks i keep it in mind for all other blog entries
are you using wpml for different language versions ?
i want to show on the frontpage a blog entry if category of that entry is “frontpage” if there is no entry with that category there shold be nothing!
I want to make it easy as possible for a customer. He has sometimes a featured event and on that case he likes to have on the landing page the excerpt of that event with a readmore link about that event. So i told him that he can do it via quickedit of the events by marking the event as eventcategory “frontpage”
But if there is no entry in that category the preset section should be invisible and no message should be shown that there is no entry.
-
This reply was modified 9 years, 6 months ago by
Guenni007.
yes could be an alternative:
@media screen and (max-width: 767px) { .alignright { float: none !important; } img.alignright { width: 100% !important; } }
have a look on testseite
on normal wordpress editing i can use text and put in a media file floating on left or right (see private content)
how can i avoid that text floats under the image when getting smaller screensizes?
what site of your page should get this?
so it seems to be best you set the general layout to boxed and define for the home page
body.home { max-width: 100% !important; width: 100% !important; } .responsive #top.boxed .home, .responsive.html_boxed.html_header_sticky .home #header, .responsive.html_boxed.html_header_transparency .home #header { max-width: 100% !important; width: 100% !important; }
i don’t see if this is enough declaration for the moment. you have to look on landing page (class for body in this case is “home”) if this is enough
if you like to have a “home” page everything stretched to 100% than you have to make a css rule for .container
-
This reply was modified 9 years, 6 months ago by
Guenni007.
yes you are right – and yes it might be better to place instead only arrows. But i’m a lazy bone so i take them because they are there. The horizontal Navigation is definitly a brilliant thing. And the option to switch in a certain Category
I have the standalone Plugin too! and this works perfect.
What do you mean by adding ?
Installing quiet normal as all other plugins ! or do you replaced the layerslider folder in themes folder ?? :wink:because your Error is not logical if you have installed the standalone plugin than layerslider is in plugins folder not in the themes folder
the code aboveadd_theme_support('deactivate_layerslider');
in your child-theme functions.php prevents the implemented layerslider from loading – so no config.php of layerslider in themes folder is loaded ???i dont see your site because i’m a participant as well. Otherwise i would help you.
By – and good luckMany browsers have webdeveloper tools implemented today. In former times there only was the firebug plugin for firefox.
I use it today allthough the others are quiet good tools too. (btw. on Safari the webtools has to be activated first)There you go on with your mouse arrow and point the text you want to change and press the context button. I work here in Germany so i only know the german phrase for it ” Element mit Firebug untersuchen” (maybe inspect the element with firebug)
A new window is opend with info about the html and css for that element – and the clou is that you can change the css on the right side without touching your source code on the fly.
hovering the elements on the left side the concerning elements are highlighted on your site.
you can see this on the second image hovering the p tag highligts the p block on the site.by this you can find the right decision what to change and you can try it ( doubleclick on a css rule at the right you can change the rules or context-menu adding some new css rules
-
This reply was modified 9 years, 6 months ago by
Guenni007.
perhaps it is because you lost a semicolon:
#top .av_header_glassy.av_header_transparency .header_bg { background-color: #86817e; opacity: 0.7 !important; }
on question 2 – maybe there is a more specific css that overrides your css.
and here is an extra semicolonbody { font-size: 14px; line-height: 200% !important;}
-
This reply was modified 9 years, 6 months ago by
Guenni007.
Oh one more question – can i do this for searchresults page too?
oh i got it:
add_filter('avf_header_setting_filter', function($header) { if ( is_singular( 'event' ) || is_search() ) { $header['header_transparency'] = 'header_transparency'; $header['header_class'] .= " av_header_transparency"; } return $header; }, 10, 1);
-
This reply was modified 9 years, 6 months ago by
Guenni007.
Thanks Ismael – i found a similar Request here on board and a solution from Josue
but this had changed every page to transparency
now your code makes the perfect solution for me.
Thanks !!!
Can be closed nowsite at the moment does not open. Server not found : why there is a result for gzip test from link above ??
gzip is not enabled on the server “77% Could be saved by compressing this page with GZIP.”
so contact your hoster or login at your hoster and have a look wether there are any possibilities to activate gzip compression._ i could not achieve more than this here – http://webers-testseite.de/enf02/googlemap/
the point is the shrinking header has its own js calculation of the header height.so a skew is resulting. If you have the whole screenwidth for logo width.
The example above is set by:
#header_main .container { padding: 0; max-width: 100%; } .logo img { display: block; height: calc(18vw); max-width: 100vw; padding: 0; width: auto; }
the css vw means viewport width and for height i do a calculation because 1200:211 is nearly 18%
-
This reply was modified 9 years, 6 months ago by
Guenni007.
its sad that we other users couldn’t see the page – we often have similar Problems – and so this solution might only be helpfull for you.
2.) Very often the reason for slow speed is the missing of gzip; zlib compression on the serverside (check it here f.e.: http://checkgzipcompression.com/ )
Maybe your logo is to big in size ? If it is possible to use instead svg files this might help in many ways. Even very small shrinked Logo is very sharp. The filespace is often very small. (have a look on this page: http://webers-testseite.de/koelnteam/wp-content/uploads/2015/09/koelnteam-logo.svg )
the logo above is set via Sourcecode of svg :
preserveAspectRatio="xMinYMid meet"
to shrink to the left side but center on height.
etc.only that fuc….. IE8 could not handle svgs. but you can do a fallback for that case to png/jpg.
If zlib and or gzip is enabled you can use plugins like WP Supercache to speed up your site. etc. pp.
-
This reply was modified 9 years, 6 months ago by
Guenni007.
so i added the needed classes by:
function add_transparency_on_events(){ if ( is_singular( 'event' ) ){ ?> <script> jQuery(window).load(function(){ jQuery('html').addClass('html_header_transparency'); jQuery('header').addClass('av_header_transparency'); }); </script> <?php }} add_action('wp_head', 'add_transparency_on_events');
but this seem to be not enough.
is there a script loading when having transparency headers ?this works for me (see private content)
how do i set up for single event ( by the way it is events manager not that one of tribe) the transparency header
how to add class to header : av_header_transparency via functions.php for event?
-
This reply was modified 9 years, 6 months ago by
Guenni007.
Ok Ismael this will work –
https://kriesi.at/support/topic/full-width-submenu-as-new-menu-location/#post-471378
but how do i make an selective thing out of it.
I only want to insert that code for the single event (class for body is than “single-event” )no code here because it will insert the heading section from my page here allthough i put it in code brackets
how do you insert that code lines without showing the content on your link above?-
This reply was modified 9 years, 6 months ago by
Guenni007.
-
This reply was modified 9 years, 6 months ago by
-
AuthorPosts