Hi!
Please try adding following code to Quick CSS in Enfold theme options under Styling tab
@media only screen and (max-width: 479px) {
.responsive table.shop_table th { display: block; }
.responsive table.shop_table { display: grid!important; overflow: visible; }}
Cheers!
Yigit
It seems I have run into some of bug — not sure if it’s in the theme or WP itself.
What’s Happening:
I have a form (not Enfold’s form) housed in a text box (see here) which I can still see in the Avia Layout Builder.
However, when I click to edit the textbox, both the Visual and Text editor’s just display “Click here to add your own text” (see here). Now the code/content is still there, because it is displaying on both the Avia Layout Builder page, as well as the actual ‘live’ page (see here).
Any thoughts on how to combat this so I can go in and edit the contents of this textbox?
Thanks again guys!
-
This topic was modified 12 years, 3 months ago by
Thinkgate.
Hi segalmedia!
You are going to need to hire a freelance developer for that kind of customization as it is beyond the scope of support we can provide. You can also request quote here.
Regards,
Yigit
OK, thanks Yigit. I did find that file, but decided not to touch it – I’m not really up to writing/editing PHP.
I was hoping there might be a 404 Error page I could edit (or create) in the same way as I can create other pages in Enfold.
Is it possible to do this, maybe calling it from within the error404.php file?
Hi slingfly!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.avia-menu-fx { bottom: 30px; }
.main_menu .menu ul { top: 65%; }
Best regards,
Yigit
Hi moisturewordpress!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.pricing-table>li { border: none; }
.main_color .pricing-table>li:nth-child(odd) { background: transparent; }
If that does not work, please post the link to your page where you have tables
Best regards,
Yigit
Hi!
Please add following code to Quick CSS in Enfold theme options
div .main_color .tabcontainer .active_tab_content { background-color: #cccc63; color: white; }
.js_active .top_tab .tab { padding: 30px 50px 32px 50px; }
If this is not what you meant, please post a screenshot
Best regards,
Yigit
Hi asdevargas!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.archive .category-term-description { margin-bottom: 0; }
Cheers!
Yigit
Hi Niels!
Please go to wp-content\themes\enfold\includes folder and customize error404.php file
Best regards,
Yigit
Hi!
Actually it seems to be a bug inside the analytics plugin code. I found the cause and we’ll change the code on our end but it’s not a theme fault. The plugin breaks the filter link because it does not accept a ‘ quote sign for the href value.
In /wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/flexible_masonry_entries.php replace
$output .= "<a href='#' data-filter='".$term->slug."_sort' class='".$term->slug."_sort_button' ><span class='inner_sort_button'>";
with
$output .= '<a href="#" data-filter="'.$term->slug.'_sort" class="'.$term->slug.'_sort_button" ><span class="inner_sort_button">';
and in /wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/portfolio.php replace
$output .= "<a href='#' data-filter='".$category->category_nicename."_sort' class='".$category->category_nicename."_sort_button' ><span class='inner_sort_button'>";
with
$output .= '<a href="#" data-filter="'.$category->category_nicename.'_sort" class="'.$category->category_nicename.'_sort_button" ><span class="inner_sort_button">';
and the analytics plugin should work fine. I’ll ask Joost to look into it.
Best regards,
Peter
Hi,
there is a very strange problem with the settings and the output in our Blog.
Its so strange that it is hard to explain – lets try:
We followed Ismaels advice and did this: “First, don’t set a blog page on Enfold > Theme Options > Where do you want to display blog? option. Create a page then insert the Blog Posts element,”
We choosed the “Single Author / Big Images /images size 300×300 ” view
In our Blog we have categories..
Blog
–Category
–Category2
—–SubCategory
Result:
In /blog everything is nice but if you change to /blog/category or any other subcatgory the view looks completely different.
We try to find the error since hours and meanwhile we think it might be a bug.
aahh yes…the single-view is foobar as well
If you want we can give the credentials to a mod if needed
regards axel
-
This topic was modified 6 years, 1 month ago by
Yigit.
OK, client it doing a 180. They now want this type of layout:
http://www.bbg-bbgm.com/
I LOVE this template and really want to stick with it. Do you think that I could modify Enfold to be similar? If so, how would you construct your pages?
Thanks so much.
Lisa
-
This topic was modified 12 years, 3 months ago by
segalmedia.
Hi twelch99!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.content { padding-top: 0; }
Cheers!
Yigit
Hi Niels,
Thank you for your help!! I understand where it could have been confusing..Your right I’m not a native english..
The thing is my enfold is translated in french so when i select the gallery it tells me in french “big picture with “vignette” underneath” and I was sure in english I had already seen that word and thought it was the right one. But you are right, I mean thumbnail !!! ;-)
Won’t make the same mistake again now. Thanks for explaining me what a vignette was in English, it was really helpful and interesting.
Cheers
Delphine
Hey LaughingDragon!
Can you post the link to your website so we can inspect elements?
Regards,
Yigit
Hello
I am using Learndash LMS plugin and there is a lesson widget in it. This widget shown list of lessons in the course with completed lessons titles striked through.
Links are just links to png. files.
If I set it on default wordpress theme, I will get this: http://support.learndash.com/wp-content/uploads/2013/11/twenty-two.png
This is correct way, this is how it should be.
If I set this widget in Enfold, I will get this: http://support.learndash.com/wp-content/uploads/2013/11/enfold.png
As you may see- some differences) the text is bold and with no strike through.
Could you please help?
-
This topic was modified 12 years, 3 months ago by
Superbobrik.
I also don’t have the box “Page Sidebar navigation” checked in Enfold settings.
Hey!
Can you post the link to your Enfold website? The one you posted before is not using Enfold. Excerpt can be removed from main blog page using custom CSS
Cheers!
Yigit
Just to follow up and share what actually worked for me.. I used a long & friendly title for the page, then I overrode the text for the breadcrumbs.
add_filter('the_title', 'enfold_child_the_title');
function enfold_child_the_title($data){
global $post;
if(is_in_function('avia_breadcrumbs')){
// NOTE: check if $data has already been changed to the menu text
if (!($data === $post->post_title)) return $data;
switch ($post->post_name) {
case 'myslug': return 'My Short Title';
// etc..
}
}
return $data;
}
function is_in_function($functionName)
{
foreach (debug_backtrace() as $k => $v) {
if ($k < 2) continue; // ignore self & caller
if ($v['function'] === $functionName) return true;
}
return false;
}
Hi
thanx for you help.
We followed your advices and did:
1: we noted require_once( ‘config-templatebuilder/avia-template-builder/php/template-builder.class.php’); in the functions.php of our childtheme and got this error:
Fatal error: Call to undefined function av_icon_css_string() in /usr/www/users/axella/wordpress/wp-content/themes/enfold/css/dynamic-css.php on line 672
Can you please tell us how to solve that?
regards axel
PS: we tried also to do this:
require_once( ‘config-templatebuilder/avia-template-builder/config/meta.php’
But this threw out this error:
Fatal error: Class ‘AviaHelper’ not found in /usr/www/users/axella/wordpress/wp-content/themes/enfold-child/config-templatebuilder/avia-template-builder/config/meta.php on line 196
and a warning:
Notice: Use of undefined constant THEMENAME – assumed ‘THEMENAME’ in /usr/www/users/axella/wordpress/wp-content/themes/enfold-child/config-templatebuilder/avia-template-builder/config/meta.php on line 178
-
This reply was modified 12 years, 3 months ago by
kaMai.
I am trying to get 6 column Megamenu in Enfold. It works, but teh width of the megamenu doesn’t stretch to the full width of the site.
When I make 5 column it works perfect.
What should I do to make 6 column megamenu strech to the full width?
Thank you!
Example: http://swisspower.heartworking.ch
Hello Delphiline,
I’m a bit of an Enfold ‘newbie’, but read the support section for tips and advice.
From reading your question, I think that maybe you are using the word ‘vignette’ where perhaps you mean ‘thumbnail image’?
I suspect that English is not your first language – a ‘vignette’ is an effect used on a picture, where the edges fade out gradually to white (or any other colour), giving a very soft look to the image.
A ‘thumbnail’ is a small image, often used in galleries to save space on the page. Users click on the small ‘thumbnail’ to show the larger image – as in the Enfold gallery example JPG you’ve linked to.
Hi,
thanks for your reply.
I didn’t understand where exactly should I add the codes you have just sent me
Do you mean:
enfold-> styling-> quick css?
or is there somewhere else and how do i get there
please see sample on the bottom of the following page:
http://indiatravelz.com/customized-guide-books/
also we would like to make the tabs bigger regardless to the length of the text.
thank you in advance
indiatravelz
Hi!
It’s not exactly an issue, but a solution for the fullwidth map I was looking for some months ago https://kriesi.at/support/topic/full-width-google-maps/. I finally used the following plugin for responsive full width Google Maps http://yava.ro/ and they have a nice support that helped to set up the PHP template for full width map for Enfold Theme, as it can be seen on http://www.ksuforumonthecity.com/madrid-itinerary/
Hope it will be useful to someone else too :)
Cheers,
Anne-Sophie
Hi,
I am sorry but Devin asked me to tell him where on demo the gallery I talk about could be seen. So the homepage is the one on ENFOLD demo and not my site.
I’m just asking an easy question here and I cannot seem to have an answer to that so I rephrase it again.
https://www.dropbox.com/s/m9wgp1aa9wiz369/Kriesi.at_Theme_Demos___Theme__Enfold.jpg
Is it possible to have this gallery module that you can see on screenshot and here on your demo site: http://kriesi.at/themedemo/?theme=enfold
Next to the section called “some enfold core features”
Without the vignettes underneath?
Yes or No? Css or customization more complicated by a developer?
Kind regards,
Delphine
Hi there,
I’m trying to make use of the gallery included with Enfold. However whenever I mouse over the mini-previews, the main image starts getting smaller. Here’s a link to our live website where I’ve applied the gallery (just this one page for now):
http://www.orangeamps.com/products/guitar-amp-heads/rockerverb-mkii-series/rockerverb-50100-mkii-heads/
I’ve noticed someone else had a similar problem over here:
https://kriesi.at/support/topic/shrinking-portfolio-gallery-preview-image/
We’re using the latest version.
Thanks for the great theme – love it.
Charlie
Hi devin
Thanks for the link to vimeo… yes I suppose that in the dummy the measonry is missing… would be great if you can add that… in te meantime I will follow the vimeo video..
for the permalinks, it looks like this is only a enfold dummy issue…
I created a new page within your dummy, and that works perfect
http://wpml.viramedia.de/portfolio/portfolio-3-column/demo-test-to-see-permalinks/
while your dummy stuff is not achievable
http://wpml.viramedia.de/portfolio/portfolio-3-column/
Hi recumbent!
No, Enfold is not available as html version. HTML templates do not sell very well (compared to wordpress templates) and we didn’t release html versions of our themes since 2 or 3 years.
Best regards,
Peter
Hey!
Enfold does not come with a “Font” tab. The font tab was removed and you can now select them by clicking on the “General” tab ( Enfold > Styling > General: http://www.clipular.com/c?6332769055539200=Ujxh5YkVx3GCWqniNVHwprlczs4&f=.png ). The screen shot was taken from an older theme which did not have a “General” tab but a “fonts” tab. Please excuse the confusion the screenshot may caused.
Regards,
Peter
Hey!
Ok, please try to modify enfold/js/avia.js a bit. Open up the file and replace
$.avia_utilities.avia_ajax_call = function(container)
{
with
$.avia_utilities.avia_ajax_call = function(container)
{
$('div,a,img').removeAttr('title');
Best regards,
Peter