• Resolved comehere

    (@comehere)


    Hello guys, nice theme

    I would like to know how can I move Post meta “categories” loop under the “date, author and comment” loop.

    Basically I would like to change the order of how the post is shown.
    Right now the post is displayed in the following order: “title”, “date, author and comment”, “post excerpt”, then “categories”. Would like to reverse the last two.

    Also on categories, when visiting categories page, some themes shows the description of it (if available). Would this be possible to show with this theme?

Viewing 10 replies - 1 through 10 (of 10 total)
  • Theme Author ScriptsTown

    (@scriptstown)

    Hi,

    It’s possible to do such changes using a simple child theme of PressBook by modifying:

    index.php
    template-parts > content.php
    template-parts > content-single.php

    Here’s the child theme with the changes that you can download and upload the zip file to your WordPress > “Appearance” > “Themes” > “Add New” > “Upload Theme”.

    Then, you can activate the theme.

    Thanks!

    Thread Starter comehere

    (@comehere)

    @scriptstown It worked, thank you very much.

    One more question if it’s alright to ask here,

    The premium theme dark/light feature, is it a switch for dark/light mode? Can I have it for example as a button and have the users chose to switch it as their own preference?

    Thanks for the fast reply

    Theme Author ScriptsTown

    (@scriptstown)

    No, but you can use this dark mode plugin to get the same functionality.

    For any more questions related to the premium theme, you can reach out to us using our contact form on our official website.

    Thanks!

    Thread Starter comehere

    (@comehere)

    Thanks for the replay,

    I’ve tried that plug-in on different theme, but it was flickering whenever the switch was used. Will give it a shot when I’m done with the theme settings.

    Right now I found another issue with the theme and I can’t get my head around to solve it.

    I don’t use “featured image” to display images in post, but normal image links.

    Upon searching on the site, the images don’t show … and that’s only when using the search.

    Is there any fix for this, or I need a plug-in or child theme?

    Theme Author ScriptsTown

    (@scriptstown)

    It was set to show post excerpts for the search page.

    I have changed this behvaviour in the child theme. You can re-download from the previous link and upload.

    Thanks!

    Thread Starter comehere

    (@comehere)

    @scriptstown Worked, thanks again for fast help.

    Will reach out via the website, since I want to make one more modification (To have the search widget position replaced with the ad-banner if possible).

    But that will be after I finish with all the settings and upgrade the theme to premium, your services are worth paying for.

    Thanks again

    Theme Author ScriptsTown

    (@scriptstown)

    We have a contact form and an email on our site where you can reach out to us regarding the premium theme.

    Thanks!

    Thread Starter comehere

    (@comehere)

    I come back again with a help request, I play around with the Primary navbar right now.

    But I wish I could display the “search” within the primary navbar as a full block without clicking the icon.

    Could you please update it into the theme?

    Theme Author ScriptsTown

    (@scriptstown)

    You can use this CSS in Customize > Additional CSS:

    @media screen and (min-width: 768px) {
    	.primary-menu-search .primary-menu-search-toggle {
    		display: none;
    	}
    
    	.primary-navbar .primary-navbar-wrap .primary-menu-search .search-form-wrap {
    		position: static;
    		display: flex;
    	}
    
    	.primary-navbar .primary-navbar-wrap .primary-menu-search .search-form::before {
    		content: none;
    	}
    }

    Also, if you have a different support request, it’s better if you create a separate thread for it.

    Thanks!

    Thread Starter comehere

    (@comehere)

    It worked,

    Sorry first time using this forum, will open another thread for other requests if needed.

    Thanks

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Categories’ is closed to new replies.