MRaines
Forum Replies Created
-
Nevermind, I figured it out. I went into the site files through my FTP and found a holdover (for lack of a better word) cache folder from a plug-in I had removed (a long time ago). Why it just now caused an issue with updates—I have no idea. But, deleted that cache folder resolved my issue.
– M.
- This reply was modified 8 years, 4 months ago by MRaines.
Good morning,
Thanks for the response and screen shot. Is there a way to do this without editing the theme file?Thanks again!
M.Good morning,
Was the above information what you were needing in order to offer some guidance on troubleshooting this issue?Thanks!
M.Oh, my bad. Here’s the custom CSS I’ve added:
body { font: 14px/1.7 "Trebuchet MS", Arial; } p { font-size:14px; font-family:"Trebuchet MS"; color:#4a4a4a; line-height:1.7; } a { color:#35689F !important; text-decoration:none !important; } a:hover { color:#0454A8 !important; } h4 { text-decoration: none !important; } #menu .ddsmoothmenu li li a.selected, #menu .ddsmoothmenu li li a:hover { /*CSS class that's dynamically added to the currently active menu items' LI A element*/ color: #FFFFFF !important; background:#35689F !important; } #menu li.current-menu-item a, #menu li.current-menu-parent a, #menu li.current_page_parent a, #menu li a.selected, #menu li a:hover,#menu li.current_page_item a { color:#fff !important; background: url(../images/menu-bg.png) top repeat-x #0454A8 !important; } #menu .ddsmoothmenu li li { background: #0454A8 !important; } /*==========Slider Colors==========*/ .slide .slide-content.entry { background:url(../images/purple.png); border-right:8px solid #0454A8 !important; } #slides .pagination li a { background-image:url(../images/pagination.png) !important; } .slide .slide-content.entry h2 a { color:#000; } .slide-content p { color: #000; } .salesdetails { border-right-color:#0454A8 !important; } /*==========Blockquote Colors==========*/ blockquote { background:url(https://youngbloodeldercare.com/wp-content/themes/colorway-child/images/qoute.png)no-repeat !important; } blockquote a { color:#35689F !important; } /*==========Footer Colors==========*/ .footer-container { background:url(https://youngbloodeldercare.com/wp-content/themes/colorway-child/images/footer-bg.png)repeat scroll 0 0 transparent !important; } .footer-container h4 { background: url(https://youngbloodeldercare.com/wp-content/themes/colorway-child/images/h4-border-bg.png) repeat-x !important; background-position:0% 100%; color:#FFFFFF !important; } .footer-container p { color:#FFFFFF !important; } .footer-container .textwidget { color: #FFFFFF !important; } .footer-container ul { list-style-image:url(../images/disc-img.png); } .footer-container a { color:#FFFFFF !important; } .footer-navi .navigation ul li { background:url(https://youngbloodeldercare.com/wp-content/themes/colorway-child/images/border-right.png) no-repeat !important; background-position:100% 0%; } .footer-navi .navigation ul li a { color:#FFFFFF !important; } .footer-navi .navigation .right-navi p { color:#FFFFFF !important; } .footer-navi { background:#0454A8 !important; } .footer-container h4 { background-position:0 100%; border-bottom-color:#0454A8; border-bottom-style:solid; border-bottom-width:0px; } .footer #searchform label { color: #FFFFFF !important; } .footer #searchform { background:url(https://youngbloodeldercare.com/wp-content/themes/colorway-child/images/search-bg.png) no-repeat !important; width: 180px; } .testimonial_item_container { display: none !important; }
Not trying to bump up my question but thought adding a link to my site where this problem is ongoing would be helpful: youngbloodeldercare.com
Forum: Themes and Templates
In reply to: [SKT White] Issues with ResponsivenessMarking this topic as resolved.
Thanks again for the awesome support!
Forum: Themes and Templates
In reply to: [SKT White] Issues with Responsivenesseeeeee—that worked! \o/
Thank you so much for your time and help!
Best,
M.Forum: Themes and Templates
In reply to: [SKT White] Issues with ResponsivenessIt’s so close…this centered the boxes correctly on my home screen but now the boxes show up squished in a mobile environment. I even tried adding an additional media query with 350px set as the max-width.
Forum: Themes and Templates
In reply to: [SKT White] Issues with ResponsivenessI did…
Here’s the code from my index.php file in my child theme:$section_text = array( 1 => array( 'section_title' => 'Our Services', 'menutitle' => 'services', 'bgcolor' => '#ffffff', 'bgimage' => '', 'class' => 'services', 'content' => '<div class="services-box"> <img src="'.get_template_directory_uri().'/images/icon-web-design.png"> <h2>Web <span>Design</span></h2> <p>Lorem Ipsum is simply dummy text of they printing and typesetting industry. Lore Ipsum has been the industry standard in dummy text ever since the 1500s, when an unknown printer took a galley of type andin scrambled it to make a type book.</p> <a href="#" class="read-more">Read More</a> </div><div class="services-box"> <img src="'.get_template_directory_uri().'/images/icon-web-design.png"> <h2>Web <span>Development</span></h2> <p>Lorem Ipsum is simply dummy text of they printing and typesetting industry. Lore Ipsum has been the industrys standard in dummy text ever since the 1500s, when an unknown printer took a galley of type andin scrambled it to make a type book.</p> <a href="#" class="read-more">Read More</a> </div><div class="services-box"> <img src="'.get_template_directory_uri().'/images/icon-web-design.png"> <h2>Mobile <span>Website</span></h2> <p>Lorem Ipsum is simply dummy text of they printing and typesetting industry. Lore Ipsum has been the industrys standard in dummy text ever since the 1500s, when an unknown printer took a galley of type andin scrambled it to make a type book.</p> <a href="#" class="read-more">Read More</a> </div><div class="services-box"> <img src="'.get_template_directory_uri().'/images/icon-web-design.png"> <h2>WordPress <span>Themes</span></h2> <p>Lorem Ipsum is simply dummy text of they printing and typesetting industry. Lore Ipsum has been the industrys standard in dummy text ever since the 1500s, when an unknown printer took a galley of type andin scrambled it to make a type book.</p> <a href="#" class="read-more">Read More</a> </div>', ),
Forum: Themes and Templates
In reply to: [SKT White] Issues with ResponsivenessMy apologies the code I posted in my previous post was from the original index.php file. I changed the ‘content’ to a class in the child theme index file and made sure my style sheet was referencing the class. It still shows as before.
Forum: Themes and Templates
In reply to: [SKT White] Issues with ResponsivenessOkay, this is in territory that I’m not all together comfortable with…but I don’t believe I changed any classes to IDs. In the original functions.php file, I see under the section text and array that the content is specified as services-> class and id-> services-box. Is it as straightforward as changing the class here to services-box?
Here’s the code I’m referencing:
$section_text = array( 1 => array( 'section_title' => 'Our Services', 'menutitle' => 'services', 'bgcolor' => '#ffffff', 'bgimage' => '', 'class' => 'services', 'content' => '<div id="services-box"> <img src="'.get_template_directory_uri().'/images/icon-web-design.png">
Forum: Themes and Templates
In reply to: [SKT White] Issues with ResponsivenessThank you for the thorough information! I was able to resolve almost all of these issues. I am still having problems centering the Services boxes on the home page on a standard computer screen.
When I change the code, it changes the boxes to a landscape kind of view and formats the content across the page. You can see that here:
Can you tell me what I’ve done wrong.
Thanks again!
M.Forum: Themes and Templates
In reply to: [SKT White] Issues with ResponsivenessForum: Themes and Templates
In reply to: [SKT White] Home Page Slider Text and ButtonsHi there,
I decided to go another way with my content presentation and only use one image fro the home page slider—just wanted to mark this as resolved to save on time and resources.Thank you,
M.