I want to use pricing tables for sure, I have just had to delete the description column and compact the content into the indivudual rows on each column. Not ideal but I see the challenge of trying to make these fit for mobile devices.
I also tried using a regular table format but Enfold seemed to put the rows and headings in the wrong order on mobile devices.
Best solution so far = Use pricing tables but with no description column.
Thank you for your help.
Hi netztaucher!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.single-small .post_author_timeline { display: none; }
Cheers!
Yigit
Hi aparteDenmark!
1) You can use:
.text-sep.text-sep-comment,
.blog-author.minor-meta,
.blog-categories.minor-meta,
.text-sep.text-sep-cat {
display: none;
}
Then show them on the home with:
#top.home .text-sep.text-sep-comment,
#top.home .blog-author.minor-meta,
#top.home .blog-categories.minor-meta,
#top.home .text-sep.text-sep-cat {
display: inline;
}
2) In general, this isn’t breadcrumbs. The breadcrumbs are the page link tree at the top of pages just under the menu but no there isn’t a way to individually control where the meta data and links go.
3+4) That would need to be added into the theme feature request topic or added in via a plugin/custom coded customization.
5) I’m not sure the partner element could do that. Either as a new bit of custom code or a modification of that element it would need to be done by a freelance developer as its far beyond what we can do via support.
6) For the menu active area no not that I know of. The position of the menu is actually determined by the line height of the menu items so modifying them is jumping down a route of potentially needing fixes for cross browser support and all responsive sizes.
Cheers!
Devin
Hello,
I installed this plugin into my Enfold Website: Campaign Monitor Ajax Forms, http://wordpress.org/plugins/ajax-campaign-monitor-forms/ After the activation of the plugin, all pages except the homepage show the 404 Error.
I immediately deactivated and deinstalled the plugin afterwards, but still the pages do not show up.
In the backend, the content is still visible and appears to be correct.
I also see the original content when I turn a published page into a draft.
What happened? Can you help me out?
Check out my site here: http://pakka.studio-libelula.ch/
Best regards
Fred
Hi webWahine!
When you re-activate the theme make sure to go to that portfolio grid element and re-set and re-save the options to show it how you want.
Best regards,
Devin
HI Enfold people.
I wanted to know if it was possible to put an animated gif into the logo area of the header on enfold??
thanks!
Ed
Hi!
Enfold selbst rechnet bei den Bildern gar nichts, sondern der Browser skaliert das Bild anhand des CSS Codes. Daher Enfold gibt zB die Weite der Spalte mit 25% der Container Breite vor und der Browser errechnet sich dann anhand der 25% die exakte Pixelbreite + Höhe des Bildes und skaliert dann anschließend das Bild. Wie der Browser das Bild skaliert kann man dann nur sehr wenig beeinflussen. Eine Möglichkeit (und soweit ich weiß die einzige Lösung) wäre das imageRendering css Attribut: https://developer.mozilla.org/en-US/docs/Web/CSS/image-rendering zu verwenden, um den Browser zu zwingen die “beste Qualität” zu rendern. Versuche einmal folgenden Code in das Quick CSS Feld einzufügen:
#top .flex_column img {
-ms-interpolation-mode: bicubic !important;
image-rendering: optimizeQuality !important;
}
Best regards,
Peter
Hey,
We’re using enfold with WPML.
We added the icl_language_selector in the header php.
On iPad we have some issues with the language switcher. One issue is that only the Classic dropdown works. The mobile friendly dropdown doesn’t open at all when we click on it. I’m sure it’s something we did wrong, because if I use the default enfold theme in a new wordpress site, this issue doesn’t occur.
What’s more disturbing is that even if we use the classic dropdown, on some iPad devices the dropdown doesn’t close when we click outside of it.
To be more specific – on iPad2 iOs 6.0.1 it works good, and on iPad2 iOs 6.1.13 it doesn’t close when we click anywhere on the screen.
The changes we’ve made:
in header.php we added <?php do_action('icl_language_selector'); ?> at the beginning of the div with container class under the header_meta div.
In our style.css we defined:
#lang_sel li{width:110px;}
#lang_sel,.lang_sel_list_horizontal {
float:right;
padding-top:4px;
z-index: 200;
}
Any ideas what we do wrong?
Thanks,
Lior
Hi brijesh1111!
Please add following code to Quick CSS in Enfold theme options under Styling tab
@media only screen and (max-width: 480px) {
.logo, .logo a, .logo img { max-height: 70px!important; }}
Best regards,
Yigit
Hi thanks for quick help.
1.) works fine
2.) i now have the css input, but if i enter “margin: 0px; padding-top: 0px; padding-bottom: 0px;” nothing changes.
sorry i am new to all this. What do i have to enter in the css-filed if i want to reduce the space on top and at the bottom of an object.
3.) why is the crossfading so resource-hungry ?
kind regards
stucki
SEO by Yoast causes the problem!
Whitout the the plugin activated the errors are disapeared!
Can i still use the Yast plugin / my pages work when there are saved with the Yasot plugin activated ?
When i rewmove en reinstall Yoast i get this message :
Notice: Trying to get property of non-object in /var/www/02/62/71/celebrationevents.eu/www/wp-content/themes/enfold/framework/php/auto-updates/class-pixelentity-theme-update.php on line 51
its the same error, van you fix this or should i conact Yoast ?
Hello,
I have 2 websites with the Enfold theme, and both have very similar content and the content is also added in a similar way when the sites were built.
But for some reason the avia portfolio navigation (the left and right arrow on the sides of the portfolio pages) on one of the sites is reversed.
The other one is perfectly fine, i checked the publish date, and the portfolio order, they are both as they should be.
Thanks,
Tim
This reply has been marked as private.
Hi!
1.) Edit the text layer then go to Style panel > add this on the Custom styles field: text-align: justify;
2.) You can add a unique selector for each Avia Elements. Edit functions.php, find this code:
if(isset($avia_config['use_child_theme_functions_only'])) return;
Below, add this code:
add_theme_support('avia_template_builder_custom_css');
Edit any avia elements like Text Block then scroll below. Add a unique css selector on “Custom Css Class” field.
3.) Edit the slide then look for Slide Options > Transitions, click the “Select all” toggle under “Built-in 3D transitions”. Select an effect on “Built-in 2D transitions”. Save changes.
Best regards,
Ismael
Hey!
Let’s start again. Switch to “Small Fixed Header” on Enfold > Header > Header Type. Use a logo with the actual dimension of 340×156px without the bottom padding. Upload it on Enfold > Theme Options > Logo, select the “Full size” before you click the “Use image as logo” button. Add this on Quick CSS to resize the header and show the full width and height of the logo:
/*default header: main logo and main menu height. increase max value if you want to use a bigger logo*/
#header_main .container, .main_menu ul:first-child > li a{ height:156px; line-height: 156px; }
.logo, .logo a, .logo a img {
max-width: 340px !important;
}
Please let us know if this is done then give us a link to the test page.
Best regards,
Ismael
This reply has been marked as private.
Hi!
Please go to Enfold theme options > Header and simply uncheck “Append search icon to main menu”.
Cheers!
Yigit
Hey!
If you do not mind you can create as we may need it, but your website is down currently.
Regards,
Yigit
Hi Munford!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.avia-slide-wrap img:hover {
opacity: 1 !important;
}
Cheers!
Yigit
I see. So, if I want to make a portfolio page like http://kriesi.at/themes/enfold/portfolio/portfolio-3-column/?skin=Splash%20Red
or a “portfolio area” like http://kriesi.at/themes/enfold/?skin=Splash%20Red (under the “Showcasing your work…”) I’d better use a portfolio grid, but I can show any of the “potfolio items” via a link in the text in a post page or whatever other method whenever I need to…
Now I have done some more testing and already get the site showing portfolio items as I want. A couple of days more and I’ll be just mastering that! ;)
Thanks for the answers Dude and Devin!
Hello.
I need some help.
I want to add social sharing icon not post page but post list page(like masonry blog).
but i don’t know how get the share-link each post using .
this is a code enfold masonry_entries.php line 558~
if(strpos($this->atts['caption_elements'], 'title') !== false){
$markup = avia_markup_helper(array('context' => 'entry_title','echo'=>false));
$items .= "<h3 class='av-masonry-entry-title entry-title' {$markup}>{$the_title}</h3>";
$items .= "<div class='fb-share-button' data-href='' data-width='100px' data-type='icon'></div>"; <-- i need help for data-href link
}
Could you tell me a solution?
Thanks.
HI, is there a possibility to have texts in the advanced layer slider be justificated. i hope this is the right word for it.
In german we call it “blocksatz”
Is there a way to alter the padding or margin for a single object in the avia layout builder ?. Sometimes i would like to adjust a single text object or a single ruler e.g.
is there a fade in variant in 2d for the background picture ? The 3d crossfade is very performance intensive and makes the whole side stutter while scrolling up and down.
the 2d effects arent so performance hungry in my opinion….
kind regards
stucki
-
This reply was modified 12 years, 3 months ago by
stucki1.
Hi,
I have to add the following to my previous:
– text: a solution to bypass the css theme style and give the possibility to: change the text color for a portion of the text, change the background color to a text and the text color (the possibility to insert the css code in the page for that ‘element’ ?)
– images: dimensions are too ‘strict’, I’d like more flexibility on this issue
Hope other users may have suggested the above so you may consider it in the future improvements.
Tks again for your great job!
Nona
Hi Ismael,
Thanks for that because I like to work on safari (not for everything) but the enfold interface is smoother on safari. I have developed two websites on safari with enfold,and it has always worked fine until yesterday…And I didn’t do any update since except the ones about enfold.
Kind regards
Chrys
Hello Peter
One more error, entering the Menubuilder this shows up :
Notice: Trying to get property of non-object in /var/www/02/62/71/celebrationevents.eu/www/wp-content/themes/enfold/framework/php/auto-updates/class-pixelentity-theme-update.php on line 51
Notice: Trying to get property of non-object in /var/www/02/62/71/celebrationevents.eu/www/wp-content/themes/enfold/framework/php/auto-updates/class-pixelentity-theme-update.php on line 51
Notice: Trying to get property of non-object in /var/www/02/62/71/celebrationevents.eu/www/wp-content/themes/enfold/framework/php/auto-updates/class-pixelentity-theme-update.php on line 51
Notice: Trying to get property of non-object in /var/www/02/62/71/celebrationevents.eu/www/wp-content/themes/enfold/framework/php/auto-updates/class-pixelentity-theme-update.php on line 51
Hi,
I am using the Enfold theme and inserted the Enfold Google Maps widget into the footer of the website. Unfortunately the zoom drop down does not affect anything… whatever I choose, the zoom does not change.
website is http://www.essenceofyoga.com.au
Thanks so much.
Corina
This reply has been marked as private.
This reply has been marked as private.
Hey Peter,
Thanks this error is gone at the new created page.
When i modfy an older page i get this error :
Notice: Undefined index: index in /var/www/02/62/71/celebrationevents.eu/www/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/slideshow_fullsize.php on line 331
Notice: Undefined index: index in /var/www/02/62/71/celebrationevents.eu/www/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/slideshow_fullsize.php on line 332
Notice: Undefined index: index in /var/www/02/62/71/celebrationevents.eu/www/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/slideshow_fullsize.php on line 333
Warning: Cannot modify header information – headers already sent by (output started at /var/www/02/62/71/celebrationevents.eu/www/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/slideshow_fullsize.php:331) in /var/www/02/62/71/celebrationevents.eu/www/wp-admin/post.php on line 229
Warning: Cannot modify header information – headers already sent by (output started at /var/www/02/62/71/celebrationevents.eu/www/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/slideshow_fullsize.php:331) in /var/www/02/62/71/celebrationevents.eu/www/wp-includes/pluggable.php on line 896
Hi Guys,
Is it possible to create something similar to the menu in the link below, using the enfold theme? I have always been a big fan of this particular theme but i was not sure if this would be possible?
http://www.dssmith.com/
Thanks in advance.