Home › Forums › Pro Themes › Photo Perfect Pro › Blog Question & Background Question
Tagged: blog
- This topic has 25 replies, 2 voices, and was last updated 5 years, 4 months ago by wensolutions.
-
AuthorPosts
-
June 27, 2018 at 3:18 am #74459Sabina ArayaParticipant
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.
June 27, 2018 at 4:56 am #74461wensolutionsKeymasterHello @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 🙂 .
June 28, 2018 at 2:32 am #74522Sabina ArayaParticipantI 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.
June 28, 2018 at 2:46 am #74526Sabina ArayaParticipantThe 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.
June 28, 2018 at 7:05 am #74546wensolutionsKeymasterHello @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:
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!!
June 29, 2018 at 4:14 am #74609Sabina ArayaParticipantI 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?
June 29, 2018 at 6:22 am #74619wensolutionsKeymasterHello @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!!
June 29, 2018 at 6:41 pm #74646Sabina ArayaParticipantHow can I change the font size of my content?
How can I remove the page title from showing on its page when opened?
June 29, 2018 at 7:24 pm #74648Sabina ArayaParticipantCan I add widgets into the footer?
June 29, 2018 at 8:30 pm #74649Sabina ArayaParticipantHow can remove the date of the blog post from showing to the public?
June 30, 2018 at 1:31 am #74657Sabina ArayaParticipantWhere can I find the page ID’s?
June 30, 2018 at 5:29 am #74658Sabina ArayaParticipantI 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 pagehow 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/June 30, 2018 at 7:10 am #74667Sabina ArayaParticipantCan 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
June 30, 2018 at 5:55 pm #74687Sabina ArayaParticipantCan 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.
July 2, 2018 at 2:26 am #74756wensolutionsKeymasterHello @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.
-
AuthorPosts
- You must be logged in to reply to this topic.