Home Forums Pro Themes Photo Perfect Pro Blog Question & Background Question

Tagged: 

Viewing 15 posts - 1 through 15 (of 26 total)
  • Author
    Posts
  • #74459
    Sabina Araya
    Participant

    HI I’m trying to exclude the categories from my blog but the option is not visible. I went to Blog Options but the only option I get is to select the default words and read more text. How can I remove the categories and only show the sneak peak of my blog entries.Here’s the link to my blog page:
    http://www.arayascreations.com/blog/

    2nd question

    How can I make the pages background transparent and not white? I want it to look as though I have written directly on the wall and not have the white fill.

    #74461
    wensolutions
    Keymaster

    Hello @emanimama,

    First of all thank you very much for using the pro version of the theme.

    The query related to the category is not quite clear but according to our assumption, you want to remove the blog text that appears on the blog post upon hovering over the posts.

    So if this is what you meant then you can do so by adding below-given CSS by going to Admin Panel > Appearance > Customize > Additional CSS.

    .blog .post-content h2 a {
        display: none;
    }

    If not then please explain your query further with the proper screenshot and we will help you further.

    Not to make the content section transparent use below given CSS.

    .page #main {
        background: transparent;
    }

    Hope this helps.

    Best Regards!!

    Have a good day ๐Ÿ™‚ .

    #74522
    Sabina Araya
    Participant

    I don’t know how to attach a screenshot. I want to exclude the category post from my blog. And I don’t want the image to be visible when looking at the blog page.

    #74526
    Sabina Araya
    Participant

    The transparency only worked on the About Me page. I want the content fields to be transparent on every page. For example, on my front page where the featured images are, it currently has a white background to it, I want it to be transparent.

    Also, how to I get my images to appear the same way the demo does on the from page? my images are all straight and not close together.

    #74546
    wensolutions
    Keymaster

    Hello @emanimama,

    To make all the front page transparent use below given CSS.

    #sidebar-front-page-widget-area {
        background: transparent;
        box-shadow: none;
        
    }
    
    .home.page #main {
        background: transparent;
    }

    Now to make your front page look like in the demo you should manage your Homepage setting.

    For this just go to Admin Panel > Appearance > Customize > Homepage settings and set your “Frontpage displays” to your “latest post”

    Screenshot:

    http://prntscr.com/k0cf32

    Also, try using the image of size 439*706 in your second post so that you have the vertical image like in the demo.

    As for the query related to the category, you send us screenshot using the tools like Lightshot:

    https://app.prntscr.com/en/index.html

    Hope this helps.

    Best Regards!!

    #74609
    Sabina Araya
    Participant

    I want to be able to keep my blog post separate from the categories. Is there a way to have an actual blog page that doesn’t display images just a regular blog where I can post to?

    #74619
    wensolutions
    Keymaster

    Hello @emanimama,

    Actually, the theme is designed in in such way and the blog will list the posts along with the images being highlighted.

    Also, as much as we would love to help you with this we are unable to do so as it requires higher code customization so our suggestion to you is to hire professionals if you require.

    To hire a developer please refer to below given link:

    http://themepalace.com/hire-a-customizer

    Thank you.

    Best Regards!!

    #74646
    Sabina Araya
    Participant

    How can I change the font size of my content?

    How can I remove the page title from showing on its page when opened?

    #74648
    Sabina Araya
    Participant

    Can I add widgets into the footer?

    #74649
    Sabina Araya
    Participant

    How can remove the date of the blog post from showing to the public?

    #74657
    Sabina Araya
    Participant

    Where can I find the page ID’s?

    #74658
    Sabina Araya
    Participant

    I found the page ID’s

    Using the pages widget in the footer widget 1 section I excluded the the blog page ID from the widget pages menu and selected to sort by page order
    the footer reflects my selection on every page except the static home page

    how can I make the footer update globally?

    URL for how I want it to appear:
    http://arayascreations.com/your-investment/

    URL for how I don’t want it to appear:
    http://arayascreations.com/

    #74667
    Sabina Araya
    Participant

    Can you also advise how I can change the font size for the footer widget area only – not anywhere else in the site? I need to make the font smaller

    #74687
    Sabina Araya
    Participant

    Can I change the order in which my blog post? I think this will fix my blog issue if I can order it to post oldest to newest first then that way the five pictures I have posted first that appear on my home page will remain in place.

    #74756
    wensolutions
    Keymaster

    Hello @emanimama,

    Please find answers to your query below:

    Q: How can I change the font size of my content?

    Response: Can you please explain more clearly where do you exactly want to increase the font size in?

    Q: How can I remove the page title from showing on its page when opened?

    Response: To remove the page title in the pages just go to Admin Panel > Appearance > Customize > Additional CSS and paste below given CSS.

    .page h1.entry-title {
        display: none;
    }

    Q: Can I add widgets into the footer?

    Response: You can definitely add the footer in the widget and for this you need to go to Admin Panel > Appearance > Customize > Widget > Footer widget 1, 2, 3, 4 and add yo desired widgets.

    Q: How can remove the date of the blog post from showing to the public?

    Response: To hide the dates please add below given CSS by placing the CSS in Additional CSS.

    .single span.posted-on {
        display: none;
    }

    Q: URL for how I donโ€™t want it to appear:

    Response: To make the footer widget area disappear on the front page add below given CSS.

    .home #footer-widgets {
        display: none;
    }

    Q: Can you also advise how I can change the font size for the footer widget area only โ€“ not anywhere else in the site? I need to make the font smaller

    Response: To change the font size of the font only in footer widget add below given CSS.

    div#footer-widgets {
        font-size: 12px;
    }

    Change the font size as per your requirement.

    Q: Can I change the order in which my blog post? I think this will fix my blog issue if I can order it to post oldest to newest first then that way the five pictures I have posted first that appear on my home page will remain in place.

    Response: Currently there is no feature in the theme but you can try using the plugin that helps you to manage the order of the post from the backend.

    Plugin.

    https://wordpress.org/plugins/post-types-order/

    Note: We have not tested the plugin with the theme so we cannot assure its 100% compatibility with the theme.

    Hope this helps.

    Thank you.

Viewing 15 posts - 1 through 15 (of 26 total)
  • You must be logged in to reply to this topic.