Forum Replies Created
-
AuthorPosts
-
Thank you for this. It worked wonderfully
Consider ticket closed.Whew! I thought it was updated but will investigate
Thank you.
You support folks are great!I figured out what I was doing wrong…the default sidebar had all those widgets already in it. I just removed the ones I did not want.
You can close this ticketThis is perfect! Thank you so much. With my rudimentary knowledge of coding I would have never guessed to apply it to the separator before the column.
Much appreciated Ismael.Consider this ticket closed
Hi Ismael
I appreciate all your help but still don’t have it right. (I am giving you access to my site in the private content area in case you want to have a look. )
I got the custom css cIass field to show up (Yay!) and in the field box for the layout element is this:
cagd-indentbox
BUT did something wrong in the quick css in General Styling because ALL the elements on the entire site had an 8% margin. I just want the pale gray box and light blue box to have that 8% margin so they don’t stick out further than the other elements on that page that have 8% margin assigned in their “edit column”.
I deleted the css but this is what I had (this includes all my css):
body {
font-size: 15px;
}
#header_main .container, .main_menu ul:first-child > li a {
min-width: 76px;
}
#footer { padding-top: 23px; padding-bottom: 20px; }/* Border Color */
.page-id-274 .av_toggle_section span{
border:1px solid #3d71a1!important;
}
#footer .widget {
margin: 0;
}
.home #av_section_1 .content {
top: -160px;
}
#top .scroll-down-link {
color: #cf0a2c !important;
font-size: 100px !important;
}
.av-fixed-rotator-width .av-rotator-text {
width: 100%!important;
text-align: center;
}
@media only screen and (max-width: 450px) {
.av-image-caption-overlay-center {
font-size: 28px !important;
}}
.cagd-indentbox { /* margin: 8% auto; /* }I also tried only adding
.cagd-indentbox { margin: 8% auto; }but that did not change anything. Am I supposed to add BOTH to the quick CSS in the General Styling section?
Thanks again for guiding me through this as I realize this is more help than you are obligated to give :-)
What is the difference between assigning a class by doing the following here:
http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/.and this:
I know very little about this so I am trying understand.
Also, stupid question but am I adding that css shown in your post to the custom css class area within that particular element or to the css area under General Styling.
OK so I do mean margins. If you look here: http://www.dev-ep.cagraphicdesign.biz/services/team-exceleration/
you will see that the blue box with the text box inside it extends to the full width whereas all the other elements on the page align with the image at the top which has 8% padding left and right. I tried some other ways with a variety of layout and content boxes but to no avail. I am not an expert coder so I would not know how to implement css that would pertain to just that box.I am probably confused about margins and padding…I want the blue box itself to be 8% indented from the left and right so is that a margin? The copy inside it can be just a comfortable padding so its not jammed up to the edge of the blue, maybe 10x or so.
No worries about late response…I was at WordCamp US in Philadelphia and just got back.
Thanks for your quick response. I had to add !important to make it work…I am getting smarter!
That worked perfectly!
Thank you for great supportThanks Basilis. you are correct.
Hi Jordan
I did give that a try although I may not have set it up properly…I did not fill in anything in the CODE WRAPPER ELEMENT box and left the other option boxes unchecked. So I basically dumped that exact code into the code box as I did in the text box. Like I said, it seems to work for a while but the backend looks all screwy. I think that any sort of update anywhere on that page will cause it to not display properly on the site. I have a test page called Contact Us (extra) that you can play with.Thank you so much for this valuable information!
And for helping with the css tweaking. Unfortunately, it over-rode the parallax function which is really important. I resolved it by reverting back and adding a solid white background behind the text…not perfect but the client is fine with it.Hi Vinnie
It is very kind of you to offer to do this for me!
Yes you are ALMOST correct. I was thinking of not scaling it down but just making it go away on mobile devices. . the client agreed to simply not show the image of the businesspeople so the text image could be seen more easily against a plain white background. Another problem is that the text image gets very small on an iPhone 5s so I did another version with real text rather than an image of text. That version is really the proper way to do it, although its harder to get the text to look just right. I am waiting for the client to approve it. I would like you to configure that version as well as the current home page image. I duplicated the home page to create that alternate version with actual text . That page is http://www.potentialmatters.com/home-with-text/The information you need is in the Private Content area
Thanks again !
OK. I am getting close! But I do not see the change take place. First, there was no custom css edit area the is shown in your screenshot so I researched and found the answer…I added a line of php to the functions php file and it worked!
Now I have both boxes!For the first box I put:
cagd-whiteFor the second box I think I am supposed to put that ID somewhere in the code you give me but not sure where. In the second box I now have:
#bgimage{
background: #000 url(http://www.potentialmatters.com/wp-content/uploads/2016/01/123rf-28387068-2560×933-smaller.jpg);
background-size: cover;
background-position:center center;
}
/* Home page section images on mobile */
@media only screen and (max-width: 767px) {
#bgimage{
background: #000!important;
}
}Hi Vinay
Sorry but I am new to all this so please explain how I “add an ID to the color section”. Is it something that is already indicated in the media library?Next stupid question, in the second line of the css you have am I supposed to replace “(image.jpg) with the file name of that image?
I just want that text to be displayed on a white background rather than over the image in mobile versions.
Thanks
ClaudiaThat worked perfectly
Thank you. And you may close this ticketYes, I did remove it. I ended up NOT using color boxes. Instead I added a background color to layout boxes. That gave it a boxed look but its OK for this page. Its too late to change it now.
HOWEVER, in case the client wants another landing page in the future I would like to set that page up so the test page is back for you to add css:
go to : http://www.camptalltimbers.com/camp-open-house-test/Thank
Claudia- This reply was modified 8 years, 8 months ago by cagraphicdesign.
Hi Andy. But that would change the height of all the headers on all pages. This is a single landing page and should not have a header or footer. IT is different than all the other pages.
Thanks,
That worked perfectly. I actually wanted the border to remain so I just deleted that part of the css. Now it looks really snappy with the red border and blue – and + icons. My client felt the keeping them red looked like the Red Cross symbol… And as they say, the client is always right. ;-). You may close this ticketNope. I am just glad I did not bother with a whole FTP reinstall!
ThanksI think I figured it out….the graphic can’t be smaller than a certain size. I tried a fresh page, Tried my png image which is 81×81 px and did not show arrow, enlarged it to 105 x 105 px and it worked! My guess is the art has to be bigger than the rollover graphic.
Does this make sense to you?Sure. Thanks. It all there new
Hi Vinay
I tried it and it did not seem to change it.
I placed the css at the end of the css that is already there. Here is what I have:
li#menu-item-145 {
background-color: #2f67b1 !important;
}
li#menu-item-85 {
background-color: #2f67b1 !important;
}
li#menu-item-84 {
background-color: #2f67b1 !important;
}
li#menu-item-83 {
background-color: #2f67b1 !important;
}
#header_main .container, .main_menu ul:first-child > li a {
min-width: 76px;
}
.main_color .avia-icon-list .iconlist_icon {
background-color: #2F67B1;
}
body {
font-size: 15px;
}
.page-id-274 .av_toggle_section {
border:none!important;
}
.page-id-274 .toggle_icon{
color:#2f67b1;
}Sorry, should have done this for you. The site is in progress so I have to tell you exactly where I tried it. It seems that it happens when I am tweaking items in the edit area. I am using the Advanced Layout Editor.
On this page, I linked the icon graphic to the left of “Get started now!”:
On this page, I linked the blue icon graphic in the third box at the bottom of the page
http://www.potentialmatters.com/If you need to login I am supplying that info in the private content area
OK. Thanks.
Claudia
Hi All
I have had the same problem and followed Yigit’s instructions installing the transient cleaner plugin. The plugin did fix the problem! Make sure you click the “Run Now” buttons in BOTH sections of the plugin options page. BTW I did not change any settings.Thanks! You can close this.
Sorry, I forgot to include it
http://cttdev2.cagraphicdesign.biz/ -
AuthorPosts