Forum Replies Created
-
AuthorPosts
-
Hey!
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!
YigitHi ItaiAzer!
Please add following code to Quick CSS and adjust as needed
td { min-height: 80px; }If that does not work, please post the link to your website
Regards,
YigitMay 8, 2014 at 6:52 pm in reply to: Facebook icon in header not displayed in responsive mode #261927Hi!
You can add your Facebook as a new link in Appearance > Menus and then add following code to Quick CSS not to display it in menu when website displayed on a desktop
@media only screen and (min-width: 990px) { li#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
Cheers!
YigitHey web4proPL!
You can remove post nav by adding following code to Quick CSS in Enfold theme options under General Styling tab
#top .avia-post-nav { display: none; }and you can use following code when you are using boxed layout
.avia-post-prev { left: 4%; } .avia-post-next { right: 4%; }I could not reproduce scrolling issue on my end on Chrome version 34.0.1847.131 on Mac OS X 10.9.2. Which OS and Chrome version are you using?
It does look fine on my end on Firefox 29 – http://i.imgur.com/fhsWzsH.jpg
Can you post the link to your website so we can look into it?Regards,
YigitHey Sconcepts!
Please go to Enfold/Css folder and open Base.css file and edit table, tbody, td and tr values
Best regards,
YigitHi!
You can use media queries as following to target different screen sizes
@media only screen and (max-width: 990px) { .avia-slider-testimonials .avia-testimonial-meta { margin-left: 25%; }} @media only screen and (max-width: 767px) { .avia-slider-testimonials .avia-testimonial-meta { margin-left: 20%; }} @media only screen and (max-width: 480px) { .avia-slider-testimonials .avia-testimonial-meta { margin-left: 15%; }}Again, you may need to adjust the values to center it perfectly
Cheers!
YigitHey!
Please see – http://kriesi.at/documentation/enfold/updating-your-theme-files/
It would be the best if you login on ThemeForest with the account you have purchased Enfold and go to Downloads page to download the latest version and update the theme via FTP (You can find video tutorial in the link i posted)Cheers!
YigitHey!
Please try following code instead
.phone-info a { font-size: 16px; }Best regards,
YigitHey Munford!
1- It is currently set to middle align if you would like to change it to top aligned, please add following code to Quick CSS
.avia-section.av-minimum-height .container .content { vertical-align: top; }2-
.logo img { max-height: 48px; } @media only screen and (max-width: 767px) { .responsive .logo a, .responsive .logo img { max-width: 80%; height: auto !important; margin-top: 15px; }}Regards,
YigitMay 8, 2014 at 4:55 pm in reply to: How to make a Full Width Column stretch the entire page using Enfold ? #261872Hi Vicken!
Please add a Color Section element to your page and give it a unique ID – http://kriesi.at/documentation/enfold/wp-content/uploads/sites/2/2013/12/color-section-ID.png
Then add following code to Quick CSS in Enfold theme options under General Styling tab#your-custom-id .container { width: 100%; }Regards,
Yigit -
AuthorPosts
