Forum Replies Created
-
AuthorPosts
-
Hey!
You can add another content slider above or below the current logo element then use css media queries to show or hide the element on different screen sizes. Refer to this link: http://stackoverflow.com/questions/11796297/div-show-hide-media-query
Turning on the custom css class field will help: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
Cheers!
IsmaelHey stlgoat04!
Thank you for using Enfold.
The layout structure of the blog posts and testimonial is quite different so it will require a major modification on the theme in order to change the blog layout. However, you can try the magazine element which is quite close to the testimonial layout. For further modifications, please contact codeable: http://kriesi.at/contact/customization
Regards,
IsmaelHi!
Add this in the functions.php file:
add_filter( 'avf_masonry_loop_prepare', 'avf_masonry_loop_prepare_mod', 10, 2 ); function avf_masonry_loop_prepare_mod( $key, $entries ) { $postcategories = get_the_terms($key['ID'], 'portfolio_entries'); $categorylist = array(); if ($postcategories) { foreach($postcategories as $cat) { $categorylist[] = $cat->name; } } $featured = in_array("Featured",$categorylist); foreach ( $key as $post => $value ) { if ( $post == 'content' && $featured) { $value .= "<div class='av-masonry-featured'>Featured Project</div>"; } $key[$post] = $value; } return $key; }
Edit the portfolio item that you want to set as featured project then add a new category called “Featured”. You will know that it works if you see the “Featured Project” text in the portfolio item. Use the .av-masonry-featured selector to change the style of the text.
Best regards,
IsmaelHi changegroup!
Thank you for using Enfold.
This is the default style of the promobox button:
body div .avia-button { border-radius: 3px; padding: 10px; font-size: 12px; text-decoration: none; display: inline-block; border-bottom-style: solid; border-bottom-width: 1px; margin: 3px 0; line-height: 1.2em; position: relative; font-weight: normal; text-align: center; max-width: 100%; }
This the color styling of the button:
#top .main_color .avia-color-theme-color { color: #ffffff; border-color: #0a2021; background-color: #2c4143; }
Cheers!
IsmaelHey!
Regarding the image alignment, please add this in the Quick CSS field:
body .alignright, .entry-content-wrapper a:hover .alignright { float: right; }
This is a theme issue and it will be fixed on the next update. About that “special characters”, can you please provide a test page? Is this about the Special Heading?
Best regards,
IsmaelJune 26, 2015 at 10:40 am in reply to: Color Section borders showing even with No Styling selected #464853Hey Citrusconstructions!
Thank you for using Enfold.
Again, where can we find the actual page with the issue? Please create a test page or post a screenshot so we know where to look. When I checked the home page it is set to maintenance mode. You can add this in the Quick CSS field:
.container_wrap { border: none; }
Cheers!
IsmaelHey Citrusconstructions!
Thank you for using Enfold.
What is not working? A screenshot will help. What is the actual page with the issue?
Cheers!
IsmaelHi Wils1234!
Thank you for using Enfold.
Create another page then use this plugin to redirect to it when viewing on mobile devices: https://wordpress.org/plugins/simple-mobile-url-redirect/
Please test it first before creating another page. If you don’t want a redirect, you can use css media queries to show or hide specific elements on different screen sizes. Turn on the custom css class.
http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
Refer to this link for an example of the css media query technique: http://stackoverflow.com/questions/11796297/div-show-hide-media-query
Regards,
IsmaelHey brooks!
Thank you for using Enfold.
I’m sorry but we don’t provide support for third party plugins as stated on our support policy. Please contact the plugin author regarding the issue. You can use the default video element in the advance layout builder.
Regards,
IsmaelHey tmkhc!
Thank you for using Enfold.
Are you referring to the masonry element? There is no ajax option in the masonry element. Anyway, try to set the columns to automatic. What is the current Size Settings?
Regards,
IsmaelHi!
Alright. I can see it now. Maybe, a cache issue. Anyway, the cells are set to have a 30px padding. Are you sure that you edit each cells inside the grid row element? You can set the padding to 0.
Cheers!
IsmaelHi!
There’s a google conversion iframe on top of the wrap_all container. I think it’s from a third party plugin. Try to deactivate the plugins or add this in the Quick CSS field:
#top { margin-top: -20px !important; }
Best regards,
IsmaelHi!
I don’t understand the exasperation because we are only trying to help. The fact that we can’t reproduce the issue on any screen width is also quite annoying for us because it means that we can’t help you fix the issue if it is in fact happening on your end. Anyway, if you’re saying that it is because of the scrollbar, maybe adding this in the Quick CSS field will help:
html { overflow-y: scroll; }
Please contact codeable for further help: http://kriesi.at/contact/customization
Cheers!
IsmaelHi!
That is how we actually see the site. I don’t think we can do anything else since it’s working.
Cheers!
IsmaelHi j1980mac!
Thank you for using Enfold.
You can use the unique term css selector that is being automatically applied in the body tag. Something like this:
.term-industry-copywriting-services #main .container { background-color: #0069b4; }
Regards,
IsmaelHey!
As much as we like to help with the problem, unfortunately, we are not too familiar with the plugin code structure. I think it’ll help if you contact the plugin author regarding the issue. If possible, try to test the plugin on a default wp theme.
Best regards,
IsmaelJune 26, 2015 at 9:52 am in reply to: Enfold ‘avia layout builder’ ‘content elements’ on page showing as greyed out #464822Hi Bill!
Thank you for using Enfold.
I think the issue is you’re still using an old version of the theme. Please update to version 3.2.1. If the issue persists, try to check the page for any unclosed html codes. They break the layout of the advance layout builder if use incorrectly.
Regards,
IsmaelHey!
The layer slider is a third party plugin that is included in the theme but we don’t maintain or update it. You can contact the plugin author regarding that but since you already found the issue, please upgrade the PHP version to 5.4 or higher. We just don’t encounter many users who are still using older version of PHP. Most users are not aware of this configurations and usually use the default settings or rely on their hosting providers to set their server configurations so this kind of issue is not being reported often. If when the time comes that you put the site live, I’m sure your domain will run on a higher version of PHP unless you request it to run on lower versions.
Regards,
IsmaelHi!
Please post the login details here so that we can check it. Make sure that you have the latest version of the theme. Latest version is 3.2.1.
Cheers!
IsmaelHey Michae1!
Thank you for using Enfold.
As flexible as the theme is, unfortunately, it can’t have it all. This is when the plugins come in handy. You can try the following:
https://wordpress.org/plugins/soundy-background-music/
https://wordpress.org/plugins/background-music-player-lite/
https://wordpress.org/plugins/wp-music/For soundcloud, there are various plugins that you can use:
https://wordpress.org/plugins/soundcloud-shortcode/
https://wordpress.org/plugins/soundcloud-master/
https://wordpress.org/plugins/soundcloud-ultimate/Cheers!
IsmaelHi!
The color section is set to have a minimum height of 100px. You can change that in the Quick CSS field:
.avia-section { min-height: 1px; }
Regards,
IsmaelHi pako69!
Thank you for using Enfold.
Yes, unfortunately, you can’t enable that option if you want the parent menu item to go to a specific page or link.
Regards,
IsmaelHey!
We just set the front page settings back. Go to Enfold > Theme Options > Frontpage.
Best regards,
IsmaelHi GIEKApl!
Thank you for using Enfold.
That thread is from the choices theme, not enfold. Can you please provide a screenshot of what you’re trying to do? You can add a custom font using the icon font manager. You can find the manager in the Import / Export panel.
Best regards,
IsmaelHi!
Use this in the Quick CSS field:
#top #after_section_1 div .avia-gallery img { max-height: 90px; }
Best regards,
IsmaelHey vertikahl!
Thank you for using Enfold.
Please add this in the Quick CSS field to fix the menu highlight:
.current-menu-item a .avia-menu-text { color: red; }
Best regards,
IsmaelHi!
Alright. Please try to replace the code with this:
@media only screen and (max-width: 1300px) { .responsive .boxed#top, .responsive.html_boxed.html_header_sticky #header, .responsive.html_boxed.html_header_transparency #header { width: 100% !important; max-width: 100% !important; }}
If it doesn’t work, post the login details here so that we can check it.
Regards,
IsmaelHi remmelt!
Thank you for using Enfold.
Please refer to this link in order to enable the advance layout builder for custom post types: https://kriesi.at/support/topic/enfold-saving-post-type-inclusion-in-child-theme/#post-419261
Regards,
IsmaelHey!
Thank you for using Enfold.
The code above should disable the default layer slider. If you install the layer slider as a plugin, go to the plugins panel to disable it. Please remove browser cache or hard refresh the page after adding the code above. Make sure that you add it in the functions.php file.
Regards,
Ismael -
AuthorPosts