Forum Replies Created
-
AuthorPosts
-
Hi!
Re 3) I think he wants to embed the widget into the page content (eg toggles, etc.) and not into the sidebar…
Best regards,
Peter
April 29, 2013 at 7:30 am in reply to: CPT single post not showing "You might also like" section #116174Hey!
We’ll add this feature with the next update. The related posts query code requires an update.
Regards,
Peter
Hi!
Insert following code into the quick css field:
.header_color .container .main_menu{
background-color: #ffffff;
}and use another background color value.
Regards,
Peter
Hey!
Glad you found a solution :)
Best regards,
Peter
April 29, 2013 at 7:05 am in reply to: My Quick CSS? How do I make menu font in header larger? #116070Hi!
Insert following code into the quick css field:
.main_menu ul:first-child > li > a {
font-size: 13px;
}and use another font size value.
Best regards,
Peter
Hi,
no, such a module doesn’t exist. Personally I’d use “image” or “gallery” module. If you use the “gallery” module with bigger thumbnails the needs to hover over the “small thumbnail list” to view the bigger thumbnails: http://kriesi.at/themes/enfold/shortcodes/gallery/
Hi!
Insert following code into the quick css field:
.logo, .logo a, .logo a img {
width: 350px;
height: 100px;
}Regards,
Peter
Yes, open up wp-contentthemesenfoldincludesloop-index.php and replace:
$current_post['content'] = $blog_content == "content" ? get_the_content(__('Read more','avia_framework').'<span class="more-link-arrow"> →</span>') : get_the_excerpt();
with:
$current_post['content'] = $blog_content == "content" ? get_the_content(__('Read more','avia_framework').'<span class="more-link-arrow"> →</span>') : get_the_excerpt();
if(is_home() || is_front_page()) $current_post['content'] = get_the_content(__('Read more','avia_framework').'<span class="more-link-arrow"> →</span>');1) This requires some theme file mods – we’ll add them and include this feature in the next theme update. I already added them on my test server.
2) Yes, but it requires a bit of a work around. I made a short video: http://www.screenr.com/Kji7
3) No, I’d suggest to use a simple iframe – i.e. use a service like: http://www.map-generator.org/
4) No, unfortunately that’s not possible.
Hey!
Please post a link to a page where the lightbox styling issue is visible – we need to investigate the css code.
Regards,
Peter
Hi!
Yes or just hardcode/write it into the copyright field – you don’t need to change it very often anyway :)
Regards,
Peter
Envato offers a notification service – log in and go to the download page – There you’ll see a “Get notified by email if this item is updated” checkbox: http://www.clipular.com/c?4817102=orOmP57SkrDhQA80j3KO5C4_p3k&f=.png
Hey!
Glad you found the solution :)
Regards,
Peter
Hey!
Insert following code into the quick css field:
#mc_embed_signup .clear {
display: block;
visibility: visible;
height: auto;
width: auto;
}Best regards,
Peter
Hi!
No that’s unfortunately not easily possible. It would require a major rewrite of the contact form class.
Regards,
Peter
Hi!
Or open up functions-enfold.php and delete following line:
add_filter( 'wp_nav_menu_items', 'avia_append_search_nav', 10, 2 );
Best regards,
Peter
Hey!
Great – we’ll include this fix in the next update :)
Best regards,
Peter
Hey!
I added i to the feature request thread: https://kriesi.at/support/topic/enfold-feature-requests/page/2
Best regards,
Peter
Hey!
Go to Enfold > Header and select a different header (eg “Fixed Header with Social Icons and additional Navigation”).
Best regards,
Peter
Hi!
Insert following code into the quick css field:
.related_posts_default_image {
max-width: 85px;
}Regards,
Peter
Hi!
It will display the layout meta box: http://www.clipular.com/c?5050238=dsTXU2XzHZ6fjZiQYNYUBv6Bh-U&f=.png
Regards,
Peter
Hey!
Yes, they’re defined in functions.php.
Regards,
Peter
Hey!
Please use following css code – insert it into the quick css field:
#top .gfield textarea {
min-height: 200px;
}Regards,
Peter
Is it really necessary the bbpress forum plugin?
No – if you don’t want to use it open up functions.php and remove following line:
require_once( 'includes/admin/register-plugins.php'); // register the plugins we need
April 27, 2013 at 9:41 am in reply to: Is it possible to create two completely seperate portfolios? #116109Hey!
Try to add following code to the bottom of functions.php:
add_filter('avia_post_nav_categories', 'use_same_category_filter');
function use_same_category_filter($same_category)
{
$same_category = true;
return $same_category;
}Best regards,
Peter
Hey!
Try to insert following css code into the quick css field:
body .container_wrap .tabcontainer.sidebar_tab.avia-builder-el-no-sibling{
margin-left: 40px;
}Maybe you need to adjust the margin-left value a bit.
Regards,
Peter
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
Hey!
No, I couldn’t find a “hover” setting for images/links. However you can use the button shortcode in the html field if you want to use a css button. I made a short video: http://www.screenr.com/gci7
Regards,
Peter
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 8:54 am in reply to: Switching from Default Editor to Advanced Layout Editor issue #115925Yes, you can’t edit the ” Advanced Layout Editor” Content in the standard editor. Thus the editor will hide the content if you switch to the “Standard” Editor. If you add text to the standard editor the ” Advanced Layout Editor” will convert it to a text element and you want loose the content.
-
AuthorPosts