Forum Replies Created

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter kitty7896

    (@kitty7896)

    How do I create a support ticket on this site? My website is https://www.accomplishedaging.com.

    Thread Starter kitty7896

    (@kitty7896)

    Thank you. I can see them now.

    Thread Starter kitty7896

    (@kitty7896)

    Hi thank you. This helped to remove the title from the post entry but I am still trying to remove the category title from the post list. It says “Category: Blog” where it has the list of all posts. It also has the site navigation “Home > Blogs > post” on all post related pages.

    Can you provide the css to remove these please? Thanks!

    Thread Starter kitty7896

    (@kitty7896)

    Hi, This is the website: https://www.accomplishedaging.com

    Yes removing both the above CSS made content show up on my mobile but I want it to respond to the @media queries, as it was before.

    I have the below code in my homepage. I have a widescreen image+text that I only want to appear in desktop; and then 3 widgets that I want to appear in both desktop and phone.

    Thanks for the help!

    <div class=”desktop”>
    <div style=”background-image: url(‘https://www.accomplishedaging.com/wp-content/uploads/2017/11/hibi.jpg&#8217;); background-size: cover;”>
    <p style=”font-family: ‘Abril Fatface’; color: white; font-size: 150%; padding: 8px 0px 0px 15px;”>Welcome!</p>
    <p style=”font-family: ‘Abril Fatface’; color: white; font-size: 120%; padding: 0px 0px 0px 15px;”>To a place for seniors to connect, experience and stay up to date</p>
    <p style=”font-family: ‘Abril Fatface’; color: white; font-size: 100%; padding: 0px 0px 0px 15px;”>This site is for anyone, whether you?want to check out
    the resources and services available,
    engage in a lively discussion?with our community,
    or read or comment on interesting articles
    on various topics that are of relevance to seniors
    and their care-givers.</p>
    <p style=”font-family: ‘Abril Fatface’; color: white; font-size: 100%; padding: 0px 0px 0px 15px;”> Click to read more about us.</p>
    <p style=”position: absolute; top: 10em; right: 3em; width: 160px; padding: 4px; background-color: rgba(255,255,255,0.7); font-weight: bold; font-size: 102%;”> Register<span style=”font-size: 70%;”> to receive email alerts about our posts and become a member of our community. It’s free.</span></p>

    </div>
    [one_third padding=”3px 3px 3px 3px”][do_widget id=text-7][/one_third]

    [one_third padding=”3px 3px 3px 3px”][do_widget id=text-13][/one_third]

    [one_third_last padding=”3px 3px 3px 3px”][do_widget id=text-10][/one_third_last]

    </div>
    <div class=”phone”>

    [one_third padding=”3px 3px 3px 3px”][do_widget id=text-7][/one_third]

    [one_third padding=”3px 3px 3px 3px”][do_widget id=text-13][/one_third]

    [one_third_last padding=”3px 3px 3px 3px”][do_widget id=text-10][/one_third_last]

    </div>
    </div>

    Thread Starter kitty7896

    (@kitty7896)

    Hi,

    I am using this custom css code. It seems like the first half of the code is working but not the second half. Is it possible this is interfering with any style.css element?

    Any help would be appreciated!

    @media all and (min-width: 959px) {

    .content .desktop{display:block;}
    .content .phone{display:none;}
    }

    @media all and (max-width: 958px) {

    .content .desktop{display:none;}
    .content .phone{display:block;}
    }

    Hello,
    I loaded my front page with CSS code for a background image and text . After this, it is not loading well on the mobile site though it works fine on a PC. I have given below the code I have used. Is there something missing that is preventing a true upload on a mobile phone? Please help.

    <div style=”background-image: url(‘https://www.accomplishedaging.com/wp-content/uploads/2017/11/hibi.jpg&#8217;); background-size: cover;”>
    <p style=”font-family: ‘Abril Fatface’; color: white; font-size: 150%; padding: 8px 0px 0px 15px;”>Welcome!</p>
    <p style=”font-family: ‘Abril Fatface’; color: white; font-size: 120%; padding: 0px 0px 0px 15px;”>To a place for seniors to connect, experience and stay up to date</p>
    <p style=”font-family: ‘Abril Fatface’; color: white; font-size: 100%; padding: 0px 0px 0px 15px;”>This site is for anyone, whether you?want to check out
    the resources and services available,
    engage in a lively discussion?with our community,
    or read or comment on interesting articles
    on various topics that are of relevance to seniors
    and their care-givers.</p>
    <p style=”font-family: ‘Abril Fatface’; color: white; font-size: 100%; padding: 0px 0px 0px 15px;”>Click to read more about us.</p>
    <p style=”position: absolute; top: 9em; right: 3em; width: 160px; padding: 4px; background-color: #fff; opacity=1.0; font-weight: bold; font-size: 100%;”> Register<span style=”font-size: 70%;”> to receive email alerts about our posts and participate in our forums. It’s free.</span></p>

    </div>
    [one_third padding=”3px 3px 3px 3px”][do_widget id=text-7][/one_third]

    [one_third padding=”3px 3px 3px 3px”][do_widget id=text-13][/one_third]

    [one_third_last padding=”3px 3px 3px 3px”][do_widget id=text-10][/one_third_last]

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