Forum Replies Created
-
AuthorPosts
-
Hey dalboslampen!
You can try using this plugin http://wordpress.org/plugins/the-events-calendar/
Regards,
YigitHey!
It is not possible to have a different menu on certaion page. But you can add all of your pages to your menu and using custom CSS, you can remove certain menu items on certain page by adding following code to Quick CSS in Enfold theme options under Styling tab
.page-id-1122 li#menu-item-2271 { display: none; }It will remove menu item with 2271 ID on the page with 1122 ID. You can right click on Chrome or Firefox to inspect elements to find ID’s http://i.imgur.com/HyPTCRg.jpg
Regards,
YigitMarch 3, 2014 at 2:26 am in reply to: How to remove featured image from being displaying on specific blog posts #231388Hey!
Yes, you should add the code to Quick CSS in Enfold theme options under Styling tab. I have noticed there is dot missing in front of big-preview class. Try adding it, if that does not work, please try adding !important to force it as following
.postid-5712 .big-preview { display: none!important; }Best regards,
YigitHey!
Please add following code to Quick CSS as well
#top .avia_cart_buttons .button { clear: none !important; }Cheers!
YigitHey juliettereniers!
You can add all of your pages to your menu and using custom CSS, you can remove certain menu items on certain page by adding following code to Quick CSS in Enfold theme options under Styling tab
.page-id-1122 li#menu-item-2271 { display: none; }It will remove menu item with 2271 ID on the page with 1122 ID. You can right click on Chrome or Firefox to inspect elements to find ID’s http://i.imgur.com/HyPTCRg.jpg
Cheers!
YigitHi!
Please add following code to Quick CSS as well
.active_tab_content .tab_inner_content { color: red; }Regards,
YigitHey!
Glad you figured it out! Let us know if you have any other questions or issues
Regards,
YigitHey deyowulf!
Please add following code to Quick CSS as well
.main_color b { color: black; }You are using b tag instead of strong tag, that is why color is not changing
Cheers!
YigitHey rosiefuture!
Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as needed
blockquote { font-size: 26px; }Regards,
YigitHi Laureninthailand!
You can give unique ID’s to your color sections and add following code to Quick CSS in Enfold theme options under Styling tab
#color-section-id { color: white !important; }Regards,
YigitHey fritz_enfold!
You are going to need to hire a freelance developer on Microlancer or Codeable for that kind of customization as it is beyond the scope of support we can provide. You can also request quote here.
Cheers!
YigitHey!
You can make your posts private by checking “Set as private reply (Only you and moderators will see the content of this post)” above Submit button
Cheers!
YigitHey!
I have checked your website on IE11 on Win7 and it displays fine on my end http://i.imgur.com/XWIAbBy.jpg
Can you point out the exact buttons so i can check once again? Also, have you tried checking your website on another computer using IE11?Cheers!
YigitHey paulrt27!
You can set up a local installation ( Please see -http://www.wpbeginner.com/wp-tutorials/how-to-install-wordpress-on-your-windows-computer-using-wamp/ ) then move it to live server – see http://kriesi.at/documentation/enfold/move-from-a-local-installation-to-a-live-server/
Regards,
YigitHey!
When i checked your website header was non-fixed. It is tricky to have logo and main menu centered on fixed header. So i suggest you using a non-fixed one if you need them to have centered. Please refer to this post here and change the height to 160px https://kriesi.at/support/topic/change-logo-image-for-scrolled-header/#post-188003
Cheers!
YigitHi ste_thumbs!
You can choose to display controllers and visitors can adjust the volume as needed. It is not possible to display only mute button. However, you can request it here https://kriesi.at/support/topic/enfold-feature-requests/
Cheers!
YigitHey wunderkindes!
It is possible but not very reliable as element ID needs to be used to target the icons. So if you make changes on your page, code may not apply. Please post the link to your website and point out the sections
Best regards,
YigitHi net-files!
Please see http://kriesi.at/documentation/enfold/change-when-mobile-menu-appears/
Menu switches to mobile menu at 767px currently. I think your best option would be changing the switching widthRegards,
YigitHey William!
Please add following code to Quick CSS in Enfold theme options under Styling tab
@media only screen and (max-width: 480px) { .logo, .logo a, .logo img { max-width: 100%!important; }}Please flush browsers cache after applying the code. If that does not work, please post the link to your website
Regards,
YigitHi Alexandre!
Please try this plugin http://wordpress.org/plugins/socialize/
and if you would like to display social icons in socket section, see https://kriesi.at/support/topic/footer-socket-question/#post-193649Cheers!
YigitHey Simonbrassard!
Can you post the link to your website so we can take a look?
Best regards,
YigitHi!
You can add your second logo in Header.php file within a div with a class and add custom CSS code such as following to Quick CSS
.your-logo { display: none; } .header-scrolled .your-logo { display: block; }Using that class you can add animations for smoother transition
Cheers!
YigitHi Laure!
Please add following code to Quick CSS in Enfold theme options under Styling tab
div .logo { left: 42%; } .main_menu { right: 32%; } .social_header #header_main .container, .main_menu ul:first-child > li > a { height: 160px!important; line-height: 230px!important; }You may need to adjust the values to center it perfectly
Regards,
YigitHey!
Please try following code to center your logo
div .logo { left: 35%; }To change the logo when scrolled, You are going to need to hire a freelance developer on Microlancer or Codeable for that kind of customization as it is beyond the scope of support we can provide. You can also request quote here.
Cheers!
YigitFebruary 28, 2014 at 10:23 pm in reply to: Chinese Characters Replacing Icons in Internet Explorer 11 #230790Hi derek62!
Please try the fix under “Fonts not loading in Firefox or IE9” here http://www.fontsquirrel.com/blog/2010/11/troubleshooting-font-face-problems
Regards,
YigitHey!
Glad you figured it out! Let us know if you have any other questions or issues
Cheers!
YigitFebruary 28, 2014 at 6:04 pm in reply to: Websites text and images, flickering on multiple browsers #230716Hi!
I have only seen the movement on Google maps. Where else does it happen? Please try adding following code to Quick CSS in Enfold theme options under Styling tab
div .flex_column { -webkit-transform: translateZ(0); -moz-transform: translateZ(0); -ms-transform: translateZ(0); transform: translateZ(0); }Best regards,
YigitFebruary 28, 2014 at 5:58 pm in reply to: Swapping video to image in mobile view (fullscreen slider) #230714Hi!
I wanted to take another look but seems like you have changed the login credentials. Have you already figured it out?
Regards,
YigitHi!
You can find the custom CSS code i have adjusted in Quick CSS section in Enfold theme options under Styling tab. I have simply adjusted this code https://kriesi.at/support/topic/more-space-under-font-icon-on-mobile-device/#post-229641 and increased the height
Thank you, you too have a good weekend :)Regards,
YigitFebruary 28, 2014 at 5:50 pm in reply to: header menu issue (elements are not displaying inline) #230707 -
AuthorPosts
