This reply has been marked as private.
Hey!
Any clue how can i do this in my Enfold child theme?
Thanks,
Rhodo
This reply has been marked as private.
Hi!
I’m sorry but when I check the website vector.pl, it is not using an Enfold theme.
Best regards,
Ismael
Hey!
This page is still the child of the Produkte page when I checked it: http://www.scheibentoenung-wien.at/enfold/home/produkte/llumar-esprit/
I removed the parent page attribute. Check it again here: http://www.scheibentoenung-wien.at/enfold/llumar-esprit/

Regards,
Ismael
This reply has been marked as private.
Hey!
Unfortunately you can’t add a parent page/post to posts. Posts do not support a hierarchy like pages (parent > child pages) but you can assign them to categories. By default the breadcrumb will display the right structure if the user accesses the portfolio entry from a portfolio page though because Kriesi stores the page id of the portfolio grid page into a session variable and if the user views a portfolio post Enfold checks which portfolio grid directed the user to the portfolio post. I.e. if you go to http://kriesi.at/themes/enfold/portfolio/ and then click on “Single Portfolio: 2/3 Slider” the breadcrumb will show: Home / Portfolio / Single Portfolio: 2/3 Slider – you can also set a parent page for the “Portfolio” page and Enfold will add it to the breadcrumb (i.e. the structure would look like Home / Portfolio Parent Page / Portfolio / Single Portfolio: 2/3 Slider).
If you want to set a specific page as portfolio “parent” for all portfolio posts insert this code into the functions.php file:
function avia_modify_breadcrumb($trail)
{
if(get_post_type() === "portfolio")
{
$page = 20;
if($page)
{
if($page == $front)
{
$newtrail[0] = $trail[0];
$newtrail['trail_end'] = $trail['trail_end'];
$trail = $newtrail;
}
else
{
$newtrail = avia_breadcrumbs_get_parents( $page, '' );
array_unshift($newtrail, $trail[0]);
$newtrail['trail_end'] = $trail['trail_end'];
$trail = $newtrail;
}
}
}
else if(get_post_type() === "post" && (is_category() || is_archive() || is_tag()))
{
$front = avia_get_option('frontpage');
$blog = avia_get_option('blogpage');
if($front && $blog)
{
$blog = '<a href="' . get_permalink( $blog ) . '" title="' . esc_attr( get_the_title( $blog ) ) . '">' . get_the_title( $blog ) . '</a>';
array_splice($trail, 1, 0, array($blog));
}
}
return $trail;
}
and replace 20 with the page id of your portfolio grid page.
Regards,
Peter
Can you tell me how you can see, within the dashbaord, as to what version Enfold is that I have installed.
This morning I had an auto update waiting, on trying to update I picked up a “An automated WordPress update has failed to complete” I have tried to update again but the theme options is showing as up to date.
I can never see a quick link as to what the current version is and what the latest update was?
Any pointers please?
Thanks
Ian
Hi!
You can wrap the “Search” text into a span and hide it like:
$items .= '<li id="menu-item-search" class="noMobile menu-item menu-item-search-dropdown"><a href="?s=" rel="nofollow" data-avia-search-tooltip="'.$form.'" '.av_icon_string('search').'><span style="display:none;">Search</span></a></li>';
Best regards,
Peter
This reply has been marked as private.
Hey MKW270210!
You can install the woocommerce pages by clicking on the violet button above the Woocommerce panel. This will create all the woocommerce pages. Go to Appearance > Menus then create a new menu, set this menu as Enfold Secondary Menu under Theme Location. Insert the Cart and the Checkout page on the new menu. You can add this on Quick CSS or custom.css to increase the size of the shopping cart icon:
#header_main > ul > li > a.cart_dropdown_link span {
font-size: 20px;
}
Best regards,
Ismael
This reply has been marked as private.
thanks, but it does not work for me – it shows me still in the sliding button navigation on the left of the screen a portfolio item, that is definitely not in the same category, as the item post, that I have currently open.
Note: my site is in maintenance mode and cannot be viewed online; and yes, I have the latest ENFOLD update.
Hi Ismael,
Here is a Link for example: http://www.scheibentoenung-wien.at/enfold/home/produkte/llumar-esprit/
I removed the parent page setting and replaced with a the page wich I’ve linked above, but the “Produkte” in the breadcrums are still clickable.
Thanks,
Best regards,
Alex
Hello,
I would like to be able to select a URL location for an image to use on the the FullScreen slider rather than having to select it from the WordPress media files.
I ask, as I am building a CDN using Google Drive (see http://cube3x.com/2013/11/how-to-use-google-drive-as-cdn-for-your-website/), and images will stored at the drive location.
Thank you
Unfortunately, when I add this phrase in this place crashes error.
(Parse error: syntax error, unexpected ‘.’ in /home/xyz/public_html/new/wp-content/themes/enfold/header.php on line 126
I tried to change it, but I could not.
bit.ly/1hdkJHz
Hello Ismael,
Thank you for your suggestion.
Unfortunately the enfold.css is not created.
Permission in /wp-content/uploads/dynamic_avia/ are all set to 777.
I also tried deactivating the theme and re-activating it, with no result.
Hi, could enfold reproduce this effect with the logo at the center and another logo mixing within the menu when scrollin
http://99u.com/articles
Hi dpower19!
That is not possible at the moment. Please request the feature here: https://kriesi.at/support/topic/enfold-feature-requests
Regards,
Ismael
Hi!
Please remove the enfold.css file that you created then try to change the predefined color scheme again. The enfold.css file should be automatically created. Make sure that the dynamic_avia/ folder is writable.
Regards,
Ismael
Hi,
i would like to realize tables in tables (responsive) as you can see here.
Can i manage this with Enfold or do i have to use an additional plugin (p.e. “FooTable”). A big disadvantage of the mentioned plugin is the necessity of writing plain html. I really would like to manage this with Avia Layout Architekt, but as far as i can see it doesn’t support this functionality, does it?
Another question:
On your demo page you can see a menu in the left sidebar (http://kriesi.at/themes/enfold/pages/) only with items of “pages”. Is this created dynamically or just an individual menu created just for “Pages” and then added to the “Sidebar Pages”? If it is managed in the second way i would like to ask if there is a way to create a menu that only shows me the “childs” of the current page.
Thanks a lot!
-
This topic was modified 11 years, 3 months ago by
mp123.
Hey!
Please post the login details here and set it as a private reply. Please set the frontpage on Enfold > Theme Options > Frontpage Settings then leave the “Where do you want to display blog?” option unselected. Don’t set the frontpage and the blog settings on Settings > Reading. Create a blog then insert the Blog Posts element.
Cheers!
Ismael
Hello Kriesi,
Thanks for your explaination and suggestions.
I checked the state of the folders and found:
1) wp-content/uploads/dynamic_avia/ already exists on the server
2) Permissions for all folders was already set to 777 for the three folders
3) in /dynamic_avia/ I found no enfold.css file
4) I created an enfold.css file and gave it 777 access permissions
5) I went to the theme Options section, changed a styling setting and saved
6) I opened the newly created enfold.css file but nothing was written in there.
I believe we are just missing one single step somewhere…
@Miikey
You will have to edit page.php or single.php files…
Hi Josue,
Thank you for that plugin. I’m just thinking that since SEO by Yoast is the best plugin, can’t I just do everything on yoast SEO to minimise incompatibility issues?
Thanks!
Jason
This reply has been marked as private.
Our website uses post sliders to display recent posts from several authors.
Often authors forget to set a featured image and then the post sliders show a place holder image.
Before changing to enfold we also already had many posts which didn’t have featured images.
If we have an existing post with an image in them and then edit it to have a featured image we then get a situation where posts display the same image twice.
If we don’t have an image in the post and only have a featured image then when we want to share the post with social sites there is no image shared.
So can we just have the post slider use the first image from the post rather than a featured image ?