-
AuthorSearch Results
-
March 5, 2014 at 9:51 pm #232959
In reply to: Logo all the way to the left of the screen.
Hi Diederik!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.main_menu, div .logo { position: fixed; }Best regards,
YigitMarch 5, 2014 at 9:48 pm #232956Hey ulrici!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.blog .title_container { display: none; }Cheers!
YigitMarch 5, 2014 at 9:47 pm #232952In reply to: Enfold Feature Requests
This reply has been marked as private.March 5, 2014 at 9:42 pm #232946In reply to: Woocommerce title font for product category widget
Hi miso00!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.widget_product_categories .widgettitle { font-size: 18px; font-weight: bold; }Best regards,
YigitMarch 5, 2014 at 9:39 pm #232940In reply to: Easy Slider problem on mobile
Hi Shabnam83!
Please add following code to Quick CSS in Enfold theme options under Styling tab to hide the caption on mobile
@media only screen and (max-width: 480px) { .avia-caption { display: none; }}Regards,
YigitMarch 5, 2014 at 9:20 pm #232930In reply to: After Update: In firefox 26 font face broken
Hi,
What I have done to solve the Problem with font face:1. I tried to deaktivate alllplug-ins.
2. and added to .htacess:
AddType application/vnd.ms-fontobject .eot
AddType font/ttf .ttf
AddType font/otf .otf
AddType application/x-font-woff woff
<FilesMatch “\.(ttf|ttc|otf|eot|woff|font.css)$”><IfModule mod_headers.c>
Header set Access-Control-Allow-Origin “*”
</IfModule>
</FilesMatch>3. and to child css:
@font-face {
font-family: ‘entypo-fontello’; font-weight: normal; font-style: normal;
src: url(‘http://medientanz.de/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/fonts/entypo-fontello.eot?v=2’);
src: url(‘http://medientanz.de/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/fonts/entypo-fontello.eot?v=2#iefix’) format(’embedded-opentype’),
src: url(‘http://medientanz.de/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/fonts/entypo-fontello.woff?v=2’) format(‘woff’),
src: url(‘http://medientanz.de/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/fonts/entypo-fontello.ttf?v=2’) format(‘truetype’),
src: url(‘http://medientanz.de/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/fonts/entypo-fontello.svg?v=2#entypo-fontello’) format(‘svg’);
}No effect! Font face fonts still broken
fonts are broken in firefox and in iexplorer (with chinese symbols!!!!),
Chrome and Safari are OK!4. And I have done a little test: I uploaded an own fontello font zip: This own font is working in all browsers!
but i need the working font face fonts! (search button etc)
And again: With the older version, 2.50 there was no problem with font-face.
Is there a theme update in the pipeline to solve that problem?Thanks! Thomas
March 5, 2014 at 9:20 pm #232929In reply to: changing color on tab line & links
Hi solveigmalvik!
1- Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as needed
.tab_content, .js_active .tab { border-color: #c63d36!important; }2-
.main_color a, .alternate_color a { color: red; }</codeRegards,
YigitMarch 5, 2014 at 9:09 pm #232923In reply to: How get product images same size?
I am also having the same issue. I assume this is because the WooCommerce Product Image Sizes need to be adjusted for the theme’s CSS settings.
The defaults are as follows:
Catalog Images: 450 x 450
Single Product Images: 450 x 999
Product Thumbnails: 120 x 120Is there a recommended setting for the Enfold theme? Also I have read that they may need to be adjusted to account for Retina display.
March 5, 2014 at 9:04 pm #232920Hey!
As Ismael mentioned, you should add it in Enfold theme options http://i.imgur.com/ZP57LLG.jpg
Best regards,
YigitMarch 5, 2014 at 8:44 pm #232910In reply to: Enfold Menu Size and Font
Hey!
Please add following code to Quick CSS as well and change the font family to the one you would like to use
.main_menu ul:first-child > li > a { font-family: 'Merriweather', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif; }Regards,
YigitMarch 5, 2014 at 8:29 pm #232904In reply to: Enfold Menu Size and Font
many many thanks for the quick reply.
The code you sent change the size but how can I change the font?
March 5, 2014 at 8:24 pm #232902In reply to: Enfold Menu Size and Font
Hey seomartin!
Please see – http://kriesi.at/documentation/enfold/change-the-main-menu-color/
And add following code to Quick CSS in Enfold theme options under Styling tab and adjust as needed.main_menu ul:first-child > li > a { font-size: 18px; }Best regards,
YigitMarch 5, 2014 at 8:21 pm #232900Topic: Enfold Menu Size and Font
in forum Enfoldseomartin
ParticipantWhats the best way to change menu size, color and font color?
March 5, 2014 at 8:21 pm #232899In reply to: Spaces in portfolio page
Hey!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.pricing-table { margin: 0; }Cheers!
YigitMarch 5, 2014 at 8:14 pm #232896In reply to: Main Menu Border and font CSS
Hey jliamgrist!
Can you post a screenshot and show how you would like main menu to look?
Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as needed.main_menu ul:first-child > li > a { font-family: 'Merriweather', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif; }Cheers!
YigitMarch 5, 2014 at 8:12 pm #232895In reply to: Better font for Enfold website.
Hi Miguel,
Check out this tool: typewonder. It lets you instantly preview your website with different google fonts, without actually changing anything. I ran it on your site and it’s obviously just my opinion, but I kinds of liked these three fonts: viga, droid sans,and varela.
-Tali
March 5, 2014 at 8:07 pm #232894Links to vimeo…that is.
March 5, 2014 at 8:03 pm #232891Topic: LInks to Vimeo not working on home page of Enfold theme
in forum Enfoldfgrippe
ParticipantAny idea why this would happen. I can create a link to any other social page…
Thx in advance.March 5, 2014 at 8:01 pm #232890I have add this installed. I didn’t know that I would use it for that.
Thx as usual.
March 5, 2014 at 7:46 pm #232887In reply to: Color picker not working
Hi!
Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as needed
.alternate_color .breadcrumb, .alternate_color .breadcrumb a, #top .alternate_color.title_container .main-title a { color: red; }Can you post the link to your website and point out the color section so we can take a look?
Regards,
YigitMarch 5, 2014 at 7:35 pm #232883In reply to: 404 Error on Mobile Site Pages
Hi!
Are you using any plugin like Jetpack to display a different theme on mobile? I have just checked your website on my iphone 4 and it does not display mobile version of Enfold
Best regards,
YigitMarch 5, 2014 at 6:37 pm #232855In reply to: Layout makes "jump".
This reply has been marked as private.March 5, 2014 at 6:35 pm #232853In reply to: Can't Install ENFOLD theme
Hey!
Yeah, you can also upload the enfold.zip via the Dashboard (Themes > Add new) but you said that method wasn’t working, that’s why we suggested the FTP method.
Regards,
JosueMarch 5, 2014 at 6:24 pm #232849Topic: Styling- have tried everything in support for font changes
in forum Enfoldckosheff
ParticipantI can get other styling options to work, but not font changes of any kind. I have checked permissions of the enfold css file on my server, contacted Bluehost to see if I have any caching switched on, deleted all of my plugins, emptied my browser cache a million times but fonts don’t change anywhere on my site except in the styling preview window.
March 5, 2014 at 6:21 pm #232845In reply to: Enfold keeps adding breaks
This reply has been marked as private.March 5, 2014 at 6:18 pm #232843In reply to: Picture overlaping
Hi!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.title_container { border-bottom: 1px solid #e1e1e1; } .avia-shadow { box-shadow: none; }Regards,
YigitMarch 5, 2014 at 5:59 pm #232830In reply to: Remove link from thumbnails in Portfolio Gallery
Hi! I just wanted to say I am new to Enfold and I wanted this same functionality and your edits work brilliantly Yigit. This is a great forum topic, thank you!
I feel as if this topic should be highlighted as I imagine there are many users (for example the user who posted item #227928 on forum) who probably would like the gallery with thumbnails to perform without the full lightbox opening up on mobile browsers / ipads / etc. rather they would prefer to have the image appear in the “fake” lightbox window when you click on thumbnail.
Thanks for listening!
LindaMarch 5, 2014 at 5:55 pm #232825In reply to: Icon animation buggy in Enfold 2.5.4
Hey shelteredinsound!
Please try re-updating the theme via FTP and make sure to overwrite JavaScript files
For a quick guide on updating your theme take a look at this video on updating the Enfold theme via FTP: https://vimeo.com/channels/aviathemes/67209750Cheers!
YigitMarch 5, 2014 at 5:54 pm #232824In reply to: FullWidth video background not working
thanks sir.
but my problem is i cant download from themeforest anymore i think its an error or something, it says i have reached the maximum download of enfold thats why they disabled it. i tried updating the theme thru the admin settings but it keeps saying No Updates available. You are running the latest version! Great!. is there any other way to download it?
March 5, 2014 at 5:50 pm #232821In reply to: Fullwidth Easy Slider Static Height
-
AuthorSearch Results
Viewing 30 results - 227,191 through 227,220 (of 244,356 total)
-
Search Results
-
Topic: Enfold Menu Size and Font
Any idea why this would happen. I can create a link to any other social page…
Thx in advance.I can get other styling options to work, but not font changes of any kind. I have checked permissions of the enfold css file on my server, contacted Bluehost to see if I have any caching switched on, deleted all of my plugins, emptied my browser cache a million times but fonts don’t change anywhere on my site except in the styling preview window.
