Forum Replies Created
-
AuthorPosts
-
Hey FlawlessWeb!
Please go to Enfold theme options > Header Layout > Mobile Menu > Header Mobile Menu activation and choose 990px.
Cheers!
YigitHi!
You are currently using a very old version of Enfold. Please update the theme to the latest version 3.0 via FTP – http://vimeo.com/67209750
You are going to need to go to ThemeForest and login with the account you have purchased Enfold and go to Downloads section to download the latest version. You may need to re-configure header options after the update – http://kriesi.at/documentation/enfold/portfolio-item/intro-to-the-header-configurator/Best regards,
YigitHey!
@mindimer Could you please start a new thread ( https://kriesi.at/support/forum/enfold/#new-topic-0 ) and post login credentials privately so we can look into it?
@hunter74 Could the issue be caching related? Have you followed the steps Kriesi posted in his post?
@pako69 Thank you for your input! How do you like the new version so far? :)Regards,
YigitHi!
Glad you figure it out Michael! This is how it looks on my end on Safari 7.1 on OS X 10.9.5 – http://i.imgur.com/wytI3Vj.jpg
Best regards,
YigitHi!
You can upload your screenshots on imgur.com or Dropbox public folder and post the links here
Regards,
YigitHey xpoveda!
Please edit your page and make sure to choose “Display title and breadcrumbs” in Layout section – http://i.imgur.com/mn4O1Tc.png
Regards,
YigitHey sambo258!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
.av-subheading { color: red; }Regards,
YigitHey!
You are welcome, glad we could help :)
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)Best regards,
YigitHi!
Please try to increase the allocated memory to 128M: http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP
You can contact your service provider and they can do it for you.Best regards,
YigitHi!
1- Please go to Enfold theme options > General Layout > Dimensions
2- Please add following code to Quick CSS in Enfold theme options under General Styling tab.av-main-nav > li > a { border: none!important; } .html_header_sidebar #header .av-main-nav li.current-menu-item > a .avia-menu-text { color: orange; }If that does not work, please post the link to your website
Cheers!
YigitHi!
Please use the code as following
.ek_ibbgc1 .iconbox_content { background-color: red !important; }:)
Regards,
YigitHi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 989px) and (min-width: 768px) { .responsive .main_menu ul:first-child > li > a { padding: 0 7px; }}Best regards,
YigitHi!
Looks awesome! Great job :)
Well in that case, you can downgrade WordPress ( https://wordpress.org/download/release-archive/ ) or you can apply the changes to the new version using a child theme. You should make the changes you made in Header.php in includes/helper-main-menu.php fileRegards,
YigitHi!
Hmm. Do you mind creating a temporary admin login and posting it here privately so i can look into it?
Best regards,
YigitHey erik!
Please add following code to Quick CSS
.home .content { padding-top: 0; }Regards,
YigitHey!
Sure, please add following code to Quick CSS as well
form#form-wysija-4 label { display: none!important; } .widget_wysija_cont .updated, .widget_wysija_cont .login .message { background-color: orange; border-color: orange; }EDIT: You can comment on CSS files using /* comment here */ as following
/* This is for header */ .header { display: none; }Cheers!
Yigit-
This reply was modified 10 years, 6 months ago by
Yigit.
Hi!
You can turn on custom CSS field for ALB elements ( please see – http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ ) and give your icon a custom CSS class and then add following code to Quick CSS
.custom-class .av_font_icon a { background-image: url(https://kriesi.at/wp-content/themes/kriesi/images/logo.png); height: 40px; background-size: contain; background-repeat: no-repeat; background-position: 50% 50%; } .custom-class .av_font_icon a:before { display: none; }Cheers!
YigitHey!
Please disable CSS minifying feature on the plugin you are using and flush browser cache.
Cheers!
YigitHi!
Please add following code to Quick CSS as well
@media only screen and (max-width: 480px) { strong.logo { margin-left: -65px!important; } .html_header_top.html_bottom_nav_header #header_main { position: absolute; width: 100%; } .responsive #main { padding-top: 95px !important; }}Best regards,
YigitHey MLA18!
I have checked your website and ALB loads fine on my end – http://i.imgur.com/j3cHWC3.png
I have also checked your website on Firefox 32.0.3 and navigated through several pages but could not see black bars. Have you figured it out already?Cheers!
YigitHey LukasE!
Please go to Appearance > Editor and open Helper-main-menu.php file and find
//phone/info text $phone = $headerS['header_phone_active'] != "" ? $headerS['phone'] : "";and add your code right above it as following
pll_the_languages();Best regards,
YigitHi!
It does look fine on my end as well – http://i.imgur.com/sRpLoRb.png
Which browser and OS are you using?
EDIT: I have checked your website on Chrome, Firefox and Safari on OS X 10.9.4Cheers!
Yigit-
This reply was modified 10 years, 6 months ago by
Yigit.
Hi!
Please add following code to Quick CSS as well
#top #payment #place_order { position: relative; top: 5px; left: 65px; }Cheers!
YigitHey diefleischerei!
Please add following code to Quick CSS
.widget_wysija_cont .updated { height: 45px; }Regards,
YigitHey!
Have you tried contacting plugin author? If not, please do so. They should have better insight on what could be causing the issue. Personally, i do not have any experience with this plugin
Best regards,
YigitHey!
You can use following code
@media only screen and (max-width: 480) { .custom_info { display: none; }}That code would remove it on mobile. What exactly would you like to do?
Cheers!
YigitHey!
My bad, please use following code
.main_color.iconbox_top .iconbox_content { background-color: rgba(255,255,255,0.5); }Best regards,
YigitOctober 1, 2014 at 6:28 pm in reply to: How to eliminate linked image hover on a single page? #328360Hey!
You can use following code instead
.page-id-59 .image-overlay { display: none!important; }You can post the link to your page and we can check if we can provide more accurate code
Cheers!
Yigit -
This reply was modified 10 years, 6 months ago by
-
AuthorPosts
