• Resolved wpuser202020

    (@wpuser202020)


    Hi there.
    Looking to change my website and have looked at the Flash Theme. Just a few questions before I download it and spend time on it.

    Main issues I had previously was no option for SEO functions on blog posts. You could have them on the pages but not on the separate blog posts. Am I able to enter SEO such as Meta Descriptions, Keywords, Tags for separate blog posts.

    Secondly when I check the demo and the blog posts, as per the link included, the text is all together in one paragraph. Am I able to have separate paragraphs and add HTML code along with pictures and videos and links?

    Thanks in advance

    The page I need help with: [log in to see the link]

Viewing 8 replies - 1 through 8 (of 8 total)
  • Hi @wpuser202020,

    All our theme are SEO friendly and sure you can have seperate paragraphs and add HTML code along with pictures, videos and links.

    Regards,
    Milan

    Thread Starter wpuser202020

    (@wpuser202020)

    Thanks Milan

    Can I just double check that I can do all the SEO functions mentioned with separate blog posts? I know most themes are SEO friendly but its really more to do with the individual blog posts having separate SEO options

    Thanks again for your prompt response

    @wpuser202020

    Can you search for SEO plugins available in the WordPress Plugin Directory and manage accordingly?

    Thanks.

    @wpuser202020

    For the first issue, can you add the below CSS code to Additional CSS box and check?
    #top-footer {
    padding: 40px 0 0;
    }
    #top-footer .textwidget {
    font-size: 13px;
    }

    For the second and the third issue, can you provide us the screenshot link for a better understanding of the issue?

    Thanks.

    @wpuser202020

    For the image center issue, can you once try the below CSS code in the Additional CSS Box provided via the Customizer Options and check once:

    .so-panel.widget_media_image .wp-caption {
        margin: 0 auto;
    }

    For the mobile issue, please create 2 columns within that row and then, add the heading and paragraph of one details in one column and ither in the other column, not separate as you’ve currently setup.

    Thanks.

    Thread Starter wpuser202020

    (@wpuser202020)

    Hi Nitu

    Those ideas above worked perfect. Thank you so much for that 🙂

    Just with the other things I mentioned. On the standard footer the privacy policy and sitemap links are showing black. Is there a way to have the links as the same as the rest of the text.
    Also the box for the footer seems too large. Can I reduce the padding at the top and bottom?

    thank you

    @wpuser202020

    Can you add the below CSS code to Additional CSS box and check?

    #colophon .widget a {
        color: #fff;
    }
    #top-footer {
        padding: 30px 0 0px;
    }

    Thanks.

    Thread Starter wpuser202020

    (@wpuser202020)

    Nitu

    Thank you so much for all your help over the last few days. Really appreciate it

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

The topic ‘Blog Posts’ is closed to new replies.