Forum Replies Created
-
AuthorPosts
-
Hi!
Do you mind creating a temporary admin login and posting it here privately so we can take a look? Make sure to check “Set as private reply (Only you and moderators will see the content of this post)” above Submit button
Best regards,
YigitHi!
Please try adding following code to Quick CSS in Enfold theme options under Styling tab and adjust as desired
tr.avia-heading-row { background-color: red!important; } .main_color tr:nth-child(odd) { background-color: orange; }
Cheers!
YigitHi!
Do you mind creating a temporary admin login and posting it here privately? Make sure to check ” Set as private reply (Only you and moderators will see the content of this post)” above Submit button
Cheers!
YigitHi castwork!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.main_color .grid-content { background-color: transparent; }
Nice website by the way :)
Best regards,
YigitHey!
You can upload your screenshots on imgur.com or Dropbox and post links here
Regards,
YigitHi!
You should go to enfold\includes folder and open open loop-index.php file. Then search for
if ( get_comments_number()
It is the starting of the first line as shown here http://i.imgur.com/G12RLk5.jpg
so you should replaceif ( get_comments_number() != "0" || comments_open() ){ echo "<span class='comment-container minor-meta'>"; comments_popup_link( "0 ".__('Comments','avia_framework'), "1 ".__('Comment' ,'avia_framework'), "% ".__('Comments','avia_framework'),'comments-link', "".__('Comments Disabled','avia_framework')); echo "</span>"; echo "<span class='text-sep text-sep-comment'>/</span>"; }
with following
//if ( get_comments_number() != "0" || comments_open() ){ //echo "<span class='comment-container minor-meta'>"; //comments_popup_link( "0 ".__('Comments','avia_framework'), // "1 ".__('Comment' ,'avia_framework'), // "% ".__('Comments','avia_framework'),'comments-link', // "".__('Comments Disabled','avia_framework')); //echo "</span>"; //echo "<span class='text-sep text-sep-comment'>/</span>"; //}
Regards,
YigitHi!
Screenshot i posted was also from Chrome on Win7. I just logged in and changed the color in header meta. Please review your website now
Regards,
YigitHi catvine!
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 = 200,
200 here represents 200pixels. You can change the value so the header size would be the half of it when scrolled
Best regards,
YigitHi!
Cart icons are visible on my end http://i.imgur.com/AwxwVn6.jpg and http://i.imgur.com/TyL3kjk.jpg
Which browser are you using?Regards,
YigitHey!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.tagsy-container .tagsy-box .tagsy-name-group { padding: 0px 6px; }
Best regards,
YigitHey!
You can download this file and add it to Enfold/lang folder and change it with existing Swedish files. This only has strings in English https://dl.dropboxusercontent.com/u/14975671/sv_SE.zip
And seems like you figured out to display excerpt on blog post :)Regards,
YigitHi!
I have never used WordPress in any language other than English so i am not 100% sure but please go to Tools > Localization and check the strings in WordPress
Best regards,
YigitNovember 13, 2013 at 8:48 pm in reply to: How to add border and adjust border color on Avia Layout Elements? #187975Hi miketran!
You can try adding following code to Quick CSS in Enfold theme options under Styling tab and adjusting it as desired
div .flex_column { border: solid 2px #e1e1e1; padding: 10px; }
Regards,
YigitHey Glyphism!
Please try adding following code to Quick CSS in Enfold theme options under Styling tab and adjust as desired
h3 a { color: red!important; } h3 a:hover { color: orange!important; }
You can apply it to other heading elements this way
Best regards,
YigitHi fjrichart!
Please go to Appearance > Editor and open Header.php file and find the line that starts with
if($phone) echo
Right under it you can add icons and text as following
echo "<div class='your-class'>Your text</div>";
Best regards,
YigitNovember 13, 2013 at 8:20 pm in reply to: css changed my header color where all the menus are in to white. i dont know #187946Hey!
Please try following code to change font number
.social_header .phone-info { color: orange!important; font-size: 20px!important; }
and following for your logo
.logo img { padding: 20px 0 0 0; } .header-scrolled .logo img { padding: 5px 0; }
Best regards,
YigitHey!
You are welcome! Added one more code to the bottom of Style.css file and that fixed it. Make sure to flush browser cache and refresh your page a few times. Let us know if you have any other questions or issues :)
Cheers!
YigitNovember 13, 2013 at 8:09 pm in reply to: logo size different in safari and firefox. How to make it standard? #187933Hi!
Please logout from WordPress dashboard then flush browser cache and then check your website. You can find custom CSS code i added in Quick CSS section. This is how it looks on my end now http://www.screenr.com/DiJH ( Please right click and open in new tab to see the screencast ).
Cheers!
YigitHey marcuscent!
You can try adding following code to Quick CSS in Enfold theme options under Styling tab
.page-id-1108 #top form { background-color: #f2f2f2; padding: 0 10px; }
It should look like this http://i.imgur.com/YLeczZF.jpg
Cheers!
YigitHi!
Please try adding following code to Quick CSS as well
#layer_slider_1 { height: auto!important; }
Best regards,
YigitNovember 13, 2013 at 6:21 pm in reply to: missing tabs "font" and "background" in styling section #187885Hi!
Please see this video tutorial on using developer tool on Chrome http://www.youtube.com/watch?v=dNsM2PUkZ1g
You can do the same on Firefox as well :)Best regards,
YigitNovember 13, 2013 at 6:14 pm in reply to: How to align Caption Title/Text to the right for Easy Slider images #187882Hi!
You can add following code to Quick CSS in Enfold theme options under Styling tab and adjust as desired
.avia-caption { left: 30%; }
Regards,
YigitHey!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.avia-icon-list .iconlist_icon { color: black; } .main_color .avia-icon-list .iconlist_icon { background-color: transparent; border: none; }
Best regards,
YigitNovember 13, 2013 at 5:43 pm in reply to: missing tabs "font" and "background" in styling section #187863Hi!
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. #187836 -
AuthorPosts