-
AuthorSearch Results
-
January 6, 2014 at 5:32 pm #205894
In reply to: Mobile responsiveness
Hey bloomfashion!
Please add following code to Quick CSS in Enfold theme options under Styling tab
@media only screen and (max-width: 480px) { h2.av-special-heading-tag { font-size: 24px; }} @media only screen and (min-width: 767px) and (max-width: 989px) { .pricing-table li.avia-pricing-row { font-size: 50px; }}Regards,
YigitHey Isabelle!
Please add following code to Quick CSS as well and adjust as needed
.widget a { font-size: 16px; }It will change all links in widgets font-size if you would like to apply it to only footer widgets, please use following one
#footer .widget a { font-size: 16px; }Regards,
YigitJanuary 6, 2014 at 3:16 pm #205832In reply to: Button size
Hey caroberto6!
Please add following code to Quick CSS in Enfold theme options under Styling tab
1-.avia-button.avia-size-large { padding: 25px 137px 25px; font-size: 30px; min-width: 127px; } body div .avia-button { border-radius: 0; }2- You can link the button to “http://www.onfejlesztoter.hu/otlet-ado-vevo/#av_section_1” and that should work
3-#av_section_1 { background-color: white!important; }or you can simply edit color section element and change its color from settings
Regards,
YigitJanuary 6, 2014 at 12:07 pm #205788Hi!
1) You can set a logo height for smaller screens with a media query – i.e. insert following code into the quick css field
@media only screen and (max-width: 767px){ .responsive .mobile_slide_out .logo img { max-height: 80px !important; } }2) The list item icons size won’t change – regardless of the screen resolution. The main reason is that the user wouldn’t be able to see the icon with a reduced font size.
3) The post slider image size changes because Kriesi turns a 4 column grid into a 2 column grid if the user views the website with a low resolution. The main reason is that a 4 column grid would make the content unreadable in certain cases. If you want to keep the 4 column structure insert following code into the quick css field
@media only screen and (max-width: 767px){ .responsive #top .avia-content-slider-even .slide-entry.slide-parity-odd, .responsive #top .avia-content-slider-odd .slide-entry.slide-parity-even { margin-left: 4%; clear: none; } .responsive #top .slide-entry { width: 20%; margin-left: 4%; } }Regards,
PeterJanuary 5, 2014 at 9:08 pm #205659In reply to: Font style/size is different on sub menu
This reply has been marked as private.January 5, 2014 at 8:56 pm #205655In reply to: Font style/size is different on sub menu
The indentation of the menu item determines how it gets output.
Main Menu item
>Column Begins
>>Column ContentsRight now you are just doing
Main Menu item
>Column Begins
>Column BeginsYou *should* be doing
Main Menu item
>Column Begins
>>Menu Item
>Column Begins
>>Menu ItemSince you want each item to be the position of a new column. I’ve done 2 for you as an example. This is how the mega menu is created on the demo site except each column has multiple items in it.
January 5, 2014 at 8:42 pm #205652In reply to: Please contribute and translate Enfold
Hi there …
The german translation is finished up to 93% I translated the backend!
I need only to translate the LayerSlider WP, but i cant see the translations i did for this plugin yet. Dont know why… Trying to get a solution for this. Would like to finish it! Help? :-)Here you can download my translation (93% finished). I used a formal translation with “Sie”:
Download all files (PHP, PO, MO)
Else …
In some PHP files were some files translation tags missing. I added them to the PHP-Files. PHP-Files are attached in my download package. The german language is different than the english language. Words are longer. Thats why i changed the width of the “shortcode_insert_button” from 66px to 100px. It looks good, works fine and also leaves enough space for the text. I think it would be a benefit for other languages too. It would be great if this could be included in the next update enfold! Here is an example of my admin area with this new size.
Changes were made in: enfold/config-templatebuilder/avia-template-builder/assets/css/avia-builder.css
My CSS:
.shortcode_insert_button { background: none repeat scroll 0 0 #FFFFFF; border: 1px solid #E1E1E1; color: #777777; display: block; float: left; font-size: 11px; height: 50px; line-height: 13px; margin: 0 3px 3px 0; outline: medium none; overflow: hidden; padding: 4px 2px 10px; position: relative; text-align: center; text-decoration: none; width: 100px; }Other changes:
As mentioned in several files were missing the translation tags.
I have added them. Below, the list of affected files:enfold/config-templatebuilder/avia-shortcodes/notification.php
Row 42
“std” => __(“Note”, ‘avia_framework’ ),Row 78
“std” => __(“This is a notification of some sort.”, ‘avia_framework’ ),—————————————————————————————
enfold/config-templatebuilder/avia-shortcodes/blog.php
Row 42
__(‘Display blog posts’, ‘avia_framework’) =>’posts’,Row 43
__(‘Display entries from a custom taxonomy’, ‘avia_framework’) =>’taxonomy’)),Row 66
“name” => __(“Blog Style”, ‘avia_framework’ ),Row67
“desc” => __(“Choose the default blog layout here.”, ‘avia_framework’ ),Rows 74 – 77
“subtype” => array( __(‘Multi Author Blog (displays Gravatar of the article author beside the entry and feature images above)’, ‘avia_framework’) =>’multi-big’,
__(‘Single Author, small preview Pic (no author picture is displayed, feature image is small)’, ‘avia_framework’) =>’single-small’,
__(‘Single Author, big preview Pic (no author picture is displayed, feature image is big)’, ‘avia_framework’) =>’single-big’,
__(‘Grid Layout’, ‘avia_framework’) =>’blog-grid’,—————————————————————————————
enfold/config-templatebuilder/avia-shortcodes/iconlist.php
Row 103
“std” => __(“List Content goes here”, ‘avia_framework’ ) ,—————————————————————————————
enfold/config-templatebuilder/avia-shortcodes/section.php
Row 23
$this->config[‘name’] = __(‘Color Section’, ‘avia_framework’ );—————————————————————————————
enfold/config-templatebuilder/avia-shortcodes/heading.php
Row 48
“std” => __(“Hello”, ‘avia_framework’ ),Row 66
“subtype” => array( __(“Default Color”, ‘avia_framework’ )=>”, __(“Meta Color”, ‘avia_framework’ )=>’meta-heading’, __(“Custom Color”, ‘avia_framework’ )=>’custom-color-heading’)Row 86
“subtype” => array( __(“Default Style”, ‘avia_framework’ )=>”, __(“Heading Style Modern (left)”, ‘avia_framework’ )=>’blockquote modern-quote’ , __(“Heading Style Modern (centered)”, ‘avia_framework’ )=>’blockquote modern-quote modern-centered’, __(“Heading Style Classic (centered, italic)”, ‘avia_framework’ )=>’blockquote classic-quote’)Row 105
“subtype” => array( __(“No Subheading”, ‘avia_framework’ )=>”, __(“Display subheading above”, ‘avia_framework’ ) =>’subheading_above’, __(“Display subheading below”, ‘avia_framework’ )=>’subheading_below’),—————————————————————————————
enfold/includes/admin/register-portfolio.php
Rown: 46 & 47
‘label’ => __(‘Portfolio Categories’,’avia_framework’),
‘singular_label’ => __(‘Portfolio Category’,’avia_framework’),—————————————————————————————
enfold/config-templatebuilder/avia-shortcodes/slideshow_fullscreen.php
Row 48
“add_label” => __(“Add single image”, ‘avia_framework’ ),—————————————————————————————
Added following tags to “de_DE.po”:
One special case in de_DE.po:
# @ avia_framework #: config-templatebuilder/avia-shortcodes/contact.php:115 msgid "If the width is set to 50% for 2 consecutive form items they will appear beside each other instead of underneath" msgstr "Wenn die Breite auf 50% von 2 aufeinander folgenden Formularelemente gesetzt ist, werden diese nebeneinander statt in einer neuen Zeile erscheinenI have deleted one single line with the content
#, Php-format
With the line i got constantly error messages with the translations as soon as i typed a text in German version. Now it works but I do not know exactly why … Therefore, please check this.# @ avia_framework
#: config-templatebuilder/avia-shortcodes/slideshow_fullscreen.php:48
msgid “Add single image”
msgstr “Einzelnes Bild hinzufügen”# @ avia_framework
#: includes/admin/register-portfolio.php:46
msgid “Portfolio Categories”
msgstr “Portfolio Kategorien”# @ avia_framework
#: includes/admin/register-portfolio.php:47
msgid “Portfolio Category”
msgstr “Portfolio Kategorie”# @ avia_framework
#: config-templatebuilder/avia-shortcodes/contact.php:115
msgid “If the width is set to 50% for 2 consecutive form items they will appear beside each other instead of underneath”
msgstr “Wenn die Breite auf 50% von 2 aufeinander folgenden Formularelemente gesetzt ist, werden diese nebeneinander statt in einer neuen Row erscheinen”# @ avia_framework
#: config-templatebuilder/avia-shortcodes/blog.php:66
msgid “Blog Style”
msgstr “Blog-Stil”# @ avia_framework
#: config-templatebuilder/avia-shortcodes/blog.php:42
msgid “Display blog posts”
msgstr “Zeige Blog-Beiträge”# @ avia_framework
#: config-templatebuilder/avia-shortcodes/blog.php:43
msgid “Display entries from a custom taxonomy”
msgstr “Zeige Einträge aus einer benutzerdefinierten Taxonomie”# @ avia_framework
#: config-templatebuilder/avia-shortcodes/heading.php:48
msgid “Hello”
msgstr “Eine nette Überschrift”# @ avia_framework
#: config-templatebuilder/avia-shortcodes/blog.php:67
msgid “Choose the default blog layout here.”
msgstr “Wählen Sie die Standard Blog-Gestaltung aus”# @ avia_framework
#: config-templatebuilder/avia-shortcodes/blog.php:74
msgid “”
“Multi Author Blog (displays Gravatar of the article author beside the entry ”
“and feature images above)”
msgstr “”
“Multi-Autor Blog (Zeigt Gravatar des Artikel-Autors neben dem Eintrag und ”
“Feature-Bild darüber)”# @ avia_framework
#: config-templatebuilder/avia-shortcodes/blog.php:75
msgid “”
“Single Author, small preview Pic (no author picture is displayed, feature ”
“image is small)”
msgstr “”
“Einzelner Autor, kleines Miniaturbild (kein Autorenbild dargestellt, kleines ”
“Feature-Bild)”# @ avia_framework
#: config-templatebuilder/avia-shortcodes/blog.php:76
msgid “”
“Single Author, big preview Pic (no author picture is displayed, feature ”
“image is big)”
msgstr “”
“Einzelner Autor, großes Miniaturbild (kein Autorenbild dargestellt, großes ”
“Feature-Bild)”# @ avia_framework
#: config-templatebuilder/avia-shortcodes/blog.php:77
msgid “Grid Layout”
msgstr “Raster-Layout”# @ avia_framework
#: config-templatebuilder/avia-shortcodes/heading.php:90
msgid “Heading Size”
msgstr “Größe der Überschrift”# @ avia_framework
#: config-templatebuilder/avia-shortcodes/heading.php:91
msgid “Size of your Heading in Pixel”
msgstr “Textgröße der Überschrift in Pixel”# @ avia_framework
#: config-templatebuilder/avia-shortcodes/heading.php:99
msgid “Subheading”
msgstr “Untertitel”# @ avia_framework
#: config-templatebuilder/avia-shortcodes/heading.php:100
msgid “Add an extra descriptive subheading above or bellow the actual heading”
msgstr “Zusätzlicher Untertitel über oder unterhalb der eigentlichen Überschrift”# @ avia_framework
#: config-templatebuilder/avia-shortcodes/heading.php:66
msgid “Default Color”
msgstr “Standard Farbe”# @ avia_framework
#: config-templatebuilder/avia-shortcodes/heading.php:66
msgid “Meta Color”
msgstr “Meta Farbe”# @ avia_framework
#: config-templatebuilder/avia-shortcodes/heading.php:105
msgid “No Subheading”
msgstr “Kein Untertitel”# @ avia_framework
#: config-templatebuilder/avia-shortcodes/heading.php:105
msgid “Display subheading above”
msgstr “Untertitel oberhalb anzeigen”# @ avia_framework
#: config-templatebuilder/avia-shortcodes/heading.php:105
msgid “Display subheading below”
msgstr “Untertitel unterhalb anzeigen”# @ avia_framework
#: config-templatebuilder/avia-shortcodes/heading.php:109
msgid “Subheading Text”
msgstr “Text für Untertitel”# @ avia_framework
#: config-templatebuilder/avia-shortcodes/heading.php:110
msgid “Add your subheading here”
msgstr “Geben Sie hier Text für den Untertitel ein.”# @ avia_framework
#: config-templatebuilder/avia-shortcodes/heading.php:116
msgid “Subheading Size”
msgstr “Textgröße des Untertitels”# @ avia_framework
#: config-templatebuilder/avia-shortcodes/heading.php:117
msgid “Size of your subeading in Pixel”
msgstr “Geben Sie einen Wert in Pixel ein (z.B. 14px)”# @ avia_framework
#: config-templatebuilder/avia-shortcodes/icon.php:49
msgid “Icon Style”
msgstr “Icon-Stil”# @ avia_framework
#: config-templatebuilder/avia-shortcodes/icon.php:50
msgid “Here you can set the style of the icon. Either display it inline as part of some text or let it stand alone with border and optional caption”
msgstr “Sie können das Icon als Inline-Element (umgeben von Text) oder alleinstehend mit Rahmen und optionaler Bildunterschrift darstellen.”# @ avia_framework
#: config-templatebuilder/avia-shortcodes/icon.php:56
msgid “Default inline style”
msgstr “Icon als Inline-Element”# @ avia_framework
#: config-templatebuilder/avia-shortcodes/icon.php:57
msgid “Standalone Icon with border and optional caption”
msgstr “Icon alleinstehend mit optionaler Bildunterschrift”# @ avia_framework
#: config-templatebuilder/avia-shortcodes/icon.php:62
msgid “Icon Caption”
msgstr “Icon-Bildunterschrift”# @ avia_framework
#: config-templatebuilder/avia-shortcodes/icon.php:63
msgid “A small caption bellow the icon”
msgstr “Ergänzen Sie das Icon um einen Text. Dieser erscheint unterhalb des Icons.”# @ avia_framework
#: config-templatebuilder/avia-shortcodes/iconlist.php:103
msgid “List Content goes here”
msgstr “Geben Sie hier Ihren gewünschten Textinhalt ein.”# @ avia_framework
#: config-templatebuilder/avia-shortcodes/icon.php:126
msgid “Optional Tooltip”
msgstr “Optionaler Tool-Tipp.”# @ avia_framework
#: config-templatebuilder/avia-shortcodes/icon.php:127
msgid “Add a tooltip for this Icon. The tooltip will appear on mouse over”
msgstr “Ergänzen Sie das Icon um einen Tool-Tipp. Dieser erscheint bei Mouse-Over.”# @ avia_framework
#: config-templatebuilder/avia-shortcodes/notification.php:42
msgid “Note”
msgstr “Hinweis”# @ avia_framework
#: config-templatebuilder/avia-shortcodes/notification.php:44
msgid “This is the text that appears in your Notification.”
msgstr “Dies ist der Text, der in Ihrer Mitteilung angezeigt wird.”-
This reply was modified 12 years, 3 months ago by
docperi.
January 5, 2014 at 8:35 pm #205651In reply to: Font style/size is different on sub menu
This reply has been marked as private.January 5, 2014 at 8:07 pm #205642In reply to: Font style/size is different on sub menu
Hey!
This code will do it (put it on Quick CSS):
.mega_menu_title, .mega_menu_title a{ font-size: 12px !important; }Cheers!
JosueJanuary 5, 2014 at 7:57 pm #205638In reply to: Font style/size is different on sub menu
This reply has been marked as private.January 5, 2014 at 7:54 pm #205637In reply to: Font style/size is different on sub menu
This reply has been marked as private.January 5, 2014 at 7:01 pm #205624In reply to: Font style/size is different on sub menu
Then you would need to put each item in its own column instead of all items in a single column.
January 5, 2014 at 6:56 pm #205621In reply to: Font style/size is different on sub menu
This reply has been marked as private.January 5, 2014 at 6:49 pm #205619In reply to: Font style/size is different on sub menu
Hey!
You had the first menu “contentmuse” done correctly. I did the same thing for your other menus.
Regards,
DevinHey!
You can use following class to customize widget titles
.widgettitle { font-size: 18px; }please add that code to Quick CSS as well and adjust as needed
Regards,
YigitJanuary 5, 2014 at 4:51 pm #205574In reply to: adding a social icon
HI, thanks for the info. some more questions:
1. How do I keep the social icons on the left, but with some space between them?
2. I am trying to make my logo smaller only on mobile devices, with this code:
.responsive .logo img { height: 55px; }
but that also resizes my logo on the web. I’d like it to be pretty big (700×156 or so)
on the web and smaller on the mobile. ?? see it here: http://www.copenhagenfilmcompany.dk/2014/3. How do I change the vertical spacing of the text in text blocks like on this page:
http://www.copenhagenfilmcompany.dk/2014/about-us/
I’d like the names and titles to be closer together, without changing the font size.Thanks! Theme is great and so is your support = kudos for putting up a support forum outside
of themeforest – searchable!-
This reply was modified 12 years, 3 months ago by
Munford.
January 5, 2014 at 4:32 pm #205570In reply to: little problem list:/
This reply has been marked as private.January 5, 2014 at 4:31 pm #205569In reply to: Font style/size is different on sub menu
This reply has been marked as private.January 5, 2014 at 7:12 am #205496In reply to: Enfold edit header / css / search bar
Hey Courin!
Edit header.php, find this code:
echo avia_logo(AVIA_BASE_URL.'images/layout/logo.png', false, 'strong');Below, add this code:
echo "<div class='header-search'>"; get_search_form(); echo "</div>";Add this on your custom.css or Quick CSS:
.header-search { position: absolute; top: 30px; left: 250px; }Modify the main menu font using this:
.header_color .main_menu ul:first-child > li > a { color: red; } .main_menu ul:first-child > li > a { display: block; text-decoration: none; padding: 0 13px; font-weight: normal; font-size: 15px; }Cheers!
IsmaelJanuary 4, 2014 at 7:47 pm #205381In reply to: Font style/size is different on sub menu
Hi,
Can you create an administrator account and post it here as a private reply?
Regards,
JosueJanuary 4, 2014 at 7:34 pm #205379In reply to: Font style/size is different on sub menu
This reply has been marked as private.January 4, 2014 at 6:47 pm #205373Topic: little problem list:/
in forum Enfoldmilatch
ParticipantHey guys,
1. I have a little problem with created layersliders. I want to display them on my shop landing page. I use Enfold in combination with woocommerce. Because I can post any other content above the shop page, I cant find the reason why the sliders wont be displayed. The only thing is that I can see a frame in size of the slider which I have created and chosed. This frame is placed where the slider supposed to stand – but not displayed. If I post the same slider on another page its no problem. How can I fix this? I think its nothing special, but I’ve already tried different settings in layer slider, like different slider sizes and so on.
2. Whats the quick CSS Code, to disable the smaller getting logo if you scroll up page. It just happens sometimes, but I would like to have a fixed logo size all the time.
3. How can I change the colour of product variations font? I mean the window where you can choose the different variations for the main product. It seems a bit to bright for me.
4. Whats the Quick CSS Code, to get a equal font colour for prodcut variations title. Its always alternating from a darker colour to a brighter colour in the next row and so on.
5. Is there a possibilty to get logos in partner slider with link and transparent background? If I connect a link to the partner logo the transparent background disapears and a white background comes. Doesnt matter whether the logo is png8,24 or gif. As soon as I put a link to it the transparent background is gone….
6. I created a blog on my page. Unfortunately the blog pictures are always smaller than the fixed given picture frame. Is there a possibilty to set the background of blog page into simple white, to avoid that problem? The other pages should stay with the chosen background, just blog page should get a white background.
Thank you very much!!
milatch
January 4, 2014 at 6:58 am #205259In reply to: Font size in the socket
Hi!
Glad it worked. Please don’t forget to remove browser cache then reload the page a few times to see the changes.
Regards,
IsmaelJanuary 4, 2014 at 1:36 am #205216In reply to: Font size in the socket
I’m getting the same. Doesn’t seem to be working.
* Disregard. Is working
-
This reply was modified 12 years, 3 months ago by
zerozendesign. Reason: change
January 3, 2014 at 5:45 pm #205042In reply to: Slide Out Menu
Hi!
Please add following code to Quick CSS as well
#advanced_menu_toggle:after { content: 'Indice'; font-size: 15px; } #advanced_menu_toggle:before { display: none; }Best regards,
YigitJanuary 3, 2014 at 5:21 am #204879Hey!
As i understand you do not want to change the font size only. If so, please go to wp-content\themes\enfold\config-templatebuilder\avia-shortcodes folder and open slideshow.php file and find h2 tag and change it to h1. It should be on 484th line http://i.imgur.com/EAtxqW8.jpg
Regards,
YigitJanuary 3, 2014 at 4:08 am #204854In reply to: Changing Size of Text
Hey NaturaIntegrativeMedicine!
Please add following code to Quick CSS in Enfold theme options under Styling tab
body { font-size: 16px; }as written here http://kriesi.at/documentation/enfold/change-the-default-font-size/
You can take a look at new Enfold documentation here http://kriesi.at/documentation/enfold/Regards,
Yigit-
This reply was modified 12 years, 3 months ago by
Yigit.
January 3, 2014 at 4:02 am #204852Topic: Changing Size of Text
in forum EnfoldNaturaIntegrativeMedicine
ParticipantHello again,
Thanks for all your help!
How do I change the SIZE of the text on the body of my site? I see under Theme Options > Styling that I can change the font itself, but where can I make it bigger/smaller?
Cheers.January 3, 2014 at 3:12 am #204827Hi!
You can change font size by adding following code to Quick CSS
.home li.slide-1 h1 { font-size: 25px; }Cheers!
Yigit -
This reply was modified 12 years, 3 months ago by
-
AuthorSearch Results
-
Search Results
-
Topic: little problem list:/
Hey guys,
1. I have a little problem with created layersliders. I want to display them on my shop landing page. I use Enfold in combination with woocommerce. Because I can post any other content above the shop page, I cant find the reason why the sliders wont be displayed. The only thing is that I can see a frame in size of the slider which I have created and chosed. This frame is placed where the slider supposed to stand – but not displayed. If I post the same slider on another page its no problem. How can I fix this? I think its nothing special, but I’ve already tried different settings in layer slider, like different slider sizes and so on.
2. Whats the quick CSS Code, to disable the smaller getting logo if you scroll up page. It just happens sometimes, but I would like to have a fixed logo size all the time.
3. How can I change the colour of product variations font? I mean the window where you can choose the different variations for the main product. It seems a bit to bright for me.
4. Whats the Quick CSS Code, to get a equal font colour for prodcut variations title. Its always alternating from a darker colour to a brighter colour in the next row and so on.
5. Is there a possibilty to get logos in partner slider with link and transparent background? If I connect a link to the partner logo the transparent background disapears and a white background comes. Doesnt matter whether the logo is png8,24 or gif. As soon as I put a link to it the transparent background is gone….
6. I created a blog on my page. Unfortunately the blog pictures are always smaller than the fixed given picture frame. Is there a possibilty to set the background of blog page into simple white, to avoid that problem? The other pages should stay with the chosen background, just blog page should get a white background.
Thank you very much!!
milatch
Topic: Changing Size of Text
Hello again,
Thanks for all your help!
How do I change the SIZE of the text on the body of my site? I see under Theme Options > Styling that I can change the font itself, but where can I make it bigger/smaller?
Cheers.
