Forum Replies Created
-
AuthorPosts
-
Hi!
Please make sure that you have set parent page in Page Attributes as well – http://i.imgur.com/Jsm6Edx.png
If you have not, please edit your page and do so. Parent page should be indicated by default when you choose a sublevel pageCheers!
YigitHi!
You are using an older version of the theme. Please update Enfold to the latest version 2.9.1 via FTP – http://vimeo.com/67209750
Please note that you may need to re-configure header options – http://vimeo.com/channels/aviathemes/91837491Cheers!
YigitHey!
Glad you figured it out! Let us know if you have any other questions or issues
Cheers!
YigitHi!
Please add following code as well
#top #wrap_all .av-social-link-mail a { color: #fff; background-color: #9fae37; } #top #wrap_all .av-social-link-linkedin a { color: #fff; background-color: #419cca; } #top #wrap_all .av-social-link-linkedin:hover a, #top #wrap_all .av-social-link-mail:hover a { color: #888; background-color: white; }Regards,
YigitHi!
Can you please post the link to your website so we can inspect elements on it to provide you more accurate custom CSS code?
Cheers!
YigitHi Tom! :)
Thank you for choosing Enfold!
No, demo site and dummy content is not identical. That is because Kriesi does not have the permission to distribute all the images shown on the demo site.
If you have any other questions or issues, feel free and post them here on the forum and we will gladly try to help you!Regards,
YigitHi!
Yes it is possible. Please see Enfold documentation for more information – http://kriesi.at/documentation/enfold/move-from-a-local-installation-to-a-live-server/
Regards,
YigitHey tvlleaders!
Please refer to my answer #2 here – https://kriesi.at/support/topic/mega-menu-not-working-2/#post-301120 and add your links manually. Please wrap them inside a DIV element with a class so you can easily change their location using custom CSS. If you need any help with that, please let us know!
Best regards,
YigitHey Haseda!
Please refer to Peter’s post here to change archive layout – https://kriesi.at/support/topic/how-to-get-a-different-layout-for-the-blog-page-without-breaking-breadcrumbs/#post-256745
Cheers!
YigitHi victor!
Please add following code to Quick CSS
1-span.avia-menu-fx { display: none; }2- Please go to Enfold theme options > Advanced Styling and edit “Main menu links”
Regards,
YigitHi!
I have tested your website on Chrome 36.0.1985.125, Firefox 31 and Safari 7.0.5 on OS X 10.9.4 and it does too work fine on my end – http://i.imgur.com/60iysVX.png
Best regards,
YigitHi victor!
Please add following code to Quick CSS as well
.image-overlay.overlay-type-extern .image-overlay-inside:before { background-color: transparent !important; }Regards,
YigitHey!
Please add following code to Quick CSS as well
#top #wrap_all .av-social-link-facebook:hover a, #top #wrap_all .av-social-link-twitter:hover a, #top #wrap_all .av-social-link-gplus:hover a, #top #wrap_all .av-social-link-pinterest:hover a { color: #888; background-color: white; } #top #wrap_all .av-social-link-facebook a { color: #fff; background-color: #37589b; } #top #wrap_all .av-social-link-twitter a { color: #fff; background-color: #46d4fe; } #top #wrap_all .av-social-link-gplus a { color: #fff; background-color: #de5a49; } #top #wrap_all .av-social-link-pinterest a { color: #fff; background-color: #cb2027; }Cheers!
YigitHi Ed!
As mentioned in “Support Schedule” section here, questions may be answered a little late than usual on weekends. We are sorry about that.
If you would like to contact Kriesi directly and register a complaint, please use contact form here – http://kriesi.at/contactRegards,
YigitHi!
You can adjust the opacity of image overlay using following code in Quick CSS field in Enfold theme options under General Styling tab
.avia_transform a:hover .image-overlay { opacity: 0.5 !important; }and adjust its colors with following CSS code
span.image-overlay-inside:before { background-color: red!important; color: orange!important; }Best regards,
YigitHi MediaKris!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
#footer .flex_column:nth-child(1) { background-color: red; padding: 10px; } #footer .flex_column:nth-child(2) { background-color: orange; padding: 10px; } #footer .flex_column:nth-child(3) { background-color: green; padding: 10px; } #footer .flex_column:nth-child(4) { background-color: blue; padding: 10px; }Cheers!
YigitHey lome61!
Please add following code to Quick CSS
ul#mobile-advanced { background-color: black; }Can you please point out the image you would like to remove on mobile?
Regards,
YigitHi!
Please firstly turn on Custom CSS field for ALB elements ( http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ ) and give elements you would like to have a background color an unique class. Then add following code to Quick CSS
.your-custom-class { background-color: #efeeee; padding: 10px; border: 1px solid #888; }Cheers!
YigitHi Jamie!
1- Your website is not down appearantly but i cannot connect to it :/ Can you tell me which social icons you are using? Or maybe you can post a screenshot? You can upload your screenshots on imgur.com or Dropbox public folder and post the links here.
2- Please add following code to Quick CSSh5.av-share-link-description { text-align: center; }Regards,
YigitHi Cloudspace!
Enfold is compatible with Gravity Forms but you are going to need to install it separatly :)
Cheers!
YigitHi!
Please add !important rule as following
.single .sidebar, .single .content { border: none!important; }Best regards,
YigitHi!
You can add it to header manually by following instructions i posted here – https://kriesi.at/support/topic/how-do-i-do-a-different-kind-of-header/#post-301540
Best regards,
YigitAugust 11, 2014 at 11:36 am in reply to: Small smiley face appearing at bottom of iPhone and iPad #302485Hi Jamie A!
Please deactivate “wpstats” plugin or you can add following code to Quick CSS in Enfold theme options under General Styling tab to hide it using CSS
img#wpstats { display: none !important; }Best regards,
YigitHi Jamie A!
Which social icons are you using? You can post the link to your website and we can send you custom CSS code for social icons you are using.
Please add following code to Functions.php file in Appearance > Editorfunction new_share_title() { $output = "Your new share title here"; return $output; } add_filter('avia_social_share_title', 'new_share_title');Regards,
YigitHi Jamie A!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
#scroll-top-link { background-color: red; }Regards,
YigitPrivyet Igor!
Seems like you have already figured it out – http://i.imgur.com/M7UC1i9.png
Cheers!
YigitHey!
Please go to Enfold theme options > Header Layout > Header Size = Custom pixel value and set it to 130px and that should do it
Best regards,
YigitHi!
You can find instructions here – http://vimeo.com/67209750
Have you made any changes on theme files? If you did, please create a child theme and move your modified files from parent theme to child theme. Please also see – http://kriesi.at/documentation/enfold/portfolio-item/create-a-child-theme/
If you have not made any changes on theme files, you do not need to worry, your content and options are saved on your databaseRegards,
YigitAugust 10, 2014 at 4:43 pm in reply to: Menu column headers without hyperlinks & Column width #302254 -
AuthorPosts
