Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
li#menu-item-search {
position: relative;
top: -60px;
right: 100px;
}
Regards,
Yigit
Thanks Andy, that tab colour works now. I guess i would need to change the tab heading colour next and possibly resize height of the tabs.
How would I go about customising this accordion? so that all the tabs with each of the enfold elements work together?
Would it be best to use a plugin? any suggestions? I’ve searched everywhere for a plugin that can work in this way, but I’ve found nothing. This is the reason why I stuck with the enfold accordion. Hoping that it would work.
Thanks inadvance to the Kriesi support team.
Regards,
Dear Enfold team,
Could you inform me about translating WordPress buttons to another language – like Send button as example. I saw in some of your comments that you suggested Codestyling Localization plugin. I also want to translate WooCommerce plugin.
As I notticed, Codestyling Localization is not up to date, and it is not possible to find it throuh Add Plugin search on WordPress panel. My main question is: Is it safe to use Codestyling Localization, or do you suggest some other plugin for translating WordPress?
Thanks in advance.
Milorad
I need to take the right column off of the search results page. I assume I change the loop-search.php file but what code do I remark out? Also need the content area to span 100% of the page.
http://staging.supermarketsense.com
enfold responsive multipurpose theme
Thanks for the info.
Hi vertikahl!
So you have a large amount of taxonomies? I’ve never heard of that before and I’m not sure if it’s possible. If you want to try and tackle it on your own then you can find the function for the AJAX search in the functions-enfold.php file starting around line 140.
It sounds like it’s going to take a lot of work though so it would be best to hire a freelancer to help you out.
Best regards,
Elliott
Hi Dake,
Thank you for replying. I tried the CSS, but the search icon ends up under the TopBar. I can only see it if I remove the TopBar background color. I also end up with the gap on the right of the menu. This is not ideal.
I then had a look at the functions.enfold.php file and found the add filter:
add_filter( ‘wp_nav_menu_items’, ‘avia_append_search_nav’, 10, 2 );
I found no more useful info in header.php
When I comment that out the search icon is removed, but I cannot find the header_meta file to try and append the search icon to that. What filter variable can I use in this same way to append the search icon to the topbar phone number?
I looked at the link you supplied regarding the add icon to menu, but in this case I want to add a .jpg or .png – small flag to send users to the other language version of the site. Can I add html in the navigation label?
Thanks for the help.
-
This reply was modified 10 years, 8 months ago by
mediax2014.
Hey mediax2014!
In order to move the search icon, you can either use something similiar to the below css:
#top #menu-item-search {
top: -50px;
}
#header_main {
position: relative;
z-index: 9999;
}
Or you can manually edit the location array via the functions-enfold.php and cross referencing the header.php.
As for adding the flag icon, you can follow the instructions in this thread:
https://kriesi.at/support/topic/add-icon-near-the-menu-item/
Regards,
Dake
Hi Dimitry!
we have a recommended plugin list for Enfold here: https://kriesi.at/support/topic/recommended-plugins-last-update-04-09-2013/
Unfortunately I personally have no experience with a plugin which fulfills your needs with such database functions. You would need to search one by yourself.
Regards,
Andy
Please, I did the following, but i am still not seeing the search box in the header:
1. I added the following the the bottom of the child theme functions.php file:
add_action( ‘ava_after_main_menu’, ‘enfold_customization_header_widget_area’ );
function enfold_customization_header_widget_area() {
dynamic_sidebar( ‘header’ );
}
2. I went to appearance —> widgets and created a widget area called “header”
3. I added the search widget in the header widget area
4. I added the following CSS code to the QuickCSS
#header .widget {
left: 50%;t
padding-top: 0;
position: absolute;
top: 0;
transform: translate(-50%);
}
Please, kindly assis
Hi susawx!
I’m not sure what you have in mind, would you display it as a few links or a dropdown of some sort? You can add content to the header by adding a widget area to it: http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/. I’m not familiar with any plugins with that functionality but maybe a search could help? Please link to your site if you should need any further help.
Cheers!
Rikard
Hello Enfold/Kriesi Support,
I am using the FULLSCREEN SLIDER on the homepage of a site. I’ve got a single YouTube video on the slide.
We noticed the video isn’t playing with an iPad. I have a “fallback image” chosen for it, and from my research, it looks like the YouTube video won’t play on the iPad. I just want to do some due diligence and make sure there isn’t a work-around or solution.
- Can a video be played in a Fullscreen Slider (Vimeo)?
- Is there a workaround for fullscreen video for iPads?
TIA,
Greg
Dear Support,
Please, I am now trying to put your search icon now on the right hand side of the header above the mega menu on a client’s website.
I could not find “wp_nav_menu($args);” in header.php. I found it in includes/helper-main-menu.php of the enfold child theme i used for the uber menu. But, after I put the code “get_search_form();” just below “echo ‘</nav>’;” and added your recommended CSS code to the Quick CSS, the search box is not displaying in the header above the menu; it is displaying below the header menu in the slider position.
Please kindly assist
Regards,
Emin
Dear Enfold team,
I want to ask you for help. Maybe you have expirience with this.
There is some virus that changed our websites title on search engines (only Google) into chinese letters, and shown only for main page.
When i look in admin panel, main page title is ok.
Also, when I share link on posts using google+ sharing button, instead of our photo and excerpt there is some other companys picture. Links to website are working just fine when i click on them.
I read about some virus that affect site title, and maybe they use plugins that are already installed and active.
I dont know how to find viruses and how much days will pass until google refresh index after and if we find viruses.
Thanks in advance for help.
Milorad
Hi there guys,
I’m looking to add a big bold search bar into my main header and according to instructions on post
#328178 I’m looking for the Enfold/Includes folder, to add the relevant line of code..I can’t find this anywhere! :(
Has the name of this been changed since 2014?
Sorry for the stupid question!
Thank you
Sarah
Hi All,
I am struggling to get my permalink structure right. I want it to be http://www.website.com/blog-title/article-title. My blog is a page I created, so not the default wordpress blog page. I used the Custom Permalinks plugin but noticed after a little while that it is not compatible with WordPress SEO by Yoast, it had all pages saying the keyword was not in the URL when it clearly was. Once I deactivated it started saying they were in the URL again but now my custom structure is gone, therefore all my share links for my blogs posts so far are now going to lead to my 404 error page. I just want to be sure my website structure and hierarchy are good for Google and other search engines.
I use Enfold without a child theme and I am hoping not to have to mess with the code.
Please help, thanks!
I have posted about this before but the topic is now closed > #456915
Hi Enfold,
Your theme is very flexible in creating good looking pages. I do have a question but wasn’t able to find proper answer by searching the forum.
If there a possible way to execute a javascript/PHP when the “Contact Form” of a page got executed?
i.e I used the “Contact Form” element of the advance layout you provide. Then what I need is to get the inputs (name, email fields) and execute a javascript/PHP code?
Then pass the values to Mixpanel.
https://mixpanel.com/help/reference/javascript-full-api-reference
https://mixpanel.com/help/reference/php
Please reply soon as possible.
Regards
Roshan
After more and more research I found out why we talked on different tracks. The “wand icon” that is displayed on your screenshot does only show up if you use the standard editor. As soon as you switch to the extended layout-editor the “wand” looks much less extended. For example there is nothing like a “table option” anymore. I only see “Button”, “Fullwidth Button”, “Separator/Whitespace”, “Icon” and “Mitteilung” (Message). Nothing else.
I am not sure wether you are aware of this fact, but if, it would make sense to inform Enfold-users about that speciality. It would safe a lot of time – both sides.
Anyway, it took a little longer than necessarry, but my problem is solved now. Thank you for your help.
Hey beyond-flora!
I am sorry, but that’s beyond our support scope. I personally have no experience with such a function/plugin and you would need to search by yourself. A recommended list of plugins for Enfold: https://kriesi.at/support/topic/recommended-plugins-last-update-04-09-2013/
Best regards,
Andy
Hi lobstahhhhhhh!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 989px) {
.responsive.html_mobile_menu_tablet .main_menu .avia-menu, .responsive.html_mobile_menu_tablet #header_main .social_bookmarks, .responsive.html_mobile_menu_tablet #header_main_alternate {
display: block;
}
.av-main-nav > li {
display: none;
}
li#menu-item-search {
display: block!important;
right: 50px;
}}
Best regards,
Yigit
Hey!
Alright. You can use this software to edit the po files in the theme’s lang folder: https://poedit.net/
Translate the strings by editing the wp-content > themes > enfold > lang > he_IL.po file then use the software to compile it. Create a backup of the language files if you have to update the theme. If you edit the po file, you’ll find codes that look like this:
# @ avia_framework
#: search.php:23
msgid "New Search"
msgstr ""
The “# @ avia_framework” is the text domain, “#: search.php:23” is the location of the string or the file name where the text is located. The “msgid “New Search”” is the text to be translated and the “msgstr “”`” is the translation. You can add the translation like this:
msgstr “חיפוש חדש”`
`
Cheers!
Ismael
Hello
We have created a website with the Enfold theme, and we have French and English pages and we need to change the logo in the header according to the language. We had this code put in, but the problem is, the logo doesn’t shrink to the right size in the mobile device.
.page-id-1672 .logo img { opacity: 0; }
.page-id-1672 .logo { background-image: url(/wp-content/uploads/logo-solarium-servitech-en.gif); }
.header_color .ajax_search_excerpt { display: none; }
Here is the url to the English home page. If you open it in iPhone or even Blackberry you will see what I mean.
Thanks!!!!
Hello Kisi team,
our customer wants a search with Google Maps. We have three different classes (with different colors) with a total of about 40 entries. Is it possible for a selection example “red” only the red entries indicate? Do you have an idea or a plugin that we can implement with Enfold? Maybe it’s like a shop finder?
Thank you and best regards,
Daniela
Hi webon_israel!
Thank you for using Enfold.
Did you create those pages then delete it? Google already crawled the site even before you delete the pages. Try to use a redirect plugin to redirect those pages to the home page or to another page. You can use one of these plugins:
https://wordpress.org/plugins/redirection/
https://wordpress.org/plugins/quick-pagepost-redirect-plugin/
You can also do this via .htaccess but try the plugins first. Note that it might take a while before google or any search engines crawl the site again.
Best regards,
Ismael
We are using enfold theme with our site, which worked fine until we updated word-press to v4.2.2. After updating it, we are unable to do any editing of pages. Since if didn’t work,we also updated enfold theme to v3.2. Still we cant view pages in layout builder, or cant edit any property. we can see fragmented texts in layout builder.
I have already searched and tried the solutions suggested here, I have deactivated all plugins, cleared cache etc. But no luck.
We appreciate any help in this regards,
Hi wiwaldi79!
Thank you for using Enfold.
You can change the font settings in the General Styling > Fonts panel. Or use the Quick CSS field:
body, body p {
font-family: "Arial";
}
The amount of posts you created in the past few weeks is a bit too high so we flag you. Average users in the forum post 1 to 3 topics in a week but you created more than 20 topics in less than a week, using 3 different user names which is not something we can handle or tolerate. Please don’t ask questions when you can simply search google for a quick solution. Thank you.
For further modifications, please contact codeable: http://kriesi.at/contact/customization
Cheers!
Ismael
Hey Guys,
I simply want to delete the ‘ ? ‘ after the equal in the captcha output?
I searched in the \enfold\config-templatebuilder\avia-shortcodes\contact.php but there is no question mark to delete.
regards
Daniel
Hey all, just searched for class-pixelentity as I have the same problem. When I first logged into my site, I saw that the dashboard was saying there was an update available, but it was not in my plugins so assumed it was the theme (although the theme was not showing there was an update). BUT I noticed my licence key was not my normal licence key, I have a few licences for Enfold and the key wasn’t any I had created / purchased.
I entered my correct key and a few times have the following message:
Empty reply from server
Warning: Invalid argument supplied for foreach() in /var/sites/r/recoveryplaces.org/public_html/wp-content/themes/enfold/framework/php/auto-updates/class-pixelentity-theme-update.php on line 49
Warning: Cannot modify header information - headers already sent by (output started at /var/sites/r/recoveryplaces.org/public_html/wp-content/themes/enfold/framework/php/auto-updates/class-envato-protected-api.php:345) in /var/sites/r/recoveryplaces.org/public_html/wp-includes/pluggable.php on line 1196
Hey msmazza!
Thank you for using Enfold.
You can use the google analytics to track the search terms: http://www.carriedils.com/wordpress-track-site-search/
OR
I haven’t tried this plugin but it claims that it can track search terms: https://wordpress.org/plugins/search-meter/
Cheers!
Ismael
I’m not sure if this is a theme or WordPress question but I’m looking for a way to review the search terms entered when a user is on a webite in the websites search function. Anything in Enfold to assist or can you direct me to a resource?
Thanks
Mike
Hi!
Please create separate topics for your questions. It’s difficult and confusing for everyone involved when there are so many in the same topic. It will help others search the forum and you will get faster responses as well.
As for your first question about the forwarding problem, I’m not really sure I understand. Can you take a screenshot and highlight what is going on? Are you trying to make the “kochel” page display as your homepage? If so then you can select this in Dashboard > Enfold > Theme Options for the “Frontpage Setttings” option.
Cheers!
Elliott
-
This reply was modified 10 years, 8 months ago by
Elliott.