Forum Replies Created
-
AuthorPosts
-
you erased the return $fonts; instruction twice !
add_filter( 'avf_google_heading_font', 'avia_add_heading_font'); function avia_add_heading_font($fonts) { $fonts['Titillium Web'] = 'Titillium Web:300,300italic,400,400italic,700,700italic:latin'; return $fonts; } add_filter( 'avf_google_content_font', 'avia_add_content_font'); function avia_add_content_font($fonts) { $fonts['Titillium Web'] = 'Titillium Web:300,300italic,400,400italic,700,700italic:latin'; return $fonts; }
so now – sorry – i see that this is normal on enfold installation that scroll-offset of div id=main differ about 30px to the padding-top.
so take the
main { padding-top: 0; }
if you want to do it for all sites or advice above with .home if you only want to change it on Startpage
and if you only want to change it for your Start Page:
.home main { padding-top: 0; }
because on default it seem there is a padding-top of 50px
but by the way – a little distance between header and content looks better for me
-
This reply was modified 9 years, 10 months ago by
Guenni007.
your header hight : do you set it in Enfold Options Dialog?
Because i got here on your site as you can see a
Screenshot with Developer tools asidea scrolloffset of 116px from main
but i see on your css:
.html_header_top.html_header_topbar_active.html_header_sticky.html_large #top #main { padding-top: 147px; }
have a look where the 147px comes from.
or goto quick css and set:
.html_header_top.html_header_topbar_active.html_header_sticky.html_large #top #main { padding-top: 119px; }
-
This reply was modified 9 years, 10 months ago by
Guenni007.
This reply has been marked as private.and 4 in the first line and 3 in the line beneath?
This looks good i think.you can manage that without coding because on dashboard/appearance/menus there is the possibility to check a box in a column “this column should start a new row”
so you set this on the 5th column of your mega menu and have 4/3
-
This reply was modified 9 years, 10 months ago by
Guenni007.
thanks Josue – can you please have a look to this:
https://kriesi.at/support/topic/adding-on-google-maps-a-select-box-for-maptypeid/
the selectbox is working and i managed that only if the checkbox of maptype-control is checked the selectbox is seen.
but i don’t know how to set this value of the select box to the MapTypeID. definitly i have to change something in shortcodes.js but i really don’t know what. Perhaps i can not see the wood for the trees.so it can be closed –
btw. could you have a look at: https://kriesi.at/support/topic/adding-on-google-maps-a-select-box-for-maptypeid/this is something i think for feature request – but i need it for a project now.
ok in future i tag it better and on topic i write tip before the topic.
this is something i was looking for myself – and because it was hard to find (on google only a few mentioned what the point is for custom post)
i decided to share my solution here.-
This reply was modified 9 years, 10 months ago by
Guenni007.
sorry but over 60000 sells and a five star ranking – do you really think that all those people are noobs?
i even know a lot of wordpress webdesigners who uses exactly this theme for their own website. – Or do you think it might be your lack of experience that something went wrong.By the way – do you use the implemented Layerslider Plugin or do you install the standallone layerslider plugin?
Because i have a standalone license and do sometimes install the standalone plugin. Then you have to inactivate the implemented one:http://kriesi.at/documentation/enfold/deactivate-the-layerslider-plugin/
-
This reply was modified 9 years, 10 months ago by
Guenni007.
can be closed – after i deleted the marker and set a new one everything works fine.
@media only screen and (max-width: 767px) { .responsive .logo img { margin: 10px; } }
i think you have set the mobile version only for mobile and not for tablets
so i guess this will be okyes – but on mobile this won’t work.
By the way. your images are very nice – but too big.
500kb and more ! This is one reason for slow speed. (Poolhouse is over 1MB)
Try to compress them much more – and use for jpg progressiv
and try to activate gzip compression for your website – usually made by some code in htaccess fileif you use Photoshop :
http://abload.de/img/poolhousezfoaz.jpg-
This reply was modified 9 years, 10 months ago by
Guenni007.
seem to work :)
June 12, 2015 at 7:49 pm in reply to: how to avoid automatic format detection for telephone numbers #458595ok i have to do so as if there was a link in the iconbox
.customclass .iconbox_content_container a { pointer-events: none !important; color: #666 !important }
-
This reply was modified 9 years, 10 months ago by
Guenni007.
June 12, 2015 at 7:32 pm in reply to: how to avoid automatic format detection for telephone numbers #458580This reply has been marked as private.this will do the job:
.responsive .logo { display: block } .logo, .logo a { overflow: visible; } .logo img { height: 140%; max-height: 180px !important }
you have to play with the settings height and max-height
and to give some settings vor responsive behaviourperhaps a png looks good on that with a white outline and a little shadow !
-
This reply was modified 9 years, 10 months ago by
Guenni007.
ohne einen Link werden wir da keine Aussage machen können.
Falls Du das nicht öffentlich linken willst gib den Moderatoren halt einen versteckten Link durch “Set as private Reply”mostly the easy solution is the best.
Thanks Josue – i will keep it in mind. :lol:June 10, 2015 at 5:41 pm in reply to: disable integrated Lightbox effect for a specific page #457415This reply has been marked as private.June 10, 2015 at 5:34 pm in reply to: disable integrated Lightbox effect for a specific page #457407Thanks Great this will work but is there a possibility to do it by a hook or have i to make in child theme a header.php?
isn’t it the old double margin bug on floating elements?
I thought that only IE have it.
the legal notice.
if you like to go to the dashboard/ appearance / menus
you can create a new menu and set it as Enfold Footer Menu
than you can put in it legal notice, privacy statement or anything you want
but be careful – on mobile the footermenu is not visible ( so here in Germany many lawyers will try to injunct you )
-
This reply was modified 9 years, 10 months ago by
Guenni007.
perhaps it is better to use the :nth-of-type() selector
@media only screen and (min-width: 768px) and (max-width: 1450px) { #top .av-flex-placeholder {display: none} #top .flex_column_table_cell {display: block; float: left} .responsive .flex_column.av_one_fourth.flex_column_table_cell {width: 47.5% !important; margin: 0 2% 2% 0;} .flex_column.av_one_fourth.flex_column_table_cell:nth-of-type(4n+1) {clear: left} }
Ok – i think i got it:
@media only screen and (min-width: 768px) and (max-width: 1450px) { #top .av-flex-placeholder {display: none} #top .flex_column_table_cell {display: block; float: left} .responsive .flex_column.av_one_fourth.flex_column_table_cell {width: 47.5% !important; margin: 0 2% 2% 0;} .flex_column.av_one_fourth.flex_column_table_cell:nth-child(4n+1) {clear: left} }
the point was the av-flex-placeholder ( allthough i set it to display none – it counts as a neighbour div) so i have to clear left every 4th div – and the change from display table to block in some parts
-
This reply was modified 9 years, 10 months ago by
Guenni007.
June 7, 2015 at 7:36 pm in reply to: How to remove the WPML language flag in the footer at just one page ? #455661the lang-sel-footer is a div
.page-id-816 #lang_sel_footer { display: none !important; }
but it will be very easy to find this out with a testsite you offer.
In this case i switched an installation of mine to find this out !-
This reply was modified 9 years, 10 months ago by
Guenni007.
btw – how do the visitors come to your website then?
is there no Link to the Rest with navigation ?edit: well if you use
body.page-id-1605 { background: rgba(0, 0, 0, 0) url("//www.joycewolthuis.nl/wp-content/uploads/2015/05/joyce-wolthuis-fotografie-0001.jpg") no-repeat fixed center center / 100% auto; }
it will be with no overflow but there are dark bars on top and bottom
if you use 100% 100% – i guess this is not for a real foto (portrait) a good solution (crushing)if you use contain instead of cover than the smallest part is set to 100% and the bigger part is set to auto
(bars either on top/bottom or left/right)-
This reply was modified 9 years, 10 months ago by
Guenni007.
what mobile and tablet do you have?
what do you see on the testpage i mentioned above:http://webers-testseite.de/enf02/color-section-background-image/
On my iphone it works well
man kann da die Erstsprache in WPML festlegen. Wobei die Admin Sprache eine andere sein kann. Was zB. oben bei dem Link sehr gut war.
Das sind einige native english spoken und andere deutsch. Jeder kann sich so seine “Dashboard-Sprache” einstellen ohne die primäre Frontendsprache zu beeinflussen.
Wenn du auf den Seiten oder Beiträgen bist siehst du oben in den spalten auch die Landesfahnen.
Darunter in den Zeilen Symbole. Wenn du zu einer bestehenden Seite die Übersetzung eingeben willst klickst du auf das + Zeichen unterhalb der entsprechenden Fahne und schon weiß das Plugin das nun die Übersetzung für die Seite/Beitrag folgen wird. Du gibst nur noch die Inhalte ein inclusive neuem übersetztem Titel und schon wird auch beim umschalten im Frontend die entsprechende Übersetzung im Menu eingepflegt.
Siehe den Link nochmal oben. Sind noch nicht alle Übersetzungen zusammen kannst du dich entscheiden, was passieren soll beim Sprachwechsel. Ich habe zB. beim Link oben das umlenken auf die Startseite festgelegt. (Da sind noch die deutschen Übersetzungen nicht da)Ich kann WPML nur wärmstens empfehlen und wenn du das häufiger machen solltest, dann lohnt sogar die lifetime lizenz.
Sehr mächtig das Teilwie erreichst du die Zweisprachigkeit?
ich nutze das Plugin WPML welches von Enfold bereits sehr gut unterstützt wird:
da kann man sich entscheiden, wo die Fähnchen ihr zu Hause finden.
Meist nehme ich es in diese Enfold secondary nav – oben wo auch soziale netze etc auftauchen.
Schau mal hier: http://carpe-diem-consulting.com -
This reply was modified 9 years, 10 months ago by
-
AuthorPosts