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
Hi MT-Enfold!
Can you post the link to your website and point out the section so we can make sure to target the correct class? If whitespace you are talking about is the one on the bottom of the content, please add following code to Quick CSS in Enfold theme options under Styling tab
.content { padding-bottom: 0; }
Best regards,
Yigit
Hi!
Please add following code to Quick CSS in Enfold theme options under Styling tab
#mylogosection .avia-section { min-height: 45px; }
Cheers!
Yigit
Hi!
Please try deactivating all active plugins and check if that helps. Then you can activate them one by one to find the culprit. If that does not work, please try updating the theme ( http://kriesi.at/documentation/enfold/updating-your-theme-files/ )
currently header-scrolled class is not being added to header on homepage
Best regards,
Yigit
Hey!
I tried to login to your website but login credentials are incorrect. It says “ERRORE: nome utente non valido. È stata persa la password? ”
Please send login credentials again
Best regards,
Yigit
Hi Mkieling!
Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as needed
.entry-content-wrapper .post-title{
font-family:"Times New Roman",Georgia,Serif;
}
Cheers!
Yigit
Hi,
Everything was fine with my theme…Today I have updateded my enfold Theme via filezilla . I copied enfold folder> the newest version.
In Firefox: All font face symbols are broken! (search symbo in header etc…)
Can you help with that firefox 26 -font- face problem???
Firefox updated
Windows8.1 updated Started PC again
Firefox cache cleared
.htacess:
<FilesMatch “\.(ttf|otf|svg|eot)$”>
SetEnvIf Origin “^http(s)?://(.+\.)?(medientanz\.de|medientanz\.de)$” origin_is=$0
Header set Access-Control-Allow-Origin %{origin_is}e env=origin_is
</FilesMatch>
Webpage:http://medientanz.de
Thanks Thomas
Hi,
Just installed Enfold on a new WP install, imported the dummy data and set the menus but I can’t see the Top Navigation Menu. The only thing that seems to be showing is the “search” icon.
However, if I switch to the twenty fourteen theme, or any other stock themes, the Top Navigation Menu shows without problems.
Any idea why this is?
Looking forward to your response, thanks!
Fox
Hi,
“The css above hides the sorting on woocommerce pages that present themselves as category archives but does *not* hide it on the general shop page.”
Yes, this is not a solution for my problem. It looks like, this problem can not be solved with css.
Regards,
Agnes
Hey charly!
Please see http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/
You can copy and paste shortcodes
Best regards,
Yigit
Hi!
Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as needed
.social_header .phone-info { font-size: 18px; }
@fmessner thanks for your help :)
Cheers!
Yigit
Good Morning,
I am in process of integrating an existing CodeIgniter site to incorporate the Enfold WordPress theme for styling the majority of the content.
This is done through calling WordPress “require( dirname( __FILE__ ) . ‘/wp-blog-header.php’ ); ” in codeigniter index.php file.
However as this method does not load all of the Enfold wordpress theme configuration the Front Page does not display the correct Full Width Slider instead it is wrapping this slider inside content and article div’s.
I believe that this due to the FrontPage ID check not being returned correctly and therefore as Part of “template-builder.php”
//check first builder element. if its a section or a fullwidth slider we dont need to create the default openeing divs here
$first_el = isset(ShortcodeHelper::$tree[0]) ? ShortcodeHelper::$tree[0] : false;
$last_el = !empty(ShortcodeHelper::$tree) ? end(ShortcodeHelper::$tree) : false;
if(!$first_el || !in_array($first_el[‘tag’], array(‘av_section’,’av_layerslider’,’av_slideshow_full’, ‘av_fullscreen’) ) )
{
echo avia_new_section(array(‘close’=>false));
}
Is there a way to create new template that could mimic the front page or way could manually override the front page checks.
And display the full width slider without it needing to actually be recognised as the front page assigned in the theme settings.
Cheers
Paul