Forum Replies Created
-
AuthorPosts
-
February 6, 2014 at 6:04 am in reply to: HELP PLEASE! Portfolio items no longer working with latest version of Enfold #220325
Hi!
The CryptX plugin is causing the issue. Please deactivate it for portfolio pages. I disable the plugin specifically for this page: http://www.ekb.com/our-team/lawyers/
I’m sorry I have to deactivate the Post Types order plugin while testing. I think I messed up the portfolio order.
Regards,
IsmaelFebruary 6, 2014 at 4:42 am in reply to: How to create static button size rather than auto sized per text #220277Hey JavaLavaJoe!
Add this on Quick CSS or custom.css:
.avia-button.avia-size-large { padding: 15px 30px 13px; font-size: 13px; min-width: 183px; }Cheers!
IsmaelHey!
The HR element on the test page is working properly. You set it to 10px and it applied the height property with 10px value. This is the html code of the horizontal rule on this page: http://startwishing.com/test-page/
<div style="height:10px" class="hr hr-invisible avia-builder-el-7 el_after_av_section avia-builder-el-no-sibling"><span class="hr-inner"><span class="hr-inner-style"></span></span></div>Cheers!
IsmaelHey!
First, go Enfold > Footer > Footer Columns, set it to 4 columns. Go to Appearance > Widgets then insert the Enfold Latest News widget on the Footer – columns widget areas. Interesting links is created using a Text widget and you need to use social plugin for the twitter count and rss feeds.
Regards,
IsmaelHi Michael64142!
Please try to flush the permalink settings on Settings > Permalink. Click the “Save” button once. If you have access on the .htaccess file, delete it then flush the permalink settings again.
Cheers!
IsmaelHi themesuite!
You can use this on the Quick CSS or custom.css to change the height of the header.
#header_main .container, .main_menu ul:first-child > li a { height: 130px; line-height: 130px; }Best regards,
IsmaelHey Munford!
You can use this:
.js_active .tab { font-size: 14px; } .js_active .active_tab { font-weight: bold; }Cheers!
IsmaelHey wildwoodbranding!
Please try to install a plugin like Contact Form 7 or Gravity Forms. See if the plugins work for you.
Regards,
IsmaelHi erickeith9!
You can use this on Quick CSS or custom.css to modify the forms:
#top .input-text, #top input[type="text"], #top input[type="input"], #top input[type="password"], #top input[type="email"], #top input[type="number"], #top input[type="url"], #top input[type="tel"], #top input[type="search"], #top textarea, #top select { -webkit-appearance: none; border: 1px solid #e1e1e1; padding: 8px 6px; outline: none; font: 13px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; color: #777; margin: 0; width: 210px; max-width: 100%; display: block; margin-bottom: 20px; background: #fff; border-radius: 0px; } #top .avia_ajax_form .text_input, #top .avia_ajax_form .select, #top .avia_ajax_form .text_area { width: 100%; margin-bottom: 0; display: inline; min-width: 100px; padding: 13px; border-radius: 2px; }Please give us a link to the page with the gravity form plugin.
Regards,
IsmaelFebruary 6, 2014 at 3:53 am in reply to: Replaced the default “Blog – Latest News” title needs H1 heading #220234Hi ttem!
You can replace it with this:
add_filter('avf_title_args', 'fix_single_post_title', 10, 2); function fix_single_post_title($args,$id) { if ( $args['title'] == 'Blog - Latest News' ) { $args['title'] = get_the_title($id); $args['link'] = get_permalink($id); $args['heading'] = 'h1'; } return $args; }Regards,
IsmaelHi!
You can add this to hide the website field:
.comment-form-url { display: none; }Best regards,
IsmaelHey!
Add this on Quick CSS:
.comment-subscription-form { width: 120%; }Best regards,
IsmaelFebruary 5, 2014 at 8:49 am in reply to: Giving to a 1/2 field with content a custom background colour #219825Hey Benjaminlivingthebrand!
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 Widget Area then scroll below. Add a unique css selector on “Custom Css Class” field. For example, add “awesome-widget”.
You can add something like this on your custom.css or Quick CSS:
.awesome-widget { background: blue; }Regards,
IsmaelHey Richard!
It is not possible with the theme but you can try this plugin: http://wordpress.org/plugins/wp-gallery-custom-links/
Regards,
IsmaelHi!
Please add this on Quick CSS:
@media only screen and (max-width: 1340px) and (min-width: 989px) { .responsive .av-masonry-entry { width: 25.0%; } }Regards,
IsmaelHi!
Add this on Quick CSS to remove the image overlay on featured images:
.image-overlay { display: none !important; }I can’t find the button. Can you please give us the link to the actual page with the button?
Cheers!
IsmaelFebruary 5, 2014 at 8:37 am in reply to: Enfold 2.4.5 – Easy Slider -> Slide Link Lightbox not working. #219819Hey Berebeeld!
You need to edit the Easy Slider then click each images. Look for “Slide Link?” option then set it to “Lightbox”.
Cheers!
IsmaelHi Linden Mobile!
Please add this on Quick CSS or custom.css:
.js_active .toggle_wrap { display: block; position: static; visibility: visible; left: 0; width: auto; z-index: 1; }Best regards,
IsmaelFebruary 5, 2014 at 8:17 am in reply to: Enfold / Seite wird auf dem iPad im Querformat nicht richtig dargestellt #219817Hi frankoforte!
Can you please post a screenshot of the issue? The page looks well on iPad view.
http://quirktools.com/screenfly/#u=http%3A//wiedemeier-kommunikation.de/sms/&w=768&h=690
Cheers!
IsmaelHi!
Which content area? You can edit functions.php, find this code:
$avia_config['layout']['fullsize'] = array('content' => 'twelve alpha', 'sidebar' => 'hidden', 'meta' => 'two alpha', 'entry' => 'eleven'); $avia_config['layout']['sidebar_left'] = array('content' => 'nine', 'sidebar' => 'three alpha' ,'meta' => 'two alpha', 'entry' => 'nine'); $avia_config['layout']['sidebar_right'] = array('content' => 'nine alpha', 'sidebar' => 'three alpha', 'meta' => 'two alpha', 'entry' => 'nine alpha');You can decrease the content units to eight then increase the sidebar width to four.
$avia_config['layout']['fullsize'] = array('content' => 'twelve alpha', 'sidebar' => 'hidden', 'meta' => 'two alpha', 'entry' => 'eleven'); $avia_config['layout']['sidebar_left'] = array('content' => 'eight', 'sidebar' => 'four alpha' ,'meta' => 'three alpha', 'entry' => 'eight'); $avia_config['layout']['sidebar_right'] = array('content' => 'eight alpha', 'sidebar' => 'four alpha', 'meta' => 'three alpha', 'entry' => 'eight alpha');Regards,
IsmaelHi!
Please add this on Quick CSS or custom.css:
#top #header .avia_mega_div > .sub-menu > li > ul > li a img { max-width: 250px; width: 250px; }Best regards,
IsmaelHi!
Did you add the fullwidth masonry element on the Shop page? Edit the element then set the “Which Entries?” option to “Product Cat” or “Product Type” to show product entries.
Regards,
IsmaelHey coer!
Enfold does not support BuddyPress. BuddyPress requires special templates, etc. to integrate perfectly into the theme and that’s why Envato/Themeforest also sells BuddyPress themes in a special category: http://themeforest.net/category/wordpress/buddypress. You need to use bbPress for the Enfold theme or hire a freelance developer to make BuddyPress plugin compatible.
Regards,
IsmaelFebruary 5, 2014 at 7:56 am in reply to: ENFOLD LATEST NEWS WIDGET THAT CAME WITH TEMPLATE DOES NOT WORK ON MULTILINGUAL #219805Hi ctchope!
Try to use the Widget Logic plugin to show different widgets on different languages: http://wpml.org/2011/03/howto-display-different-widgets-per-language/
Regards,
IsmaelHey 1raddad!
Use media queries to resize the logo on different screen sizes. Please add this at the very bottom of the Quick CSS:
@media only screen and (min-width: 768px) and (max-width: 989px) { #header_main img, #header_main .logo, #header_main .logo a { width: 800px !important; } } @media only screen and (max-width: 767px) { #header_main img, #header_main .logo, #header_main .logo a { width: 400px !important; } }Adjust the width if necessary.
Regards,
IsmaelHi SkyBlue7!
Please give us a link to the actual website. The latest version is 2.4.5.
Best regards,
IsmaelFebruary 5, 2014 at 7:43 am in reply to: language icons centred above navigation menu & adjusting height navigation #219800 -
AuthorPosts

