Forum Replies Created
-
AuthorPosts
-
Hey ste_thumbs!
Please add folllowing code to Quick CSS and adjust the screen width as needed
@media only screen and (max-width: 1024px) { #advanced_menu_toggle, #advanced_menu_hide { display: block; } .main_menu { display: none; }}Regards,
YigitHey!
You can go to Apperance > Widgets and add any widget to Footer column 2 widget area or add an empty text widget to display nothing at all
Best regards,
YigitHi crevlon!
Can you post the link to your page and point out the color section so we can look into it Marco?
Regards,
YigitHi AGC!
Please try deactivating all active plugins and flush browser cache to see if that helps. If not, please create a temporary admin login and post it here privately
Cheers!
YigitHi patrickschua!
You can try deactivating all active plugins and flushing browser cache few times to check if that helps. If it does not, unfortunately there is not much we can do since we only support stable releases
Regards,
YigitHey!
Please try deactivating all active plugins and check if that helps. Deactivating all unnecessary plugins would help increasing page speed
Regards,
YigitHi baiker!
You can add following code to Quick CSS
@media only screen and (max-width: 480px) { #menu-item-59 { display: none !important; }}You can right click on Chrome or Firefox to inspect elements to find menu item ID http://i.imgur.com/HyPTCRg.jpg
Best regards,
YigitHey Ben!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
div#widget_sp_image-3 { margin-top: -5px; }Regards,
YigitHi Signum!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.title_container .main-title { display: none; }Then go to Enfold/framework/php folder and open class-breadcrumb.php and search/change “You are here” then find following line
$separator = '<span class="sep">' . $separator . '</span>';and change it to
$separator = '<span class="sep"> - </span>';Cheers!
YigitHey!
Do you mind creating a temporary admin login and posting it here privately so we can take a look Simon?
Cheers!
YigitHey mwolfert!
I cannot see an orange icon – http://i.imgur.com/LafWGxM.png
Have you already fixed the issue? If not, please post a screenshot and show the issueRegards,
YigitHi thanp73!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
@media only screen and (min-width: 1340px) { .responsive_large .container .nine.units { width: 830px; }} @media only screen and (min-width: 1140px) { .responsive .container .nine.units { width: 720px; }} .container .nine.units { width: 630px; }Cheers!
YigitHey Gary!
I tried to reproduce the issue on Safari Version 7.0.3 but i could not. Please see screencast here – http://youtu.be/Ixpzw-lXQQo
Cheers!
YigitHey pedrosierra!
Please update Enfold to the latest version 2.7.1 – http://kriesi.at/documentation/enfold/updating-your-theme-files/
If you are using any caching plugins, try deactivating them and flush browser cache after making styling changesBest regards,
YigitHey!
You can do so in Advanced Styling tab in Enfold theme options – http://i.imgur.com/JI8RCyZ.png :)
Cheers!
YigitHi jdrakeproductions!
Seems like you already figured it out – http://i.imgur.com/ylb1J50.jpg ? :)
Your website looks great by the wayBest regards,
YigitHi shantidevii!
Please go to Appearance > Editor and open functions-enfold.php file and find
$entries['prev'] = get_previous_post($settings['same_category'], $settings['excluded_terms'], $settings['taxonomy']); $entries['next'] = get_next_post($settings['same_category'], $settings['excluded_terms'], $settings['taxonomy']); } else { $entries['prev'] = get_previous_post($settings['same_category']); $entries['next'] = get_next_post($settings['same_category']);and change it to
$entries['next'] = get_previous_post($settings['same_category'], $settings['excluded_terms'], $settings['taxonomy']); $entries['prev'] = get_next_post($settings['same_category'], $settings['excluded_terms'], $settings['taxonomy']); } else { $entries['next'] = get_previous_post($settings['same_category']); $entries['prev'] = get_next_post($settings['same_category']);Best regards,
YigitHey tobylove!
I just checked your website on my iphone and it does look fine on my end – http://i.imgur.com/DjIKpi6.png
Can you post a screenshot and show the issue you are seeing?Regards,
YigitHi!
Please tell your designer to edit the your logo and make its background transparent. Currently it is white and that is what you are seeing when header is set to display transparent :)
then go to Enfold theme options > Header Layout > Mobile Menu > Header Mobile Menu activation and choose 990pxCheers!
YigitHey ctcphx!
Please try adding following code to Quick CSS
#megaMenu.megaResponsive ul.megaMenu li.menu-item.ss-nav-menu-mega ul.sub-menu.sub-menu-1 { overflow: visible; }Best regards,
YigitHey josvissers1!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
.main_color .av-masonry { background-color: red; }Regards,
YigitHi!
Please update the theme manually via FTP – http://kriesi.at/documentation/enfold/updating-your-theme-files/
Regards,
YigitHey!
Yes, seems like i misunderstood :) Please add following code to Quick CSS instead
.avia-data-table .avia-desc-col { width: 50%; }Regards,
YigitHi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
td { background-repeat: repeat-x; background-size: contain; } .main_color table, .main_color tr:nth-child(odd), .main_color .pricing-table>li:nth-child(odd), .main_color .pricing-extra { background: transparent; }Cheers!
YigitHey!
Please add following code to Quick CSS as well
.avia-fullwidth-slider { border-top-style: none; } @media only screen and (max-width: 480px) { .title_container { display: none; }}Regards,
YigitHey!
I have just checked your website on OS X 10.9.2 on Firefox 29 and it does look fine on my end – http://i.imgur.com/TRPWZSc.png
Please flush browser cache and refresh your page a few timesBest regards,
YigitHey!
I have asked @josue to take a look at your website on his mobile device. Problem seems to be fixed on my end, if it works fine on his end also, there is not much we can do as long as we cannot reproduce the issue.
Let us wait for his answerCheers!
Yigit -
AuthorPosts
