Hey!
I’ll ask Kriesi to fix the issue. I already sent him a patch. For now open up wp-content/themes/enfold/includes/helper-main-menu.php and replace:
if(!empty($nav))
with
if(!empty($nav) || empty($nav))
and make sure the top menu is active. The next update will enable you to display the menu in the main navigation if the secondary menu is deactivated.
Best regards,
Peter
Hi!
I’ll ask Kriesi to fix the issue. I already sent him a patch. For now open up wp-content/themes/enfold/includes/helper-main-menu.php and replace:
if(!empty($nav))
with
if(!empty($nav) || empty($nav))
and make sure the top menu is active. The next update will enable you to display the menu in the main navigation if the secondary menu is deactivated.
Cheers!
Peter
The settings were correct, but I’ve just tried to recreate the secondary menu manually, without using WPML “menu sync” feature, and the menu appears now correctly. So I will ask the WPML forum for support.
Thank you very much for your time, you can close the topic.
Benjamin
-
This reply was modified 12 years ago by
cbassist.
There is a similar entry with the same problem here https://kriesi.at/support/topic/wpml-language-switcher-disappeared/
I Inserted the code <?php do_action(‘icl_language_selector’); ?> on the file: includes > helper-main-menu.php an it worked, at least as a temporary solution. Let’s wait for assistance…
Hello
I’m talking about the submenu that is displayed inside pages (right or left Columns)
I would like to add for each LI a top and bottom border
it’s easy to do but as there is no CSS class to indicate something like firt-item-menu / last-item-menu
the borders are double.
How can i change the php code that generate this menu to add this classes ?
Thanks
Hi mattmorse!
You can probably do this with jquery. This thread may help you as a starting point: https://kriesi.at/support/topic/i-want-that-external-links-links-to-other-websites-open-in-a-new-windowtab/
If you’re not familiar with jquery I suggest to hire a freelancer. This script shouldn’t be very complex and with testing, etc. it probably takes 1 hour or so to implement it.
Cheers!
Peter
Hi there
The Top and Bottom padding on text layers suddenly became very large on upgrading to 2.6.1. Left and Right are fine.
I set Top and Bottom padding to 0px on the text layers in the first few slides. However the padding decreased on the first slide only. See link in PM
I found some folders named cache and set them to 777 but it doesn’t help. I tried clearing my broswer cache and also using different browsers.
-
This topic was modified 12 years ago by
glicit. Reason: Removed URL
Hi
I dont know
But yesterday I worked on the website and now the phone number is no longer on the top right and orange but it is centered and black.
any idea what to do?
http://bevlogenverf.nl/
Hey!
1) Könnt ihr bitte einen Link zu der Seite mit den Hover Effekten posten? Ich muss mir ansehen, warum der Code nicht funktioniert.
2) Den Underline Effekt könnt ihr mit folgenden Code deaktivieren:
#top li:hover .avia-menu-fx, #top li:hover .current_page_item>a>.avia-menu-fx {
opacity: 0;
visibility: hidden;
}
Best regards,
Peter
Hello,
I am attempting to set up my site. I have installed WooCommerce and the sample data. I am not however seeing any shop information installed. I have been through your install instructions but I cannot seem to find the information relating to utilizing all of the amazing features your theme has for WooCommerce. Can you please point me to where any documentation on this topic might be? This is what I found… http://kriesi.at/documentation/enfold/
Thank you!
Hey!
@Gee Are Pabst: Try this css code:
@media only screen and (max-width: 767px){
.responsive #header .social_bookmarks {
position:relative;
}
.responsive .mobile_slide_out .logo {
margin-top: 20px;
}
.html_header_top.html_bottom_nav_header #header_main {
height: 125px;
}
.responsive .logo a, .responsive .logo img {
max-width: 90%;
height: auto !important;
}
}
to improve the styling.
@hojoon: Please go to your English website and try to re-save the theme settings (Enfold > Theme Options).
Cheers!
Peter
Hey Jaroslav!
I suggest to use the free Codestyling plugin to translate the theme or to change the content of the current translation. Install the plugin ( http://wordpress.org/plugins/codestyling-localization/ ), go to Tools > Localization and select “Themes”. Then search for “Enfold” in the list and select your language and click the “create po-file” button. Click on “Rescan” to search for all text strings. Afterwards click on “Edit” and translate the required strings from the “avia_framework” textdomain. At least click the “create mo file” button next to the “Textdomain” selection dropdown (top left corner). Search for “Leave a Reply” and “Want to join the discussion?”, etc to translate the comment text strings.
Best regards,
Peter
Hey gentlemansgazette!
I’m not familiar with google search and I can’t help you with the implementation. I recommend to install a wordpress search plugin like: SearchWP if you want to improve the search. You can also try to follow the instructions another user posted here: https://kriesi.at/support/topic/how-to-integrate-google-custom-search-cse-into-enfold/ but again, I can’t give you more details about the implementation…
Best regards,
Peter
Hi Ismael, This works perfectly on the iPhone and the iPad. Both sections are displayed and we get the neat effect of the “fixed” sections on the laptop/desktop. Thanks so much for helping me figure out the custom CSS to make this happen.
– Jane
Hello Peter,
You sir, are the man!
That works beautifully…100% perfect working solution.
I sincerely appreciate the excellent top notch support provided, especially for something so far from being a “theme issue”.
You guys have earned my business for life and I’ll be singing your praises anywhere anybody will listen.
Hi Ismael,
I tried that but it resulted in this:
twitter – clickable
iTunes Top 10 – not clickable
Apple Hot News – not clickable
What I want is this:
twitter – not clickable
iTunes Top 10 – not clickable
Apple Hot News – clickable
I’ve tried different variations of the code but it doesn’t work. Any ideas?
Thank you. Hope all is well with you! Jas
I would like to keep the fixed header where it is at the top regardless of the scrolling down the page for easy navigation. I love that feature. However I would like it to stay the same height and not shrink the logo down. Like on this example: http://www.fletcherconstructionco.com
Is this possible?
-
This topic was modified 12 years ago by
mjaraas.
Hey Enfold,
Want to remove the my logo from the site, and not have the Enfold Logo there. I tried .logo { display: none; } it does work on desktop and tablet, but on a smartphone (iPhone here) the Enfold logo is there for some reason., any ideas?
Thanks,
thanks man, just changed the font size and that did it! thanks for your assistance!!
just one more thing, that might be off topic:
with all the changes in themes and other files (woocommerce) the amount of css styling codes is steadily increasing.
some of the codes dont affect anything due to updates etc…
question: is there any tool (or any way) to check/inspect if there are css style codes that are not affecting anything?
thanks in advance
Pedro
The last item in my top menu is not aligned (centered?) as the other menu items. the item appears to be left justified versus centered. It is just the last menu item. url = wildcatmattress.com
Thank you
Hey!
Please add this on Quick CSS or custom.css to switch the phone number and the top menu:
.av_secondary_right .sub_menu {
float: right;
right: 200px;
}
.av_phone_active_right .phone-info {
float: right;
right: 0;
position: absolute;
}
I’ll ask Dude about the WC german market plugin. Please wait for his response.
Regards,
Ismael
Hi!
Website looks fine on Safari and other browsers now.You should probably use this plugin to minify the stylesheet and scripts: https://wordpress.org/plugins/bwp-minify/
Refer to this link for more info: https://kriesi.at/support/topic/request-minify-guide/
Cheers!
Ismael
Thank you for v 2.6.1! Haven’t checked all devices yet but I’m hopeful because desktop version is mostly back to what it’s meant to be! Some thing’s are not. Got some extra work to do here.
I may never update the theme again. Too much work.
-
This reply was modified 12 years ago by
wintner.
On my sidebar I have several feeds
The 3 titles are clickable links (my @twitter handle, iTunes Top 10, Apple Hot News)
I’d like to make the title links un-clickable (my @twitter handle and iTunes Top 10) without affecting the functionality of the feed. These links actually just take you to a page that provides the user with no relevant info.
What is the best way to do this? The Twitter feed was especially tricky to get working so I wanted to ask before I proceeded with CSS or the like. I was also thinking there might be a way to solve this problem from the Widget settings panel??
Thank you, Jas
Hi costin!
Edit the color section then add a unique id on the developer’s field. Add “awesome-section” for example. Use this on Quick CSS to adjust the height:
#awesome-section {
min-height: 500px;
}
Use this to decrease the top padding:
.page-id-77 .content {
padding-top: 0;
}
Cheers!
Ismael
Hi!
You can add this on Quick CSS or custom.css adjust the max width of the post content:
#top .fullsize .template-blog .post .entry-content-wrapper > * {
max-width: 1200px;
}
#top .fullsize .template-blog .post .entry-content-wrapper {
max-width: 1200px;
}
Add this one to remove the image overlay:
.image-overlay {
display: none !important;
}
Use this one to disable lightbox:
a[rel] {
pointer-events: none;
}
Best regards,
Ismael
Thank you very much !
.avia_wpml_language_switch {
width: 130px !important;
}
works very well !
I have updated already to 2.6.1 and that issue is still on where the WPML language flags doesn’t show up at the right side of the header.
I’m not really sure which are the required settings for both ENFOLD and WPML settings in order to make the language flags show up at the header since they were showing up until theme and WPML were updated.
Thanks,
Oriol