We’ll need to look at the site live to see why it isn’t working. The H1 and H2 should be done on the specific page(s) you want as there are a lot of different variations of h1 and h2 tags throughout the entire theme so a blanket change would be bad.
Regards,
Devin
Hi mickfollari,
You’ll need to change the way the theme actually generates the archives. In the archive.php file replace:
get_template_part( 'includes/loop', 'index' );
with
get_template_part( 'includes/loop', 'archive' );
Then you can edit the archive loop to pull the excerpt instead of the_content like you had tried before.
Regards,
Devin
Hi,
I cant find any instructions in the theme documentation, how to make a Portfolio page in Enfold theme. Please give me support, how to make for Example like this: http://kriesi.at/themes/enfold/portfolio/portfolio-ajax/
or this: http://kriesi.at/themes/enfold/portfolio-item/slider-two-third/
Thanks
Hey romero2,
Hopefully that helps and make sure to check out the other videos we have on the channel for some additional how-to’s for the theme :)
Regards,
Devin
If you are very new to working with premium themes or have never worked with one of Kriesi’s themes before the best thing to do would be to import the dummy data which will populate pages, posts, portfolio items and menus very similar to the demo site.
All shortcodes can be added using the Shortcodes button in the visual editor.
Correction #2
Move the Social menu from left to right and text area from right to left…just a swap.
I was given the following code by your support to place on the CSS and we tried placing it in both the Quick CSS and Custom CSS and none worked. Here is the code:
div .sub_menu {
left: -20px;
right:auto;
}
#top .social_bookmarks{
float:right;
}
Hi fdecoene,
I’m not really sure what you mean. What effect are you looking to duplicate from the demo? Can you link to it so we can get a good reference point?
Regards,
Devin
Dear Devin,
The option of “Feature Image” under screen options was gone. I could revert back to Eunoia and see the feature image option and have the feature image again.
But I did find the plugin that was interfering in Enfold: SuperSlider-Media-Pop. So it is now deactivated and I can select and edit my Featured image once again.
Thanks for replying,
Nick
Hi,
Create a page, go to Layout > select No Sidebar. Don’t display the header, footer widgets and socket. Add a Text Block or whatever it is you want to add on your Maintenance Mode page. Publish the page. Go to Enfold > Theme Options > Frontpage Settings, select the maintenance page.
Regards,
Ismael
Hi Margarita,
You can either just add that single file to the child theme (reference for quick how to https://vimeo.com/channels/aviathemes/67221517) or use CSS to remove those items:
.entry-content .post-meta-infos {
display: none;
}
Regards,
Devin
Hi pibo5,
Wow. Thank you so much for this. :)
Regards,
Ismael
Hi barryocarrollphotography,
1) If you are using a secondary lightbox plugin, you should just disable it. Otherwise you’ll need to unhook the themes prettyPhoto script from being used throughout the site and I’m not sure anything third party will be able to accurately integrated with all of Enfolds features.
2) Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:
.avia-slideshow-dots.avia-slideshow-controls {
display: none;
}
.avia-slideshow-arrows.avia-slideshow-controls {
display: none;
}
3) Go to the Styling tab of the theme options. Then open the Header tab and change the options there. The “Header font color” controls the menu item static color as well as the hover using a theme function to get a slight difference from the one you pick.
So you could use the following to set the static color for all those items and then use that option to just set the hover:
.header_color .main_menu ul:first-child > li > a, #top .header_color .main_menu .menu ul .current_page_item > a, #top .header_color .main_menu .menu ul .current-menu-item > a, #top .header_color .sub_menu li ul a { color: #FFF000; }
Regards,
Devin
Hi All,
Can we get a link to your site showing the issue? There could be something causing a conflict that we can pinpoint or help in finding the bug/issue.
Regards,
Devin
I do have all the wordpress admin rights, I’m using the only wordpress user defined, the admin user.
Everything works fine, except this.
But I was wondering, since Enfold uses the new advanced layout builder, is there still a notion of Dynamic Templates editable separately from the page? In other words, should this menu item even be there?
[Sorry if this sounds confused, it just reflects my own confusion right now.]
Thanks
Hi Devin,
We are using the custom.css within the css folder in the enfold theme. We wish to do several things, but most importantly:
1. Adjust the size of H1 and H2 so that they are smaller and lowercase
2. Switch the upper level menu of social rom left to right and move the text area from left to right. Your team had given me code to do that before and we placed it in both the custom.css sheet and the quick css and both did not reflect. We even created our own class and placed it in boh and still the site chose to use the main css and not the new class that we entered.
Is there a way to send you a private message with web link/login & password?
Hi Daniel,
You can use a bit of javascript to unwrap the links. In your js>avia.js file add this line:
$('.cart_list.product_list_widget li a').contents().unwrap();
right after the document ready(function) like this:
$(document).ready(function()
{
$('.cart_list.product_list_widget li a').contents().unwrap();
Regards,
Devin
UPDATE: I turned off plugins one at a time and found that Yoast’s Google Analytics plugin is the culprit. I reproduced the bug on a clean install of wordpress and enfold as well. Due to the fact that many people are using this plugin, can a solution be found to correct this? Note that this bug ONLY happens if you use a mailto link for the title link field: a link to a webpage is fine
________________________
I am getting a strange effect when I try to add links in an iconbox, the parsing goes strange.
I have this (note I replaced some of the <> with [] so that the code displays without linking):
[av_one_third]
[av_icon_box icon='59' position='top' title='Need Support?' link='manually,mailto:support@MYSITE.com' linktarget='no']
Please visit our [a href="http://MYSITE.com/support/"]FAQ[/a] if you have not already done so. Else, please contact us at [a href="mailto:support@MYSITE.com"]support@MYSITE.com[/a] or 1.800.555.8697.
[/av_icon_box]
[/av_one_third]
and on the website, the code looks like this:
<div class="iconbox_icon heading-color avia-font-entypo-fontello"></div>
<h3 class="iconbox_content_title">
[a "="" support="" MYSITE.com="" http:="" href="mailto:support@MYSITE.com' title='Need Support?' ]Need Support?[/a]</h3><p>Please visit our [a href="]FAQ[/a]
if you have not already done so. Else, please contact us at
[a href="mailto:support@MYSITE.com"]support@MYSITE.com[/a]
or 1.800.555.8697.
<p></p>
</h3>
</div>
</div>
`Note the
[a “=”” support=”” MYSITE.com=”” http:=”” href=”mailto:support@MYSITE.com’ title=’Need Support?’ ]Need Support?[/a]
is really weird.
The quick css code is just stored in the database (Theme Options) and the theme will add it to the dynamic stylesheet which will be generated every time you save the theme options (by default the path is http://yourdomain.com/wp-content/uploads/dynamic_avia/enfold.css ).
Please open up wp-contentthemesenfoldconfig-templatebuilderavia-shortcodesslideshow_layerslider.php and replace
if(empty($params['args']['id'])) $params['args']['id'] = reset($slides);
with
if(empty($params['args']['id']))
{
$params['args']['id'] = (!empty($slides) && is_array($slides)) ? reset($slides) : '';
}
I tagged this thread for Kriesi’s attention.
I have been desperately looking for a plugin that would allow me to do the exact same thing as the Enfold Portfolio, as I would need to make several pages with similar galleries (partners, customers, photographs, …), but one that allows for multiple custom content types. Not one has looked as nice as the Enfold one, and none offered the ability.
What I basically need is the portfolio split into multiple custom types so I don’t have to add all the partners, customers and so on in one big list. There will be literally hundreds of items in there, so I really need them to be split up.
So I’m at the end of my ideas when I ask if any freelancer that is an ‘official’ Enfold developer can perhaps add this functionality for me. I’d like to know what it would cost for about 3 or 4 of those Portfolio-kind of types. Like I said, the only difference with the Portfolio one is that they are separated custom types.
And another question:
Can you also tell me what it would cost to make the filters into a dropdown list like so (see to the right of the page title)?
Thanks in advance!
Hey!
This sounds like a permission problem. Maybe you don’t have (all) wordpress admin rights?
Regards,
Peter
I’m not sure if Enfold supports videos in the ajax preview content (didn’t test this feature yet) but you can try to insert the video into the “Add Preview Text” field. Use the Magic wand, select “Media Elements” > “Video” and embed the shortcode into the text content. I’ll tag this thread for Kriesi – maybe he wants to add an option for html5 videos (instead of a gallery/slideshow).
@german_photographer
I think, that LayerSlider is touch enabled and can be scaled…
But maybe you want to try this one: http://soliloquywp.com
I use this slider for a portfolio site, too.
Ismael,
thanks for trying. I contacted the developer.
I think Royal Slider is one of the best sliders to present a photo portfolio (including the important fullscreen mode), so I hope he can fix it.
Btw, I have almost the same issues with Flashlight.
1) I didn’t test this but you can try following modification – first open up wp-contentthemesenfoldfunctions-enfold.php and replace
'breadcrumb' => true,
with
'breadcrumb' => false,
Then open up sidebar.php and replace
echo "<div class='inner_sidebar extralight-border'>";
with
echo "<div class='inner_sidebar extralight-border'>";
echo avia_breadcrumbs(array('separator' => '/', 'richsnippet' => true));
2) You can use the “custom menu” widget which can display any menu you created on the Appearance > Menu option page.
Hi,
I’m getting a ‘You do not have sufficient permissions to access this page’ error when I select the ‘Edit Dynamic Template of this entry’ menu item on the Front page in the Enfold theme.
Any idea why? Everything else works just fine. The only thing that’s different from usual is that I’m using the French version of WordPress.
Thanks
Hi!
Please check if the wp-content/themes/ or wp-content/themes/enfold folder contains some other “temporary” folders like __MACOSX, etc.
Regards,
Peter
kcParticipant
hi, i install the new enfold theme on my localinstallation, but the the advanced layer editor is not working on to add new page`s.
i click the button, but its nothing to see, only in add new portfolio its working, what is the error.
thanks for help fpr unterstanding.
i importet the dummystyles also
thanks
carsten
Hi
I’m already using Enfold 1.7 and I don’t have W3 Total Cache Plugin installed so the website won’t be caching
The error that gets posted happens every few hours?
Thanks
Iain