Forum Replies Created
-
AuthorPosts
-
Hi Superbobrik!
You can use this plugin instead: http://wordpress.org/plugins/menu-items-visibility-control/
Cheers!
IsmaelHey!
You can hide the sidebar using this on your Quick CSS:
.events-archive .sidebar.sidebar_right.three.alpha.units { display: none !important; }
Adjust the container size using this:
.events-archive .container .nine.units { width: 100% !important; border: none !important; }
Cheers!
IsmaelHey Mono14!
You can increase the opacity of the special heading element using this:
.special-heading-inner-border { opacity: 1; filter: alpha(opacity=100); }
Regards,
IsmaelHi Mono14!
The fullscreen slider will now default to background position: 50% 50% or center center. You can modify the full inner slider position using this on your custom.css or Quick CSS:
.avia-fullscreen-slider .avia-slideshow-inner li { background-position: top center !important; }
Don’t remove the !important property.
Cheers!
IsmaelHey!
The fullscreen slider will now default to background position: 50% 50% or center center. You can modify the full inner slider position using this on your custom.css or Quick CSS:
.avia-fullscreen-slider .avia-slideshow-inner li { background-position: top center !important; }
Don’t remove the !important property. Can you please post the html code that you added on the slider?
Cheers!
IsmaelHey lakecoast!
The fullscreen slider will now default to background position: 50% 50% or center center. You can modify the full inner slider position using this on your custom.css or Quick CSS:
.avia-fullscreen-slider .avia-slideshow-inner li { background-position: top center !important; }
Don’t remove the !important property.
Cheers!
IsmaelDecember 17, 2013 at 4:01 pm in reply to: toggle with sorting enabled not working in the 2.4.3 #201111Hey yukanl!
Can you please give us a link to the website? Latest version is Enfold 2.5.
Cheers!
IsmaelHi Mono14!
The elements on the editor are inside the Color Section. Why would it be outside the color section?
Cheers!
IsmaelHi Seba1973!
Can you please give us a link to the blogs without gap? Are they built using masonry too?
Cheers!
IsmaelDecember 17, 2013 at 12:07 pm in reply to: Change the position of the logo without having it resize and shrink #201049Hi ZakP!
Please use this on your custom.css or Quick CSS to increase the height of the header:
/*header with social icons: */ .social_header #header_main .container, .social_header .main_menu ul:first-child > li a { height: 130px; line-height: 130px; }
Adjust the height and the line-height if necessary.
Regards,
IsmaelDecember 17, 2013 at 12:05 pm in reply to: Vertical JQuery Submenu Hidden Behind Main Content #201048Hey!
I can’t visit the link again. Did you remove it? Please try to remove browser cache then reload the page. Do Josue’s solution then test it on another browser.
Best regards,
IsmaelDecember 17, 2013 at 12:02 pm in reply to: How to target margin on a promo box on a specific page? #201046Hi Chrilles!
Please use this instead:
.page-id-2801 .av_promobox { padding: 10px 30px; margin: 10px 0; }
Remove browser cache then reload the page.
Regards,
IsmaelHi mikeandrewfischer!
Can you please post a screenshot of the mega menu? I’ll ask Josue and Devin to check this out.
Regards,
IsmaelDecember 17, 2013 at 3:43 am in reply to: Problem with filters in portfolio, wordpress version 3.8 #200931Hey natiugango!
Please refer to this link: https://kriesi.at/support/topic/enfold-portfolio-not-working-after-wordpress-3-8-update/
Cheers!
IsmaelHey wholereneducation!
1.) Please remove cache then reload the page a few times. Maybe it is browser cache.
2.) You can edit the file via ftp or your cpanel. Look for the js folder.
Regards,
IsmaelHi fonterra!
You can use this plugin to maximize the search power of your website: SearchWP
Refer to this link in order to integrate the plugin on ajax search: http://kriesi.at/documentation/enfold/use-searchwp-instead-of-the-standard-search/
Regards,
IsmaelHi fullvalue!
Yes, you can use the Layer Slider. Insert the contact form shortcode no a Div / Video layer.
[av_contact email=' (Email address hidden if logged out) ' button='Submit' title='Send us mail' sent='Your message has been sent!' subject='' autorespond='' captcha=''] [av_contact_field label='Name' type='text' options='' check='is_empty' width=''] [av_contact_field label='E-Mail' type='text' options='' check='is_email' width=''] [av_contact_field label='Subject' type='text' options='' check='is_empty' width=''] [av_contact_field label='Message' type='textarea' options='' check='is_empty' width=''] [/av_contact]
Cheers!
IsmaelDecember 17, 2013 at 3:11 am in reply to: Broken : Post publish/update, prettyPhoto w/ pages, and ALE stripping code. #200922Hey!
I tested this on Enfold Child Theme and it works just fine. I tried it on your end but it’s not working. We don’t want to mess with your plugin settings. Please deactivate all plugins then test it again.
Cheers!
IsmaelHi 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,
Ismael -
AuthorPosts