Forum Replies Created
-
AuthorPosts
-
Hey,
Are you talking about the Blog Posts featured image? You can’t achieve the shadow effect that you want via CSS. You need an actual image to be set as background. Please hire a freelance developer to modify the theme for you. I think it will take them less than 15 minutes to apply the background.
Regards,
Ismael
Hey,
Please add this on your custom.css or Quick CSS:
#top input[type="text"] {
min-height: 40px;
}Cheers,
Ismael
August 28, 2013 at 4:09 am in reply to: change blog post comment, replies & left read button color – Enfold #137787Hey,
Can you give us a screenshot on the elements that you want to change? I visited the link and I don’t see any comments. Please leave a sample comment.
Regards,
Ismael
Hey,
If you want the excerpt to show on the search results page. Edit the page, click Screen Options then enable the Excerpt metabox. You can specify the excerpt manually. It will show on the search results page.
Regards,
Ismael
Hey,
No, it is not a bug. You can add this on your custom.css or Quick CSS:
@media only screen and (max-width: 767px) {
.responsive #top #header {
position: fixed;
}
}Cheers,
Ismael
Hey,
Please configure the Blog Posts element. How many posts did you set on “Post Number”?
Regards,
Ismael
Hey,
Please download the latest version of the theme, Enfold 2.0.1. Upgrade to WP 3.6.
Regards,
Ismael
Hey,
We don’t have access to the slider plugin. Please hire a freelance developer to modify and make the slider compatible with the theme. I’ll tag Kriesi.
Regards,
Ismael
Hey,
You can add this on your custom.css or Quick CSS:
.form-allowed-tags {
display: none;
}Regards,
Ismael
August 28, 2013 at 3:46 am in reply to: Using Blogger icon in Social Icons – Augmenting Default Social Icon List #137867Hi,
I think you can follow Nick’s instruction here. It is the most detailed step by step instruction so far: https://kriesi.at/support/topic/youtube-icon
List of fontello icons can be found here: http://www.entypo.com/characters/
There is still no easy way of adding your own icons. You can add a request here: https://kriesi.at/support/topic/enfold-feature-requests
Regards,
Ismael
August 28, 2013 at 3:44 am in reply to: any way to have logo not get grainy when the fixed header shrinks #137863Hey,
Please edit js > avia.js, find this code:
if(st < el_height/2)
{
newH = el_height - st;
header.removeClass('header-scrolled');
}
else
{
newH = el_height/2;
header.addClass('header-scrolled');
}Replace it with:
if(st < el_height/1.5)
{
newH = el_height - st;
header.removeClass('header-scrolled');
}
else
{
newH = el_height/1.5;
header.addClass('header-scrolled');
}This will decrease the header into a much bigger size than before eliminating the grainy logo appearance. Please remove browser cache then reload the page.
Cheers,
Ismael
August 28, 2013 at 3:41 am in reply to: Can't add "Advanced Layer Slider" to shopping cart page #137957Hey,
I have no problem adding the Layer Slider on the Cart page. What I did is edit the Cart page, I added a 1/1 column then insert a Text Block element with the woocommerce cart shortcode “[woocommerce_cart]”. I added the Advance Layer Slider element at the top of the 1/1 column.
Please update to Enfold 2.0.1 and upgrade to WordPress to 3.6.
Regards,
Ismael
Hey,
Make sure that your subdomain is allowed to exceed the php memory limit of 64M. Contact your host. You need at least 128M. Install WordPress from scratch if the issue persist.
Regards,
Ismael
Hey,
You can add this on your custom.css or Quick CSS
.woocommerce-page .button {
min-width: 105px;
padding: 15px;
font-size: 12px;
width: auto;
font-weight: bold;
color: black !important;
}Regards,
Ismael
August 28, 2013 at 3:23 am in reply to: Sidebar: active link of active page should not be a clickable link #137941Hey,
You can add this on your custom.css or Quick CSS:
.widget_nav_menu ul:first-child>.current_page_item>a {
pointer-events: none;
}Regards,
Ismael
Hey,
You can save the templates on the Advanced Layout Editor. Look for the “Templates” button at the right side of the Avia Builder.
We can’t assure you that it will work on post because post doesn’t support the Advance Layout Editor by default.
Regards,
Ismael
Hey,
@bernie: Thanks for the tips.
1.) You can create sidebars on Appearance > Widgets.
2.) Go to Appearance > Widgets, place some widgets on the widget areas specially the “Displayed Everywhere” widget area.
3.) You can add this on your custom.css or Quick CSS:
.breadcrumb.breadcrumbs.avia-breadcrumbs {
display: none;
}Regards,
Ismael
Hey,
Edit js > avia.js, find this code:
// decreases header size when user scrolls down
avia_header_size();Replace it with:
// decreases header size when user scrolls down
//avia_header_size();Remove browser cache then reload the page a few times.
Cheers,
Ismael
Hey,
Add this in the functions.php file:
add_filter('avf_datepicker_dateformat', 'avia_change_dateformat_cf'); add_filter('avf_datepicker_date_placeholder', 'avia_change_placeholder_cf'); function avia_change_dateformat_cf() { return 'dd / mm / yy'; } function avia_change_placeholder_cf() { return 'DD / MM / YY'; }
Replace the format.
Cheers,
IsmaelHey,
Thank you for this. I’ll make a request to Kriesi to add this on the next update. :)
Cheers,
Ismael
Hey,
You can select this options on Enfold > Styling. You can also use this on your custom.css or Quick CSS:
1.) Make the header background black:
.header_color .header_bg {
background: black;
color: white;
}2.) Make menu font white:
.header_color .main_menu ul:first-child > li > a {
color: white;
}Hover State:
.header_color .main_menu ul:first-child > li a:hover {
color: black;
}3.) You can use this on your custom.css or Quick CSS:
/*default header: main logo and main menu height. increase max value if you want to use a bigger logo*/
#header_main .container, .main_menu ul:first-child > li a{ height:88px; line-height: 88px; }Change the height and the line-height.
Regards,
Ismael
Hey,
Do you have the left sidebar? You can use this on your custom.css or Quick CSS:
.sidebar_left.sidebar {
text-align: left;
}Regards,
Ismael
Hey,
The “Slideshow Image Size” is not the size of the actual slider but the kind of thumbnail that you want to use on the slider. You need to constrain the Easy Slider element on a column element or put it on a div with a specific width and height. It will always inherit the size of its container.
Cheers,
Ismael
Hey,
You should update Enfold to 2.0.1 if you upgrade to WordPress 3.6. All sliders will break down on WP 3.6 but it will be fix when you upgrade to Enfold 2.0.1. :)
Cheers,
Ismael
Hey,
Please add this on your custom.css or Quick CSS:
#layerslider_17 {
margin: 0 auto !important;
}Please override the WordPress files except for the wp-content folder and wp-config.php.
Regards,
Ismael
-
AuthorPosts