Forum Replies Created
-
AuthorPosts
-
November 16, 2013 at 3:27 am in reply to: narrow full-width photo with sidebar menu widget UNDERNEATH #189515
Hey DaraEmerson!
You can add the Color Section then define a background image and set the Background Repeat to Stretch to fit. Set the page’s Layout > Sidebar to left “Left Sidebar”. You can’t add a breadcrumbs under the Color Section unless you install a third party plugin like Yeost Breadcrumb.
Cheers!
IsmaelHi!
Please add this on your custom.css or Quick CSS:
#header_main { background: white; }
Remove browser cache then reload the page.
Regards,
IsmaelHey!
This is the answer:
You should create a page then switch to Advance Layout Builder, add the Blog Posts element. Configure the Blog Content length to show the excerpt. Don’t set a blog page on Enfold > Theme Options > Where do you want to display blog?.
Regards,
IsmaelHi Pedroluiscarretero!
Can you please post a link to the website? I have the latest Enfold and the go to top button arrow shows properly.
Cheers!
IsmaelHi michaelhiga!
It shouldn’t display that way. Can you please post the link to the contact page? Do you have any plugins installed? Please deactivate them then check the contact page again.
Regards,
IsmaelHi!
Edit the portfolio item then add a featured image. At the bottom of the editor, look for “Overwrite Portfolio Link setting” and set it to “Define custom link”. You can add the the youtube or vimeo url. It will open in lightbox.
Regards,
IsmaelHey!
Please post a screenshot of what you’re trying to do. The code provided above should remove the header then move the content upwards. You can also remove the title and breadcrumb container using this:
.title_container { display: none; }
Best regards,
IsmaelHi!
I’m not sure if I understand the problem correctly but have you tried to “Import the dummy data” on Enfold > Theme Options?
Regards,
IsmaelHey!
I can’t login to the website. It says “Authentication Required”. The login credentials you posted is incorrect. Have you tried defining a predefined color scheme on Enfold > Styling? Please post a screenshot of the issue.
Best regards,
IsmaelNovember 16, 2013 at 2:14 am in reply to: My responsive menu is different than your responsive menu #189495Hey steed!
The theme uses the Open Sans fonts. You can define it on Enfold > Styling > Defines the Font for your body text & Heading Font.
Regards,
IsmaelNovember 16, 2013 at 2:04 am in reply to: Main Menu Enfold Turn Off Separators Between Menu Items #189493Hey bigtime32!
You can add this on your custom.css or Quick CSS:
.bottom_nav_header.social_header .main_menu ul:first-child>li a { border: none; }
Remove browser cache then reload the page.
Cheers!
IsmaelNovember 16, 2013 at 1:43 am in reply to: How do you change the Title color of the Heading tags inside the Footer Widgets #189488Hey jmikhail!
This should work:
#footer .widgettitle { color: white !important; }
Please post a link to your website.
Cheers!
IsmaelHi lisabarfield!
You don’t need a plugin to have the shortcode work on the sidebar. Create a button on a test post using the shortcode wand. When you are done, go to Appearance > Widgets. Insert a Text widget then copy the button shortcode.
[av_button label='Click me' link='manually,http://' link_target='' color='theme-color' custom_bg='#444444' custom_font='#ffffff' size='small' position='center' icon_select='yes' icon='ue800' font='ue908' custom_class='']
Regards,
IsmaelHey WarrenHorak!
You can use this on your custom.css or Quick CSS to change the background color of quoted text:
.main_color blockquote { border-color: #719430; }
Best regards,
IsmaelHi Kaperas!
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.
Best regards,
IsmaelNovember 14, 2013 at 6:57 am in reply to: How to move secondary menu to the left and keep the phone number to the right #188239Hey Jorge!
You can add this on your custom.css or Quick CSS:
.sub_menu { left: 100px; } .social_header .phone-info { position: absolute; right: -130%; }
Cheers!
IsmaelHey mayorninja!
Please add this on your custom.css or Quick CSS:
.logo img { image-rendering: auto; }
Cheers!
IsmaelHey!
Kriesi built the theme on a MAC environment. I’m sure he’ll know of this issue if it exist. I myself can’t check this on an actual IOS device so let’s wait for his response. Anyway, like you said the icons are rendering properly Windows 7 Chrome, Safari and Firefox. On another thread, this is what Kriesi said:
Hey Monique! Seems this is an Apache Server configuration problem with font files. I added the following to the htaccess file and it seems to work for me now: http://pastie.org/8390019 For everyone else encountering this issue please try to do the same :) Also for anyone else and my team: this might come in handy when dealing with font problems: http://www.fontsquirrel.com/blog/2010/11/troubleshooting-font-face-problems
Regards,
IsmaelNovember 14, 2013 at 6:41 am in reply to: Display additional information in blog post grid layout #188233Hi inboxgroup!
This is beyond of what we can do as a support team. Sorry but you need to hire a freelance developer to add the features for you. You can visit http://werkpress.com/ and hire someone there.
Best regards,
IsmaelHi!
You can add 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; } /*header with social icons: */ .social_header #header_main .container, .social_header .main_menu ul:first-child > li a { height: 116px; line-height: 116px; } /*header with social icons and bottom nav */ .bottom_nav_header.social_header #header_main .container{height:88px; line-height: 88px;} .bottom_nav_header.social_header .main_menu ul:first-child > li a { height:35px; line-height: 35px; }
Select the selectors according to the header that you have. Change the value of the height and the line-height.
Regards,
IsmaelHi!
You should create a page then switch to Advance Layout Builder, add the Blog Posts element. Configure the Blog Content length to show the excerpt. Don’t set a blog page on Enfold > Theme Options > Where do you want to display blog?. If you don’t do this, you might need to use the <!–more–> tag to specify the excerpt manually. You can also a post then click “Screen Options” and enable the Excerpt option. You can input the summary on the Excerpt box manually.
Best regards,
IsmaelHey Jorge!
What type of header do you have? Please check on Enfold > Header > Header Type.
Best regards,
IsmaelHey!
The other themes usually use the index.php but on Enfold there is no specific file for the homepage. If you’re not using the Advance Layout Builder for it, it will use the page.php file. Note that all other pages that is not using the Advance Layout Builder will use the same file. Why do you need to edit it? If you’re using the ALB, you can edit the template-builder.php file.
Best regards,
IsmaelHey!
Please add this code on your custom.css file located on wp-content/themes/enfold/css folder:
#header_meta { background: gray !important; }
Regards,
IsmaelHi!
Please edit js > avia.js, find this code on line 90:
switchWidth = 767; if(first_level_items > 7 + header.find('#menu-item-search').length && !bottom_menu) { switchWidth = 989; header.addClass('mobile_menu_tablet'); }
Replace it with:
switchWidth = 1006; if(first_level_items > 7 + header.find('#menu-item-search').length && !bottom_menu) { switchWidth = 1006; header.addClass('mobile_menu_tablet'); }
Remove browser cache then reload the page a few times.
Regards,
IsmaelHey midischool!
Please add this on your custom.css or Quick CSS:
.avia-slideshow-inner li a { pointer-events: none; }
Remove browser cache then reload the page a few times.
Cheers!
IsmaelHi!
What do you mean by Website Page Tab? I clicked Home and it working fine. The header is showing properly. I’m sorry but can you please elaborate the problem. A screenshot will help. :)
Cheers!
IsmaelNovember 14, 2013 at 5:02 am in reply to: How to remove layerslider plugin when using child theme #188207Hi!
You don’t need to disable the mega menu. They won’t exist if you don’t create them yourself.
Regards,
IsmaelHi!
Yes, it is because of the page id. You can remove it.
.avia-content-slider { margin: -10px 0 0 0; }
Regards,
IsmaelNovember 14, 2013 at 4:31 am in reply to: Content pulled from other site on multisite will display, not process shortcodes #188203 -
AuthorPosts