Forum Replies Created
-
AuthorPosts
-
August 25, 2015 at 5:42 am in reply to: Remove layout elements per user role or all layout elements for user role #492610
Hi!
Replace the code with this:
add_filter('admin_head', 'avf_builder_button_params_mod', 10, 1); function avf_builder_button_params_mod($params) { $user = wp_get_current_user(); if ( in_array( 'administrator', (array) $user->roles ) ) { echo '<style type="text/css">.shortcode_button_wrap{display: none !important;}'; } }Best regards,
IsmaelHey!
1.) Please follow the instructions on the following link in order to add the search bar inside the mobile menu: https://kriesi.at/support/topic/easy-slider-with-video-header-icon/#post-480687
2.) The back to top button is disabled by default because you can double tap the top edge of mobile devices to return at the very top of the page.
Best regards,
IsmaelAugust 25, 2015 at 5:34 am in reply to: Showing events per category issue with Events Calendar plugin #492607Hi steviger!
Thank you for using Enfold.
We created the same setup on our installation and it displays the events in both categories. Please post the page url here so that we can check it.
Cheers!
IsmaelHi!
You can hard code the table manually by using a code or a text block. Refer to this link then look for the “Table Cells that Span Many Columns” section: http://www.w3schools.com/html/html_tables.asp
Regards,
IsmaelAugust 25, 2015 at 5:25 am in reply to: Images not working/showing up in preview or on page (Enfold) #492604Hi!
Please create a new thread with the website url and the login credentials. Make sure that you have the latest version of the theme.
Regards,
IsmaelAugust 25, 2015 at 5:23 am in reply to: Problems with content in 1/3 and 2/3 layout that is not resposive #492603Hi gjelsvik!
Thank you for using Enfold.
I tried to check the screenshot but it’s too small: http://bildr.no/thumb/YktQVFlp.jpeg
The cta widget has an inline styling which sets the height to 300px. You can set the height to auto on smaller screens:
#wp_cta_272_variation_0 { height: auto !important; }Best regards,
IsmaelHi!
You can actually set the fullwidth sub menu to display a button on mobile devices. Edit the element then set the Mobile Menu Display to the second option.
Regards,
IsmaelAugust 25, 2015 at 5:16 am in reply to: Using the advanced layout editor to build my blogpage doesn't work propperly #492599Hey!
Yes, please post the login details here. It might help if you can visit the documentation page: http://kriesi.at/documentation/enfold/setting-your-home-and-blog-pages/
Best regards,
IsmaelHey!
I tried to wrap the shortcode in a code block shortcode and it started to work. Please check it here: http://www.franchiseelites.com/wp-admin/widgets.php
Remove the other contact form shortcode.
Cheers!
IsmaelAugust 24, 2015 at 6:17 am in reply to: Using the advanced layout editor to build my blogpage doesn't work propperly #492014Hey AlineDahmen!
Thank you for using Enfold.
We would like to see the current blog page. Please post the url here. Did you add the blog posts element?
Regards,
IsmaelHey Nick!
Thank you for using Enfold.
A user encountered the same issue before and this is the link to the thread.
https://kriesi.at/support/topic/problem-with-forms/#post-392020
https://kriesi.at/support/topic/contact-form-resetting-to-defaults/#post-391712Is the site subscribed to a CDN?
Cheers!
IsmaelHi!
I’m sorry but we don’t usually provide support for third party scripts and plugins. It is actually stated on our support policy. You might need to contact the plugin author regarding this issue because we have no idea how they generate the form styling.
Regards,
IsmaelHey AdDesign!
Thank you for using Enfold.
Please modify the phone info code, add a unique class attribute:
<a class="custom-phone-info" href="tel:0401786376">tel:0401786376</a>Add this in the Quick CSS field to disable the link on desktop view:
@media only screen and (min-width: 989px) { .custom-phone-info { pointer-events: none; } }Best regards,
IsmaelHey!
Is there any lazy load plugin installed?
Looks like the image source is being replaced by something else. Please try to deactivate all plugins then test it again.
<img width="180" height="180" src="data:image/gif;base64,R0lGODdhAQABAPAAAP///wAAACwAAAAAAQABAEACAkQBADs=" data-lazy-type="image" data-lazy-src="http://pages.sanesolution.com/wp-content/uploads/2015/02/2013-5-5-Creamy-Lemon-Coconut-Cereal-7363-320x180-180x180.jpg" class="lazy lazy-hidden attachment-square wp-post-image data-lazy-ready" alt="Starvation Is NOT Healthy. Stop counting calories & go #SANE w/me at http://SANESolution.com">Cheers!
IsmaelHey mikehartrich!
Thank you for using Enfold.
You already have this code in the Quick CSS field:
#top #header .mega_menu_title a { font-size: 12px !important; line-height: .9em !important; min-height: 10px; }Cheers!
IsmaelHey!
You can check this link for recommended WP hosting: https://wordpress.org/hosting/
Regards,
IsmaelAugust 24, 2015 at 4:30 am in reply to: Top navigation menu runs into logo at smaller screen sizes #491999Hi mikehartrich!
Thank you for using Enfold.
Go to Enfold > Header > Mobile Menu panel. Set the “Header Mobile Menu activation” to the second option.
Best regards,
IsmaelHi!
You need to remove the “>” sign or use the html entity code of the “greater than” symbol: http://www.w3schools.com/html/html_entities.asp
Best regards,
IsmaelHey!
You can add something like this in a text widget:
<select onchange="this.options[this.selectedIndex].value && (window.location = this.options[this.selectedIndex].value);"> <option value="">Select...</option> <option value="http://yousite.com/donation-1">Donation Page 1</option> <option value="http://yousite.com/donation-2">Donation Page 2</option> <option value="http://yousite.com/donation-3">Donation Page 3</option> <option value="http://yousite.com/donation-4">Donation Page 4</option> </select>Cheers!
IsmaelHey scubasnsi!
Thank you for using Enfold.
It is possible to remove certain elements in the comment form but, unfortunately, you can’t separate the comment list and comment forms. Use this to remove the elements:
span.minitext, .comment-form-url { display: none; }Regards,
IsmaelHi!
Yes, it is possible but it will require major code rewrite. You need to modify the config-templatebuilder > avia-shortcodes > portfolio.php file and then add custom css modifications. Look for this code:
$extraClass .= ' default_av_fullwidth '; $output .= "<div data-ajax-id='{$the_id}' class=' grid-entry flex_column isotope-item all_sort {$style_class} {$post_class} {$sort_class} {$grid} {$extraClass}'>"; $output .= "<article class='main_color inner-entry' ".avia_markup_helper(array('context' => 'entry','echo'=>false, 'id'=>$the_id, 'custom_markup'=>$custom_markup)).">"; $output .= apply_filters('avf_portfolio_extra', "", $entry); $output .= "<".$link_markup[0]." data-rel='grid-".avia_post_grid::$grid."' class='grid-image avia-hover-fx'>".$custom_overlay.get_the_post_thumbnail( $the_id, $image_size, $image_attrs )."</".$link_markup[1].">"; $output .= !empty($title) || !empty($excerpt) ? "<div class='grid-content'><div class='avia-arrow'></div>" : ''; if(!empty($title)) { $markup = avia_markup_helper(array('context' => 'entry_title','echo'=>false, 'id'=>$the_id, 'custom_markup'=>$custom_markup)); $output .= '<header class="entry-content-header">'; $output .= "<h3 class='grid-entry-title entry-title' $markup>"; if(!empty($title_link)) { $output .= "<a href='{$title_link}' title='".esc_attr(strip_tags($title))."'>".$title."</a>"; } else { $output .= "".$title.""; } $output .= '</h3></header>'; } $output .= !empty($excerpt) ? "<div class='grid-entry-excerpt entry-content' ".avia_markup_helper(array('context'=>'entry_content','echo'=>false, 'id'=>$the_id, 'custom_markup'=>$custom_markup)).">".$excerpt."</div>" : ''; $output .= !empty($title) || !empty($excerpt) ? "</div>" : ''; $output .= '<footer class="entry-footer"></footer>'; $output .= "</article>"; $output .= "</div>";You can re-arrange the elements.
Best regards,
IsmaelHey!
1.) Use this to fix the overlap issue:
@media only screen and (max-width: 989px) { .av-main-nav > li > a { padding: 0 7px; font-size: 12px; }}2.) Add this to display the social icons on smaller screens:
@media only screen and (max-width: 767px) { .responsive #header .main_menu .social_bookmarks { display: block; position: absolute; }}Cheers!
IsmaelHi!
You can try this in the Quick CSS field:
.av_secondary_right .container:before { content: ''; background-color: blue; width: 300px; height: 32px; display: block; position: absolute; right: 0; }Remove the background of the header meta container. If this is not what you’re looking for, a screenshot will help.
Best regards,
IsmaelHey!
I’m sorry but the avia_post_nav function is based on the get_previous_post and get_next_post functions which only retrieves adjacent posts. WordPress posts are designed to display in reverse chronological order (from newest to oldest) which means that the function can only fetch entries base on date the post was created. If you want to fetch the post by title, you will need to modify the avia_post_nav in the functions-enfold.php file. Please hire a freelance developer or contact codeable: http://kriesi.at/contact/customization
Best regards,
IsmaelHey mikehartrich!
Thank you for using Enfold.
The blog post element should only display posts and exclude pages or other post types. Please post the login details here so that we can check it.
Best regards,
IsmaelHey Lissasan!
Thank you for using Enfold.
Please add this in the functions.php file:
add_filter( 'ava_main_header', 'avia_append_search_nav_mod', 10); function avia_append_search_nav_mod() { ob_start(); get_search_form(); $form = htmlspecialchars(ob_get_clean()) ; $items = '<div id="menu-item-search-mod" class="menu-item-search-mod menu-item menu-item-search-dropdown"> <a href="?s=" rel="nofollow" data-avia-search-tooltip="'.$form.'" '.av_icon_string('search').'><span class="avia_hidden_link_text">'.__('Search','avia_framework').'</span></a> </div>'; echo $items; }Use this in the Quick CSS field to adjust the position of the search icon.
#menu-item-search-mod { position: absolute; right: 50px; z-index: 6000; }Cheers!
IsmaelHi tcoach84!
Thank you for using Enfold.
Please use this plugin to translate the text or strings: https://wordpress.org/plugins/loco-translate/
Best regards,
IsmaelAugust 24, 2015 at 3:04 am in reply to: Remove layout elements per user role or all layout elements for user role #491981Hey!
I think you forgot the url to the website. Please post it here. Try to replace the code with this:
add_filter('admin_head', 'avf_builder_button_params_mod', 10, 1); function avf_builder_button_params_mod($params) { $user = wp_get_current_user(); if ( in_array( 'administrator', (array) $user->roles ) ) { echo '<style type="text/css">#avia_builder{display: none !important;}'; } }Cheers!
IsmaelHey!
@vonweizen: Please create a new thread. Post the website url and the login details there. Make sure that you have the latest version of WordPress and the theme.
Best regards,
IsmaelHey!
The masonry element is using the isotope script which calculates the position of the masonry items dynamically. I’m afraid, it’s not possible to control the height of the items without breaking the script. The width and height of the masonry items will depend on the number of columns and the current width of the main container.
Best regards,
Ismael -
AuthorPosts
