-
AuthorSearch Results
-
May 14, 2013 at 12:11 pm #118984
In reply to: Can I use the Demo-Pictures?
Hi sunshineh,
Generally no, I don’t think so but I’m not sure what license Kriesi has those images under (if its transferable or not). I’ll tag the topic for Kriesi however as he will be able to give a definitive answer one way or another.
Regards,
Devin
May 14, 2013 at 8:21 am #118887In reply to: Icon box woth secondary color
Hi,
This produces the background color, please add it to Quick CSS or to /css/custom.css file
#top .iconbox {
background: rgba(110, 128, 128, 0.49) !important;
}You can play around with the colors and transparency levels here to find what you like best.
Thanks,
Nick
Hi,
Please open up /includes/admin/register-admin-options.php and find line 803 that looks like
'Behance' => 'behance',and somewhere in that block of social networks, add
'Xing' => 'xing',===
Please open up /config-templatebuilder/avia-shortcodes/team.php and fine line 300, and between lines 300 and 301 (or in that block of social networks) paste the code below.
'xing',=====
In file functions.php at the base of the theme find line 141 and follow the instructions on lines 117-121 about finding the symbol for Xing
'tumblr' => '', //219and here you will need to go and get a code from the entypo icon fonts. After finding the code to the xing icon that looks same as the codes you see in that block all the way up to line 141 you add
'xing' => '', //except instead of 62229 you add the code for xing from entypo icon fonts.===
Please add the following css to Quick CSS or to /css/custom.css
#top .avia-team-member .xing:hover { color:#345574; }
#top .social_bookmarks_xing:hover a{color:#fff; background-color:#345574; }Thanks. Let us know how it goes.
Thanks,
Nick
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 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:58 am #118618In reply to: contact form not working…
Hi!
I can use the contact form (send messages) but I don’t get any autoresponder mails, etc.). This can be a hoster restriction/limitation – see: https://kriesi.at/support/topic/contact-form-not-submitting-emails
Best regards,
Peter
May 14, 2013 at 5:26 am #23236Topic: Menu Error on slider ( screenshot inside )
in forum Enfoldandyhoodified
ParticipantAfter the mega menu opens up it leaves error lines on top of my slider. ( It only happens on Chrome Browser )
Source site:
http://eastsideadultedu.zippysites.com/
1. Scroll down the page first
2. Go back up and mouse over “all programs” and mouse out.
3. You’ll see a line or dotted error lines
thanks for the help!
Andy
ps. Is there also a way to setup email alerts on your forum? There’s no way of alerting me when I have a new response.
May 14, 2013 at 5:25 am #118896In reply to: Header – Menu Points are in front of the logo
Hi,
Go to Theme Options > Header > Select “Header with Social Icons and bottom Navigation”.
Or add this on your custom.css to move the menu below.
#menu-main-menu {
margin-top: 45px;
}
.main_menu .menu ul {
top: 70%;
}
.avia-menu-fx {
top: 70px;
}Regards,
Ismael
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:07 am #118943Hi,
To remove the featured image, just add this on your custom.css
.big-preview.multi-big {
display: none;
}Open includes > loop-index.php then find this code
if(has_tag() && is_single())
{
echo '<span class="blog-tags minor-meta">';
echo the_tags('<strong>'.__('Tags:','avia_framework').'</strong><span> ');
echo '</span></span>';
}Replace that with
if(has_tag() && is_single())
{
echo '<span class="blog-tags minor-meta">';
echo the_tags('<strong>'.__('Tags:','avia_framework').'</strong><span> ');
echo '</span></span>';
}
edit_post_link();It will create a neat Edit this link at the bottom.
Regards,
Ismael
May 14, 2013 at 12:50 am #119022In reply to: Open Sans – Very Light Weight
Hi,
Refer to this link https://kriesi.at/support/topic/need-to-use-all-weights-of-the-open-sans-font-eg-bold800.
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 13, 2013 at 9:23 pm #23226Topic: Default sidebar?
in forum Enfoldatstickel
ParticipantProblem: I have extra links on my sidebar.
FYI – I started by importing the dummy data.
Ok my setup on my page is
Layout : left sidebar
Sidebar setting : Sidebar pages
on the widgets page I took everything except “search” out
Sidbar Pages: my custom menu
all the other widgets are empty.
BUT
my sidebar has the search and my menu AND
what looks like another menu but not the main menu.
it starts with
About Us
“then one of my pages”
Black Pages
“then one of my pages”
Contact
“then one of my pages”
“then one of my pages”
FAQ
“then one of my pages”
Help
“then one of my pages”
Landing Page
Meet the Team
Pricing
“then one of my pages”
how do i get rid of that menu?
also that menu is at the top of my sidebar.
May 13, 2013 at 6:41 pm #23214Topic: Different font for menu for more space
in forum Enfoldmmoesslang
ParticipantMy menu overlaps the logo but I need all the menu items.
A How can I set a different font (at the moment it is Signika Negative in bold) for the menues only?
B How can I get the magnifier from header menu to top menu? Or in the sidebar?
C My top menu has only two entries plus the telephone number, but the number is shown beyond those two instead of nearby. What can I do?
Thanks!
May 13, 2013 at 6:36 pm #117907Hi,
I made a video tutorial about this topic https://vimeo.com/channels/aviathemes/66091327 . It will probably take another hour or so for it to be posted on that link. It’s not quite your issue, but I had no problems with a bit of css to stretch lots of things.
Thanks,
Nick
May 13, 2013 at 5:28 pm #118714In reply to: Demo Content
Hi
Take a look the video list here: https://kriesi.at/support/topic/video-requests
Specifically this video I go over setting up something similar to the image you referenced from the demo in this video: https://vimeo.com/channels/aviathemes/64927358
The width for the demo is I believe just the standard width so it should be the same once things are set up.
Regards,
Devin
May 13, 2013 at 5:10 pm #23205Topic: Removing the featured image from top of a single blog post.
in forum EnfoldpolyGeek
ParticipantUnder general settings -> Blog Style, I’m using “Multi-author Blog ( Displays Gravitar and featured image above )
I would like to remove the featured image from displaying above the blog post – without editing the 100s of posts with featured images.
Also, separate question: If I’m logged in as the admin how do I get the “edit post” link to appear near the post/page title for quick editing?
Thanks in advance,
Dan
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 4:42 pm #117906Ok, now i understand what happened. Thanks Devin.
I marked the topic resolved but would love to see this feature added at some point so the full screen is covered regardless of how many elements we add (will post on feature list) ~
thx
jasmine
mmoesslang
ParticipantHi,
as XING is the most important business social network in Germany and many other countries, it is inevitable important to have it in the top header like and with facebook, LinkedIn and all these. With the XING icon and the link. Very important!
How can I do this?
Michael
May 13, 2013 at 6:59 am #118290In reply to: header background image + fixed header.
Hi,
Add this on your custom.css
.header_color .header_bg {
background: white url(https://localhost/kriesi/enfold/wp-content/themes/enfold/images/background-images/dashed-cross-dark.png) top center repeat fixed;
}Change the image url. This will render a white header when you scroll down.
Regards,
Ismael
May 13, 2013 at 6:45 am #118791In reply to: Custom font with cyrillic symbols
I’m sorry but it seems like Ismael mixed something up. Enfold doesn’t support Cufon but only google fonts. You can use filters to add them to the font list – see: https://kriesi.at/support/topic/google-fonts-with-cyrilic-support
Note that you can only use a font from the google font api: http://www.google.com/fonts/
May 13, 2013 at 6:33 am #118790In reply to: Custom font with cyrillic symbols
Thanks for the fast reply, Ismael
I’d like to use first way, without additional plugins.
But it doesn’t work.
What i did:
1) Generate Cufon js font file here: http://cufon.shoqolate.com/generate/ and at the fifth input field from the top with the label: “Use the following value as the font-family of the generated font (optional)” enter the word “cufon” (without quotation marks).
2) Then place the cufon file into the enfoldframeworkjsfonts folder
3) Open up enfoldincludesadminregister-admin-options.php and add font to the font array. I put the font in 2 places:
HERE:________________________________________________________________
$avia_elements[] = array( “name” => “Heading Font”,
…
“subtype” => apply_filters(‘avf_google_heading_font’, array(‘no custom font’=>”,
‘Kelson’=>’cufon_400-cufon_700.font.js’,
AND HERE:____________________________________________________________
$avia_elements[] = array( “name” => “Defines the Font for your body text”,
…
“subtype” => apply_filters(‘avf_google_content_font’, array( ‘:: :: Web save fonts :: ::’=>”,
…
‘:: :: Google fonts :: ::’=>”,
‘Kelson’=>’cufon_400-cufon_700.font.js’,
______________________________________________________________
I also tried to write file name without extension, like this:
‘Kelson’=>’cufon_400-cufon_700’,
May 13, 2013 at 6:27 am #118586Hi,
Use the selector .avia-menu-fx to move it up or down.
.avia-menu-fx {
top: 45%;
}Regards,
Ismael
May 13, 2013 at 5:34 am #116862In reply to: Visual Editor inserting random code
It still happens for me, but it’s kind of random to pinpoint. If I had to go off my observation, I’d say It has to do with copying a content block or perhaps a copy of that copy. Fresh blocks that get pulled down from the top toolbar don’t seem to have this issue.
I also had another thread about images not lining up vertically. Again this seemed to occur when I tried to be efficient and copy the original block and then again. It would start to stagger out of line after that second copy.
I’m fairly confident there’s a bug or something resulting from the block copying option.
Hope that helps.
Cheers,
– John
May 13, 2013 at 1:46 am #118545In reply to: Same size feature images in Grid Blog?
Hey,
Glad it is fixed. Kriesi manages all the updates for the theme. You should probably post something here https://kriesi.at/support/topic/enfold-feature-requests.
Regards,
Ismael
May 13, 2013 at 1:42 am #118789In reply to: Custom font with cyrillic symbols
Hi,
Refer to this link https://kriesi.at/support/topic/how-to-use-cufon-font-on-abundance. The only difference is on the register-admin-options.php
$avia_elements[] = array( "name" => "Heading Font",
"slug" => "styling",
"desc" => "The Font heading utilizes google fonts and allows you to use a wide range of custom fonts for your headings",
"id" => "google_webfont",
"type" => "select",
"no_first" => true,
"class" => "av_2columns av_col_1",
"onchange" => "avia_add_google_font",
"std" => "Open Sans",
"subtype" => apply_filters('avf_google_heading_font', array('no custom font'=>'',
'Alice'=>'Alice',
'Allerta'=>'Allerta',
'Arvo'=>'Arvo',
'Antic'=>'Antic',
'Bangers'=>'Bangers',
'Bitter'=>'Bitter',
'Cabin'=>'Cabin',
'Cardo'=>'Cardo',
'Carme'=>'Carme',
'Coda'=>'Coda',
'Coustard'=>'Coustard',
'Gruppo'=>'Gruppo',
'Damion'=>'Damion',
'Dancing Script'=>'Dancing Script',
'Droid Sans'=>'Droid Sans',
'Droid Serif'=>'Droid Serif',
'EB Garamond'=>'EB Garamond',
'Fjord One'=>'Fjord One',
'Inconsolata'=>'Inconsolata',
'Josefin Sans' => 'Josefin Sans',
'Josefin Slab'=>'Josefin Slab',
'Kameron'=>'Kameron',
'Kreon'=>'Kreon',
'Lobster'=>'Lobster',
'League Script'=>'League Script',
'Mate SC'=>'Mate SC',
'Mako'=>'Mako',
'Merriweather'=>'Merriweather',
'Metrophobic'=>'Metrophobic',
'Molengo'=>'Molengo',
'Muli'=>'Muli',
'Nobile'=>'Nobile',
'News Cycle'=>'News Cycle',
'Open Sans'=>'Open Sans:400,600',
'Orbitron'=>'Orbitron',
'Oswald'=>'Oswald',
'Pacifico'=>'Pacifico',
'Poly'=>'Poly',
'Podkova'=>'Podkova',
'PT Sans'=>'PT Sans',
'Quattrocento'=>'Quattrocento',
'Questrial'=>'Questrial',
'Quicksand'=>'Quicksand',
'Raleway'=>'Raleway',
'Salsa'=>'Salsa',
'Sunshiney'=>'Sunshiney',
'Signika Negative'=>'Signika Negative',
'Tangerine'=>'Tangerine',
'Terminal Dosis'=>'Terminal Dosis',
'Tenor Sans'=>'Tenor Sans',
'Varela Round'=>'Varela Round',
'Yellowtail'=>'Yellowtail',
)));
$avia_elements[] = array( "name" => "Defines the Font for your body text",
"slug" => "styling",
"desc" => "Choose between web save fonts (faster rendering) and google webkit fonts (more unqiue)",
"id" => "default_font",
"type" => "select",
"no_first" => true,
"class" => "av_2columns av_col_2",
"onchange" => "avia_add_google_font",
"std" => "Helvetica-Neue,Helvetica-websave",
"subtype" => apply_filters('avf_google_content_font', array( ':: :: Web save fonts :: ::'=>'',
'Arial'=>'Arial-websave',
'Georgia'=>'Georgia-websave',
'Verdana'=>'Verdana-websave',
'Helvetica'=>'Helvetica-websave',
'Helvetica Neue'=>'Helvetica-Neue,Helvetica-websave',
'Lucida'=>'"Lucida-Sans",-"Lucida-Grande",-"Lucida-Sans-Unicode-websave"',
':: :: Google fonts :: ::'=>'',
'Arimo'=>'Arimo',
'Cardo'=>'Cardo',
'Droid Sans'=>'Droid Sans',
'Droid Serif'=>'Droid Serif',
'Kameron'=>'Kameron',
'Maven Pro'=>'Maven Pro',
'Open Sans'=>'Open Sans:400,600',
'Lora'=>'Lora',
)));Another way is to use a this plugin http://wordpress.org/extend/plugins/wp-google-fonts/.
Regards,
Ismael
May 13, 2013 at 1:10 am #118764In reply to: Remove extra whitespace in the header area
Hi,
Please add this on your custom.css
#header {
position: relative;
max-height: 120px;
}
#header_main {
border: none;
}
.main_menu .menu ul {
top: 85%;
}
.avia-menu-fx {
bottom: 25px;
}Regards,
Ismael
May 12, 2013 at 10:22 pm #23173Topic: Shortcode problem
in forum Enfoldmaratino
ParticipantI am using the Simplemap Plugin.
[simplemap search_title=’Quelle finden:’]
As soon as i use the “Advanced Layou Editor” – meaning Avia shortcodes – simplemaps stops working.
-
AuthorSearch Results
-
Search Results
-
Topic: Default sidebar?
Problem: I have extra links on my sidebar.
FYI – I started by importing the dummy data.
Ok my setup on my page is
Layout : left sidebar
Sidebar setting : Sidebar pages
on the widgets page I took everything except “search” out
Sidbar Pages: my custom menu
all the other widgets are empty.
BUT
my sidebar has the search and my menu AND
what looks like another menu but not the main menu.
it starts with
About Us
“then one of my pages”
Black Pages
“then one of my pages”
Contact
“then one of my pages”
“then one of my pages”
FAQ
“then one of my pages”
Help
“then one of my pages”
Landing Page
Meet the Team
Pricing
“then one of my pages”
how do i get rid of that menu?
also that menu is at the top of my sidebar.
Under general settings -> Blog Style, I’m using “Multi-author Blog ( Displays Gravitar and featured image above )
I would like to remove the featured image from displaying above the blog post – without editing the 100s of posts with featured images.
Also, separate question: If I’m logged in as the admin how do I get the “edit post” link to appear near the post/page title for quick editing?
Thanks in advance,
Dan
Topic: XING icon
Topic: Shortcode problem
I am using the Simplemap Plugin.
[simplemap search_title=’Quelle finden:’]
As soon as i use the “Advanced Layou Editor” – meaning Avia shortcodes – simplemaps stops working.
