Forum Replies Created
-
AuthorPosts
-
November 13, 2013 at 5:43 pm in reply to: missing tabs "font" and "background" in styling section #187863
Hi!
It is a Tabs Element. You can add it under Content elements in Avia Layout Builder and configure as shown here http://i.imgur.com/aPlYuD6.jpg
Regards,
YigitNovember 13, 2013 at 5:17 pm in reply to: missing tabs "font" and "background" in styling section #187846Hey!
1) Please add following code to Quick CSS as well to increase the font size of main menu
.main_menu ul:first-child > li > a { font-size: 20px; }2) You cannot create a dropdown menu in sidebar but you can create something like http://kriesi.at/themes/enfold/pages/contact/
You can assign parent page to your sub menu items and it will be created
3) You can add [nolink] in Enfold theme options > Footer > Copyright section to remove “Enfold Theme by Kriesi”
4).template-page .entry-content-wrapper h1, .template-page .entry-content-wrapper h2 { text-transform: none; }5) Please post the link to your page where you have Dropcaps
6) This code here should increase the font in contentbody { font-size: 16px!important; }Regards, YigitHi segalmedia!
No, we cannot :) Please post the link to your page when you publish it.
Regards,
YigitHey bergzohar!
Can you elaborate? On which elements exactly you would like to edit font styles?
Cheers!
YigitHi!
I have updated the code in my previous post. Please try replacing it and flush browser cache after applying css code
Regards,
YigitNovember 13, 2013 at 4:59 pm in reply to: Move the Page title and Breadcrumb under Revolution / Layer slider. #187836Hey!
You can add following code to Quick CSS in Enfold theme options under Styling tab if you would like to remove breadcrumbs bar on that page
.page-id-2449 .title_container { display: none; }Regards,
YigitNovember 13, 2013 at 4:56 pm in reply to: logo size different in safari and firefox. How to make it standard? #187834Hi Delphine!
Do you mind creating a temporary admin login and posting it here privately so we can take a look at it? Make sure to check “Set as private reply (Only you and moderators will see the content of this post)” above Submit button
Regards,
YigitHey!
You can go to Enfold theme options and save settings then flush browser cache and refresh your page a few times and that should do the trick. Let us know if you have any other questions.
Regards,
YigitHey Willem-Paul!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.gform_wrapper .gform_footer { float: right!important; padding: 0px 0 5px 0!important; margin: -5px 0 0 0!important; }Regards,
Yigit-
This reply was modified 12 years, 5 months ago by
Yigit.
November 13, 2013 at 4:47 pm in reply to: Photo Galleries not loading… thumbnails are greyed out ENFOLD #187827Hi!
Please go to wp-content\themes\enfold\js to find shortcodes.js file
Cheers!
YigitNovember 13, 2013 at 4:45 pm in reply to: getting rid of the grey background with my preview images #187824Hey kjlietz!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.main_color .small-preview { background: transparent; color: #8D8D8D; }Best regards,
YigitHey!
Please try adding following code to Quick CSS in Enfold theme options under Styling tab
.avia_transform .avia-gallery-thumb img:hover { opacity: 1!important; }Regards,
YigitHi!
Glad to hear that :) Let us know if you have any other questions or issues.
Regards,
YigitHi net-guru!
You can add following code to Quick CSS in Enfold theme options under Styling tab
.template-page .entry-content-wrapper h1, .template-page .entry-content-wrapper h2 { text-transform: none; }Best regards,
YigitHey!
Please add following code to Quick CSS
@media only screen and (max-width: 989px) and (min-width: 768px) { .responsive .mobile_menu_tablet .main_menu { display: block!important; } }Regards,
YigitNovember 13, 2013 at 3:52 pm in reply to: missing tabs "font" and "background" in styling section #187791Hey!
Please point out the elements you would like to increase font-size so we can provide you custom css code that you can add to Quick CSS in Enfold theme options under Styling tab, such as
p { font-size: 16px; }Best regards,
YigitHey!
Glad you figured it out! Let us know if you have any other questions
Best regards,
YigitHi!
You can try adding following code to Quick CSS in Enfold theme options under Styling tab
#header_main { height: 300px; } .logo, .logo a, .logo img { width: 300px!important; height: 300px!important; max-width: 300px!important; }Regards,
YigitHi TheProductionHouseEvents!
Please try adding following code to Quick CSS in Enfold theme options under Styling tab
.sub_menu>ul>li>a { background-color: white; }Cheers!
Yigit-
This reply was modified 12 years, 5 months ago by
Yigit.
Hey!
I just checked your website on my iphone 4 and sub-menu does not overlap menu. Can you post a screenshot?
Please try adding following code to Quick CSS@media only screen and (max-width: 480px) { .page-id-2528 .sub_menu { display: block; } .sub_menu { display: none; } }Best regards,
YigitHey td20!
Can you post the link to that particular page which is not fullwidth?
Cheers!
YigitHey!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.page-id-35 .avia-content-slider { margin: -10px 0 0 0; }Cheers!
YigitHey kooop!
Are you adding the code in Text tab? Can you add your code here http://snipt.org/ and post the link here so we can check?
Best regards,
YigitNovember 13, 2013 at 2:23 pm in reply to: fixed header – 1px border added left+right, it became 2px wider #187748Hi!
You are welcome. This is the only work-around i can think of, if you want to add borders to header. Let us know if you have any other questions or issues.
Cheers!
YigitHi!
1) Please go to wp-content\themes\enfold\js folder and open avia.js file and find
el_height = $(elements).filter(':first').height(),and change it to
el_height = 120,120 here represents 120pixels. Then add following code to Quick CSS in Enfold theme options under Styling tab
.fixed_header #main { padding-top: 120px; }2) In WordPress dashboard, go to Appearance > Editor and open Header.php file and find
wp_nav_menu($args); echo '</nav>';and add following line right under it
echo "<div class='phoneno'>tel</div>";then add following code to Quick CSS in Enfold theme options under Styling tab
.phoneno { float: right; font-size: 20px; margin-top: -25px; }Cheers!
YigitHey convitando!
Please add following code to Quick CSS in Enfold theme options under Styling tab
#top .avia-post-nav { background: #333; opacity: 0.7; } #top .title_container .container { padding: 5px 0; min-height: 46px; } .content { padding-top: 25px; }Cheers!
YigitNovember 13, 2013 at 1:57 pm in reply to: Gallery with 4 columns of thumbnails flush together. #187736Hey JaredBurnett!
You can add Gallery element under Media elements in Avia Layout Builder and add following code to Quick CSS in Enfold theme options under Styling tab to remove borders and padding
#top div .avia-gallery img { border-style: none; padding: 0px; }And this css code to increase opacity and remove animation
.avia_transform .avia-gallery-thumb img { opacity: 1; } .avia_transform .avia-gallery-thumb img.avia_start_animation { -webkit-animation: none; -moz-animation: none; -o-animation: none; animation: none; }Regards,
Yigit -
This reply was modified 12 years, 5 months ago by
-
AuthorPosts
