Viewing 13 replies - 1 through 13 (of 13 total)
  • Plugin Author Chris Reynolds

    (@jazzs3quence)

    It’s possible, but I’d need to see it to be able to know for sure.

    Thread Starter Hallofthemtking

    (@hallofthemtking)

    Chris, what do I need to send you? I also would like to remove the border around the book cover. Is this a div border or a img border in the css?

    Plugin Author Chris Reynolds

    (@jazzs3quence)

    Just a link to your site. If I can’t see the issue, I can’t troubleshoot it.

    There is no border around the book cover added by the plugin. So if there is a border showing around the cover on your site, it’s coming from your theme. I’d recommend talking to the developer of the theme for questions having to do with the theme.

    Thread Starter Hallofthemtking

    (@hallofthemtking)

    Chris,

    The server has been slow but here is the URL.
    http://www.weedlyweekly.com
    Click on the tab for book reviews

    BTW, the theme has the capability to customize and override the css and img border = 0 which is working for images within the theme. For some reason the book covers have borders, the css for the book review must be loading after the themes css.

    Brad

    Plugin Author Chris Reynolds

    (@jazzs3quence)

    Check the plugin’s source. This is the only front-end CSS in the entire plugin: https://plugins.trac.wordpress.org/browser/book-review-library/tags/1.4.11/css/public.css

    There is no CSS for borders coming from the plugin. On the other hand, when I look at the source of your theme, there is a stylesheet named ‘sans-default.css’ which is adding a border around the thumbnails: https://cloudup.com/chf0F0aPMaM

    Looking further in the code, it looks like maybe you’re using multiple shortcodes or something because there’s one book review wrapper, and then two more further on down the page and they aren’t connected to each other.

    Developer Tools http weedlyweekly com marijuana book club 2

    If this is a custom theme, why not build around the built-in archive for book reviews?
    http://weedlyweekly.com/book-review/

    Thread Starter Hallofthemtking

    (@hallofthemtking)

    What is the best way to use the built-in archive for book reviews?
    Currently I use Pages which create a navigation(link) on the page.
    How would I create a link that would show the /book-review/ ?

    Brad

    Thread Starter Hallofthemtking

    (@hallofthemtking)

    Chris, I used a permalink to the book-review.
    If I want to customize the look or add a banner to the top of the page, where is the php/html? I looked through the plugin folder but didn’t spot it.

    Brad

    Thread Starter Hallofthemtking

    (@hallofthemtking)

    On the book review page I’m seeing HTML showing.

    ” title=”book title by author” />

    Brad

    Plugin Author Chris Reynolds

    (@jazzs3quence)

    What is the best way to use the built-in archive for book reviews?

    The best way is to create a template file in your theme called archive-book-review.php and add any custom code/layout into that. That uses the built-in WordPress template hierarchy. This can be a copy of your default archive.php with any custom layout/code you want added to it.

    That should answer your second question, too.

    On the book review page I’m seeing HTML showing.

    ” title=”book title by author” />

    This can be resolved by setting “Display author with title” to Disabled in the Theme Options.

    Thread Starter Hallofthemtking

    (@hallofthemtking)

    Thanks Chris, I see the archive-book-review.php is loading.
    the book review is not showing however, what code do I use to
    render the review?

    Brad

    Plugin Author Chris Reynolds

    (@jazzs3quence)

    Should just be a regular WordPress loop. Just copy pasta from your archive template should work.

    Thread Starter Hallofthemtking

    (@hallofthemtking)

    The page is blank when it loads. So, I don’t need to add any code to the template for the review to be displayed?

    Brad

    Plugin Author Chris Reynolds

    (@jazzs3quence)

    You need to add the normal WordPress loop and any code that would be used on any other archive page. If you just create the file and don’t put anything in it, then, no, nothing is going to display.

Viewing 13 replies - 1 through 13 (of 13 total)
  • The topic ‘Page height’ is closed to new replies.