Forum Replies Created
-
AuthorPosts
-
Hi adrianej!
Go to Settings > Discussions > Default article settings disable the “Allow people to post comments on new articles” option. You can also use this on Quick CSS to hide the comment area:
.comment-entry.post-entry { display: none; }
Best regards,
IsmaelHi lrobbins303!
You can create different portfolio pages using the Portfolio Grid element. Select which category to show on a specific portfolio page. Watch this video to learn more about the theme: http://vimeo.com/channels/aviathemes/64927359
Regards,
IsmaelHi!
Arvo is a google font. You can actually add this on your functions.php to add the font:
add_filter( 'avf_google_heading_font', 'avia_add_heading_font'); function avia_add_heading_font($fonts) { $fonts['Arvo'] = 'Arvo'; return $fonts; } add_filter( 'avf_google_content_font', 'avia_add_content_font'); function avia_add_content_font($fonts) { $fonts['Arvo'] = 'Arvo'; return $fonts; }
Use this:
h2 { font-family: ‘Arvo’, serif; }
Cheers!
IsmaelHi!
Please add this on your custom.css or Quick CSS:
.header_color .main_menu ul, .header_color .header_bg { background: white; }
This should fix the drop down and header. Please remove browser cache then reload the page.
Cheers!
IsmaelHi Lilipie!
1.) I know it is doable but I’m having a hard time getting it. Use the .image_size_widget .news-thumb selector. Please experiment with it, refer to this link: http://jtauber.github.io/articles/css-hexagon.html
2.) You can use this on your custom.css or Quick CSS:
.bottom_nav_header.social_header #header_main .container{height:44px; line-height: 44px;}
Adjust the height and line-height if necessary.
Cheers!
IsmaelDecember 17, 2013 at 2:16 am in reply to: Enfold Child Theme: How to modify Blog Archive layout without affecting core #200900Hey bvalliance!
You can create a copy of the includes folder on the child theme then copy the loop-index.php file. Make the changes that you want on the child theme’s loop-indes.php file.
Cheers!
IsmaelDecember 17, 2013 at 2:11 am in reply to: How to change the font size in the certain part of a page #200894Hi!
You can add this on your custom.css or Quick CSS:
h2 span { text-transform: none; font-weight: 300; }
You can also add a special css selector for the heading then apply css modifications to it.
Best regards,
IsmaelHey emil!
Can you please give us a link to the website? Did you modify anything on the theme files?
Regards,
IsmaelHey Bruno!
1.) You can find all the Media Queries css on css > layout.css > #Media Queries section.
2.) According to some forums display:none; elements are not in the render tree all, so they will perform better at face value. There is really no difference on performance between display:none and visibility:hidden – even if there is, for as little as 1 or 2 elements it will be completely negligible. They said that your main concern should be, as you say, whether you want the elements to remain within the document flow, in which case visibility is a better option as it maintains the box model of the element.
Best regards,
IsmaelHey takingaction!
Can you please give us a link to the page with the iframe code inside the Color Section element?
Use this on your custom.css or Quick CSS:
.avia-section .container { width: 100%; }
Cheers!
IsmaelHi Haycreations!
1.) You can change the background color using this on Quick CSS:
.single-product #av_section_1 { background-color: red; }
2.) You can hide the related products using this:
.related.products { display: none; }
Cheers!
IsmaelHey!
Sorry for the delay.
You can’t use the Layer Slider shortcode because it is disabled on the theme. However, you can disable the native plugin then install the LayerSlider as a standalone plugin if you want the shortcode to work. Add this on functions.php:
add_theme_support( ‘deactivate_layerslider’ );
This will disable the native LayerSlider. Buy the premium LayerSlider plugin then install it. You’ll be able to use the shortcode then.
Regards,
IsmaelHey Mono14!
We usually suggest Contact Form 7 and Gravity Forms but I’m not sure if they are capable of sending data as spreadsheet.
Please check these plugins to stop spammers:
http://wordpress.org/plugins/stop-spammer-registrations-plugin/
http://wordpress.org/plugins/spam-free-wordpress/Use this plugin to prevent your emails from going into the junk/spam folder : http://wordpress.org/plugins/easy-wp-smtp/
Regards,
IsmaelHey Emmanuelppp!
Please give us a link to the page with the Color Section. What browser and OS are you testing this with? A screenshot showing the issue or white space on the Color Section will help.
Best regards,
IsmaelHey!
I don’t see the Blog page on your website. Can you please point us to the actual page?
Best regards,
IsmaelHey!
My bad! Please decrease height and the line-height on the code I gave you then you’ll see the difference.
/*header with social icons: */ .social_header #header_main .container, .social_header .main_menu ul:first-child > li a { height: 44px; line-height: 44px; }
Remove browser cache then reload the page. Don’t forget to adjust the top padding of the main container:
.fixed_header.social_header #main { padding-top: 120px; }
Adjust if necessary.
Cheers!
IsmaelHi bondrako!
You can’t use the Layer Slider shortcode because it is disabled on the theme. However, you can disable the native plugin then install the LayerSlider as a standalone plugin if you want the shortcode to work. Add this on functions.php:
add_theme_support( ‘deactivate_layerslider’ );
This will disable the native LayerSlider. Buy the premium LayerSlider plugin then install it. You’ll be able to use the shortcode then.
Cheers!
IsmaelHi tobylove!
Please remove browser cache then reload the page a few times. I checked the website and I saw the 1030px layout throughout the website.
Regards,
IsmaelHey Tim!
What type of header do you have? Please check on Enfold > Header > Header Type. You can disable the header resize on js > avia.js, find this code on line 24:
// decreases header size when user scrolls down avia_header_size();
Replace it with:
// decreases header size when user scrolls down //avia_header_size();
Change the header height using this on Quick CSS or custom.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:44px; line-height: 44px; }
Regards,
IsmaelHi MaxMyBody1!
Please try this on the Quick CSS or custom.css:
.avia-fullscreen-slider .avia-slideshow-inner li { background-position: center top !important; }
Remove browser cache then reload the page.
Cheers!
IsmaelHey MtnStreamGroup!
Have you tried increasing the wp php memory limit? Please refer to this link: http://dailyblogging.org/wordpress/increase-wordpress-memory-limit/
Deactivate all plugins, see if the issue persists.
Cheers!
IsmaelHey pmgroup1!
We always suggest the Contact Form 7 and the Gravity Forms plugin. Please give us a link to the contact form so that we can inspect it. You can find the forms css styling on css > base.css > #Forms section.
Best regards,
IsmaelHi GJ2030!
Go to Enfold > Footer > Copyright then add the [nolink] tag on the field. You can also use this on Quick CSS:
.copyright { display: none; }
Best regards,
IsmaelHey!
Can you please give us a link to the website? A screenshot explaining what you want will help.
Regards,
IsmaelHi!
1.) If you want to show the blog on the homepage, you need to do this. Edit the homepage, this is the page that you set on Enfold > Theme Options > Frontpage Settings, add the Blog Posts element. Don’t set any page on Where do you want to display blog? option.
2.) If you didn’t set a Frontpage, the theme will automatically use the index.php file which contains the template for a Blog or Posts page. Do the instruction above.
Please watch this video to learn more about the theme: http://vimeo.com/channels/aviathemes/64927359
Regards,
IsmaelDecember 15, 2013 at 3:32 am in reply to: The new 2.4 update on mobile the menu icon is missing and is broken #200331 -
AuthorPosts