Forum Replies Created

Viewing 10 replies - 1 through 10 (of 10 total)
  • How can we help you without getting the URL? your problems can most likely be solved by creating media queries with CSS and resizing everything that is going off page, but we are of no service to you without your specific page.

    Thread Starter dremoo1

    (@dremoo1)

    Okay, so I figured out a quick fix, but I am going to leave this up in case anyone else runs into the problem.
    If you copy text from font-awesome website, it looks like this:

    <span class="fa-stack fa-lg">
    <i class="fa fa-circle fa-stack-2x"></i>
    <i class="fa fa-flag fa-stack-1x fa-inverse"></i>
    </span>

    Quite simply, the fix is to move all of it to one line, like this:
    <span class="fa-stack fa-lg"><i class="fa fa-circle fa-stack-2x"></i><i class="fa fa-flag fa-stack-1x fa-inverse"></i></span>

    Thread Starter dremoo1

    (@dremoo1)

    Anyone? I feel like creating a functions.php file can do this, I just do not know PHP and also don’t know with certainty if that is true.

    Wow, awesome! I am new to wordpress & also rather unfamiliar with PHP and JQuery. could you tell me how to implement this? my site is at:

    https://www.augustamerealestate.com/home-alt/ . I am using a child theme of your theme.

    Thread Starter dremoo1

    (@dremoo1)

    Is the child theme for this useless? I am adding stuff to my child theme style.css sheet and it is doing nothing. As is, I will have to add all of my css to every individual page! this will severely bloat my site.

    Thread Starter dremoo1

    (@dremoo1)

    Hm. Added slider in, and the lead class goes away. I think you are right. It is likely a theme setting (to apply ‘lead’ class to the first <!– <p> –> would be my best guess.

    I do want to try it on the 2014 theme and will when I get the chance, then post my results. I have the ‘problem maker’ html & css code saved, & will plug it in to another website when I get the opportunity.

    Thread Starter dremoo1

    (@dremoo1)

    Hi, yes, thanks. I did post there about my issue.

    I am new to wordpress and have had trouble figuring it out. Just unfamiliar with WordPress, PHP, JS, etc. I am finally starting to ‘get it.’

    Regarding your asking if I can replicate the problem with 2014 theme – I may be able to, however it would require a great deal of time and effort because things get lost in translation. Bootstrap Ultimate theme has this awesome feature where one can add custom css to an individual page. That is what I have done with this home-alt page, so replicating it with 2014 theme would require me to install bootstrap to it, make a child theme to edit CSS, and so on, so forth. I may have to resort to that, but I am going to see if I can get a simple answer first!

    Thanks for the time/commitment to the thread & forums!

    Thread Starter dremoo1

    (@dremoo1)

    Unable to edit the above post (#2), however please DISREGARD it. I figured out how to add/remove stuff from those lists :facepalm:

    Site is here:
    https://www.augustamerealestate.com/home-alt/

    I am still having trouble with the 100% width slider. I have chosen to go with the html carousel that the bootstrap carousel example uses, because I like how it looks/operates. I want it to be 100% width, however I have given up on it for now. I can expand the div it is inside to 100%, which makes the slider 100% (plus the padding), however it throws the post portion of the homepage out of alignment. That can be fixed with width:1170px; and margins left/right auto, BUT it kills the responsiveness (a big dealbreaker!).

    Any tips/advice?
    Big thanks! If you get around to this (even if unable to figure it out), I’ll add my 5 star review. I just want to wait to see if I can get support before reviewing, since the theme is a little complex & support likely needed!

    Thread Starter dremoo1

    (@dremoo1)

    Okay, I will do, however I have a suspicion this might be unrelated to the theme itself so I wanted to try the general forum as well.

    Thread Starter dremoo1

    (@dremoo1)

    Okay so it seems like my real problem is my inability to add and delete stuff from the Appearance > bootstrap UL options > homepage options > What to display? AND Exclude from home. I am unable to add and remove anything from these menus! As is, ALL features are listed under the ‘exclude’ section (carousel being most important)!
    Can you post a step by step on how to add and remove stuff from this? I feel like I am somehow being blocked from it, because I can’t imagine the function is too difficult…

Viewing 10 replies - 1 through 10 (of 10 total)