Hi mattmorse!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.post-meta-infos { display: none; }
Cheers!
Yigit
Hey!
Please choose to display Single Author, Small Preview Pic in Enfold theme options > General Settings and add following code to Quick CSS in Enfold theme options under Styling tab
.blog .sidebar { display: none!important; }
.blog .container .nine.units {
width: 100%;
}
.blog .content {
border-right-style: none; }
Best regards,
Yigit
This reply has been marked as private.
Yes, see link http://pixlengine.com/footer-widget-enfold.jpg … it is last column called ‘Events’.
I just purchase last week has there been update to widgets since then? thanks.
Hey!
Please add following code to Quick CSS in Enfold theme options under Styling tab
@media only screen and (max-width: 480px) {
.page-id-7165 #av_section_2 { display: none; }}
Regards,
Yigit
Hey empulse!
No, you can use Section ID to specify a custom ID for that section ( please see http://kriesi.at/documentation/enfold/add-anchors-to-your-page-for-single-page-navigation/ )
But it is as easy as adding your code to Quick CSS in Enfold theme options under Styling tab
span.av-masonry-date { display: none; }
Best regards,
Yigit
Hi COLORIT!
Please add following code to Quick CSS in Enfold theme options under Styling tab
#top .no_margin.av_one_fourth {
padding-right: 20px;
}
Cheers!
Yigit
Hi,
I would like to use the sortable Ajax portfolio with 4 columns (http://kriesi.at/themes/enfold/portfolio/portfolio-ajax/) – but I would like to have a space/margin of 20 pixels between the items/rows.
How can I do this, without destroying the layout/design (–> Ajax window)?
Thanks.
Hi,
Can you post the link to your website please?
Regards,
Josue
Hi TravisKempers!
You can use this plugin to translate it http://wordpress.org/plugins/codestyling-localization/
Cheers!
Yigit
Hey neverenough!
Please add following code to Quick CSS in Enfold theme options under Styling tab
1-
post-meta-infos { display: none; }
If that does not work, please post the link to your website
2- Can you please elaborate? I am not sure if i understood you clearly
3- Please go to Enfold theme options > General Settings and choose Single Author, Big Preview Pic in Blog Style
Best regards,
Yigit
Hey claireremington!
Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as needed
.js_active .top_tab .tab { padding-left: 30px; padding-right: 30px; }
Regards,
Yigit
Hey!
Please try re-installating the theme via FTP and check if that helps. I can see Chinese characters on your website
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
Cheers!
Yigit
Hi GarajeGrafico!
You can remove logo using following code in Quick CSS section in Enfold theme options under Styling tab
div .logo { display: none; }
But you are going to need to hire a freelance developer on Microlancer or Codeable for that kind of customization as it is beyond the scope of support we can provide. You can also request quote here.
Best regards,
Yigit
Hey Eleina_Shinn!
Please add following code to Quick CSS in Enfold theme options under Styling tab
1-
.fixed_header.social_header #main {
padding-top: 212px;
}
2-
div .logo { left: 35%; }
3- Can you post a screenshot and show the changes you would like to make? I am not sure if i understood you clearly
Cheers!
Yigit
Hey mhiller!
Please add following code to Quick CSS in Enfold theme options under Styling tab
@media only screen and (max-width: 480px) {
.logo img { max-width: 200px!important; }}
Regards,
Yigit
@Pako69
Which plugin are you using on this site http://www.augmented-banking.com/ for the share buttons on the right side? It looks very clean and beautiful!
Hi ianstudio!
Please add following code to Quick CSS in Enfold theme options under Styling tab
#top .avia_ajax_form input[type="checkbox"] { z-index: 2; }
Cheers!
Yigit
Hey!
Please add following code to Quick CSS in Enfold theme options under Styling tab
@media only screen and (max-with: 480px) and (min-width: 1340px) {
.avia-testimonial-meta { margin-left: 140px;
clear: both; }}
Best regards,
Yigit
My mistake, it should be:
#top.tax-product_cat .product-sorting {display:none;}
Hey!
Please try adding following code to Quick CSS
.woocommerce .product-sorting {
display: none;
}
Best regards,
Yigit
Hey spirit1977!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.blog-tags { display: none; }
Regards,
Yigit
Hey kennyleung!
You can translate your websiteusing this plugin http://wordpress.org/plugins/codestyling-localization/
and please add following code to Quick CSS in Enfold theme options under Styling tab to remove /by admin
.blog-author, .text-sep-cat { display: none; }
Cheers!
Yigit
Hi sergeesteves!
You can add following code to Quick CSS in Enfold theme options under Styling tab to make the whole header section fixed
#header { position: fixed; }
#main { padding-top: 156px; }
To make only menu section fixed, you are going to need to hire a freelance developer on Microlancer or Codeable for that kind of customization as it is beyond the scope of support we can provide. You can also request quote here.
Regards,
Yigit
Just for anyone visiting this later on and for clarity the theme uses get_template_part for grabbing code when needed. For the post formats its just easier and Keeps It Simple by having them all in one file where they can be edited quickly and easily. Instead of having half a dozen files with repeating code Kriesi is able to reuse much larger portions of code and functions while keeping post formats intact.
There will be no point where it will change to use content-$posttype for Enfold but if you want to change it you definitely could.
Hi Devin,
it removes the product sorting on all pages.
Regards: McGawain