Tagged: x
-
AuthorPosts
-
April 13, 2016 at 7:46 am #879914
DonWattzParticipantThe website, http://www.rooftopgeneralcontractors.com/, is responsive in the browser but not on iPhone 6plus in Chrome.
See screenshot.
April 13, 2016 at 7:46 am #879915
DonWattzParticipantApparently it didn’t upload. Link to it here.
https://www.dropbox.com/s/czqiui4996n4xk4/2016-04-13%2008.44.05.png?dl=0
April 13, 2016 at 1:25 pm #880568
Nabeel AModeratorHi there,
You could try testing for a plugin conflict. You can do this by deactivating all third party plugins, and seeing if the problem remains. If it’s fixed, you’ll know a plugin caused the problem, and you can narrow down which one by reactivating them one at a time.
April 13, 2016 at 1:36 pm #880590
DonWattzParticipantProblem still persists after deactivating all plugins.
Screenshot of Site: https://www.dropbox.com/s/kx09pi6p957mw7o/2016-04-13%2014.35.09.png?dl=0
Uploaded image of the plugins dashboard.
April 13, 2016 at 1:38 pm #880596
DonWattzParticipantApril 13, 2016 at 11:12 pm #881382
Rue NelModeratorHello There,
Could you please update your custom css and make sure that these blocks will appear at the very bottom of all your custom css?
@media (max-width: 990px){ .my-right-header h2 { font-size: 200%; margin-top: 50px; } } @media (max-width: 767px){ .my-right-header h2 { margin-top: 50px; } } @media (max-width: 480px){ .my-right-header h2 { font-size: 120%; margin-top: 50px; } } @media (max-width: 375px){ .my-right-header h2 { font-size: 90%; margin-top: 50px; } }And then please clear your Chrome browser’s cache or use Chrome’s incognito mode and then test your site again.
Hope this helps.
April 14, 2016 at 6:13 am #881995
DonWattzParticipantThat seems to have fixed the problem but now the text that was to the right of my logo is now gone. I have this is my child theme:
/x-child/framework/views/global/_brand.php
and here is the code,
<?php // ============================================================================= // VIEWS/GLOBAL/_BRAND.PHP // ----------------------------------------------------------------------------- // Outputs the brand. // ============================================================================= $site_name = get_bloginfo( 'name' ); $site_description = get_bloginfo( 'description' ); $logo = x_make_protocol_relative( x_get_option( 'x_logo' ) ); $site_logo = '<img src="' . $logo . '" alt="' . $site_description . '">'; ?> <div class="my-left-header"> <?php echo ( is_front_page() ) ? '<h1 class="visually-hidden">' . $site_name . '</h1>' : ''; ?> <a href="<?php echo home_url( '/' ); ?>" class="<?php x_brand_class(); ?>" title="<?php echo $site_description; ?>"> <?php echo ( $logo == '' ) ? $site_name : $site_logo; ?> </a> </div> <div class="my-right-header"> <h2 class="responsive-heading">Your Roofing Specialist Since 1980!</h2> </div>April 14, 2016 at 12:16 pm #882708
RupokMemberHi there,
Thanks for updating. This shouldn’t be affected by the suggested CSS. You can try taking off the code to check the issue. If your Child Theme customization doesn’t appear then there might be another reason not the suggested CSS.
Let’s check after taking off the CSS and let us know.
Cheers!
April 14, 2016 at 12:18 pm #882712
DonWattzParticipantThe CSS was not the issue.
April 14, 2016 at 11:10 pm #883568
RupokMemberHi there,
Thanks for updating. So you figured out the issue?
If you still face any issue feel free to let us know. We’ll be happy to assist you.
Cheers!
April 15, 2016 at 6:08 am #884109
DonWattzParticipantNo I did not. The issue still exists 🙁
April 15, 2016 at 5:11 pm #884944
JadeModeratorHi there,
Would you mind sending us a screenshot of how the header area is supposed to look like? Also, was the text beside the logo only gone after you have added the code in your child theme? If so, kindly try to removed the custom code you have just added.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-879914 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
