Forum Replies Created
-
AuthorPosts
-
Hi!
We’ll add a noLightbox class to the team member links with the next update. For now open up enfold/config-templatebuilder/avia-shortcodes/team.php and replace
$output.= "<a rel='v:url' {$tooltip} {$target} class='{$social_class} avia-team-icon' href='".$social['attr']['link']."' {$display_char}>";
with
$output.= "<a rel='v:url' {$tooltip} {$target} class='{$social_class} avia-team-icon noLightbox' href='".$social['attr']['link']."' {$display_char}>";
to deactivate the lightbox.
Cheers!
PeterHi timhammo!
Search for the “Overwrite Portfolio Link setting” option field and select “Define custom link”. Then insert a youtube or vimeo url into the url field and save the portfolio item ( http://www.clipular.com/c/5053604364812288.png?k=RJaffT7cQ79sJw_h_G7iNkU48pg ). Afterwards the video will open in a lightbox (like on the demo page here: http://kriesi.at/themes/enfold/portfolio/ when you click on “Single Portfolio: Full Slider”).
Cheers!
PeterHey Vital!
Open up /wp-content/themes/enfold/taxonomy-portfolio_entries.php and replace
'columns' => '3',
with
'columns' => '4',
Regards,
PeterHi!
Maybe try this plugin: http://wordpress.org/plugins/google-analytics-for-wordpress/ to include the tracking code. Personally I don’t know why google does not find the tracking code because I also noticed it at the end of the html document.
Cheers!
PeterHey!
The filter bar is hidden because the first/second page just displays some entries of the same category and there’s no reason (or method) to filter the items. The last page (third page: http://testsite.pp.ua/masonry/page/3/ ) displays the entries of two different categories and the filter bar will also show up on this page. If you want to display the filter bar on all pages make sure that all pages display entries of at least two different categories.
Best regards,
PeterHi Sergei!
Please try following fix – open up /wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php and replace
$output .= "<span class='text-sep ".$term->slug."_sort_sep'>/</span>";
with
$term->slug = str_replace('%', '', $term->slug); $output .= "<span class='text-sep ".$term->slug."_sort_sep'>/</span>";
and
$sort_classes[] = $term->slug.'_sort ';
with
$term->slug = str_replace('%', '', $term->slug); $sort_classes[] = $term->slug.'_sort ';
If this fix works for you we’ll include it in the next theme update.
Cheers!
PeterHey aybekdes!
A popular plugin is: http://wordpress.org/plugins/custom-login/ but there’re many tutorials (i.e. search for “custom login wordpress”) which help you to customize the login page without installing any additional plugins. If you need a membership plugin you can try http://wordpress.org/plugins/s2member/ or http://wp-member.com/
Cheers!
PeterHey!
If you need help with the integration I suggest to hire a freelancer here: http://www.microlancer.com/ or here: http://kriesi.at/contact/customization because it’s something which is beyond the scope of our support forum.
Regards,
PeterJanuary 8, 2014 at 12:08 pm in reply to: WPML – post categories only show in native language #206771Hey irenestaal!
Another user reported this issue ( https://kriesi.at/support/topic/post-slider-does-not-work-in-other-languages/ ) and an update to WPML 3.0.1 solved the problem. If the update doesn’t solve it try to insert following code into the functions.php file
add_action('init', 'avia_remove_post_filter_function', 5); function avia_remove_post_filter_function() { remove_filter( 'avf_dropdown_post_query', 'avia_wpml_filter_dropdown_post_query', 10, 4); }
Best regards,
PeterHey!
Please update your WPML version to 3.0.1. 2.4.2 is outdated and it may not work with WP3.8 or Enfold.
Cheers!
PeterHey deyowulf!
Please try to switch to another theme first (i.e. the default WordPress theme), then activate LayerSlider and afterwards activate Enfold.
Best regards,
PeterHi macrunner!
No, afaik this is not supported by the wordpress menu.
Best regards,
PeterHi dnikitiuk!
You can use following code
add_filter( 'wp_nav_menu_items', 'avia_add_display_name_to_nav', 10, 2 ); function avia_add_display_name_to_nav( $items, $args ) { if (is_object($args) && $args->theme_location == 'avia') { global $avia_config; global $current_user; get_currentuserinfo(); if(!empty($current_user->display_name)) $items .= '<li id="username-menu-item" class="noMobile menu-item">'.$current_user->display_name.'</li>'; } return $items; }
You can replace $args->theme_location == ‘avia’ with $args->theme_location == ‘avia2’ or $args->theme_location == ‘avia3’ if you want to add the name to another menu.
Best regards,
PeterJanuary 8, 2014 at 11:40 am in reply to: blank page after updating main page; simple wilder won't show images #206762Hi!
I deactivated the “Try to make videos responsive using FitVids.js?” option. First it’s not required because Enfold does this for you and the script is not printed in the head section. You can report this as a bug to the plugin developer though. Our theme supports the wp_head hook and it should also print the fitvids.js script.
Cheers!
PeterJanuary 8, 2014 at 11:08 am in reply to: blank page after updating main page; simple wilder won't show images #206752Hey!
No, I don’t think it’s an incompatibility issue with the theme. When I activate the Video SEO plugin I get a js error
Uncaught TypeError: Object [object Object] has no method 'fitVids' (index):281
and this error breaks all javascripts on the website – including our slider script. Thus I guess you must report it to the plugin author.
Regards,
PeterHi!
Maybe the quotes (‘) are interpreted wrong – try to use this code instead
add_theme_support('deactivate_layerslider');
and insert it into your child theme functions.php file (after
Hi Gillianrose!
If you don’t insert the email url/link/address directly into your post/page contact you don’t need to install the plugin. Otherwise it’s probably also required if you use Enfold because our theme does not encrypt email urls automatically. I didn’t test it with Enfold and I’m not aware of any incompatibility issues.
Best regards,
PeterHi!
Vielleicht ist gerade die Update API von Envato deaktiviert oder Kriesi hat vergessen die Versionsnummer für das Update Skript zu ändern. Bitte lade die aktuelle Version von themeforest.net herunter und installiere diese mittels ftp: https://vimeo.com/channels/aviathemes/67209750
Regards,
PeterHey!
I’ll leave this thread open – maybe another user can provide useful hints.
Regards,
PeterHey!
No, standard hex colors (i.e. #c3512f) are not semi transparent. RGBA colors support four parameters, the first 3 parameters determine the color (rgb) and the last parameter allows you to change the opacity value. It must be between 0 and 1. If you want to convert a standard hex color to rgba use this generator/tool: http://hex2rgba.devoth.com/
Best regards,
PeterJanuary 7, 2014 at 11:08 am in reply to: Breadcrumbs and page name won't go away even though I turned them off #206245Hey!
Please try to insert the entire url ( http://www.facebook.com/chrisfleury ) into the social icon url field (Enfold > Theme Options).
Cheers!
PeterHey Glenn!
Try this code instead
.template-shop .product_meta .posted_in { display:none; }
Cheers!
PeterHey paulann!
You can hide it with following css code
.search .tab.widget_tab_comments{display: none !important;}
Cheers!
PeterHi!
If you want to translate LayerSlider you need to activate it as a standalone plugin. Copy the plugin folder from /wp-content/themes/enfold/config-layerslider/LayerSlider/ to wp-content/plugins and deactivate the Enfold theme (i.e. activate the default theme instead). Then go to the plugins admin screen, activate LayerSlider, switch back to the themes page and activate Enfold. Afterwards you can use the Codestyling plugin: http://wordpress.org/plugins/codestyling-localization/ to translate the LayerSlider plugin files.
Cheers!
PeterHey!
I recommend to ask this question in the official wordpress support forum: http://wordpress.org/support/ because it’s a general wordpress question and I think your chance is higher that another user (who works with WebMatrix) can help you.
Regards,
PeterHey subra68!
Laut Source Code wird derzeit Enfold 2.4.1 auf der Website verwendet. Bitte aktualisiere das Theme auf 2.4.4 und WP auf 3.8 falls notwendig. Wenn der Fehler dann noch immer auftritt versuche bitte alle Plugins zu deaktivien – möglicherweise versucht eines dieser Plugins den Fehler.
Cheers!
PeterHi!
Actually the customization form sends the request to: http://werkpress.com/ – I guess they don’t speak German but you can try it.
Regards,
PeterHey oliviad!
I think Kriesi’s regex expression does not parse your link properly. Please open up /wp-content/themes/enfold/includes/helper-post-format.php and replace
$pattern1 = '!^(https?|ftp)://(-\.)?([^\s/?\.#-]+\.?)+(/[^\s]*)?!';
with
$pattern1 = '$\b(https?|ftp|file)://[-A-Z0-9+&@#/%?=~_|!:,.;]*[-A-Z0-9+&@#/%=~_|]$i';
Regards,
PeterHey EvansAkanno!
I sent all fixes to Kriesi but I think he wants to wait with the update because of the new LayerSlider version (v5). If you create me an admin account I’ll fix it for you. Please make sure you’re using Enfold 2.4.4.
Cheers!
Peter -
AuthorPosts