It seems like the standard search query doesn’t work in your case. Eg
http://www.lighthousemktg.com.au/?s=test doesn’t work but the same search works on the demo page:
http://kriesi.at/themes/enfold/?s=test
Try following
1) Deactivate all plugins and check if the search works. If yes activate them one by one until the search doesn’t work again.
2) If 1) does not solve the problem upload all wordpress and theme files again. Use the latest versions (wp3.6 and Enfold 2.0.x).
3) If 2) doesn’t work go to Settings > Permalinks and hit the “save” button to flush the rewrite rules.
Ismael, thank you. I apologize if i came across as pushy.
What’s crazy is that I would have swore that I tried this exact line of code.
Again, thank you. it worked.
Try following – open up wp-contentthemesenfoldconfig-templatebuilderavia-shortcodescolumns.php and replace
if($first)
{
if(!empty($meta['siblings']['prev']['tag']) &&
in_array($meta['siblings']['prev']['tag'], array('av_one_full','av_one_half', 'av_one_third', 'av_two_third', 'av_three_fourth' , 'av_one_fourth' , 'av_one_fifth' ,'av_textblock')))
{
avia_sc_columns::$extraClass = "column-top-margin";
}
else
{
avia_sc_columns::$extraClass = "";
}
}
with
if($first)
{
if(!empty($meta['siblings']['prev']['tag']) &&
in_array($meta['siblings']['prev']['tag'], array('av_one_full','av_one_half', 'av_one_third', 'av_two_third', 'av_three_fourth' , 'av_one_fourth' , 'av_one_fifth' ,'av_textblock')))
{
avia_sc_columns::$extraClass = "column-top-margin";
}
else
{
avia_sc_columns::$extraClass = "";
}
}
if(in_array( $shortcodename, array('av_one_third', 'av_two_third', 'av_three_fourth' , 'av_one_fourth' , 'av_one_fifth' ) )) $meta['el_class'] .= ' avia-small-width-slider ';
Open up wp-contentthemesenfoldincludeshelper-post-format.php and search for
$heading = is_singular() ? "h1" : "h2";
Replace h1 and h2 with any headline type of your choice. h1 is used on single post pages, h2 on the blog & archive page. If you’re using a child theme you can duplicate the avia_default_title_filter() function and overwrite the parent theme function if you like.
Yes I did that. All files went up I guarantee you 1000% What I didn’t do was update the style.css file with the new number. I did update all the files. I just didn’t go in physically and update the number to the latest theme number. But it’s all there.
I will update that number now…. but I will still need to find out about the above.
Thanks very much
Cheers
Jase
Hey,
What type header are you using? You can add this on your custom.css or Quick CSS:
.main_menu {
right: 100px;
}
Regards,
Ismael
Hi,
The version number should change if you really updated the file. It should say 2.0.1 on the version number. Please download the latest version on your themeforest account then manually upload it via FTP or your cpanel.
Regards,
Ismael
What specifies the 224px; width: 298px container?
<span class=”image-overlay overlay-type-image” style=”opacity: 0; left: 5px; top: 5px; display: block; height: 224px; width: 298px;”
Thanks,
dnikitiuk
Hello Devin,
Thanks for the update. I have used the regeneate-thumbnails plugin, and currently have woocommerce catalog single product image set to 600×999 px, but there is still no change to the product image.
If you are to shrink the responsive design to mobile size on your desktop browser, the mobile image will be larger than the standard “full page” single product image.
Is there any CSS that controls the single product image size other than the woocommerce catalog image options?
http://cetatek.msvdev.com/?product=warp1
Thanks,
dnikitiuk
Hi guys,
We’ve now got most of our new site up on our live server and I’ve very happy overall. However, I have found some pretty major bugs and need some help urgently. For reference, we’re now using the very latest version of Enfold too.
The most important issues are
1. Icon List
The content for these components just keeps disappearing completely and randomly. Many of our page designs include two column layouts featuring a unique instance of the listbox component in each column, not sure if that helps or not here. If I edit a list item and save the page it will usually work as expected. The problem is if I leave the page and then come back to at a later time frequently ALL traces of the list components will be missing from the page editor and interface. If I click ‘Update’ the content is completely deleted too? As we have many pages containing the list items and the site is now live, please can someone help me to find a solution here as I’ve had to rebuild at least three pages twice over information from past page revisions.
2. Icon Boxes
Still experiencing weird rollover effects on images added to Iconboxes even though you said this had been resolved? For example, even if you add an image that is exactly the perfect size for the Iconbox and add a link to it, when you mouse over it the image shifts down the page a little.
3. Buttons just don’t show up in IE8, as in at all? All I can see if a blank space where they should be, could this be because of RGBA colour values which aren’t supported etc?
Hi Yucozt,
We’ll need to see your site and take a look at it live. If you have not already updated to Enfold 2.0.1 and are using WordPress 3.6 you’ll need to do that.
For a quick guide on updating your theme take a look at this video on updating the Enfold theme via FTP: https:/vimeo.com/channels/aviathemes/67209750
Regards,
Devin
Hi kalvin,
Can you give a bit more detail on what you’ve tried to use to show the short preview text for blog posts on overview pages? The more tag works for me on my site (http://devinvinson.com/ ) as well as on the demo: http://kriesi.at/themes/enfold/blog/
Regards,
Devin
Guys, I think you overlooked me ;-(
I know this is an easy one for ya.
Sincerely,
Pat
Hi,
Love this theme! I have been working with it for a few months now and honestly, I’m impressed.
I haven’t had any issues with the Enfold theme until I made the latest update, but even still, they are small issues.
If you could please let me know how I can fix these issues I would be very appreciative.
(1) I have this issue consistently on every page with an image gallery:
When the page loads an image gallery, the first image caption is displayed incorrectly below the big image.
This only happened when I updated the theme.
Please have a look: http://kitodev.com/portfolio-item/kito-l5lb-lever-hoist
Un-Related question:
(2) How can I adjust the image gallery thumbnail size height so that it doesn’t crop the thumbnail image?
Great theme, and thanks very much for your help!
Cheers,
Matt
Did you ever figure out the password protect problem? I am also using Enfold and the members page of my site is supposed to be password protected. I made the visibility of the post Password Protected, gave it a password and updated it, but the page never asks for the password, just displays the contents of the page. Tried sending the page to others from another computer and different browser, same problem. What can I do?
Hi,
I’m developing an Enfold-based site locally and using git to deploy it on the server.
TinyMCE works just fine on my local copy of the site. However, on the remote site, I get a ‘Cannot read property’ JS error when trying to create or edit a page or post. It also breaks the LayerSlider editor.
I’ve increased the WP memory limit, and manually re-downloaded and re-uploaded all files (both WP and Enfold), to no avail. Still broken. I have no idea why it would work locally, but not in the server.
Any clues?
Thanks!
I uploaded 2.0.1 of Enfold to my site, cmp.christophermatthewspub.com and the easy slider on the home page is ,not advancing , freezes after second slide.
Hi Devin
Yes they are updated however the theme number did not update. I only updated all the files on the 22nd the same day they were released. So I have the very latest theme files installed despite it saying 1.8. I uploaded all your change log files.
So the above issue still exists. Please advise.
Thanks
Jase
If you update to the most recent version of the theme there is an option for a sticky header with social icons.
For a quick guide on updating your theme take a look at this video on updating the Enfold theme via FTP: htps:/vimeo.com/channels/aviathemes/67209750
You still have:
.avia-icon-list li {
margin: 0;
padding: 0 0 30px 0;
list-style-type: circle !important;
list-style-position: outside;
clear: both;
overflow: visible;
position: relative;
min-height: 60px;
}
Which is causing that to happen. You need to get rid of that block of css so it doesn’t cause the issue and only the css from my previous post effects your list items inside the icon lists.
Hi colorit2,
Not that I know no. You can add it as a feature request to the feature request topic here: https://kriesi.at/support/topic/enfold-feature-requests
Regards,
Devin
Just so you guys know, I think the big issue with Fontello is the encoding of the font files. I think a while back, Fontello switched its default from ASCII or Unicode to Private Use Area encoding — basically, the section of the Unicode range that intentionally has no characters assigned by default, so anyone can use it for their own thing without conflicts. My theory is Kriesi encoded his Entypo version as Unicode, and that’s the snag.
The “cartoony icons” are OS X’s (maybe others too) default emojis, because the PUA encoding of the font in this case means there is no “font override” going on for those Unicode characters, like there is when you encode as Unicode.
Unless I made a very stupid mistake and mixed up the files, I removed the Enfold default icon fonts, tried replacing them with PUA and ASCII encoding, just to experiment (didn’t work), then made a new Unicode-encoded file, and the icons were restored. So, just be sure to click that wrench icon next to the download button on Fontello, scroll down to “Set Encoding,” and select Unicode, and that should fix it.
Hi Dude,
I downloaded your updated pot file. I had to convert the pot file into UTF-8 before I can edit with Poedit. But I still saw “Meanwhile lets just say that we are proud %s contributed a whooping %s entries.” and “Edit the profile description here.” in English.
I found the solution now… In loop-about-author.php, the second argument for __() function was missing. Changing
$description .= ‘</br>’.sprintf( __( ‘Meanwhile lets just say that we are proud %s contributed a whooping %s entries.’ ), $name, count_user_posts( $author_id ) );
if(current_user_can(‘edit_users’) || get_current_user_id() == $author_id)
{
$description .= “</br>“.__( ‘Edit the profile description here.’ ).”“;
to
$description .= ‘</br>’.sprintf( __( ‘Meanwhile lets just say that we are proud %s contributed a whooping %s entries.’,’avia_framework’ ), $name, count_user_posts( $author_id ) );
if(current_user_can(‘edit_users’) || get_current_user_id() == $author_id)
{
$description .= “</br>“.__( ‘Edit the profile description here.’,’avia_framework’ ).”“;
fixed the issue!
I hope this fix is included in the next version of Enfold.
Thanks!
Hi,
is it possible in any way to add a submission form for ENFOLD’s testimonial feature?
I like the ENFOLD presentation of the testimonials and would not like to do this with a plugin.
Or is it an idea for an upcoming feature of ENFOLD?
Hi
sorry for the late response, i wasn’t near a computer.
about the search issue, i paste the code in “enfoldcsscustom.css”
and no change…
inline style will always have priority over external css, no ?
thanks
Thanks for your assistance. Actually, changing mb_strimwidth instead of substr code at:
wp-contentthemesenfoldframeworkphpfunction-set-avia-backend.php
fixed all.
Thanks!