Hi! Could you please have a look at the copyright text at http://atlasdigital.se/masterjohan/? The text I have entered in the Enfold settings is: Hemsida av: <a href="http://atlasdigital.se"> Atlas digital</a>[nolink]
But on the live site it is missing the spacebar entries. Do you know how to fix this? It might seem like a small thing, but I don’t want to appear sloppy to potential clients.
Best regards,
Andreas
Hello! I’m working on a site over at http://atlasdigital.se/masterjohan/
I quite like the divider part between the header and the rest of the page. Having the page title at the top left is fine, but we can’t really make use of the crumb trails over on the right side, seeing that we’ll have very few pages and even less parent/child pages.
Do you know a good way of hiding the crumb trails on all pages, or a better solution to my problem?
Best regards,
Andreas
No I mean I only want the Enfold logo and the toggle menu part to be fixed. Not the part with the social media icons
Hi,
Forget 1 and 3.
Option 2) – Enfold > Theme Options – will set a page as the blog page. A special php template will be used for this page. The advantage is that you don’t need to take care of anything else and this page will just list a blog posts. The disadvantage is that you can’t customize the template (select or deselect certain categories which you want to hide from the blog page, deactivate pagination, etc.).
If you want to have more control over your blog page use the layout builder “Blog Element” and insert it into a page. The advantage is you can combine it with other elements (maybe a slideshow, textbox element, etc.) and you can configure various options (categories, offset, pagination, etc.).
Yes – you can just rename de_DE.po to da_DK.po and the generated mo file should work. Maybe you need to replace the meta data at the very top of the po file too (you can use a simple text editor).
@yutakaemura – which symbols should be visible instead of ��?
Hi charlies23,
If you are using WordPress 3.6 you must be using at least Enfold 1.9.1. So download the most recent theme files and then update your theme.
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
Regards,
Devin
You should not be needing to edit anything like that. The loop-archive.php has a single line that reads:
the_content(__('Read more','avia_framework').'<span class="more-link-arrow"> →</span>'); ?>
To WordPress, this means spit out the content and if it has a more tag then break it off there. You need to change it to:
the_excerpt(__('Read more','avia_framework').'<span class="more-link-arrow"> →</span>'); ?>
Which instead attempts to grab the excerpt first.
See: http://codex.wordpress.org/Function_Reference/the_excerpt
The reason I wanted to re-point out this step: https://kriesi.at/support/topic/enfold-archive-exceprts#post-120517 is because you should be working in the loop-archive.php and not the loop-index.php after you make that change.
Good evening, I’m running into an issue where the LayerSlider will not display properly. When you visit: http://beta.designinsidechicago.com, the page renders as if it is going to display the LayerSlider, but then it hides the slider.
To rule out any issues, I’m using one of the default sliders that came with the theme. Here is a screenshot of the Page layout: https://dl.dropboxusercontent.com/u/2160661/enfold01.png
I had the LayerSlider working previously and have disabled all unnecessary plugins with the exception of:
– Akismet
– NextGen Gallery
– Redirection (301 redirect tool)
– Regenerate Thumbnails
– WordPress SEO
I’m running WordPress v3.6
Do you have any idea what may be causing this issue?
Hey,
@jimbolgs: You can actually insert shortcode on your footer widgets. Use the Text widget then place it on the Footer – Columns widget area. Try the button element. :)
Cheers,
Ismael
Hi,
I can’t seem to reproduce the issue on my end. I have WordPress 3.6 and Enfold 2.0.1 and the button is working ok. Have you tried switching to the Advance Layout Editor? You can use the “Image” element to insert images. Let me tag the rest of the support team.
Also, please try to create a test site then activate Enfold. Check if the “Insert into page” button is working there.
Regards,
Ismael
Hey,
First, can you give us a link to website?
1.) You don’t have to use WP Google Fonts for Open Sans. Edit functions.php, find this code:
if(isset($avia_config['use_child_theme_functions_only'])) return;
Below, add this code:
add_filter( 'avf_google_heading_font', 'avia_add_heading_font');
function avia_add_heading_font($fonts)
{
$fonts['Open Sans'] = 'Open Sans:700';
return $fonts;
}
add_filter( 'avf_google_content_font', 'avia_add_content_font');
function avia_add_content_font($fonts)
{
$fonts['Open Sans'] = 'Open Sans:700';
return $fonts;
}
This will enable the Open Sans Bold 700. Go to Enfold > Styling > select a Heading Font and Define the Font for your body text.
Again, use the code for the LayerSlider layers with the css selector “.layerslider-open-sans”:
.layerslider-open-sans {
font-family: 'Open Sans', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
font-weight: 700;
}
3.) You can access custom.css via FTP or your cpanel. It is located on wp-content/themes/enfold/css folder.
Regards,
Ismael
Hey,
Glad it’s working now. :)
Cheers,
Ismael
Thanks for that. Is there a reason it would happen with one site created with Enfold, but not another site we created with Enfold? Could it be something we did in the set-up? Many thanks,
Nevermind! it seems to be working now
thanks
Hi,
May not be Enfold related, but is there any way I can “hide” an individual post or category from displaying on the side bar > recent posts, or on the blog roll? To clarify, there are times when I want to “hide” a post so I don’t want it to display anywhere unless someone directly accesses the category.
Thanks.
Marshall
Enfold already has a setup folder for bbpress which can be found in the theme files>config-bbpress.
Ok thanks.
Would you advise with enfold that you have a child theme to hold the forum in? i am guessing that then if it is in a child theme you can install a theme and style it just for the forum?
The advanced page builder elements within the footer widgets would be good.
Yes I used the same plugin because whatever plugin I use (even the enfold twitter and RSS widget) it just breaks up like that. I’ve reinstalled the theme and all that to make sure it wasn’t a fault on my side.
I’ve also re-installed WordPress 3.6 & enfold via FTP, but I still had the same problem — could only add Media to posts and not pages.
If I change the theme to twentythirteen I *can* add media to pages once again.
Hello,
I’m in the process of setting up my enfold site.
-I’m having trouble getting my Post to show up on my /blog page.
How do I do this?
-There are 3 ways within wordpress and enfold to set front page and post/blog page, which makes this a bit confusing.
1) Appearance > Customize > Static Front Page > (Front Page Displays: Your latest post or A static page)
2) Enfold > Theme Options > (-Front Page Settings -Where do you want Blog displayed)
3) Settings > Reading > (-Your latest post -Static Page: front page, post page)
Thanks!
Eric
I believe you. :-)
I am using Firefox 23.0.1. Just checked it in other browsers:
Chrome displays perfectly and as you see it.
IE 10.0.9200.16660 same problem as in Firefox displaying the bullet to the left of the icon.
Safari displays correctly with no bullet to the left of the icon; however, the font resolution is terrible.
Inserted the entry-content code in Quick CSS and cleared cache. It did not make any difference.
Hi guys
Firstly just want to say I absolutely love this theme!
One feature that I think would be great is if you could have a fullscreen background image – like your Flashlight theme ;)
Keep up the good work!
hi dnikitiuk
Whenever you change the thumbnail size for any image setting you need to regenerate your thumbnails using: http://wordpress.org/extend/plugins/regenerate-thumbnails/
Regards,
Devin
Are you using Enfold 2.0.1 and WordPress 3.6? Can you also try disabling all active plugins and see if that helps.
And just to verify, you shouldn’t be using the LayerSlider plugin by itself. If for some reason you do have it as a plugin on its own you should deactivate so the built in version that comes with Enfold can run alone.
Glad we could help. Let us know if you have any other questions or issues.
Regards,
Devin
I don’t have IE10 at the moment to test with but I had no issues with IE9, IE8 or FF23 so I’m not sure where the conflict could be there. You may want to check Control Panel>Appearance and Personalization>Fonts>ClearType and if its not on turn it on. One user a week or so ago had issues with fonts (which is what the icons are) and it was related to the ClearType setting.
Ismael tested with IE10 previously as well so I’m not sure where the difference is or could be and why on your end they aren’t getting rendered.
I updated the enfold theme through the backend on 8/23. Now, I can get the Enfold theme version of my site to display only if I am logged in to WordPress—if I am logged out of it, then either an old theme (which I’ve actually deleted) displays, or no theme at all. The Enfold theme works fine when I am logged in—I can edit it on the back end, it displays nicely. What happened?
The site is http://www.drstevesilvestro.com