Forum Replies Created
-
AuthorPosts
-
Hi!
Alright. Try to add this to the Quick CSS field:
@media only screen and (max-width: 767px) { .responsive #top { overflow-x: hidden; position: relative; }}
Cheers!
IsmaelHi!
Please try this:
.rounded-container img { min-height: 81px !important; min-width: 81px !important; }
Hard refresh the page after.
Cheers!
IsmaelHey!
The difference is the header transparency, that’s why this css code for the mobile menu is not working on the new page:
@media only screen and (max-width: 767px) { #top #wrap_all .av_header_transparency, .av_header_transparency #advanced_menu_toggle { background-color: #ffffff; color: #c05527; border-color: #ededed; }}
The color section background attachment works ok here: http://sundaradesign.com.au/dev/test-color-section/
Background attachment is set to scroll by default then adjusted to fixed in the Quick CSS field. This is the css code:
@media only screen and (min-width: 768px) {#test-section { background-attachment: fixed !important; }}
Regards,
IsmaelHi Chris8800!
Thank you for using Enfold.
I’m sorry but what do you mean by “Image Database”? If you want to download the demo data, go to Enfold > Demo Import panel. Select the demo that you want to use. The demo images are included.
Cheers!
IsmaelHey!
Try to replace the code with this:
add_action('wp_footer', 'ava_custom_script', 10); function ava_custom_script(){ ?> <script> (function($){ $('.avia_partner_widget a').each(function() { $(this).removeAttr('target'); }); }(jQuery)); </script> <?php }
Cheers!
IsmaelJune 4, 2015 at 12:10 pm in reply to: Company Logo to be displayed everywhere on the site excepted on the frontpage #454396Hey!
I’m not sure I understand your follow-up inquiry regarding a background or something. Can you please provide a screenshot? I didn’t know that you add the logo as an image element, with that, just remove the logo in the home page’s advance layout builder.
Regards,
IsmaelHey elbnetz!
Thank you for using Enfold.
You can set each post to have a transparent header. If you want all posts to automatically have this setting, unfortunately, that is not possible. You have to set it manually.
Cheers!
IsmaelJune 4, 2015 at 11:59 am in reply to: How to add section from advanced builder frontpage to each blog post #454390Hey parentecoaching!
Thank you for using Enfold.
You can edit the includes > loop-index.php file. Use the do_shortcode function: https://codex.wordpress.org/Function_Reference/do_shortcode
If you don’t want to edit the file directly, you can use the ava_after_content action hook. Add something like this in the function.php file:
add_filter('ava_after_content', 'ava_after_main_container_mod', 20, 1); function ava_after_main_container_mod() { if(is_singular('post')) { $output = do_shortcode("[av_textblock size='' font_color='' color='']Click here to add your own text[/av_textblock]"); echo $output; } }
Cheers!
IsmaelHey!
You need to add the text on the same text widget:
<div class="logo-left"><a href="http://www.eiffageconcessions.com/"><img src="http://legrandmag.fr/wp-content/uploads/2015/06/logo.jpg"></a> </div> <div class="logo-right"> <span>Partenaire de vos projets</span> </div>
Add this in the Quick CSS field:
#header .widget { width: 100%; padding-top: 0; position: absolute; top: -130px ; left: 0; } .logo-left { position: absolute; left: 50%; transform: translateX(-50%); } .logo-right { position: absolute; right: 50px; }
Best regards,
IsmaelJune 4, 2015 at 11:43 am in reply to: Please help with Layout, I want to post a banner at the top! #454378June 4, 2015 at 11:40 am in reply to: Still can't update to 3.1.5 (error message when updating in WP) #454376Hi!
Have you tried logging out of WP dashboard? Remove browser cache then login again. You should have access to the files, an ftp or a cpanel account. What is your current hosting provider?
Cheers! `
IsmaelHey serg1o!
Thank you for using Enfold.
What do you mean by “the recipient in the field SENDER viewing a score.”? By default, the sender’s email address should be included in the email. Please give us a link to the actual contact form.
Regards,
IsmaelHey tese!
Thank you for using Enfold.
Edit the page with the portfolio grid element then set the Link Handling to “AJAX Portfolio”.
Cheers!
IsmaelHey majklcze1!
Thank you for using Enfold.
There is no option for that by default. You can try to add a static content inside a theme hook. Add this in the functions.php file:
add_filter('ava_after_main_container', 'ava_after_main_container_mod', 20, 1); function ava_after_main_container_mod() { $output = "<div class='static-content'>"; $output .= "<h3>Custom Title</h3>"; $output .= "</div>"; echo $output; }
Adjust the style of the content in the Quick CSS field:
.static-content { position: absolute; z-index: 1000; top: 400px; left: 100px; }
Regards,
IsmaelHey!
Alright. Please post the login details here, we would like to check it.
Regards,
IsmaelHey!
The login page is not working: http://www.hawthorncreative.us/wp-login
Please try to deactivate all plugins.
Regards,
IsmaelHey umbrella8!
Thank you for using Enfold.
1.) On version 3.2., will be released today or tomorrow, you can adjust the background, margins, borders etc of the column layouts.
2.) Which specific headings are you trying to change? Please provide a screenshot or an actual link to the page.
Best regards,
IsmaelHey Fran!
Thank you for using Enfold.
Is the layer slider not working? You can just ignore the message for now. The latest version of the theme, 3.2, includes the latest version of the plugin. Please wait for that. The plugin is included in the theme package so you will not be able to update it manually. And you don’t have to buy the plugin. Who told you to buy it in the first place?
Best regards,
IsmaelHey!
The home page of the english language is set to the default editor. It is fixed now: http://orderflowtrading.net/
You have to sync or translate the main menu. https://wpml.org/documentation/getting-started-guide/translating-menus/
Best regards,
IsmaelHey mdmllc!
Thank you for using Enfold.
The footer height will depend on the content inside. The current height is quite normal for a 3 widget footer on mobile device. Having said that, you have to compress the footer widgets in order to decrease the height of the footer container. You can start by decreasing the font size, widget margins etc. Use css media queries. Example:
@media only screen and (max-width: 767px) { #footer .widget p { font-size: 11px !important; } #footer .widget { margin: 10px 0 5px 0; }}
Regards,
IsmaelHey Jameel!
Thank you for using Enfold.
We already answered this inquiry before. Please avoid creating duplicated posts: https://kriesi.at/support/topic/multi-colored-nav-menu/
You can try this for the first two menus:
#top #wrap_all .av_seperator_big_border#header li#menu-item-31 > a, #top #wrap_all .av_seperator_big_border#header li#menu-item-31 > a > .avia-menu-text { background-color: red !important; color: white; } #top #wrap_all .av_seperator_big_border#header li#menu-item-30 > a, #top #wrap_all .av_seperator_big_border#header li#menu-item-30 > a > .avia-menu-text { background-color: blue !important; color: white; }
As you can see the only difference in the css selectors are the menu id li#menu-item-30 and li#menu-item-31. You can do the same for the remaining menu items. Use google inspector or firebug to get the proper id.
Regards,
IsmaelHi Bubarama!
Thank you for using Enfold.
Please read the documentation carefully: http://kriesi.at/documentation/enfold/install-enfold-over-ftp/
And this article will help to get you started with Enfold: http://kriesi.at/archives/wordpress-beginners-how-to-start-with-enfold-from-scratch
Regards,
IsmaelHi!
@Muskrat37: What did you upgrade, the theme or WordPress? This issue should only happen once, when you update to WordPress 4.2 and then upgrade the theme to 3.1.4. On version 3.1.5, the sidebars should be intact unless you added special characters in the custom widget area name. Unfortunately, you can’t use the database to import the sidebar settings. We tried this method but failed.Regards,
IsmaelHi!
Since you delete the default blog page, the blog option in theme options panel has been reset to default. We set it again for you: http://bursttobright.com/blog/
Cheers!
IsmaelHi!
It’s not possible without modifying the core files. You can add the blog posts element and select categories or tag related to the current post. Set the layout to grid, limit the number of entries and disable the pagination. You should also enable the Offset Number to avoid duplicated post.
OR edit the template-builder.php, look for this code:
echo $content;
Below, add this code:
//show related posts based on tags if there are any if(is_single()) get_template_part( 'includes/related-posts');
Regards,
IsmaelHi jenki!
Thank you for using Enfold.
It’s not possible to stack another column in that space. You can try the Grid Row element instead. Set the cell size to 4/5, 1/5. Set the padding of the cells to 0 then place two 1/2 column layout inside the 4/5 cell. If you want more content below the 1/2 columns, just add another column. Since the grid row element is set to full width by default, you will need to adjust it using the Quick CSS field.
Best regards,
IsmaelHi!
Delete the functions-enfold.php file in the child theme and then try to copy the whole avia_post_nav function in the child theme’s functions.php file:
function avia_post_nav($same_category = false, $taxonomy = 'category') { global $wp_version; $settings = array(); $settings['same_category'] = $same_category; $settings['excluded_terms'] = ''; $settings['wpversion'] = $wp_version; //dont display if a fullscreen slider is available since they overlap if((class_exists('avia_sc_layerslider') && !empty(avia_sc_layerslider::$slide_count)) || class_exists('avia_sc_slider_full') && !empty(avia_sc_slider_full::$slide_count) ) $settings['is_fullwidth'] = true; $settings['type'] = get_post_type(); $settings['taxonomy'] = ($settings['type'] == 'portfolio') ? 'portfolio_entries' : $taxonomy; if(!is_singular() || is_post_type_hierarchical($settings['type'])) $settings['is_hierarchical'] = true; if($settings['type'] === 'topic' || $settings['type'] === 'reply') $settings['is_bbpress'] = true; $settings = apply_filters('avia_post_nav_settings', $settings); if(!empty($settings['is_bbpress']) || !empty($settings['is_hierarchical']) || !empty($settings['is_fullwidth'])) return; if(version_compare($settings['wpversion'], '3.8', '>=' )) { $entries['next'] = get_previous_post($settings['same_category'], $settings['excluded_terms'], $settings['taxonomy']); $entries['prev'] = get_next_post($settings['same_category'], $settings['excluded_terms'], $settings['taxonomy']); } else { $entries['next'] = get_previous_post($settings['same_category']); $entries['prev'] = get_next_post($settings['same_category']); } $entries = apply_filters('avia_post_nav_entries', $entries, $settings); $output = ""; foreach ($entries as $key => $entry) { if(empty($entry)) continue; $the_title = isset($entry->av_custom_title) ? $entry->av_custom_title : avia_backend_truncate(get_the_title($entry->ID),75," "); $link = isset($entry->av_custom_link) ? $entry->av_custom_link : get_permalink($entry->ID); $image = isset($entry->av_custom_image) ? $entry->av_custom_image : get_the_post_thumbnail($entry->ID, 'thumbnail'); $tc1 = $tc2 = ""; $class = $image ? "with-image" : "without-image"; $output .= "<a class='avia-post-nav avia-post-{$key} {$class}' href='{$link}' >"; $output .= " <span class='label iconfont' ".av_icon_string($key)."></span>"; $output .= " <span class='entry-info-wrap'>"; $output .= " <span class='entry-info'>"; $tc1 = " <span class='entry-title'>{$the_title}</span>"; if($image) $tc2 = " <span class='entry-image'>{$image}</span>"; $output .= $key == 'prev' ? $tc1.$tc2 : $tc2.$tc1; $output .= " </span>"; $output .= " </span>"; $output .= "</a>"; } return $output; }
Regards,
Ismael -
AuthorPosts