-
AuthorSearch Results
-
May 14, 2013 at 6:58 am #118878
In reply to: Maintenance mode Enfold theme
Hi Devan,
Ok, thanks for the explanation.
Regards,
Daan
May 14, 2013 at 6:58 am #23212Topic: universal text input
in forum Enfoldblingcart
Participantis there some type of universal form input css?
I installed some live support software and this is how it looks:
its as if some css from the theme is making it look like this. When enfold is not enabled the live support text fields look perfect.
May 14, 2013 at 6:14 am #23188hedmarktoppen
ParticipantHi, I love the Enfold theme you created and I am currently working with how I would like to use the LayerSlider. I create for mobile first so I am testing the new design and performance on cellphones. I currently have a need to swap the image that is loaded as background for layerslider for mobile devices as I am using full width on the images. The fullsize images should be at least 1920 width images to give full quality on a PC computer. However, this is too heavy to load on mobile devices so I would like to have a responsive break on 900px and exchange the full image with slideimage_900.jpg and maybe the same on even more sizes to reduce the amount of KB loaded to the device.
Is this supported in the theme or layerslider? Is there a 3rd party plugin that we could use with the theme to make this happen? That would be the perfect feature for this theme to give the best possible experience to both mobile and desktop user.
Chris
May 14, 2013 at 6:06 am #119020In reply to: Installing Bebas Neue for Slab & Slider
You can generate a font kit. Go to: http://www.fontsquirrel.com/fonts/bebas-neue and click on “Webfont kit” to download the webfonts. Then place these fonts into the enfold/css folder and insert the content of stylesheet.css into custom.css. Then use
font-family: 'BebasNeueRegular';to apply the font to any html element of your choice. If you use Layerlider you just need to insert BebasNeueRegular into the font family option field.
May 14, 2013 at 5:59 am #118607In reply to: Enfold – FOOTER Fonts sizes & Flickr plugin
Thanks for this…
in regard to using a Flickr plugin I have used Slickr Flickr before so Ive set it up and have place some CSS to turn it into a 4 row by 3 thumbnails whiich appear in column 3 of my footer.
In a previous theme I had help setting up some Java Script to enable me to get the thumbnails to glow on rollover. The theme had a similar CSS window in the theme styling as yours but also had a Java Script window where the script was placed. Where do I put this within Enfold? I assume its a PHP file? do I have to add anything to the code/format to make it work and where should it be placed?
Cheers
Here’s the code…….
Query(‘.slickr-flickr-gallery ul li a’).hover(
function()
{
jQuery(this).stop();
jQuery(this).animate({‘opacity’:’0.75′}, 200 );
},
function()
{
jQuery(this).stop();
jQuery(this).animate({‘opacity’:’10’}, 100 );
});
May 14, 2013 at 5:29 am #114618In reply to: Enfold Feature Requests
I’m going to copy and paste what another member wrote:
More flexible Icon-Box – means:
1. allow the additional use of custom icons
2. more styling options (background, font size ect…)
Also:
Posts: the ability to have the featured image used in the post-listing but hide it in the single-post view.
Layout Builder: Why can’t we have access to the full shortcode editor inside text elements?
Layout Builder: The ability to remove padding/margins from page elements
==========
Simple request: I love the option for sidebar navigation (for nested subpages) but in a site with lot’s of pages (and nested pages) that link across one another, it can get confusing. To aid the user in navigation please can you add the name of the parent page as a header to the nested subpage navigation?
May 14, 2013 at 4:45 am #118833In reply to: mega menu – sublink nicht korrekt dargestellt
Hallo,
ich bin mir nicht sicher welches Problem gerade vorliegt? Auf der “mountain splash” Seite scheinen mir die Dropdowns die “normale” Größe zu besitzen. Das MegaMenu an sich zeichnet sich durch seine Größe aus – daher es unterstützt mehrere Spalten und die “obersten” Menüpunkte (Menüpunkte der in der ersten/obersten Stufe) werden als Spaltenüberschriften verwendet. Vgl zB das MegaMenu hier: http://kriesi.at/themes/enfold/ unter “Pages”.
May 14, 2013 at 4:39 am #118955In reply to: Force Gallery Images to Open Full Size?
Hi!
Yes, in wp-contentthemesenfoldconfig-templatebuilderavia-shortcodesgallery.php replace:
'lightbox_size' => 'large',with
'lightbox_size' => 'full',We’ll change this in the next version.
Regards,
Peter
May 14, 2013 at 4:33 am #117335In reply to: How to Display Controls in Easy Slyder
Tbh I guess this is not a bug but a feature. Personally I also feel that it’s better to stop the slideshow if the user wants to navigate with the buttons. If you want to add a “restart/autoplay function” open up wp-content/themes/enfold/js/shortcodes.js and replace:
A-1
this._stopSlideshow();
this._navigate( 'prev' );and A-2
this._stopSlideshow();
this._navigate( 'next' );and A-3
this._stopSlideshow();
this._navigate( false, pos );with B-1
this._stopSlideshow();
this._navigate( 'prev' );
var $sliderobj = this;
setTimeout(function(){ $sliderobj.options.autoplay = true; $sliderobj._startSlideshow(); }, 500);and B-2
this._stopSlideshow();
this._navigate( 'next' );
var $sliderobj = this;
setTimeout(function(){ $sliderobj.options.autoplay = true; $sliderobj._startSlideshow(); }, 500);and B-3
this._stopSlideshow();
this._navigate( false, pos );
var $sliderobj = this;
setTimeout(function(){ $sliderobj.options.autoplay = true; $sliderobj._startSlideshow(); }, 500);You can replace 500 with any other value – it’s the delay in ms (500 converts to 0,5s before the slider starts again).
2) There’s no pause/play button atm – but you can add it to the feature request list.
May 14, 2013 at 2:22 am #118366In reply to: Multiple bugs with plugin, theme the problem?
Hi,
IE8/9 – The theme uses a lot of css3, and IE8 always had problems displaying… well everything, but especially its alergic too cool looking css transitions. I think that besides employees forced to use IE8 at the office, the rest of the loyal users expect the web to be a weird , gloomy, and always semi-broken place with lots of error popups. I think its misplaced nostalgia , but I am always worried that if too many websites start optimizing for IE8, that might spook the nostalgic users into downgrading further to IE7 or 6 heaven forbid.
=====
Wow. Charged you $100 just to blame the theme. Gotta get in on this racket, but can’t, since Kriesi despises greedy charlatans with a support department acting like a robot on a loop – blaming everybody else. Only programmers, an expensive technical staff, can properly support WordPress, an expense that too many companies balk at paying. On that note,.. lets see what we got here…,
=====
On ie9 some map comes up on your homepage i don’t see with other browsers. http://i.imgur.com/sjnju0Q.png … Might be your missing browser. See and you worried about IE optimizations!
=====
Please look at the top of styles.css. The current version of the theme is 1.41 . If that’s not what your’s show on top of styles.css, then please download the updated version from themeforest.net, make a backup of your site, and using ftp overwrite your current site with the update.
===
Look in functions-enfold.php in the root of theme, for line 568 and add // two forward slashes in front of the line just as shown below
//add_action('admin_menu', 'avia_check_updates', 1, 1);Please see if the error went away. By the way, are you even able to login to the admin backend, because this error should be on every page of the backend.? Reread what you wrote. Hmmm.. Renegade javascript for sure.
=============
Right now you are probably in the top 3 of all wordpress sites i did support for .. yes, for sure … in the total number of .js and .css files attached to your site. It’s amazing there isn’t a single javascript error or even a warning.
Is cloudflare compressing them correctly? (would you please disable cloudflare while doing this and empty the cache). then please disable every single plugin you have with the exception of that magic multiple listing . All others disabled! logout as admin, Clear the cache,, and browse the site to see if maps/widgets are being displayed correctly now.
If none of this works you can send me login credentials , but please disable cloudflare, make sure its not doing anything more that what a normal DNS does. My email is usjahm (at) gmail (dot) com.
Thanks,
Nick
May 14, 2013 at 1:43 am #116457In reply to: Enfold Showcase
Very nice use of the slider and layout options!
Glad you are enjoying the theme features and have made such good use of things :)
May 14, 2013 at 12:57 am #118606In reply to: Enfold – FOOTER Fonts sizes & Flickr plugin
Hi,
I haven’t tried using Flickr plugin within the theme but there are lots of plugins available. To name a few
http://wordpress.org/extend/plugins/awesome-flickr-gallery-plugin/
http://wordpress.org/extend/plugins/slickr-flickr/
http://wordpress.org/extend/plugins/flickr-api/
You can change the widget title with this
#footer .widgettitle {
font-size: 21px;
}And the content with these
.widget {
font-size: 14px;
}
.minitext {
font-size: 14px;
}Adjust the value.
Regards,
Ismael
May 14, 2013 at 12:29 am #119006In reply to: Enfold Portfolio widget date
May 14, 2013 at 12:24 am #118909In reply to: Shop styling
Hi,
Older version of Enfold doesn’t include the config-woocommerce folder. You need to have Enfold 1.4. :)
Regards,
Ismael
May 14, 2013 at 12:23 am #118997In reply to: Enfold Editor disappeared
Hi,
Click the Advance Layout Editor button. That is the blue button at the top of the Add Media. If you are experiencing any trouble, we suggest to download the theme again.
Regards,
Ismael
May 14, 2013 at 12:19 am #118982In reply to: Can I use the Demo-Pictures?
Hi,
After installing and activating the Enfold theme, just Import the Dummy Data.
Regards,
Ismael
May 13, 2013 at 11:57 pm #23123Topic: Enfold – FOOTER Fonts sizes & Flickr plugin
in forum Enfoldandypeck
ParticipantHi there,
Can you tell me how to change the size of the fonts in the Footer, namely the widget header titles and main content?
Can you suggest an easy but flexible Flickr widget that I can use in the footer that will compliment the theme and not screw up everything. Ive tried a few and its just a mess.
Cheers
May 13, 2013 at 11:29 pm #118434Hi,
Please open up functions_enfold.php and locate lines 256 that looks like
if(!empty($link)) $title = "<a href='".$link."' rel='bookmark' title='".__('Permanent Link:','avia_framework')." ".esc_attr( $title )."'>".$title."</a>";and replace them all with the lines below
if (!empty($link)) {
if (is_single()) {
$tmp_category = get_the_category();
// var_dump($tmp_category[0]);
if ($tmp_category[0]) $title = "
<a href='" . get_category_link($tmp_category[0]->term_id) . "' rel='bookmark' title='" . __('Permanent Link:', 'avia_framework') . " " . $tmp_category[0]->cat_name . "'>
" . $tmp_category[0]->cat_name . "
</a>
";
}
else {
$title = "<a href='" . $link . "' rel='bookmark' title='" . __('Permanent Link:', 'avia_framework') . " " . esc_attr($title) . "'>
" . $title . "
</a>
";
}
}Thnks,
Nick
May 13, 2013 at 10:33 pm #118782In reply to: how to install?
Hi Devin
Thanks so much for post, i managed to ftp it over and learnt something in the process.
The video made it possible, without that no chance, I will definitely check out other Enfold videos.
Rgrds
Kris
May 13, 2013 at 9:09 pm #23224Topic: Enfold Portfolio widget date
in forum Enfolddamienducreux
ParticipantHello,
I would like not to display the date in the latest enfold portoflio widget
Thank
May 13, 2013 at 8:40 pm #23222Topic: Enfold Editor disappeared
in forum Enfoldvirtualpcrepairs
ParticipantHello,
Im having an issue editing my content on my website. When i click on a page to edit it, the editor that came with the Enfold theme seems to have disappeared. I am only getting an option for the default editor.
Please Help
May 13, 2013 at 8:23 pm #118907In reply to: Shop styling
Do i need to switch to an old theme, delete enfold files, and then re upload them and install them?
Whats the best way to reinstall with the most recent files
May 13, 2013 at 6:20 pm #118912In reply to: Adding Custom Icons
The icons come from a special webfont – “entypo” – which is hard-coded into the theme. The character of the font are mapped inside the entypo-fontello-charmap.php file (located: enfoldconfig-templatebuilderavia-template-builderassetsfonts).
You could alter the font at http://www.fontello.com, download the customized font (incl. new charmap), upload the files to the original location and customize the charmap.php file…..
May 13, 2013 at 5:29 pm #23208Topic: Fix css layout
in forum Enfoldalexvs1980
ParticipantHi,
I’m using the easy reservation plugin with your theme, and by default the search bar should be in one row ( tested on other themes ) and in enfold theme shows like in 4 rows.
Could you help me to fix the css ?
The site: http://www.apartamentoskosherbarcelona.com
I’d really appreciate your help !
Thank you !
May 13, 2013 at 5:01 pm #118780In reply to: how to install?
Thanks for responses, but i have still not been able to upload, via upload theme, getting ‘wordpress failure notice’
some more detail.
i am trying to upload via my windows laptop the smaller zipped folder entitled ‘themeforest enfold responsive theme wordpress theme’ which as i said is 10.2mb. it contains sub folders ‘enfold’ and ‘_macosx’. is it the enfold sub folder that i have to upload after first zipping? or another folder?
rgrds
Kris
May 13, 2013 at 3:13 pm #118877In reply to: Maintenance mode Enfold theme
Hi Daan.
The theme doesn’t have a maintenance mode but it has have the ability to create a single maintenance mode style page. Just create a new wordpress page and set the template to the blank template.
Then add any coming soon message or content to it as needed.
After saving that page, go to your theme options and set that page you just created to the front page and keep it there until you have created the rest of the pages on your site.
This will still allow the other pages of your site to be directly accessible (where a plugin would actually prevent all pages from being access if you aren’t logged in) but it keeps the index from listing a regular page.
Regards,
Devin
May 13, 2013 at 12:36 pm #118293In reply to: header background image + fixed header.
Sorry Ismael,
I missed a “:” sign when changing my url which explained it didn’t work…But still, will I have to enter manually the name of the pattern I want I want to change it? It’s not very practical…I would like to be able to use the list in enfold admin straight away as I should be able to…
Kind regards
chrys
May 13, 2013 at 10:34 am #23192Topic: Icon box woth secondary color
in forum Enfoldwebpress
ParticipantHow do we create those iconboxes with secondary background color?
http://kriesi.at/themes/enfold/shortcodes/iconbox/?skin=Vine
May 13, 2013 at 9:41 am #23189Topic: Maintenance mode Enfold theme
in forum Enfolddaanb100
ParticipantHi,
I just purchased the Enfold theme and would like to set it up om my own website and use the build-in maintenance mode so that my visitor’s won’t see the changes until I finished setting it all up. My question: I can’t see where and how to enable maintenance mode in the theme settings. Or do I need an external plugin to do this?
Kind regards,
Daan Büdgen
May 13, 2013 at 8:03 am #118793In reply to: Custom font with cyrillic symbols
Actually it’s much easier:
1) use following code:
add_filter( 'avf_google_heading_font', 'avia_add_heading_font');
function avia_add_heading_font($fonts)
{
$fonts['PT Sans'] = 'PT Sans:400,700,400italic,700italic&subset=cyrillic';
return $fonts;
}
add_filter( 'avf_google_content_font', 'avia_add_content_font');
function avia_add_content_font($fonts)
{
$fonts['PT Sans'] = 'PT Sans:400,700,400italic,700italic&subset=cyrillic';
return $fonts;
}2) Go to Enfold > Styling and select the PT Sans font from the dropdowns.
Enfold will automatically load the right stylesheet and change the font family for you.
-
AuthorSearch Results
-
Search Results
-
Topic: universal text input
is there some type of universal form input css?
I installed some live support software and this is how it looks:
its as if some css from the theme is making it look like this. When enfold is not enabled the live support text fields look perfect.
Topic: Enfold Portfolio widget date
Hello,
I would like not to display the date in the latest enfold portoflio widget
Thank
Topic: Enfold Editor disappeared
Hello,
Im having an issue editing my content on my website. When i click on a page to edit it, the editor that came with the Enfold theme seems to have disappeared. I am only getting an option for the default editor.
Please Help
Topic: Fix css layout
Hi,
I’m using the easy reservation plugin with your theme, and by default the search bar should be in one row ( tested on other themes ) and in enfold theme shows like in 4 rows.
Could you help me to fix the css ?
The site: http://www.apartamentoskosherbarcelona.com
I’d really appreciate your help !
Thank you !
How do we create those iconboxes with secondary background color?
http://kriesi.at/themes/enfold/shortcodes/iconbox/?skin=Vine
Hi,
I just purchased the Enfold theme and would like to set it up om my own website and use the build-in maintenance mode so that my visitor’s won’t see the changes until I finished setting it all up. My question: I can’t see where and how to enable maintenance mode in the theme settings. Or do I need an external plugin to do this?
Kind regards,
Daan Büdgen
