Forum Replies Created
-
AuthorPosts
-
a quick and dirty way is to place the text in this way:
made with <span class="heart">in</span> Germanyand place the heart with
.heart:before…you can see that on webers-testseite.de/ikom in the socket
code:.heart::before { content: "\e806 "; font-family: entypo-fontello; font-size: 14px; position: relative; top: 2px; }hm i got this issue the first time of many installs now to.
I defintly found the grid.css line but in former times this container rule is overwritten by enfold options dialog ! entry.
I got now one installation where the grid.css rule seem to work like an important rule ??? what could it be.i can see the entries in my enfold-child.css at the bottom of it :
.container { width: 100%; } .container .av-content-small.units { width: 70%; } .responsive .boxed#top, .responsive.html_boxed.html_header_sticky #header, .responsive.html_boxed.html_header_transparency #header { width: 1510px; max-width: 90%; } .responsive .container { max-width: 1510px; } #top #wrap_all .all_colors h1, #top #wrap_all .all_colors h2, #top #wrap_all .all_colors h3, #top #wrap_all .all_colors h4, #top #wrap_all .all_colors h5, #top #wrap_all .all_colors h6 { color: #425719; font-weight: normal; }but it has no influence on it.
Edit: :lol a noob error. i didn’t close a media querrie rule at the end ! :yoo the missing second closing brace
-
This reply was modified 9 years, 3 months ago by
Guenni007.
on bwp minify don’t forget to set up the “Cache age” this is often mentioned by gtmetrix that the minified css f.e. got a too near expires header. etc.
btw. i do not allways install wp-supercache. Sometimes it is a more and bigger benefit to have a good htaccess file on wordpress installation.
If your server supports gzip and or mod_deflate i have often
( don’t forget to include the original entries in your existing htaccess file – something like this:)
`# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress`here is a standard htaccess file i often use (even to get better results on those testing pages :lol: )
in addition to your existing entries !!! :
# Deny from <files wp-config.php> order allow,deny deny from all </files> # Directory Browsing Options All -Indexes # Keep-Alive <ifModule mod_headers.c> Header set Connection keep-alive </ifModule> # Gzip <IfModule mod_mime.c> AddType application/javascript js AddType application/vnd.ms-fontobject eot AddType application/x-font-ttf ttf ttc AddType font/opentype otf AddType application/x-font-woff woff AddType application/x-woff woff AddType image/svg+xml svg svgz AddEncoding gzip svgz </Ifmodule> # GZip Kompression <IfModule mod_gzip.c> mod_gzip_on Yes mod_gzip_dechunk Yes mod_gzip_item_include file \.(html?|txt|css|js|svg|php|pl)$ mod_gzip_item_include handler ^cgi-script$ mod_gzip_item_include mime ^text/.* mod_gzip_item_include mime ^application/x-javascript.* mod_gzip_item_exclude mime ^image/.* mod_gzip_item_exclude rspheader ^Content-Encoding:.*gzip.* </IfModule> # Browsercache <IfModule mod_expires.c> ExpiresActive On ExpiresDefault "access plus 1 month" ExpiresByType text/css "access plus 1 month" ExpiresByType text/javascript "access plus 1 month" ExpiresByType text/html "access plus 1 month" ExpiresByType application/javascript "access plus 1 month" ExpiresByType application/x-javascript "access plus 1 month" ExpiresByType application/x-font-ttf "access plus 1 month" ExpiresByType application/x-font-woff "access plus 1 month" ExpiresByType application/x-woff "access plus 1 month" ExpiresByType application/xhtml-xml "access plus 600 seconds" ExpiresByType image/gif "access plus 1 month" ExpiresByType image/jpeg "access plus 1 month" ExpiresByType image/svg+xml "access plus 1 year" ExpiresByType image/svg "access plus 1 year“ ExpiresByType image/png "access plus 1 month" ExpiresByType image/x-icon "access plus 1 month" </IfModule> # Deflate by FileType <IfModule mod_deflate.c> AddOutputFilterByType DEFLATE text/plain AddOutputFilterByType DEFLATE text/html AddOutputFilterByType DEFLATE text/xml AddOutputFilterByType DEFLATE text/css AddOutputFilterByType DEFLATE text/javascript AddOutputFilterByType DEFLATE image/svg+xml AddOutputFilterByType DEFLATE application/javascript AddOutputFilterByType DEFLATE application/xml AddOutputFilterByType DEFLATE application/xhtml+xml AddOutputFilterByType DEFLATE application/rss+xml AddOutputFilterByType DEFLATE application/atom_xml AddOutputFilterByType DEFLATE application/x-woff AddOutputFilterByType DEFLATE application/x-font-ttf AddOutputFilterByType DEFLATE application/x-font-woff AddOutputFilterByType DEFLATE application/javascript AddOutputFilterByType DEFLATE application/x-javascript AddOutputFilterByType DEFLATE application/x-shockwave-flash </IfModule> # ETag Header unset ETag FileETag None <FilesMatch "\.(ttf|otf|woff)$"> <IfModule mod_headers.c> Header set Access-Control-Allow-Origin "*" </IfModule> </FilesMatch>btw. proof your images.
You got wonderful images but on internet sometimes it is better to have small sizes of images.
on three images i can obtain big loss of space but with less loss of quality and use please with a higher compression level and progressiv instead of optimized
Chairs-around-outdoor-burning-fire-pit–1500×999.jpg : 173kb versus 500kb
Los-Altos-Hills-Guesthouse-Main-House-Pool-Firepit-at-Dusk-1500×991.jpg : 152kb. versus. 434kb
Modern-patio-next-to-swimming-pool-1500×999.jpg : 198kb. versus. 529kbsee here : only in the sky you see a bit more jpg artefacts
And keep in mind that this is a slideshow so these quality differences will not be easy to see in a few seconds.
btw i only do a new save with more compression and in progressiv mode thats all – the dimensions are exactly the same
you can use f.e. the plugin maintenance creates a nice Pluginpage ( you can upload your own background-image.) If you don’t like that logged-in users do something with your site you have to set them as Abonnent only!
Links erased now
i don’t want to have the site above offline for a long time ! even if it is only a playground for me.
So have a look to that little plugin – Link is behind maintenance word !-
This reply was modified 9 years, 3 months ago by
Guenni007.
November 7, 2016 at 5:54 am in reply to: In search results remove the text "Wollen Sie sich lieber andere Artikel oder S" #709016do not forget to generate a mo file too. You have to upload both!
November 6, 2016 at 7:49 pm in reply to: In search results remove the text "Wollen Sie sich lieber andere Artikel oder S" #708936or if you want to hold that hint : tranlate it in your language files
edit: :lol
the original Text in english is: You might want to consider some of our suggestions to get better results:and is translated in the turkish lang files to the german translation ! ???
_____________________PS : that was the reason why i answered in english and german as well. – Sorry.
Normaly the untranslated files leave as they are – in englishNovember 6, 2016 at 6:39 pm in reply to: In search results remove the text "Wollen Sie sich lieber andere Artikel oder S" #708910i dont know where this comes from – but the fast an quick and dirty way was:
.search_not_found > p { display: none; }so in total the rule was:
.search_not_found h3, .search_not_found > p, .search_not_found .widget.avia_combo_widget { display: none; }how do you obtain the multilingual site? A plugin?
Because this “If you are not happy with the results below please do another search” should be turkish too! if you use a good language switcher !well if you work with a child theme do the following in the child theme functions.php :
add_action('get_footer', 'add_div_before_footer'); function add_div_before_footer(){ ?> <div class="container_wrap" id="extracontainer"> <div class="container"> Content </div> </div> <?php }the id is for styling your container than. The Content is what you like to position there ( Images or something else)
if you like to place some content which you built with the advanced layout builder – activate the debug mode – copy that code and place it inbetween instead of “Content”.
November 6, 2016 at 4:22 pm in reply to: In search results remove the text "Wollen Sie sich lieber andere Artikel oder S" #708867why don’t you use quick css:
.search_not_found { display: none; }warum nicht im Quick css . Es bleibt dann immer noch da stehen:
Suchergebnisse für: ……
Es konnte leider nichts gefunden werden
Entschuldigung, aber kein Eintrag erfüllt ihre Suchkriterien. Bitte starten Sie eine neue SucheIf you like to have the list with tips to find better results : get rid of the rule above and be more specific
Wenn du die Liste lieber behalten willst, wie man besser sucht: die obige Regel nochmal löschen und:.search_not_found h3, .search_not_found .widget.avia_combo_widget { display: none; }November 6, 2016 at 3:59 pm in reply to: How can I not show the suggested movies at the end of the popup youtube movies #708859?rel=0&iframe=trueas described abovethe first with ? the rest in combination with & and no space
and don’t takte the watch code – take the embed code
the iframe=true is the option for lightbox effectsee the test with
https://www.youtube-nocookie.com/embed/Rn8B6BoQD4M?rel=0&autoplay=1&iframe=true&vq=hd720 frameborder="0" allowfullscreenhere:November 4, 2016 at 4:27 pm in reply to: How can I not show the suggested movies at the end of the popup youtube movies #708302here you can see what i mean – sorry it is a german page – hope the google tranlator works well.
But think of it :in combination the second and following settings with & instead of ? and no space
http://www.sumago.de/10-nuetzliche-youtube-embed-code-tipps-fuer-dich/
-
This reply was modified 9 years, 3 months ago by
Guenni007.
November 4, 2016 at 4:21 pm in reply to: How can I not show the suggested movies at the end of the popup youtube movies #708294sometime it only works with the link with http (not https)
?rel=0 (no videos at the end)
&autoplay=1 (autoplay mode – choose & in combination with no space behind?rel=0 )
&iframe=true ( same here – no space and & if in combination for lightbox-effect)
&vq=hd1080 ( force the HD mode – it is not direct from the beginning of the video – and only if there is a HD (1080 or 720 mode))-
This reply was modified 9 years, 3 months ago by
Guenni007.
November 4, 2016 at 4:07 pm in reply to: How can I not show the suggested movies at the end of the popup youtube movies #708277try it with this link:
i do often make a screenshot of the movie – place that image and give and set the link on that image
to have a litebox the parameter for it is iframe=true for HD force set the parameter etc etc. if you combine diferent parameters the first is with ? and the rest is with &https://www.youtube-nocookie.com/embed/Rn8B6BoQD4M?rel=0&autoplay=1&iframe=true&vq=hd1080 frameborder="0" allowfullscreen-
This reply was modified 9 years, 3 months ago by
Guenni007.
sorry i had it in a text block element too – but not with the iframe tag – but in the manner above
edit: this is a test page. i placed an image (screenshot of the film) alb element and on the image with link settings to manually.
the link was than with all instructions:http://www.youtube-nocookie.com/embed/G0k3kHtyoqc?rel=0&vq=hd720&autoplay=1&iframe=true frameborder="0" allowfullscreenyou can link to it in this way too:
the trick is that you can combine those : autoplay rel and iframe by first a ? than with & – see example:
http://www.youtube-nocookie.com/embed/XWze2cCdt40?rel=0&autoplay=1&iframe=true frameborder="0" allowfullscreen-
This reply was modified 9 years, 3 months ago by
Guenni007.
thanks vinay – i did this in avia-admin.css
– but your way over the child-theme functions php is much more elegant! Thanks.
PS : i did the button “save” also to the left and i think .avia_sidebar_active is not neccessary – it works good on small screens too.#avia_quick_css .avia_description { float: none; margin-bottom: 20px !important; padding-left: 0 !important; width: 98%; } #avia_quick_css .avia_control { float: left; max-width: 98% !important; width: 98% !important; } .avia_footer_links li { float: left; padding-right: 20px; } .avia_footer .avia_footer_save { float: left; }October 30, 2016 at 1:39 pm in reply to: Full Width Sub Menu sticks below frame with the fixed frame layout #705804great – thanks alot. This is than a little bug we found? On next update this is implemented or do i have to think on installation in the future?
October 26, 2016 at 11:02 pm in reply to: Full Width Sub Menu sticks below frame with the fixed frame layout #704560i did a duplicator backup – so if something went wrong – it is not so bad.
i did these variations of avia.js in the child-theme/js/ folder .
i only changed those things you mentioned above – nothing else.don’t look to intensiv to find a solution.
it works with the “avia_new.js (commenting the function out)Do you realy need the tab-titles not beeing there? or is it ok for you if they are invisible?
So you can link to the tab-titles without beeing there :lol.tab_titles (visibility: hidden)
?
October 24, 2016 at 11:02 am in reply to: Full Width Sub Menu sticks below frame with the fixed frame layout #703195well you can see the link above : webers-testseite.de/konkon
you see here your login-data: https://kriesi.at/support/topic/full-width-sub-menu-sticks-below-frame-with-the-fixed-frame-layout/#post-697567
you can see the different behaviors by activating on child-theme functions.php the different avia.js files.
There are avia_plus.js (this is the avia.js with your changings from above – the plus shows the change with + fixed_frame) – does not work at all
there is avia_minus.js ( same as above but with – fixed_frame) – works if the screen-width is in this way that fixed_frame is gone
avia.js (normal one without changing) only works for wide screens – on small screens not
avia_new.js ( avia_sticky_submenu function discommented) this works with my setting of sticky header with sticky submenu under the main-navigationwith your “+” modification see here both screenshots for scrolled pages:
because i see that on wide screens the distance is fixed_frame setting on my enfold options dialog
and on small screens (before advanced menu is enabled – i set the submenu to display none in this case) it is 2times distance i decided to give the minus fixed_frame a chance.At least i thought that this could be done in my case ( a non shrinking header) without that function. But this is not a good solution – because it might have a global solution.
-
This reply was modified 9 years, 4 months ago by
Guenni007.
October 20, 2016 at 1:17 pm in reply to: Creating a text block within a column with a circle coloured shape #701840this could be a nice example for you: https://codepen.io/nuriarai/pen/uIrFf
because the row on top is nearly responsive !-
This reply was modified 9 years, 4 months ago by
Guenni007.
October 19, 2016 at 6:45 pm in reply to: Full Width Sub Menu sticks below frame with the fixed frame layout #701465by the way – why is it important to have a
function avia_sticky_submenu()?
i commented the whole function out. And set the sub-menu-container to position fixed. It works for my construct because the header did not shrink.Nevertheless there has to be a solution on that.
well it is Kriesies Code but with important on that part i mentioned:
So my comment was that you have to change in that kriesi code the one rule to !important setting#mobile-advanced{ width:100%; right:0; position: absolute; z-index: 1000; top:-100%; padding:89px 0; overflow: hidden; border-left-style: solid; border-left-width: 1px; margin:0 0 0 -2px; -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); transform: scale(1); -webkit-transition: all 0.6s ease; -moz-transition: all 0.6s ease; transition: all 0.6s ease; -webkit-transform-origin: 0% 0%; -moz-transform-origin: 0% 0%; -ms-transform-origin: 0% 0%; transform-origin: 0% 0%; display:none; } .csstransforms3d #mobile-advanced{ -webkit-transform: scale3d(1); -moz-transform: scale3d(1); transform: scale3d(1); } .show_mobile_menu #mobile-advanced{ -webkit-transform: translate(0, 100%)!important; -moz-transform: translate(0, 100%)!important; -ms-transform: translate(0, 100%)!important; transform: translate(0, 100%)!important; } .csstransforms3d .show_mobile_menu #mobile-advanced{ -webkit-transform: translate3d(0, 100%, 0); -moz-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0); }-
This reply was modified 9 years, 4 months ago by
Guenni007.
Yes – but as i described above – i can prevent this by removing autop function of WordPress:
remove_filter( 'the_content', 'wpautop' ); remove_filter( 'the_excerpt', 'wpautop' );btw: there are sometimes some issues with f.e. : “no div tags within h tags”
or on your enfold-creative-studio demo the duplicate ID : team ( in front of team grid and under the last grid)
Edit: if you look to source code via Browser there is only a closing p tag.
and https://validator.w3.org/ too only closing tag
but on firebug :<footer class="entry-footer"></footer> </article> </div> <p></p> </div>hm ???
-
This reply was modified 9 years, 4 months ago by
Guenni007.
it works on one of my testpages: http://webers-testseite.de/ikom
October 18, 2016 at 10:58 am in reply to: How can i have 3 colums on mobile landscape on only 1 specific page #700564no vinay the other way round – he wants the 3 column for mobile view too. I understand him so , that he wants it only for landscape – so my media-queries should do the job. But now he likes to have the margin bottom/top the same as left/right.
i can not see a big difference between those distances – you only can try to make it relative – so you have on small pictures not absolute distances.
.responsive #top.home .no_margin.av_one_third { margin: 0 !important; padding: 2% 0 !important; width: 33.3% !important; }if you are familiar with html tables you can make it by yourself and insert that code to a text-block element.
This seems to be the best method for now – because i’m missing the colspan possibility in enfold tables elementyou can find here a nice online generator for tables : https://tabletag.net/
if you activat on the preview on top two (or more) cells you can merge them – for your table it looks like this:
you see 2 lines as header lines-
This reply was modified 9 years, 4 months ago by
Guenni007.
-
This reply was modified 9 years, 3 months ago by
-
AuthorPosts





