Forum Replies Created
-
AuthorPosts
-
Hey!
Yes, that is possible. Create a page then set it to “No Sidebar”. Insert 3 1/3 Columns with Blog Posts element on each. Add another 3 1/3 column below. If you want to show some widgets on one of the 1/3 column, insert the Widget Area element.
Cheers!
IsmaelHi Cdfb!
Edit the color section then give it a unique ID. Use “awesome-section” for example. Add this on Quick CSS to define the height:
#awesome-section { height: 100px; }Cheers!
IsmaelJanuary 19, 2014 at 12:29 am in reply to: Inspiration needed: Frontpage with fullscreen pic and alternative menu #211808January 19, 2014 at 12:27 am in reply to: Main Title & Breadcrumbs – remain STATIC and not scroll #211806Hi bmneimark!
You can do it using a non-fixed header. Add this on Quick CSS:
.title_container { position: fixed; top: 88px; z-index: 999; width: 100%; } .title_container .container { margin: 0 auto; }Adjust the top position according to header height.
Best regards,
IsmaelHi!
Change it to “fullwidthmap” please then add this on Quick CSS:
#fullwidthmap .container { width: 100% !important; }Remove browser cache then reload the page.
Regards,
IsmaelHi!
You should probably remove the browser cache or test it on another browser. If you have a cache plugin, flush the settings then test it again.
Cheers!
IsmaelHi!
This is the font now:
h1, h2, h3, h4, h5, h6, tr.pricing-row td, #top .portfolio-title, .callout .content-area, .avia-big-box .avia-innerbox, .av-special-font { font-family: 'PT Sans Narrow', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif; }It means that the font works. Please remove browser cache then reload the page. The font is being called on the properly:
<link id=”google_webfont_1″ rel=”stylesheet” type=”text/css” href=”http://fonts.googleapis.com/css?family=PT+Sans+Narrow:400,700″>
<link id=”google_webfont_2″ rel=”stylesheet” type=”text/css” href=”http://fonts.googleapis.com/css?family=PT+Sans:400,700,400italic,700italic”>Best regards,
IsmaelHey!
This is the ID of your Color Section “fullwidthmap-.container-width-100-important-“. Please change it.
Best regards,
IsmaelJanuary 18, 2014 at 11:57 pm in reply to: Logo sits on top of header image in wrong position covering written font #211781Hi jmikhail!
The best solution is to edit the background image then move the text to the right.
Best regards,
IsmaelJanuary 18, 2014 at 11:56 pm in reply to: Header Navigation disappears on iPad in Vertical Mode #211779Hi jmikhail!
Please add this on Quick CSS or custom.css:
@media only screen and (max-width: 989px) and (min-width: 768px) { .responsive .mobile_menu_tablet .main_menu { display: block; } }Cheers!
IsmaelJanuary 18, 2014 at 11:55 pm in reply to: Specific Font color is overriding the default font color set for the content #211778Hey jmikhail!
Please add this on Quick CSS:
.avia_textblock p { color: white; }Cheers!
IsmaelHi!
Do you have a cache plugin? Please flush the settings after you added the code above, see if that works. If not, please post the login details here. Set it as a private reply.
Best regards,
IsmaelHi yogananda!
Please check the id of the Color Section. Set it to “fullwidthmap”, please check it again. Add this on Quick CSS:
#fullwidthmap .container { width: 100% !important; }Cheers!
IsmaelHi!
Edit the posts then look for Screen Options, enable the Excerpt metabox. You can specify the excerpt manually.
Cheers!
IsmaelHi!
Please add this on Quick CSS:
.header_scrolled, .logo, .logo a, .logo a img, #header_main .container { min-height: 70px !important; } #top .header-scrolled .main_menu { margin-top: 15px; }Adjust the top margin of the menu according to the height of the header.
Best regards,
IsmaelJanuary 18, 2014 at 11:38 pm in reply to: How to get “RSS Link and Twitter account” WIDGET to open new window #211764Hi!
No, it will not. You can request it here: https://kriesi.at/support/topic/enfold-feature-requests/
Best regards,
IsmaelHi!
Yeah, I can see it now. I’m not really sure why it jumps. Please add this on Quick CSS:
.alignnone:hover { padding: 0; margin: 0; }Best regards,
IsmaelJanuary 18, 2014 at 11:09 pm in reply to: How to change overlay hover of related posts under blog post #211752Hi!
My bad! You can edit funtions.php, find this code:
'standard' => array( 'font' =>'entypo-fontello', 'icon' => 'ue836')Change “ue836” to something else. Please get the icon codes here: http://fontello.com/. You can remove the icon using this on Quick CSS:
.related-format-icon-inner, .related-format-icon{ display: none !important; }Cheers!
IsmaelJanuary 18, 2014 at 10:37 pm in reply to: How to change overlay hover of related posts under blog post #211735Hey!
I see all of the featured images on the related posts. Please remove browser cache then reload the page a few times. You should test this on another browser.
Best regards,
IsmaelHi!
Please watch these videos to learn more about the theme. This one will teach you how to create a mega menu: http://vimeo.com/channels/aviathemes/67651241
You should probably create a test site then Import the Dummy data. This will give you a lot of ideas on how the theme works.
Cheers!
IsmaelHi!
Your code is incorrect. Remove the + sign:
add_filter( 'avf_google_heading_font', 'avia_add_heading_font'); function avia_add_heading_font($fonts) { $fonts['PT Sans Narrow'] = 'PT Sans Narrow:400,700'; $fonts['PT Sans'] = 'PT Sans:400,700,400italic,700italic'; return $fonts; } add_filter( 'avf_google_content_font', 'avia_add_content_font'); function avia_add_content_font($fonts) { $fonts['PT Sans'] = 'PT Sans:400,700,400italic,700italic'; $fonts['PT Sans Narrow'] = 'PT Sans Narrow:400,700'; return $fonts; }Best regards,
IsmaelHey gentlemansgazette!
You can upload the image background on Enfold > Styling. Apply a Background image for Header, Main Content etc.
Best regards,
IsmaelHi jh100!
You can add this on Quick CSS to specify a width for the table columns:
.avia-table.avia-data-table.avia-table-1.avia-builder-el-1.el_after_av_textblock.avia-builder-el-last td { width: 200px; }Best regards,
IsmaelJanuary 18, 2014 at 10:24 pm in reply to: How to change overlay hover of related posts under blog post #211724Hey Mattias!
Switch to Advance Layout Builder then you can use the Logo/Partner Element under Media Elements panel.
Best regards,
IsmaelHey zebraz!
Add the phone number on Enfold > Header > Phone Number or small info text.
Cheers!
IsmaelHey!
Please do the following:
1.) Add this to increase the height of the logo on mobile view:
@media only screen and (max-width: 767px) { .responsive .logo { height: 130px; } }2.) Use this to remove the gap below the layer slider:
@media only screen and (max-width: 767px) { .responsive #main .container_wrap:first-child { border-top: none; height: 150px !important; } }3.) Did you set a “Responsive Header Main Menu” on Enfold > Header?
Best regards,
IsmaelHi Tommy!
You can use this to modify the portfolio excerpt:
.grid-entry-excerpt.entry-content { font-size: 20px; font-family: Arial; font-style: normal; }Change the values. Add this to center align the excerpt:
.grid-entry-excerpt.entry-content { text-align: center; }Cheers!
Ismael -
AuthorPosts
