Hey mediafacto,
Please go to Appearance->Menus and select Screen Options on the top right hand corner of the screen, you can select to show Description there.
Best regards,
Rikard
Hi,
Thanks for helping out @designweb, please let us know if you should need any further help on the topic or if we can close it @changegroup
Best regards,
Rikard
Hello,
I am currently developing a small shop with Woocommerce in German. German is set as a standard language, but English terms are used during the ordering process. According to my diagnosis, this problem comes from the theme Enfold. Because the analysis tool “Loco translate” shows me the Woocommerce and the plug-in “WooCommerce Germanized” with 100% translation. You can see this here: http://www.topcar.de/shop/cart/
Also, I can not specify a translation for the terms “Apply Coupon”, “Proceed to checkout” or “Update Cart” in the Plug In Loco translate. This plug-in is specially designed for this purpose. Do you have a tip for me as I get all the terms shown in German?
Best regards,
Martin
pasting you the post he said
Jordan Shannon
Moderator
Hi,
The original code should work, but it seems that the quick css is not applying. Please try applying to this directly to the wp-content/uploads/dynamic_avia/enfold.css file:
#top .all_colors strong {
background-color: none!important;
}
Best regards,
Jordan Shannon
i understand what you are saying but did you read the thread, the code was given by your people and they asked me to add that code? aren’t you seeing that line ? please look at the thread and you see it. Sorry to take this in detail but I like to know who did that silly mistake if it was a mistake?
please read the thread!!! I gave you the link. I am pasting it again here and in private
it was :jordan Shannon”
Hi,
Great, glad we could help. Please let us know if you should need any further help on the topic or if we can close it.
Best regards,
Rikard
Hi, Transparent header isn’t showing on mobile, I found this code on a previous post put it cuts into the type (revolving headlines).
@media only screen and (max-width: 767px) {
#top #wrap_all .av_header_transparency, .av_header_transparency #advanced_menu_toggle {
background: transparent!important;
position: absolute!important;
}}
Hope you can help.
Thanks, Dave
Hi,
I’ve followed the instructions in: https://kriesi.at/support/topic/masonry-gallery-not-working-2-2/#post-771510 and replaced line 1272 in shortcode.js but I still can’t see the masonry galleries. I’m running 4.0.5
The page in question is: http://enamayphotography.co.uk/portfolio/family-portraits/
Thanks.
Hey Luisgasser,
Try the solution given here: https://kriesi.at/support/topic/woocommerce-3-0-03-0-1-and-the-images-issue/#post-774201
Let us know if this helps.
Best regards,
Nikko
Hello tremblayly,
If you want to make a padding between two section like that image 1,
if you have create a color section for PROPOS go to (For Developers: Section ID) see the image 2 and put a name e.g. section_ above_propos on text field.
After that you can add some CSS code to create the padding between two sections.
Try to put that code on quick CSS. Go to Enfold Theme Options -> General Styling -> Quick CSS.
#section_ above_propos {
border-top: 21px solid #fff !important;
}
Thank you.
I use:
@media only screen and (max-width: 843px)
{
#top .av_header_glassy.av_header_transparency #header_main {
background-color: rgba(34, 34, 34, 0);}
}
But somehow it also controls the region between 844-927px, and dominate my another code
Then you need to create a code for screen size between 844-927px obviously :). In your code above you’re just using a screen size until maximum 843px, but nothing beyond that. So just adjust your media queries, to something like:
@media only screen and (min-width: 844px) and (max-width: 927px) {
#top .av_header_glassy.av_header_transparency #header_main {
background-color: rgba(34, 34, 34, 0);
}
}
and adjust as needed.
Best regards,
Andy
hi there, thanks , it is working now !! but please note this was advised by your team in response to another issue we had, why they advised this? i could not do it and i asked your team to add that code, can you check who did this mistake? it is very bad
check this thread and you can see what happened and why they did this. I spent almost two days with my server company blaming them and my developers for this !!!
Hi Nikko,
This works great. Thank you!
You can close this topic.
Regards,
Erwin
Hi John,
– Top left menu is standard enfold “Page Sidebar navigation” option in theme setting (*on)
– Under that menu is a custom menu in widget area (for testing)
You can see the design is much more pleasant (work is done for me here) using the standard enfold built in “Page Sidebar navigation”, but the only problem it does not show 2nd layer child (grandchild).
Also I need the list to be presentable, alined etc.
What am I missing ?
Hi Team Enfold,
We use Fullwidth Easy slider with center caption (no frame and no title, only text). But we would like to left-align the text, but still have it in the centered position.
Tried the suggestion by Rikard here https://kriesi.at/support/topic/aligning-easy-slider-texts/:
.slideshow_align_caption {
text-align: right !important;
}
But that left-aligned the whole caption and not only the text, which we would like still to be centered in the middle.
Br
ChangeGroup
The whole thing on the right, the search bar etc must go also the funny white line at the top:
View post on imgur.com
How to do this?
Hi,
The code you used for changing the font size doesn’t affect the button icon:
span.av-seperator-icon {
font-size: 14px;
}
however the button icon size depends on the font size of the button text, I have added this css code so the icon isn’t cut off:
#top .av-icon-on-hover .avia_button_icon {
overflow: visible;
}
#top .av-icon-on-hover:hover .avia_button_icon {
width: 3em;
}
Let us know if this helps :)
Best regards,
Nikko
HI.
Using your code
.single-sfwd-courses .related_posts {
display:none !important;
}
unfortunately only now I notice that it works for Learndash courses and lessons, but not for topics, as you can see to this url: http://it.tinypic.com/r/fwrle8/9
I tried to use
.single-sfwd-topics .related_posts {
display:none !important;
}
but it doesn’t work.
As always, thank you very much.
Piero
Hey michael_world2cycle!
Thank you for contacting us.
You can check here
https://kriesi.at/support/topic/change-button-characteristics-font-size-colour-shape-etc/
Regarding the button and all the available changes you can do
Regards,
Basilis
Hi,
Please refer to this link for a possible solution.
// https://kriesi.at/support/topic/mailchimp-pop-up-mailchimp-widget/#post-773640
Best regards,
Ismael
Hi,
Great, glad you got it working and thanks for the feedback. Please let us know if you should need any further help on the topic or if we can close it.
Best regards,
Rikard
Hi,
Glad we could help. Please let us know if you should need any further help on the topic or if we can close it.
Best regards,
Rikard
Hi!
Could you please provide a screenshot of the issue? Try to move the code inside a desktop css media query.
@media only screen and (min-width: 989px) {
/* Add your Desktop Styles here */
}
Best regards,
Ismael
Thank you Yigit, i must do something wrong because is not working. I created the credential for you, if you could take a look at it i would be very glad. What i need to do is to add the TripAdvisor icon, next to the top menu on the right.
Hi,
I’m sorry for the late response. Please refer to the previous thread but replace the css code with the following.
.menu-break {
display: block;
line-height: 0;
bottom: 25px;
position: relative;
font-weight: normal;
font-size: 11px;
}
.avia-menu {
top: 30%;
}
.av-main-nav > li > a {
height: 20px !important;
line-height: 20px !important;
}
.av-main-nav > li > .menu-break {
font-weight: normal;
font-size: 11px;
padding-left: 13px;
bottom: -10px;
position: relative;
}
And then add this script in the functions.php file:
function ava_custom_script_fix(){
?>
<script>
(function($){
function a() {
$('.av-main-nav > li > a').each(function() {
var link = $(this),
menub = link.find('.menu-break');
menub.insertAfter(link);
});
}
a();
})(jQuery);
</script>
<?php
}
add_action('wp_footer', 'ava_custom_script_fix');
Best regards,
Ismael
Hey troupdim,
Please provide a link to the site, and for multiple languages please see the following thread: https://kriesi.at/support/topic/enfold-multilingual/
Best regards,
Jordan Shannon
Hi there,
I saw a similar issue on another thread, but it was unresolved.
The issue occurs when trying to make slight changes to text boxes within columns within a colour section at the top of my homepage.
Whenever I make any further edits than the point it is currently at, it either deletes the rest of the content on that page, except the colour section, or causes all of the font to be bold/changes the heading formats.
It happens when:
1. I try to align the columns to have equal height – centered.
2. I try to change the font from paragraph to heading in the text box
3. I try to change the colour of a separator
I have been unable to make these changes all day. I’ve had to keep reverting to old versions of the page. Admin login information is below.
Please help!
Sorry again but it doesn’t work as you can see at http://www.mfm.it/demo/
I added the code:
add_filter(‘get_the_terms’, ‘hide_categories_terms’, 10, 3);
function hide_categories_terms($terms, $post_id, $taxonomy){
// define which category IDs you want to hide
$excludeIDs = array(6960, 7097);
// get all the terms
$exclude = array();
foreach ($excludeIDs as $id) {
$exclude[] = get_term_by(‘id’, $id, ‘category’);
}
// filter the categories
if (!is_admin()) {
foreach($terms as $key => $term){
if($term->taxonomy == “category”){
foreach ($exclude as $exKey => $exTerm) {
if($term->term_id == $exTerm->term_id) unset($terms[$key]);
}
}
}
}
return $terms;
}
where 6960 and 7097 are the IDs of categories TOP & DISCOVER but as you can see those taxonomies are still visible.
Please help me. Thanks Gianluca
Hi,
Yes please create a new topic explaining the above.
Best regards,
Jordan Shannon
Thank you Victoria, strange that it all of a sudden started working. I rooted the javascript problem to the fix suggested for defering the parsing of javascript here: https://kriesi.at/support/topic/enfold-theme-implement-deferred-parsing-of-javascript/