Forum Replies Created
-
AuthorPosts
-
Hey!
Just tried logging in with the credentials you forward.
Unfortunately, I do not have sufficient priviledge to help investigate the issue.
Please forward us administrative credentials instead.
Cheers!
ArvishHey!
The blog displays all your blog posts and should not technically contain a sharing buttons.
If you would like to add sharing buttons at the end of the page add the following code at the end of loop-index.php in wp-content/themes/enfold/includes
//share links on single post avia_social_share_links();
Nevertheless be advised that changes made to core framework files are overwritten during theme updates.
Regards,
ArvishHi wepe1507!
Please use Poedit: http://www.poedit.net/ or http://wordpress.org/extend/plugins/codestyling-localization/ to translate it and save it with the right language identification code (i.e. German users must use de_DE and Poedit will generate a de_DE.po and de_DE.mo file. A list of all languages can be found here: http://codex.wordpress.org/WordPress_in_Your_Language ). You need to upload the mo & po files into the wp-content/themes/enfold/lang/ folder.
You can refer to this link for additional help
Cheers!
ArvishHey InekeWerkt!
Unfortunately your request falls outside the scope of the basic theme support.
In my opinion though, you should
get_the_author
instead of the_author to get the author name and place it in a variable then compare.Alternatively, you might need to find a plugin or hire a freelance developer to add the feature for you. Please visit Envato Studio or WordPress for further customization. You can also vote or post the feature on our https://kriesi.at/support/enfold-feature-requests/ page.
If you have any further questions about the theme, we are more than happy to provide you with assistance on these inquiries. Thank you for your understanding.
Cheers!
ArvishHi!
Layerslider doesn’t accept shortcodes. Therefore you will need to paste the generated HTML of the button shortcode inside a text layer.
<div class="avia-button-wrap avia-button-center avia-builder-el-9 el_after_av_hr avia-builder-el-last "><a href="#contact" class="avia-button avia-icon_select-yes-left-icon avia-color-theme-color-subtle avia-size-large avia-position-center "><span class="avia_button_icon avia_button_icon_left " aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello"></span><span class="avia_iconbox_title">Contact Us</span></a></div>
Best regards,
ArvishHey!
Please accept our apologies for the late reply.
I just visited your link and your page seems to be down.
Could you forward us the correct so that we can help resolve the issue.
Cheers!
ArvishHey!
Please accept our apologies for the late reply.
I just visited your link and you seem to have sorted out the demo. Well done.
Should I consider this issue closed?
Cheers!
ArvishHi!
Change the code from this:#galerie .container { width: 100% !important; height: auto !important; margin-top: -47px; max-width: none; }
to this
#galerie .container { width: 100% !important; height: auto !important; margin-top: -47px; max-width: none; padding:0; } #jig1{ width:100% !important; }
Regards,
ArvishHey blofsy!
Could you please elaborate on the following ” change wave color to black”.
From what I see on your site, it is already black.Unfortunately sizes and appearance depends on the setting the font icon’s font properties. You can try adding another font icon to your theme by following this video
Regards,
ArvishHey TASInteriors!
1) The portfolio urls/permalinks do not support categories or other dynamic elements – I’m sorry. You would need to hire a developer who can help you to customize the permalinks code.
2) If you want to show the categories in the breadcrumb insert this code into the child theme functions.php file (or insert it at the bottom of enfold/functions.php) if you’re not using a child theme:
if(!function_exists('avia_modify_portfolio_breadcrumb')) { function avia_modify_portfolio_breadcrumb($trail) { $parent = get_post_meta(avia_get_the_ID(), 'breadcrumb_parent', true); if(get_post_type() === "portfolio") { $page = ""; $front = avia_get_option('frontpage'); if(empty($parent) && !current_theme_supports('avia_no_session_support') && session_id() && !empty($_SESSION['avia_portfolio'])) { $page = $_SESSION['avia_portfolio']; } else { $page = $parent; } if(!$page || $page == $front) { $args = array( 'post_type' => 'page', 'meta_query' => array( array( 'key' => '_avia_builder_shortcode_tree', 'value' => 'av_portfolio', 'compare' => 'LIKE' ) ) ); $query = new WP_Query( $args ); if($query->post_count == 1) { $page = $query->posts[0]->ID; } else if($query->post_count > 1) { foreach($query->posts as $entry) { if ($front != $entry->ID) { $page = $entry->ID; break; } } } } $parents = get_the_term_list( $post_id, 'portfolio_entries', '', '$$$', '' ); $parents = explode('$$$',$parents); if($page) { if($page == $front) { $newtrail[0] = $trail[0]; foreach ($parents as $parent_item) { if($parent_item) $newtrail[] = $parent_item; } $newtrail['trail_end'] = $trail['trail_end']; $trail = $newtrail; } else { $newtrail = avia_breadcrumbs_get_parents( $page, '' ); array_unshift($newtrail, $trail[0]); foreach ($parents as $parent_item) { if($parent_item) $newtrail[] = $parent_item; } $newtrail['trail_end'] = $trail['trail_end']; $trail = $newtrail; } } } return $trail; } add_filter('avia_breadcrumbs_trail','avia_modify_portfolio_breadcrumb', 15, 1); }
With regards to your second issue, please forward me a screenshot of the issue, which browsers you have tested it on, the screen resolution you have tested it on and your OS for me to troubleshoot the issue.
Best Regards,
ArvishHey Bearded!
I just had a look at you site. I understand that there is a seperator being added but the link is not being generated.
1. Have you tried disabling all third-party plugins to see if it gets fixed?
2. Has this started occurring after a theme, plugin or wordpress update?
If disabling any third party plugins does not help, please forward us administrative credentials to your for us to have a closer look.
Please check the “Set as private reply (Only you and moderators will see the content of this post)” option before posting any sensitive information.Best regards,
ArvishHey Alex!
1. Have you tried disabling all third-party plugins to see if it gets fixed?
2. Has this started occurring after a theme, plugin or wordpress update?If disabling any third party plugins does not help, please forward us administrative credentials to your for us to have a closer look.
Please check the “Set as private reply (Only you and moderators will see the content of this post)” option before posting any sensitive information.
Best regards,
ArvishHey!
What josue meant was to remove any occurance of the following code in your custom styles..responsive #socket .sub_menu_socket { display:none }
It doesn’t mean custom.css. It means the stylesheet you re using to add your own css styles.
If you can’t find it, try adding the following to the end of custom.css
@media only screen and (max-width:497px){ .responsive #socket .sub_menu_socket { display: block; } }
Best regards,
ArvishHey!
Just tried your website and I am being redirected to the login page.
Regards,
ArvishHey Monsoon!
Thank you for using Kriesi Themes
Please add the following css to your Quick CSS or custom.css.main_menu{ background-color:#FFF; }
Regards,
ArvishHi Micheal0424!
Have you tried using CSS media queries to change the CSS for the each slide at different screen resolution.
The custom.css file inside the css folder of the theme already has has a basic structure to help you out.
You can add your css for mobile devices where it says
/* Add your Mobile Styles here */
This way you can for example add the following to modify the caption font-size for one of the slides.
@media only screen and (max-width: 767px) { /* Add your Mobile Styles here */ .slide-2 .slideshow_caption{ bottom:50px; right:50px; } .slide-2 .avia-caption-title{ font-size: 12px; } .slide-2 .avia-caption-content{ font-size: 12px; } }
If you need a more in-depth explanation on media queries, have a look at these articles:
- Media Queries for Standard Devices
- Logic in Media Queries
Cheers!
ArvishOctober 3, 2014 at 7:49 am in reply to: Problema con iconos sociales, botones en slider, etc #329509Hey Gabriel!
Could you please forward us the link and credentials to your site for us to have a closer look at the issue.
Cheers!
ArvishHi amitandroy!
Have you tried disabling third party plugins and shortcodes to see if it fixes the issue.
You can follow this video to enable Advance Layout Editor for Posts.
Regards,
ArvishHey!
Please add the following css code to your Quick CSS or custom.css#top .fullsize img.size-full {
width: auto !important;
}Let us know if this resolves the issue.
Best Regards,
ArvishOctober 3, 2014 at 7:03 am in reply to: How do I remove the grey break lines under the header and above the footer? #329481Hi Adam!
Thank you for using Kriesi themes.Please add the following css code to your Quick CSS or custom.css
.container_wrap{ border-color:transparent !important; }
Best regards,
ArvishOctober 3, 2014 at 6:43 am in reply to: Parallax images stretched way beyond screen dimensions #329475Hey heatherlyone!
Thank you for using Kriesi themes.
The background image is stretched to it’s maximum as per the settings. Your current image size is 4000×1386
Try a smaller resolution and let me know if it fixes the issue.
Best regards,
ArvishOctober 3, 2014 at 6:26 am in reply to: Enfold Theme Disappeared from Downloads List on Themeforest #329463Hi aminomar!
Thank you for using Kriesi themes.
I am sorry to hear about your ordeal.
I have just checked themeforest and the download link is there. Have you tried accessing the link on a different browser?
Alternatively try contacting themeforest about the issue. You can submit a support ticket to envato hereCheers!
ArvishHi TinyGiantStudios!
Go to line 19 in ~\wp-content\themes\enfold\includes\admin\register-admin-options.php
Replace the following:
if(!current_theme_supports('avia_disable_import_export')){ $avia_pages[] = array( 'slug' => 'demo', 'parent'=>'avia', 'icon'=>"doc_text_image.png", 'title' => __('Demo Import', 'avia_framework')); $avia_pages[] = array( 'slug' => 'upload', 'parent'=>'avia', 'icon'=>"import_export.png", 'title' => __('Import/Export', 'avia_framework')); }
With this:
if ( is_super_admin() ) { if(!current_theme_supports('avia_disable_import_export')){ $avia_pages[] = array( 'slug' => 'demo', 'parent'=>'avia', 'icon'=>"doc_text_image.png", 'title' => __('Demo Import', 'avia_framework')); $avia_pages[] = array( 'slug' => 'upload', 'parent'=>'avia', 'icon'=>"import_export.png", 'title' => __('Import/Export', 'avia_framework')); } }
Cheers!
ArvishHi seanchk!
The code has changed a bit and it’s found on line 708 instead.
Open to this file /enfold/framework/php/class-form-generator.php and go to the line 708:
Add this line:
$header .= ‘Bcc: (Email address hidden if logged out) ‘. “\r\n”;Best regards,
ArvishHi!
Thank you for your suggestion Heng.
I’ve submitted this to our features request.https://kriesi.at/support/enfold-feature-requests/
Cheers!
ArvishHi!
Just realised that iframe won’t support these margin changes.Try this instead:
In clode block settings
1. Add “div” to “Code Wrapper Element”
2. Add “class=”test” to “Code Wrapper Element Attributes”
3. The Add the following to your custom.css or Quick CSS in Enfold theme options.test { width: 300px; margin: 0px auto; }
Cheers!
ArvishHi!
I believe you need to increase the width of the iframe.
Then specify
margin: 0 auto;
to shift the iframe in the middle.
Cheers!
ArvishHey!
You need to modify this:.slide-meta-comments, .slide-meta-del{ display:none; }
to this:
.slide-meta-comments, .slide-meta-del{ display:none !important; }
Regards,
ArvishHey!
Add the following and try again
#header_main { border:none; }
Regards,
ArvishHi MMA_Impact!
Thank you for using Kriesi themes. Your satisfaction is important to us.
Try the following:
In the layout editor:
1. Add a coloured section as normal, and specify an ID in the “For Developers: Section ID” section
2. Add a button anywhere on the page.
3. In the button settings make sure “Button Link?” is set to “Set Manually”
4. Enter the ID of the section you defined earlier.These links are called skip links. They work great if you have longer content.
Let me know if you need any further assistance.
Best regards,
Arvish -
AuthorPosts