Forum Replies Created
-
AuthorPosts
-
Hey!
I thought the issue was how it is being outputted. In that case, you can create your page layout and add custom to your page at last. I cannot think of anything else
Cheers!
YigitHey!
Please try adding !important to force it so it should be
.home .slide-meta-comments,.home .slide-meta-del { display: none!important; }Please browser cache after applying the code and refresh your page a few times. It does work on my installation
Best regards,
YigitHey!
Please try adding the code i posted above to Custom.css file inside wp-content\themes\enfold\css folder. CSS added in Quick CSS section is not being applied for some reason. You can try deactivating the plugins if adding to custom.css file does not work either.
Best regards,
YigitHey!
Please try to deactivate all active plugins and check if that helps. There may be a conflict with a plugin.
Best regards,
YigitHi!
This is how it looks on my end http://i.imgur.com/V5TXiy8.jpg
I zoomed out to have the whole form in screenshot. It only breaks Avia Layout Builder :)Regards,
YigitHey!
Please try adding following code to Quick CSS in Enfold theme options under Styling tab
.home .slide-meta-comments,.home .slide-meta-del { display: none; }Cheers!
YigitHi!
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) echoRight 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,
Yigit -
AuthorPosts
