Forum Replies Created
-
AuthorPosts
-
Hi!
I tagged this thread for Kriesi.
Best regards,
Peter
Hi!
Tbh this is not easily possible because the theme uses an icon font for the social icons. You’d need to rewrite the code in wp-contentthemesenfoldconfig-templatebuilderavia-shortcodesteam.php
Regards,
Peter
Hi,
insert following code into the quick css field to underline the menu item:
.header_color .main_menu ul:first-child > li.current-menu-parent > a{
font-weight: 600;
color: #666666;
}
.current-menu-parent>a>.avia-menu-fx, li:hover .current-menu-parent>a>.avia-menu-fx {
opacity: 1;
visibility: visible;
}Hi!
1) I’d set the memory to 128M – then you’re on the save side.
2) Yes, you can use a contact form plugin like: Formidable
Regards,
Peter
Do you mean the category selection at the top: http://kriesi.at/themes/enfold/portfolio/portfolio-3-column/ ? If yes just add all portfolio categories to the portfolio and deactivate pagination. If the pagination is activated it will only show the items/categories which are displayed on the current page because the other category links make no sense (the user would see an empty page/portfolio).
It depends on the update. Sometimes you need to replace all files (major updates) but very often you just need to replace some files. A list of all updated files can be found in version.txt (can be found in the themeforest zip file) and Kriesi also posts the change log here: http://themeforest.net/item/enfold-responsive-multipurpose-theme/4519990 (i.e. the last update was a major update and you need to replace all files).
Make a backup of your modified thee files first, then re-apply the changes to the updated files and upload them.
The problem is that you didn’t set a featured image for the post(s). However you can use following code to display the placeholder icon:
.related-format-icon-inner {
margin-top: 0px;
}
.related_posts a {
width: 82px;
height: 82px;
}Insert the code into the quick css field.
May 12, 2013 at 6:27 am in reply to: Portfolio-Raster Arbeiten überlagern sich / unterschiedlich hoch / Lightbox prob #118632Hallo,
1) Ja, dieser Fehler ist uns bekannt (er tritt vereinzelt auch beim 1210px Layout auf) und wird im nächsten Update gefixt. Wir müssen hierbei auf Kriesi warten (welcher das Update absegnet & veröffentlicht) – er kehrt diesen Montag von Zypern zurück und dann werden wir versuchen schnellstmöglich das Update zu veröffentlichen. Einen “kleinen” temporären Fix gibt es hierzu leider nicht.
2) Ich habe nun in das portfolio Element eine Option eingebaut, welche es erlaubt die Thumbnailgröße individuell zu wählen. Diese Funktion wird ebenfalls im nächsten Update enthalten sein. Ein temp. Lösung wäre die Thumbnail Größe in wp-contentthemesenfoldconfig-templatebuilderavia-shortcodesportfolio.php anzupassen – suche nach folgender Zeile:
$image_size = 'portfolio';
und ersetze “portfolio” mit einer anderen Thumbnailgröße – folgende Größen stehen zur Verfügung:
entry_with_sidebar
entry_without_sidebar
square
featured
portfolio_small
gallery
3) Versuche folgendes – öffne wp-contentthemesenfoldconfig-templatebuilderavia-shortcodesgallery.php und ersetze:
'lightbox_size' => 'large',
durch
'lightbox_size' => 'full',
Bzgl alt/title Tags – da müssen wir uns ansehen ob bzw. wie wir diese am besten an die lightbox übergeben können. Ich kann hierzu aber nichts versprechen.
May 12, 2013 at 6:04 am in reply to: Is there a text styling example page on the Enfold website? #118614No, unfortunately not. Because of the number of combinations & option values it’s nearly impossible to create a comprehensive list of all shortcodes. Personally I’d recommend to set up a test server where you can import the dummy data and then use it as a sandbox to test the shortcodes and to mess around with the elements.
Hey!
I reported the issue to Kriesi – maybe we can find a fix.
Regards,
Peter
Unfortunately this won’t work because prettyphoto won’t load the jquery script and can’t execute the js code. You can try to create a separate html file for the mailchimp form and then use the iframe feature (see prettyphoto demo page (external sites): http://www.no-margin-for-errors.com/projects/prettyphoto-jquery-lightbox-clone/ ) to display it.
May 12, 2013 at 5:51 am in reply to: Copy Advanced Layout design: test site to live site, Portfolio, testimonial qn. #1185391) No, I’m not aware of an import feature atm but you can try to activate the debug mode – add following code to functions.php:
//set builder mode to debug
add_action('avia_builder_mode', "builder_set_debug");
function builder_set_debug()
{
return "debug";
}It should help you to view/copy the shortcodes (you’ll see the shortcodes in the standard editor if you switch from the advanced editor to the standard editor).
2) No, afaik there’re no limitations
3) No, but you can save & re-use existing templates: http://www.screenr.com/ee97
1) To create a gallery just add a gallery element to a page and select existing images or upload new ones: http://www.screenr.com/Ldj7
2) For a portfolio you need to create portfolio entries and portfolio categories first.
a) Go to Portfolio Entries > Portfolio Categories and create one or more categories.
b) Go to Portfolio Entries > Add New and add a new portfolio entry. Assign it to a portfolio category.
c) Go to a page and add the portfolio element to it. Select the category/ies you want to display.
d) Save the page and the portfolio is ready.
Hi!
Please give us more details – what’s the error message? If you don’t see any error messages please activate the debug mode: http://codex.wordpress.org/Editing_wp-config.php#Debug
Best regards,
Peter
Unfortunately it’s not easily possible to shrink or expand the sidebar to a certain width – this would break the responsive layout. However you can change the grid units in functions.php – search for:
$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');If you want to expand the sidebar width replace “nine” with i.e. “eight” and “three” with “four”. This code change will expand the sidebar (+1 unit) and it will shrink the content area (-1 unit).
Hey!
Yes, nothing epic :)
Regards,
Peter
May 11, 2013 at 6:11 pm in reply to: Duplication of the 'portfolio items' category (taxonomy?) #118531Hi!
Yes in theory this would be possible but unfortunately it requires some custom work and this customization is beyond the scope of our support forum. Depending on your skills you need to hire a php developer.
Best regards,
Peter
Hey!
You can check the source code (or use firebug) and copy the bookmarks code into a html text widget. There’s no other (direct way) to include the bookmarks in a text widget (shortcode, etc.).
Regards,
Peter
May 11, 2013 at 4:03 pm in reply to: Need to use all weights of the "Open Sans" font (e.g. bold/800) #118629You can use the avf_google_heading_font and avf_google_content_font filter to add a new font weight. Insert following code at the bottom of functions.php:
add_filter( 'avf_google_heading_font', 'avia_add_heading_font');
function avia_add_heading_font($fonts)
{
$fonts['Open Sans'] = 'Open Sans:400,600,800';
return $fonts;
}
add_filter( 'avf_google_content_font', 'avia_add_content_font');
function avia_add_content_font($fonts)
{
$fonts['Open Sans'] = 'Open Sans:400,600,800';
return $fonts;
}May 11, 2013 at 3:41 pm in reply to: How can I disable just the breadcrumbs, not the entire header? #118508Hey!
Open up wp-contentthemesenfoldfunctions-enfold.php and replace:
'breadcrumb' => true,
with
'breadcrumb' => false,
Regards,
Peter
Hi!
You probably need to select this post type from the “Screen Options” tab on the Appearance > Menus option page:
Regards,
Peter
You don’t need to add space to it – the related posts script will expand the “related posts” section automatically. By default 8 items will be shown, but you can adjust this value in wp-contentthemesenfoldincludesrelated-posts.php – open up the file and increase decrease the value of the $columns variable:
$columns = 8;
Hi!
The socket is the last content element underneath the footer widgets – it normally contains the copyright message.
Regards,
Peter
Yes you can do this but tbh it will probably look weird. However insert following code into the quick css field:
.post-entry-734 .av_one_fourth{
background: #333;
}Replace the background color value and the page id (734 – use your contact form page id instead). If you just want to style one column use:
.post-entry-734 .av_one_fourth:nth-child(2){
background: #333;
}This code would just apply the bg color to the secons column, with :nth-child(3) you can style the third column, etc.
Hi!
Insert following code into the quick css field:
#header, #footer{
font-family: sans-serif !important;
}Best regards,
Peter
See https://kriesi.at/support/topic/button-on-layerslider#post-107331 – however we noticed that the button is not responsive when it’s used with the slider and I’m not sure if Kriesi can make it responsive with a future update..
Hey!
We’ll fix this in the next version.
Best regards,
Peter
Hey!
I added your query to the wishlist: https://kriesi.at/support/topic/enfold-feature-requests/page/2?replies=50#post-110413
Regards,
Peter
May 10, 2013 at 5:17 am in reply to: Can't edit or change a text block in Avia layout builder #117068Hi!
No, atm not. You can use the other layout editor elements which replace the shortcodes. However I’ll ask Kriesi if we can add some shortcodes to the text element.
Regards,
Peter
May 10, 2013 at 5:16 am in reply to: Enfold Latest News Widget – Possible to remove small picture & date? #118356Hi!
It’s the id of the body tag :)
Regards,
Peter
-
AuthorPosts