bonnieg77
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Atlast Business] Change font/size/add line in header text?Hi, I hope you are doing ok. Have you had a chance to look into this question yet? Thanks so much for your assistance.
Forum: Themes and Templates
In reply to: [Atlast Business] Change font/size/add line in header text?hello, I was wondering if you have had time to take a look into this yet? Thank you for your assistance!
Does the child theme look exactly like the regular one? If we have a copy of the file he edited before can we copy it to the child theme? And any change we make to the child theme will override the parent theme when it updates? My developer is a friend who runs a company, not specifically a WordPress developer, so he has been really helpful and done a lot of work but outside of WordPress- all code. I don’t know any WordPress developers ??
Oh no, I had NO idea. I don’t think my developer works with Plugins, is it easy to create a child theme? I don’t know anything about this. I welcome your suggestions, thanks.
Forum: Themes and Templates
In reply to: [Atlast Business] Change font/size/add line in header text?Thank you! I would like to make it white and slightly larger. One other thing I noticed is that since I changed the size of the main header text (with custom code to enlarge it), it is no longer responsive to mobile- it is too big and gets cut off on mobile. Is there a better way to enlarge it that will still look ok on the mobile version? This is the code I have right now:
.header-image-container .header-texts h2 {font-size: 60px; }
Forum: Themes and Templates
In reply to: [Atlast Business] Change font/size/add line in header text?I’m very sorry for your health problems! Get well and just let us know when this is ready, when you are able. Many thanks!
Forum: Themes and Templates
In reply to: [Atlast Business] Change font/size/add line in header text?thank you! I look forward to seeing this update, will you let us know when it is ready? Thank you for all your assistance!
Forum: Themes and Templates
In reply to: [Atlast Business] Change font/size/add line in header text?Hi, is there any update to my question about the second line of text in the header? A couple months ago you mentioned this would be possible in an update, but I haven’t seen any information on it yet. Please let me know, so I can make plans to utilize it or do something else. Thank you!
Forum: Themes and Templates
In reply to: [Atlast Business] Change font/size/add line in header text?hello, I am wondering if you have enabled the second line of text in the header yet? If not do you still plan on putting this in an update? Thanks!
hello, I have enlisted the assistance of a professional developer. He has identified the issue as relating to the javascript associated with the sticky navigation- to my understanding, the js controlling the sticky nav pops it into place (over the top of the anchor section) if the viewer has not yet scrolled in the page (which is why it only occurs when starting from the top of the page). In order to fix this, he needs to access the js which controls the sticky nav – would you be able to tell us exactly where this is located? I don’t think it is accessible within the WordPress dashboard, so I’ve downloaded the site files but do not know where this particular code is located (I assume in the theme files?) so that we can edit it. You mention the theme is very developer friendly, so any assistance in how my developer can best access/edit is greatly appreciated. Thank you!
hello there, is there any update on this? Is it possible to do in this theme?
I’ve managed to do some custom code that points the target further down in the anchored section – BUT I am still having one problem consistently- when the dropdown link is clicked from an external page, the “landing area” is in a different spot than when it is clicked when you are already on the page. For example, if you are on “General Info” and you click “Schedule” in the dropdown, you are now taken to exactly the right spot on the page. However, if you are on another page (like FAQ, or Register, or whatever) and you click “Schedule” in the dropdown, you are taken to a point slightly higher than the anchored Schedule section. ANy ideas why the target would differ based on where you are starting from?? Here is the code I put in custom css (I tagged the SChedule and Travel Info sections with the anchor tag to achieve this):
.anchor { position: relative; top: -310px; }
Forum: Themes and Templates
In reply to: [Atlast Business] Footer widget code is not working properlyHooray this worked- thank you so much! ??
Forum: Themes and Templates
In reply to: [Atlast Business] Footer widget code is not working properlyI just tried editing the widget’s html code and added <div class=”icons”>
Then custom CSS
.icons{
color: #f39200 !important;}It did not work.
Is there something better to try?Now the widget’s code looks like below, but I am still confused why the px size of the icons I specified in html is working but not the color I specified?
<div>
<div class=”icons”>
<div class=”csRow”>
<div class=”csColumnGap” style=”margin: 0px; padding: 0px; float: left; width: 23.4%;”></div>
<div class=”csColumn” style=”margin: 0px; padding: 0px; float: left; width: 15.6%;” data-csstartpoint=”225″ data-csendpoint=”375″ data-cswidth=”15.6%” data-csid=”6fb20e40-e73a-84ff-a47a-d88170d3b286″>
<h2 style=”text-align: center; font-size: 60px; color: #f39200;”>[icon name=”facebook-square”]</h2>
<p style=”text-align: center;”> </p></div>
<div class=”csColumnGap” style=”margin: 0px; padding: 0px; float: left; width: 3.13%; text-align: center;”></div>
<div class=”csColumn” style=”margin: 0px; padding: 0px; float: left; width: 15.6%; text-align: center;” data-csstartpoint=”405″ data-csendpoint=”555″ data-cswidth=”15.6%” data-csid=”9d047a9c-8214-a370-b086-3caa734060d7″>
<h2 style=”text-align: center; font-size: 60px;”>[icon name=”instagram”]</h2>
</div>
<div class=”csColumnGap” style=”margin: 0px; padding: 0px; float: left; width: 3.13%; text-align: center;”></div>
<div class=”csColumn” style=”margin: 0px; padding: 0px; float: left; width: 15.6%;” data-csstartpoint=”585″ data-csendpoint=”735″ data-cswidth=”15.6%” data-csid=”deec363f-4ca2-0da5-a4c3-f84976823986″>
<h2 style=”text-align: center; font-size: 60px;”>[icon name=”twitter-square”]</h2>
</div>
<div class=”csColumnGap” style=”margin: 0px; padding: 0px; float: left; width: 23.4%;”></div>
<div style=”clear: both; float: none; display: block; visibility: hidden; width: 0px; font-size: 0px; line-height: 0;”> </div>
</div>
</div>
</div>
Forum: Themes and Templates
In reply to: [Atlast Business] Footer widget code is not working properlyI honestly have no idea… the plugin creates columns within the editor just via html code as far as I know… I don’t know where I’d put the ID but I will try and figure it out