Forum Replies Created

Viewing 12 replies - 46 through 57 (of 57 total)
  • Thread Starter moderqt4

    (@moderqt4)

    Hi Ben,

    I created a temporary admin account for you, expiring in 1 week.

    Thank you so much!!

    Stephanie

    Thread Starter moderqt4

    (@moderqt4)

    Hi Ben,

    Thanks. We added in the new code but it seems to have reduced the white space on the bottom (between logo and content). Is there a way to let you see our website without launching it to the general public?

    Thanks,
    Stephanie

    Thread Starter moderqt4

    (@moderqt4)

    (Not sure if the previous msg went through) Just wanted to say that Instagram now works at the footer! Thank you!

    Thread Starter moderqt4

    (@moderqt4)

    Never mind I just found out how to adjust the Instagram to footer!

    Thread Starter moderqt4

    (@moderqt4)

    Feel free to adjust a few things if possible!

    modernflourish.com

    Thread Starter moderqt4

    (@moderqt4)

    1) Thanks – I successfully uploaded the morning file you sent. However which one am I suppose to activate – Apex or Morning? I played around with both, but the Instagram is still on the side bar, not the footer.

    2) I also adjusted the margin but it still doesn’t allow the logo to be completely centered height wise in the space available.

    Thank you as always!

    Thread Starter moderqt4

    (@moderqt4)

    Hi Ben!

    1) I just tried to install your theme and received this message:

    Unpacking the package…

    Installing the theme…

    Destination folder already exists. /home2/moderqt4/public_html/wp-content/themes/morning/

    Theme install failed.

    2) It seems that the logo is almost fixed! The code you provided worked. So far I have in the CSS:

    .title-container {
    margin: 4.5em auto;
    text-align: center;
    }

    .title-container {
    width: 700px;
    height: 75px;
    }

    But I am now wondering how I can adjust the padding between the top bar that reads (Home, Work Hacks, Healthy Eats) and the top logo. I played around with the height and margin in the CSS but that only seems to change the distance between the bottom of the logo and the content below.

    Thread Starter moderqt4

    (@moderqt4)

    Hi Ben,

    The site is modernflourish.com

    – Would like to centre the logo
    – I also activated Apex theme, following your instructions below. BUT it seemed to completely overwrite the Morning theme – is this correct?
    – Where can I find functions.php?
    – How and where do I copy “ct_apex_register_widget_areas”?

    Thanks for walking me through this!

    “Sure, so you’ll want to use an Apex child theme (download on this page) to add this customization.

    In Apex, there’s a function called “ct_apex_register_widget_areas” on line 46 of functions.php. You can copy that function into the child theme and rename the function and sidebar name. That will register the new widget area.

    The next step is to copy the sidebar-primary.php file into your child theme and rename it something like my-sidebar-footer.php, and replace all uses of the “primary” name with the name of your new widget area.

    Lastly, copy the footer.php file into your child theme, and add into the footer the following function (using the name of your new widget area):

    <?php get_sidebar( ‘my-footer’ ); ?>

    Those three steps will add the widget area to the Widgets menu, and display any widgets added in the footer of the site. You can then update the style of the widgets how you’d like via CSS.”

    Thread Starter moderqt4

    (@moderqt4)

    Hi Ben,
    Thanks for all your help so far. My log is now left justified – can you please help me centre it? I tried adding:

    text-align: centre;

    But it doesn’t seem to change anything. As mentioned I am new to CSS so I am not sure where to insert that line of code!

    So far we have this in the css:

    .title-container {
    margin: .5em 0;

    }

    .title-container {
    width: 400px;
    height: 100px;
    }

    Thank you so much!

    Thread Starter moderqt4

    (@moderqt4)

    Hi Ben,

    Thank you so much. I haven’t tried this out yet but when I do, I’ll let you know how it works out!

    The site is not published yet so I can’t say for sure but I noticed on WordPress, in the mobile view, it looked like the site isn’t customized for smartphone view. Is this true? It looked OK for tablet.

    Another thing I noticed was when I copied over text from a word document, anywhere were I had a line space, the line space doubled. Is there a way for it not to default to double spacing?

    Thanks,
    Stephanie

    Thread Starter moderqt4

    (@moderqt4)

    That would be great to have the code for a new widget. Thanks for all your help!!

    Stephanie

    Thread Starter moderqt4

    (@moderqt4)

    Great thank you!

    I do have one more question:

    On the sidebar (Right) it is currently displaying my Instagram feed.

    We would like an additional side bar on the bottom to show only the Instagram feed.

    Appreciate your help!

    Thank you

Viewing 12 replies - 46 through 57 (of 57 total)