Hi!
I was able to comment on your post – http://i.imgur.com/FEkC5OV.png and it seems like everything works as expected :)
To remove the slash after the date, please add following code to Quick CSS in Enfold theme options under General Styling tab
.text-sep-date {
display: none;
}
Regards,
Yigit
Hey!
@thisafternoon You are currently using an older version of the theme. Please update Enfold to the latest version 2.8.1 via FTP – http://vimeo.com/67209750
Cheers!
Yigit
This reply has been marked as private.
Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
div.av-sort-by-term {
pointer-events: none;
}
Regards,
Yigit
Hey Frank!
Please go to Enfold theme options > Import & Export and click “Import dummy data” button to import dummy content
Regards,
Yigit
Hey Richard!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.page-id-59 .column-top-margin {
margin-top: 10px;
}
Best regards,
Yigit
Hey famewebdesign!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.home .logo {
display: none !important;
}
Regards,
Yigit
Actually there are some Hebrew fonts in the Google Library, take a look: http://www.google.com/fonts/earlyaccess
Regarding the other question, i guess you are referring to having some sort of forum, you can install bbPress for that, it is fully compatible with Enfold.
Cheers!
Josue
Dear Kriesi!
I have installed the Enfold theme I purchased, but I can see neither slider, nor other beautiful stuff. What am I doing wrong? how can i get this beautiful theme work under wordpress correctly?
Renards,
Frank Mudrijan
I’ve just purchased/installed Version 2.8.1 of the Enfold theme. I’ve installed the theme and activated it inside my WordPress Admin page and now I just see a white page. If I try and go to the wp-admin/ login page I enter my username/password but it never completes the login.
I can view my actual site showing the Enfold theme, but cannot login to the site anymore. When trying to login it time-out with this message:
Request Timeout
This request takes too long to process, it is timed out by the server. If it should not be timed out, please contact administrator of this web site to increase ‘Connection Timeout’.
Help!
-
This topic was modified 11 years, 7 months ago by
databuzz.
Hey masuurikas!
Thank you for using the theme.
Unfortunately, this particular request is beyond the scope of support and is not a theme related issue. You might need to find a plugin or hire a freelance developer to add the feature for you. Please visit Envato Studio or Werkpress for further customization. You can also vote or post the feature on our Feature Requests page.
If you have any further questions about the theme, we are more than happy to provide you with assistance on these inquiries. Thank you for your understanding.
Regards,
Ismael
Hey killyman!
Thank you for using the theme.
Please refer to Dude’s response here: https://kriesi.at/support/topic/enfold-and-the-event-calendar-plugin/#post-174332
Add this code on functions.php:
add_filter('avf_title_args', 'fix_events_page_title', 10, 2);
function fix_events_page_title($args,$id)
{
if (get_query_var('post_type') == 'tribe_events' && !is_single())
{
if((tribe_is_upcoming() || tribe_is_past()))
{
$args['title'] = 'Events List';
}
else if(tribe_is_showing_all())
{
$args['title'] = 'List all events';
}
else
{
$args['title'] = 'Screenings';
}
}
return $args;
}
Best regards,
Ismael
This reply has been marked as private.
Hi,
Can you post the link to that website please? make sure it has the latest version of Enfold too (2.8.1).
Regards,
Josue
Hi… I upgraded my site to the latest enfold version 2.8.1 via FTP. I want to use the Masonry grid for displaying the blog. The popup of the Masonry grid won’t save when I try to save the specific customizations that I want to make (ie: to only display one category). I have provided a link to a screencast that shows what is happening. I am not able to get the individual elements to save for: Masonry, Blog Posts, Magazine or Easy Slider. Some of the elements do save. Can you offer any suggestions?
OK that worked. Just as a note to anyone reading this who wants to change their home page there’s two places you need to make the change:
– Dashboard | Customize Your Site | Static Front Page
– Enfold | Frontpage Settings
Hello.
Please have a look on the picture link in private content.
It seems the “choose an option” arrow from woocommerce and the arrow style from enfold are colliding. Any idea what the problem could be?
thanks for having a look!
Philip
Hey!
I’m not seeing the wysiwyg issue in the beta site. I suggest updating the theme of the other installation to the latest version (2.8.1).
Best regards,
Josue
Hi Josue,
Thanks a lot! first question is solved
I’m sorry for the second question I haven’t explored enfold since update so Yes, that options is what I was looking for!
Thanks!
This reply has been marked as private.
Hi,
I’m wondering how it is possible to have less white space on the right in the sidebar. Can we do something about that without ruining the responsive mode?
I like that the sidebar is big but all the content stick to the left like on the screenshot and I wish that content to fill the width of the sidebar..
It’s the same on the left next to the post, there is some space available.
https://www.dropbox.com/s/t40z0ebscc23w19/marges.jpg
Can you help or tell me where I have to look for in enfold to work on that?
Kind regards
Chrys
Hi,
is it possible to give the widget the same look as the site :
http://cieradesign.com/blog/ , in squares with color background or will this be a problem for the responsive mode on enfold.
The site I gave you as an example is based on genesis so I know enfold doesn’t work the same. The big dilemma I’ve got is I love enfold features and options but I love as well the fact that elements in sidebars can be in separate “squares” with genesis so I’m trying to find a way to have this one genesis feature on enfold but have no idea if that is possible..
Thanks a lot
Hi Damian!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 479px) {
.responsive #socket .sub_menu_socket {
display: block;
}}
Cheers!
Yigit
Hello,
I was wondering if some of these options are possible to do or which option would be the most reasonable to do. Maybe you have faced that question before and can help me find the best solution. The issue concernes WordPress default Search option and the Accordion Toggles. As you can see from any site using Accordion toggles, these parts are closed by default and therefore WordPress default Search finds the page that includes the Accordion toggles, but it’s really hard to understand in which Accordion toggles the searched keyword is.
Take Enfold theme for example and search for keyword “accordion” http://kriesi.at/themedemo/?theme=enfold
My idea is, is it possible and how would it be possible to:
1. Open the toggles where the keyword “accordion” is at once, when I go to that page on search results.
2. If opening the toggle is not possible, then highlight the toggle with color, in which the searched keyword is located.
3. Open the Toggle if I use CTRL+F to highlight search results. Currently it does not open the toggle as if the keyword isn’t there, but it is in many of the toggles there.
Any comment would be awesome. I just need to know what options do I have to power up the search a little, because using Accordions and Toggles do not work with searching the site very well and if there are many toggles on page (some FAQ page for example), then finding content for specific keyword can be really timeconsuming.
Hey MKW270210!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
span.fallback-post-type-icon { display: none !important; }
Best regards,
Yigit
Hi! :)
Please add following code to Quick CSS in Enfold theme options under General Styling tab and change the font family as needed
#top .av-main-nav > li > a { font-family: arial; }
You can change heading font family in Enfold theme options > General Styling tab.
[nolink] should not be seperated – http://kriesi.at/documentation/enfold/change-the-footer-text-and-link/
Best regards,
Yigit
Hi jeffkaiser!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.avia-content-slider .slide-meta div { display: none !important; }
Regards,
Yigit
Hey aovivo!
The only way to check would be to switch to any of the twenty something themes and check to see if the issue happens there. So far I’ve not read any reports of WooCommerce issues.
Also make sure that you are using Enfold version 2.8.1 which is the current most up to date version.
Best regards,
Devin
Hi!
First I would suggest updating your theme files so that you have the most recent and up to date theme version. See: http://kriesi.at/documentation/enfold/updating-your-theme-files/
Then you can change the styling options in your general styling tab to change the colors as needed. Right now you have yellow, #ff3338 set as one of the main colors which is where the bold text is getting its color from as well as in the navigation.
Best regards,
Devin