Wordpress Themes - WP Forum at BFA
There will be no more development for Atahualpa (or any other theme), and no support. Also no new registrations. I turned off the donation system. I may turn the forum to read only if it gets abused for spam. Unfortunately I have no time for the forum or the themes. Thanks a lot to the people who helped in all these years, especially Larry and of course: Paul. Take care and stay healthy -- Flynn, Atahualpa developer, Sep 2021

Wordpress Themes - WP Forum at BFA » WordPress Themes » Atahualpa 3 Wordpress theme »

using responsive fonts and control -, control +


  #1  
Old May 18, 2016, 03:26 PM
DanDan
 
41 posts · Aug 2010
using responsive fonts and control -, control +

I am building a site using vw to make the fonts responsive but it will not work when I use control - or control + to enlarge or reduce the size of the site. Instead the font remains the same size. Using em, the font is reduced when hitting control - or + but on browsers with different displacement the font remains the same while the other features are responsive, causing problems. Is there a way around this issue to get the fonts responsive and still have control - and + to work?

Thanks,

Dan
  #2  
Old May 18, 2016, 04:34 PM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
1) what is the url
2) please provide an export of your Atahualpa settings
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
  #3  
Old May 18, 2016, 05:30 PM
DanDan
 
41 posts · Aug 2010
The temporary domain is http://impactdesign006.com/, the problem shows up with the eight boxes, Our Newest Promo Items, Wall Calendars, etc. Using em the text is not responsive but will shrink and expand using control - and +. Using VW the text is responsive but will not shrink or expand using control - and +.

Thanks!

Dan
Attached Files
File Type: zip newenglandcalendar.wordpress.2016-05-18.zip (6.2 KB, 1406 views)
  #4  
Old May 18, 2016, 07:20 PM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
this has nothing to do with the theme, it related to the CSS and I don't know if you can do what you are trying to do.

You might ask at wordpress.org or or somewhere like stackoverflow.com

here is a version of your code with no WP or theme in it you can playwith to see if you can find a solution.

HTML Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US">
<head>
<title>New England Calendar</title>
<style type="text/css">
div.home_box {
	display: block;
	width: 78%;
	max-width: 1680px;
	padding: 0% 10% 0% 12%
}

div.home_box_01 {
	float: left;
	width: 46%;
	padding: 0% 0% 0% 1%;
	border: 1px solid #a0a1a1;
	margin: 1%;
}


div.home_box_04 {
	float: left;
	width: 55%;
	padding: 11% 0% 0% 0%;
	font-family: kalinga,arial;
	font-size: 2vw;
	color: #2e3192;
	text-align: center
}

div.clear {
	clear: both
}
</style>

<body class="home page page-id-4 page-template-default" >

<div class="home_box">
	<div class="home_box_01">
		<div class="home_box_04">
			Our Newest<br />
			Promo Items
		</div>
	</div>
</div>

</body>
</html>
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
  #5  
Old May 19, 2016, 03:42 AM
DanDan
 
41 posts · Aug 2010
Thanks for the help. It looks like I will need to make a series of media queries to make rem coded text responsive and to work with control - and +, something I was hoping to avoid. It will make the css file huge. Using VW would eliminate lots of css code.

Thanks again,

Dan

Bookmarks



Similar Threads
Thread Thread Starter Forum Replies Last Post
How to control width glennvogelsang Header configuration & styling 1 Mar 7, 2011 03:41 PM
How can I control excerpt thumb size? The Bright Side Excerpts, Read more, Pagination 10 Nov 21, 2010 12:59 AM
h1 h2 h3 etc sizing control caseyfern Header configuration & styling 15 Feb 15, 2010 04:45 AM
Control of Widget Placement tkeller Sidebars & Widgets 1 Aug 5, 2009 08:16 AM
How do we control the tooltip color? pbravin Atahualpa 3 Wordpress theme 10 Mar 27, 2009 05:54 AM


All times are GMT -6. The time now is 05:25 PM.


Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.