Forgive me if this is obvious, but how do I create a parallax site using Enfold and then use the menu to get the site to scroll to that particular section. For example, how do I get it so when I click on the “About Us” menu link it scrolls down to the “About Us” section?
Thanks.
Bill
This reply has been marked as private.
Hi!
Please try updating Enfold to the latest version 2.5.4 and check if that helps – http://kriesi.at/documentation/enfold/updating-your-theme-files/
If that does not help, please create a temporary admin login so we can take a look
Best regards,
Yigit
Hi Jan!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.title_container { border-bottom: 1px solid; }
Cheers!
Yigit
Hey ceubri!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.sidebar #menu-item-301 > a, .sidebar #menu-item-332 > a, .sidebar #menu-item-448 > a {
pointer-events: none;
}
Regards,
Yigit
Hi!
Please try updating Enfold to the latest version 2.5.4 – http://kriesi.at/documentation/enfold/updating-your-theme-files/
Best regards,
Yigit
I have a client who is using enfold theme and her blog posts are being cutoff on mobile devices. Have you experienced this before?
I have followed instruction as per video below regarding installing new icons from Fontello, everything goes to plan apart from last step. At 2:20 on the video. Here the video shows the new icons below the original pane. In my window pane no Icons are showing despite everything else going smoothly, just the default. can you help?
http://kriesi.at/archives/enfold-version-2-3-say-hello-to-our-new-iconfont-uploader
I used it for my interior design company in Chicago. So far it is the best WordPress theme that I have ever worked with: http://DesignInsideChicago.com
Hi dptctrs_jp!
It seems like Enfold is not updated correctly and you are using version 2.0.1 on the website you have on your profile. Please update Enfold to the latest version 2.5.4 http://kriesi.at/documentation/enfold/updating-your-theme-files/
Regards,
Yigit
Hi!
Please update Enfold to the latest version 2.5.4 and set “Section minimum height” to No minimum height http://i.imgur.com/DxBH2Rx.jpg
Best regards,
Yigit
Under the post titles you usually get
Date / in Category 1, Category under 1, Category under the one under 1/ By person who made the post
If I have
Category one
–Category two
—-Category three
How can I modify the template so that it does not list all the categories but ONLY the deepest one which in this example would be
Date / in Category three / By person who made the post
This is because I do not want to show all the categories above the one we are in as links as I would rather have people navigate via the navigation instead of clicking those posts breadcrumbs. I guess it has to be in here within the template
$taxonomies = get_object_taxonomies(get_post_type($the_id));
$cats = '';
$excluded_taxonomies = apply_filters('avf_exclude_taxonomies', array('post_tag','post_format'), get_post_type($the_id), $the_id);
if(!empty($taxonomies))
{
foreach($taxonomies as $taxonomy)
{
if(!in_array($taxonomy, $excluded_taxonomies))
{
$cats .= get_the_term_list($the_id, $taxonomy, '', ', ','').' ';
}
}
}
if(!empty($cats))
{
echo '<span class="blog-categories minor-meta">'.__('in','avia_framework')." ";
echo $cats;
echo '</span><span class="text-sep text-sep-cat">/</span>';
}
I did that but all the while, my server’s support had found that the user meta data entry was corrupted in my database….so now I have access.
But now I am having a problem with portfolio items not showing under the french portion of the website. I am using WPML plugins (which I purchased) and it work pretty well, except for portfolio items.
all the French Portfolio items only show as 404 pages:
http://www.la-boite-a-ouvrage.com/fr/portfolio-item/design-web/
http://www.la-boite-a-ouvrage.com/fr/portfolio-item/photographie/
http://www.la-boite-a-ouvrage.com/fr/portfolio-item/diffusion/
http://www.la-boite-a-ouvrage.com/fr/portfolio-item/graphisme-2/
And I don’t see the : “edit this portfolio entry” in wp menu
Can you help ?
Hey!
@zerozendesign Good work! :)
Best regards,
Yigit
Hi Soapmarine!
Please firstly try updating Enfold to the latest version 2.5.4
See http://kriesi.at/documentation/enfold/updating-your-theme-files/
Cheers!
Yigit
Hey erikenanne!
Please add following code to Quick CSS in Enfold theme options under Styling tab
1-
td { padding-top: 2px; padding-bottom: 2px; }
2-
tr:first-child th, tr:first-child td, tr th:first-child, tr td:first-child, td, tr { border: none; }
Best regards,
Yigit
Hi Pat!
Please update Enfold to the latest version 2.5.4 and let us know if issue remains
http://kriesi.at/documentation/enfold/updating-your-theme-files/
Cheers!
Yigit
Hey!
You are welcome Enfold-MT, glad we could help :)
Cheers!
Yigit
Hi Yigit,
That’s what I wanted. You’re awesome! :)
Thanks a lot,
Enfold-MT
Hey!
Please add following code to Quick CSS in Enfold theme options under Styling tab
#billing_email_field {
clear: both;
}
Cheers!
Yigit
Thanks for the response. Sounds good!
I’m having most of the stuff up an running now. I like the of Multilingual Press Pro much more – and it looks good so far.
2 languages now, 3rd is coming up…
You need to check the account page and billing page, not the checkout registration form.
Hi there,
actually is not really fixed,
that’s how i see the billing address tab
as you can see the email field is without right margin.
Hi!
It seems like it was because of one of your custom codes and it was fixed when you remove them http://i.imgur.com/9boggsu.jpg
Best regards,
Yigit
Hey!
You have added many custom CSS code such as following
.col2-set .col-2 {
height: 302px;
}
They mess up the look of your checkout page. Please firstly remove them. This is how i see your page right now http://i.imgur.com/y9OVkzM.jpg
Regards,
Yigit
This reply has been marked as private.
This reply has been marked as private.
Hey miso00!
Please add following code to Quick CSS in Enfold theme options under Styling tab
1-
#footer, #socket .container { padding: 0; }
#footer .widget { margin: 0; }
2-
#top .price span {
float: left;
clear: left;
}
Cheers!
Yigit