-
AuthorSearch Results
-
April 28, 2013 at 7:14 pm #114583
In reply to: Enfold Feature Requests
1) I’d love to see masonry added to the portfolio. This way I don’t have to make sure all my pictures have the same size, which in some cases doesn’t work well. It would also enhance the layout as it breaks the grid in a nice way. Hopefully others agree.
2) As I saw someone else request in a different topic for this theme, I would also like to request the ability to edit CSS from within WordPress (not just PHP) so there’s no need for Dreamweaver (or such tools). It’s easy for many reasons:
– No DW license needed, especially for clients expecting to edit the site themselves.
– Able to edit much of the site solely within WordPress, allowing to modify nearly the entire site even on mobile devices (again without extra tools).
– Quick access without having to change applications.
and so on …
April 28, 2013 at 6:22 pm #116100In reply to: GravityForms Styling
ok, now it fits… sorry for this monologue
#top .gform_wrapper input.large{
min-width: 100%;
}
April 28, 2013 at 6:19 pm #116098In reply to: GravityForms Styling
Ok, found it….
#top .gform_wrapper input{
min-width: 100%;
}
April 28, 2013 at 6:16 pm #116141In reply to: cant align logo perfectly
Hi dbardits,
I’ll mark the topic as resolved since you were able to figure it out already :)
Regards,
Devin
April 28, 2013 at 6:08 pm #116122In reply to: mega menu bug & contact form labels
Hi master-t,
Please don’t make duplicate topics for the same question/issue. It makes it much more difficult to answer and clogs up search results when others are looking for answers.
For the labels, no it is not easily possible but you could suggest the option as a feature request in the feature request topic here: https://kriesi.at/support/topic/enfold-feature-requests
Regards,
Devin
April 28, 2013 at 6:06 pm #115951In reply to: Button in Header
Hi franktw,
You can you can make a feature request for something like that here: https://kriesi.at/support/topic/enfold-feature-requests
Otherwise, its pretty simple to just add a button or specific content into the main header or even try building the layout you want with the advanced layout editor and a blank page template (no header or footer and all manually added content).
Regards,
Devin
April 28, 2013 at 5:00 pm #22563Topic: Scroll to top button
in forum Enfoldbaseartco
ParticipantThe scroll to top button that appears as a square in right side of demo, appears to be broken on my install of theme. It shows as a caret on bottom left with no box, and only appears below socket. Any suggestions on why this is broken or how to resolve?
April 28, 2013 at 11:58 am #115829In reply to: Google Maps
Hi,
https://vimeo.com/channels/aviathemes/64978020 <— how to add the google map widget
https://vimeo.com/channels/aviathemes/64978019 <— how to build a contact page
https://kriesi.at/support/topic/google-maps-widget-in-custom-widget-area#post-106864 <— fix to apply to code if you plan to use two show directions with 2 addresses in 1 map.
April 28, 2013 at 11:54 am #116031In reply to: Autoformat breaks Sidebar Widget Include
Hi,
Please apply this fix
https://kriesi.at/support/topic/google-maps-widget-in-custom-widget-area#post-106864
Thanks,
Nick
April 28, 2013 at 7:24 am #116060In reply to: Full Width Layout Element
Hey!
I added i to the feature request thread: https://kriesi.at/support/topic/enfold-feature-requests/page/2
Best regards,
Peter
April 27, 2013 at 9:36 pm #22547Topic: MailChimp Submit Button
in forum Enfoldangelodc
ParticipantHello. I did as recommended in discussion – https://kriesi.at/support/topic/mailchip-sign-in-form#post-91285
For some reason, it has not worked for me. I have also tried placing following code in <head> file as recommended by Mailchimp:
<link href=”http://cdn-images.mailchimp.com/embedcode/classic-081711.css” rel=”stylesheet” type=”text/css”>
<style type=”text/css”>
#mc_embed_signup{background:#fff; clear:left; font:14px Helvetica,Arial,sans-serif; }
/* Add your own MailChimp form style overrides in your site stylesheet or in this style block.
We recommend moving this block and the preceding CSS link to the HEAD of your HTML file. */
</style>
Is it because I’m using the code in a widget?
My site is at http://dailyvitamoves.com
Thanks for your help.
Angelo
April 27, 2013 at 5:58 pm #116089In reply to: mega menu bug
Hi master-t,
I’ve tagged the topic for Kriesi as I do see some issues with the header background and the color settings for it that don’t have consistent behavior.
If you can provide a link to your site, we can provide some css to fix it in the mean time while Kriesi works on a fix.
Regards,
Devin
April 27, 2013 at 5:35 pm #115920In reply to: Layerslider not working
Glad you were able to find a work around. I’ll tag the topic for Kriesi so that he can look into it as well.
Out of curiosity, any reason why you wouldn’t just use the layout builder for the layout? I’ve found it to be superior in almost every facet to doing things in the regular visual editor.
Regards,
Devin
April 27, 2013 at 5:15 pm #116058In reply to: Larger Font in the header
Hey mohitso,
I just addressed your other topic on the same question here: https://kriesi.at/support/topic/my-quick-css-how-do-i-make-menu-font-in-header-larger
Please only make a single topic for an individual question as it makes it easier to answer and for others to search for answers.
Regards,
Devin
April 27, 2013 at 1:46 pm #116094In reply to: Remove Search from Header
ADMIN PANEL > Enfold Theme Options > Styling > Quick CSS (paste code) :
#top .menu-item-search-dropdown > a, #searchform #searchsubmit, .ajax_search_image, .iconfont{
display: none;
}
April 27, 2013 at 11:50 am #116096In reply to: GravityForms Styling
Hey!
Please use following css code – insert it into the quick css field:
#top .gfield textarea {
min-height: 200px;
}Regards,
Peter
April 27, 2013 at 9:13 am #115915In reply to: Entypo Icons in Navigation Menu
Hi!
No, but you can suggest it here: https://kriesi.at/support/topic/enfold-feature-requests
A workaround can be found here. https://kriesi.at/support/topic/icon-in-special-heading-section-or-icon-shortcodes
Regards,
Peter
April 27, 2013 at 8:59 am #116052In reply to: Adding Avia / Enfold Post Settings to CPT
You need to add your post type to the $boxes array in wp-contentthemesenfoldconfig-templatebuilderavia-template-builderconfigmeta.php
How to extend Avia layout builder to support CPT ?
At the moment not possible without manually tweaking the theme files. You can request the feature here: https://kriesi.at/support/topic/enfold-feature-requests though.
April 27, 2013 at 1:10 am #115830In reply to: Portfolio items – attach a URL
Hi Gordon,
No, as far as I know that isn’t possible at this point with the theme settings. You can request something like in the feature request thread here however: https://kriesi.at/support/topic/enfold-feature-requests
Regards,
Devin
April 26, 2013 at 9:44 pm #22521Topic: My Quick CSS? How do I make menu font in header larger?
in forum Enfoldmohitso
ParticipantThis is what my quick CSS looks like now and its not working, any ideas? Ijuyst want the words bigger.
it doesnt seem to change the size.
#header {
position: fixed;
}
#main {
margin-top: 152px;
}
#top .social_bookmarks li a {
font-size: 30px;
}
.main_menu ul:first-child > li > a{
font-size: 21px;
}
April 26, 2013 at 6:58 pm #116056In reply to: Larger Font in the header
it doesnt seem to change the size. Here is what I have in my quick CSS:
#header {
position: fixed;
}
#main {
margin-top: 152px;
}
#top .social_bookmarks li a {
font-size: 30px;
}
.main_menu ul:first-child > li > a{
font-size: 21px;
}
April 26, 2013 at 3:32 pm #114868In reply to: Enfold child theme
Hey!
Duplicate: https://kriesi.at/support/topic/enfold-13-setting-up-child-theme – I’ll mark that post for Kriesi…
Best regards,
Peter
April 26, 2013 at 12:36 pm #115986Hi Bernt,
Glad you were able to get things to your liking. SEO is a complicated subject and there isn’t really a right answer anymore these days. Even using multiple H1 on a page is completely fine and it has more to do with the html structure of where they are than having a single h1 per page.
The most important thing is having accurate and relevant content for the site topic and the search engines will do the rest :)
Regards,
Devin
April 26, 2013 at 7:52 am #115914In reply to: Entypo Icons in Navigation Menu
April 26, 2013 at 6:28 am #115076In reply to: header background image and logo image resize
Hi,
I dont have an IE8, and my emulators don’t display this issue. Looking at the code affecting the logo http://i.imgur.com/LpXtWn6.png , a possible cause may be the max-width:100%; from the img definition earlier in the cascade.
Try something like this in your /css/custom.css OR in Quick CSS located in Enfold > Theme Options > Styling … text area on bottom of that page
#top .logo img {
max-width: none !important;
}Adding the code doesn’t affect IE10, Chrome or FF
Thanks,
Nick
April 26, 2013 at 12:01 am #115918In reply to: Layerslider not working
I figured it out. I don’t know why the short code doesn’t work, but if you go into the advanced editor on the page you want your slider on, then choose the Media Elements tab, and click on Advanced Layer Slider. It will put it at the bottom, so you will need to drag it up top (I’m assuming that’s where you want it). Then choose the name of the slider you have made, and update the page. Hopefully that helps, and is a temporary solution. I would prefer if you could just add the short code. Hopefully it gets that option.
April 25, 2013 at 1:42 pm #114861In reply to: Enfold child theme
You can add a functions.php to your child theme folder – then insert following code into the child theme functions.php:
/*
* Register frontend javascripts:
*/
if(!function_exists('avia_frontend_js'))
{
if(!is_admin()){
add_action('wp_enqueue_scripts', 'avia_register_frontend_scripts');
}
function avia_register_frontend_scripts()
{
$template_url = get_template_directory_uri();
$child_theme_url = get_stylesheet_directory_uri();
//register js
wp_register_script( 'avia-compat', $template_url.'/js/avia-compat.js', array('jquery'), 1, false ); //needs to be loaded at the top to prevent bugs
wp_register_script( 'avia-default', $template_url.'/js/avia.js', array('jquery'), 1, true );
wp_register_script( 'avia-shortcodes', $template_url.'/js/shortcodes.js', array('jquery'), 1, true );
wp_register_script( 'avia-prettyPhoto', $template_url.'/js/prettyPhoto/js/jquery.prettyPhoto.js', 'jquery', "3.1.5", true);
wp_register_script( 'avia-html5-video', $template_url.'/js/mediaelement/mediaelement-and-player.min.js', 'jquery', "1", true);
wp_enqueue_script( 'jquery' );
wp_enqueue_script( 'avia-compat' );
wp_enqueue_script( 'avia-default' );
wp_enqueue_script( 'avia-shortcodes' );
wp_enqueue_script( 'avia-prettyPhoto' );
wp_enqueue_script( 'avia-html5-video' );
if ( is_singular() && get_option( 'thread_comments' ) ) { wp_enqueue_script( 'comment-reply' ); }
//register styles
wp_register_style( 'avia-style' , $child_theme_url."/style.css", array(), '1', 'screen' ); //register default style.css file. only include in childthemes. has no purpose in main theme
wp_register_style( 'avia-grid' , $template_url."/css/grid.css", array(), '1', 'screen' );
wp_register_style( 'avia-base' , $template_url."/css/base.css", array(), '1', 'screen' );
wp_register_style( 'avia-layout', $template_url."/css/layout.css", array(), '1', 'screen' );
wp_register_style( 'avia-scs', $template_url."/css/shortcodes.css", array(), '1', 'screen' );
wp_register_style( 'avia-custom', $template_url."/css/custom.css", array(), '1', 'screen' );
wp_register_style( 'avia-prettyP', $template_url."/js/prettyPhoto/css/prettyPhoto.css", array(), '1', 'screen' );
wp_register_style( 'avia-media' , $template_url."/js/mediaelement/skin-1/mediaelementplayer.css", array(), '1', 'screen' );
wp_enqueue_style( 'avia-grid');
wp_enqueue_style( 'avia-base');
wp_enqueue_style( 'avia-layout');
wp_enqueue_style( 'avia-scs');
wp_enqueue_style( 'avia-prettyP');
wp_enqueue_style( 'avia-media');
//register styles
if($child_theme_url != $template_url)
{
wp_enqueue_style( 'avia-style');
}
global $avia;
$safe_name = avia_backend_safe_string($avia->base_data['prefix']);
if( get_option('avia_stylesheet_exists'.$safe_name) == 'true' )
{
$avia_upload_dir = wp_upload_dir();
$avia_dyn_stylesheet_url = $avia_upload_dir['baseurl'] . '/dynamic_avia/'.$safe_name.'.css';
wp_register_style( 'avia-dynamic', $avia_dyn_stylesheet_url, array(), '1', 'screen' );
wp_enqueue_style( 'avia-dynamic');
}
wp_enqueue_style( 'avia-custom');
}
}April 25, 2013 at 1:32 pm #115589In reply to: Color Section
Afaik this is not possible at the moment and the color section will always cover the full width of the page. If you feel like a setting/feature is missing you can suggest it here: https://kriesi.at/support/topic/enfold-feature-requests
April 25, 2013 at 1:02 pm #115750In reply to: Icon in Special Heading Section or Icon Shortcodes
Hi,
no – unfortunately there’s no shortcode right now. I added your request to the feature request thread: https://kriesi.at/support/topic/enfold-feature-requests
However for now you can use the character map: http://www.entypo.com/characters/ to find the unicode. I.e. for the telephone icon use:
📞
April 25, 2013 at 8:38 am #114860In reply to: Enfold child theme
Would be nice to have the child theme css load AFTER the main css. now we have to make all childtheme css a higher priority:
#top #main .alternate_color.title_container .main-title a {color: #fff;}
-
AuthorSearch Results
-
Search Results
-
Topic: Scroll to top button
The scroll to top button that appears as a square in right side of demo, appears to be broken on my install of theme. It shows as a caret on bottom left with no box, and only appears below socket. Any suggestions on why this is broken or how to resolve?
Topic: MailChimp Submit Button
Hello. I did as recommended in discussion – https://kriesi.at/support/topic/mailchip-sign-in-form#post-91285
For some reason, it has not worked for me. I have also tried placing following code in <head> file as recommended by Mailchimp:
<link href=”http://cdn-images.mailchimp.com/embedcode/classic-081711.css” rel=”stylesheet” type=”text/css”>
<style type=”text/css”>
#mc_embed_signup{background:#fff; clear:left; font:14px Helvetica,Arial,sans-serif; }
/* Add your own MailChimp form style overrides in your site stylesheet or in this style block.
We recommend moving this block and the preceding CSS link to the HEAD of your HTML file. */
</style>
Is it because I’m using the code in a widget?
My site is at http://dailyvitamoves.com
Thanks for your help.
Angelo