Forum Replies Created

Viewing 30 posts - 31 through 60 (of 95 total)
  • Author
    Posts
  • in reply to: Grid style blog page -move title above categories #744013

    Thank you for this. It worked wonderfully
    Consider ticket closed.

    in reply to: malware warning related to avia template builder! #740813

    Whew! I thought it was updated but will investigate

    in reply to: Blog post – remove slash after last category #739677

    Thank you.
    You support folks are great!

    in reply to: blog side bar #736625

    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 ticket

    in reply to: create left and right margin for a content box #724054

    This 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

    in reply to: create left and right margin for a content box #722583

    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 :-)

    in reply to: create left and right margin for a content box #721756

    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.

    in reply to: create left and right margin for a content box #720613

    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.

    in reply to: create left and right margin for a content box #720579

    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.

    in reply to: adjust caption size for mobile #712647

    Thanks for your quick response. I had to add !important to make it work…I am getting smarter!

    in reply to: increase width headline rotator #665885

    That worked perfectly!
    Thank you for great support

    in reply to: background image problem #665588

    Thanks Basilis. you are correct.

    in reply to: inserting script #602577

    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.

    in reply to: Hide a color box background image on smartphone #596909

    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.

    in reply to: Hide a color box background image on smartphone #595092

    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 !

    in reply to: Hide a color box background image on smartphone #594420

    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-white

    For 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;
    }
    }

    in reply to: Hide a color box background image on smartphone #593660

    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
    Claudia

    in reply to: color box too deep #593599

    That worked perfectly
    Thank you. And you may close this ticket

    in reply to: color box too deep #592074

    Yes, 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

    in reply to: color box too deep #591115

    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.

    in reply to: can i override border colors on a single page #575038

    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 ticket

    in reply to: Rollover arrow disappeared #574205

    Nope. I am just glad I did not bother with a whole FTP reinstall!
    Thanks

    in reply to: Rollover arrow disappeared #574016

    I 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?

    in reply to: can i override border colors on a single page #573268

    Sure. Thanks. It all there new

    in reply to: can i override border colors on a single page #572980

    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;
    }

    in reply to: Rollover arrow disappeared #571813

    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

    in reply to: stop headline rotator #567270

    OK. Thanks.

    Claudia

    in reply to: No Updates available on Enfold 3.0.8 #539898

    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.

    in reply to: styling the submenu #525169

    Thanks! You can close this.

    in reply to: styling the submenu #520963

    Sorry, I forgot to include it
    http://cttdev2.cagraphicdesign.biz/

Viewing 30 posts - 31 through 60 (of 95 total)