Forum Replies Created
-
AuthorPosts
-
i used this for a similar Problem
often you can use instead :
­ and behind the 173 a semicolon
try it
i had now the same problem because i want some headings to break on certain points but on special Headings the
­
does not worksorry the code above is translated allthough it is set in to code tags so there is that stupid instruction
-
This reply was modified 9 years, 8 months ago by
Guenni007.
June 17, 2015 at 8:15 pm in reply to: Domain name and enfold problems gets registered in Google #460957well first of all, if you don’t post your website link in private reply that is definitly your fault;
The ranking in Google of this Support Forum is so brilliant because of the perfect and very direct help you get here in a daily routine.
Try other support forums please! This is really unusual.What people find on Google about this support forum is that problems (and very often these problems are sourced to the user not to the theme) find a fast help.
just my two cents from another participant
Günter
Well you can set the fonts too on Enfold Options Dialogs.
On “General Styling” there are Fonts on the last Tab.
And if you want you can set on “advanced Styling” too font-family and in one setup the text-transform, text-color etc.edit: :lol “changed” :)
-
This reply was modified 9 years, 8 months ago by
Guenni007.
my thought ismael was that he dislikes the 6/1 automatic view
so my tip goes to a custom set via Menu Option to a 4 first line / 3 beneath lookyou 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, 8 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, 8 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, 8 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, 8 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, 8 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, 8 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, 8 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, 8 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, 8 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, 8 months ago by
Guenni007.
-
This reply was modified 9 years, 8 months ago by
-
AuthorPosts