Forum Replies Created
-
AuthorPosts
-
Hi,
Could you post a screenshot showing which item you would like to have less padding? if you would like to edit for all items then there will be so many CSS codes and it may break the layout
Regards,
Yigit
Hi,
If that is the case you can use
body { text-transform: capitalize!important; }
it will capitalize first characters
Regards,
Yigit
September 13, 2013 at 11:16 am in reply to: How Can I Put the Navigation Menu Under the logo #140844Hi,
Please change this code
div.main_menu { right: 90%; top: 57%; }
to this one
div.main_menu { left: -1%; top: 57%; }
Regards,
Yigit
Hi,
Please see this topic https://kriesi.at/support/topic/change-i-change-portfolio-items-order
Regards,
Yigit
Hi,
Please try adding following code to Quick CSS in Enfold theme options under Styling
body { text-transform:lowercase!important; }
Regards,
Yigit
September 12, 2013 at 10:16 pm in reply to: Lost the advanced page template editor after updating WordPress #140993Hi Ben,
Please see this topic https://kriesi.at/support/topic/advanced-layout-editor-dissappeared-please-help and let us know if it does not help
Regards,
Yigit
Hi,
Please add following code to Quick CSS in Enfold theme options under Styling
body { font-size: 18px!important; }
Regards,
Yigit
Hi,
In your WordPress directory please go to Enfold > Js and open Shortcodes.js and search for “Iconlist shortcode javascript” ( should be in line 605 ) and comment out or delete all the code untill “Section Link Main Menu controler for one page sites”.
Then add following code to Quick CSS in Enfold theme options under Styling
.avia_transform .avia-icon-list .iconlist_icon { opacity: 1!important; -webkit-transform: scale(1)!important; transform: scale(1)!important;
-ms-transform: scale(1)!important; }I’m not sure if this is the best way to do it but does the trick.
Regards,
Yigit
Hi Andreas,
Please add following code to Quick CSS in Enfold theme options under Styling
#top .thumbnail_container img { margin: 0 auto!important; width: 170px; height: 257px; }
Regards,
Yigit
Hi,
Not through wp-include but you should go to wp-content > themes > Enfold > Includes > Admin and register-admin-options.php file is there
Regards,
Yigit
Hi,
In your WordPress theme directory please go to Enfold and open Search.php file and search for “bellow” and change it.
Regards,
Yigit
Hi,
In your WordPress theme directory please go to Enfold > Js and open Avia.js file and find following code
if(st < el_height/2)
{
newH = el_height - st;
header.removeClass('header-scrolled');
}
else
{
newH = el_height/2;
header.addClass('header-scrolled');
}and change it to
if(st < el_height)
{
newH = el_height - st;
header.removeClass('header-scrolled');
}
else
{
newH = el_height;
header.addClass('header-scrolled');
}Regards,
Yigit
Hi,
Please try adding following code to Quick CSS in Enfold theme options under Styling
body#top.page-id-2627.content { padding-top: 30px; }
.page-id-2627 div.avia_textblock {margin-left: -30px;}
Regards,
Yigit
Hi,
Please add following code to Quick CSS in Enfold theme options
.grid-image img { height: 154px!important; }
Regards,
Yigit
Hi,
In your WordPress theme directory please go to Enfold folder and open Header.php and find following code in line 171
do_action('ava_after_main_menu');
?>and right under it paste your code like
<?php echo "<iframe class='facebk' src='....'></iframe>"; ?>
do not forget to change all ” to ‘ inside your iframe code. You can use iframe.facebk class to style your button
Regards,
Yigit
September 12, 2013 at 11:27 am in reply to: Menu link to section ID loses menu in responsive mode #140814Hi Mike,
I just checked your site on iPhone and menu works on my end in both portrait and landscape mode
Regards,
Yigit
Hi,
Please add following code to Quick CSS
.av-special-heading h1, .av-special-heading h2, .av-special-heading h3, .av-special-heading h4, .av-special-heading h5, .av-special-heading h6 { color: red !important; }
.meta-heading h1, .meta-heading h2, .meta-heading h3, .meta-heading h4, .meta-heading h5, .meta-heading h6 { color: green !important; }
Regards,
Yigit
September 12, 2013 at 11:10 am in reply to: How Can I Put the Navigation Menu Under the logo #140842Hi,
Please see this topic https://kriesi.at/support/topic/menu-with-logo-above-content
You just need to adjust percentage of right and left for logo and main menu to center them
Regards,
Yigit
Hi,
Please add following code to Quick CSS in Enfold theme options under Styling
.pricing-table>li { border-top-style: none; border-bottom-style: solid!important;
border-bottom-width: 1px; }
Regards,
Yigit
Hi,
This is really weird as rest of users had no problem downloading version 2.1 from ThemeForest and installing it. I will tag Kriesi
Regards,
Yigit
Hi Mahmut,
I have tagged rest of the team already. This post was added to their personal queue.
I am not having the same issue on my screen http://i.imgur.com/ZcvvbId.jpg
What is your screen size? You can try uploading an image larger than your screens width.
Regards,
Yigit
Hi,
As of 5th of September you should be able to download version 2.1 from ThemeForest. Please login with the account you have purchased Enfold with and go to Downloads and download Enfold.
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,
Please update Enfold to version 2.1 and WordPress to 3.6 and problem should be solved. You are currently using Enfold version 2.0
Let us know if issue remains
Regards,
Yigit
September 12, 2013 at 7:10 am in reply to: Change global colour of Headings 1, 2, and 3. How do I do it? #140719Hi,
You should copy/paste as is and only change “red” to your desired color
Regards,
Yigit
-
AuthorPosts