Forum Replies Created
-
AuthorPosts
-
Hi Fabiana,
It is border of Quote title. It appears when you post in Quote post type.
Regards,
Yigit
Hi,
Please try adding following code to Quick CSS
#top .gallery .gallery-item { margin: 10px; }
Regards,
Yigit
Hi,
You can try uploading via FTP. For a quick guide on installing a theme take a look at this video
http://vimeo.com/channels/aviathemes/64927356
If it does not work, you should contact your hosting company and ask them to increase your upload limit
Regards,
Yigit
Hi Fabiana,
I am not sure if i understood which red bar you are talking about. Can you post a screenshot and show it?
Regards,
Yigit
September 11, 2013 at 8:19 pm in reply to: Change global colour of Headings 1, 2, and 3. How do I do it? #140715Hi,
You can add this code to Quick CSS in Enfold theme options under Styling for main h1,h2 and h3
.main_color h1, .main_color h2, .main_color h3 { color: red!important; }
and for alternate h1,h2 and h3, please add
.alternate_color h1, .alternate_color h2, .alternate_color h3 { color:red!important; }
Regards,
Yigit
Hi,
As mentioned in this post https://kriesi.at/support/topic/enfold-feature-requests “Method of adding custom icon fonts to the template builder (which allows you to add custom icons like youtube, xing etc)” will be added in upcoming version :)
Regards,
Yigit
Hi,
Please update Enfold to version 2.1 and WordPress to 3.6. And please note that Enfold is not compatible with IE 7.
Regards,
Yigit
Hi,
Please update Enfold to version 2.1 and WordPress to 3.6. You are currently using Enfold version 1.7.1. After updating the theme issue should be solved. Let us know if it remains.
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/67209750
Regards,
Yigit
Hi,
1) What is the setting for “Front page displays..” in Settings > Reading?
2) We need to see website live with that header type to inspect and find a solution :)
4) You can find footer options in Enfold theme options under Footer and you can set widgets in Appearance > Widgets
5) While adding widgets you can change their titles.
Regards,
Yigit
Hi,
Can you please create a temporary admin login and send to me on
Regards,
Yigit- This reply was modified 8 years, 6 months ago by Yigit.
September 11, 2013 at 2:15 pm in reply to: Icons and arrows not displaying properly in firefox and IE #140649September 11, 2013 at 2:08 pm in reply to: Update Problem: Accordeon, Initial open doesn't work anymore?! #140580Hi,
Pease see this topic https://kriesi.at/support/topic/accordion-since-enfold-21-update-accordion-initial-open-item-is-not-working#post-139264
Regards,
Yigit
September 11, 2013 at 1:36 pm in reply to: Remove 'You may use these HTML tags and attributes' #140668Hi,
Please add following code to Quick CSS in Enfold theme options under Styling
p.form-allowed-tags { display:none; }
Regards,
Yigit
September 11, 2013 at 12:48 pm in reply to: Incarnation – Insert an Image in a page in the space top of normal box #140270Hi Andy,
Can you please post screenshots showing changes you would like to do? You can use http://imgur.com/
Regards,
Yigit
September 11, 2013 at 11:59 am in reply to: Fullscreen easy slider in IE8 background out of proportion #140263Hi DavyE :)
As i see this post was tagged for Kriesi’s personal queue. In the meantime you can try adding a proportional slider image
Regards,
Yigit
Hi,
Please take a look at WooCommerce’s documentation http://docs.woothemes.com/document/add-a-custom-currency-symbol/
Regards,
Yigit
Hi,
You can go to Footer in Enfold theme options and choose 2 in Footer Columns then in Appearance > Widgets you can add desired widgets to Footer – column 1 and Footer – column 2
Regards,
Yigit
Hi,
Please add following code to Quick CSS
li:hover .avia-menu-fx { display: none; }
.main_menu .menu ul { margin-top: -32px; }
It will remove the green line. I can place that green line over breadcrumb section but then it will move over menu when menu shrinks.
Regards,
Yigit
September 11, 2013 at 10:52 am in reply to: Problem displaying theme in IE – Only certain versions #140303Hi,
It works fine on my computer as well. Only logo looks stretched and you can fixed it by adding following code to Quick CSS in Enfold theme options under Styling
.logo img { width: 260px; height: 60px; }
Regards,
Yigit
Hi,
Please add following code to Quick CSS in Enfold theme options under Styling
div.main_menu { right: 34.5%; top: 57%; }
strong.logo { left: 45.9%; }
#header_main { padding-bottom: 34px; }
.fixed_header.social_header #main { padding-top: 181px; }
.current-menu-item>a>.avia-menu-fx { display: none;}
Regards,
Yigit
Hi Andy,
Please try adding following code to Quick CSS in Enfold theme options under Styling
#socket { z-index: 999!important; }
Regards,
Yigit
September 11, 2013 at 9:04 am in reply to: Iconlist in sidebar widget – resize probs in responsive mode #140243Hi Katharina,
Can you try adding !important to each class
@media only screen and (min-width: 767px) and (max-width: 989px) { .avia-icon-list .iconlist_content_wrap { overflow: none!important; text-align: center!important; }
.avia-icon-list .iconlist-timeline { left: 65px!important; }
.main_color .avia-icon-list .iconlist_icon { left: 32px!important; } }
Regards,
Yigit
Hi,
1) You can go to Appearance > Menus and delete one of Home menu item
2) As i see you have changed Header type so there is no such problem
3) In your WordPress theme directory you should go to Enfold folder and open Footer.php file and find following code in line 96
<span class='copyright'><?php echo $copyright . $kriesi_at_backlink; ?></span>
and change it to
<span class='copyright'><?php echo $copyright; ?></span>
4) Can you post a screenshot showing the changes you would like to do? You can use http://imgur.com/
5) You can download Spanish files from this topic https://kriesi.at/support/topic/please-contribute-and-translate-enfold
Then you should open wp-config.php file in your WordPress installation and find following code
define('WPLANG', '');
and change it to
define('WPLANG', 'es_ES');
6) You should reload the page when you rotate or change slide to make slider adopt current screen size.
Regards,
Yigit
-
AuthorPosts