Codeless
  • Support Home
  • Themes
  • Support
  • WordPress Tutorials
    • How to Start a Blog
    • Best Website Builders
    • Best Small Business Hosting
    • Email Marketing Services
    • Cheap WordPress Hosting
  • Video Tutorials

Community Forums

  • Profile
  • Topics Started
  • Replies Created
  • Favorites

Forum Replies Created

  • 8 years, 4 months ago [email protected]
    Participant

    Expired

    in reply to: Featured image header on single blog post pages

    Thank you.  I understand what you are telling me and I have set up the default page header.  However, adding a background image is not what I want.  It produces unwanted results.  See screenshot.

    I want the image to appear above the heading text and not as a background, like it does on all pages.  Like so.

    8 years, 4 months ago [email protected]
    Participant

    Expired

    in reply to: Featured image header on single blog post pages

    Thanks for the reply.  I have my settings in Default Page Header with no background image.  The header has a dark grey background and white text.  The image shows above the dark grey bar from the featured image selected for each page.

    I have Active page header selected for each blog post and the featured image does not appear above the dark grey bar.

    Am I missing something?

    8 years, 4 months ago [email protected]
    Participant

    Expired

    in reply to: Change Page Title of Custom Post Type/Taxonomy Archive Page

    For anyone that may need this answer, see below.  I am not an expert in PHP, but it works.

    <h1><?php

    function is_post_type($type){
    global $wp_query;
    if($type == get_post_type($wp_query->post->ID)) return true;
    return false;
    }

    if ( is_singular(‘post’) ) { echo ‘Blog’; } else if ( is_singular(‘faqs’)) { echo ‘Law FAQ Library’;} else if (is_post_type(‘faqs’)) { echo ‘Law FAQ Library’; } else echo esc_html($title) ?></h1>

    8 years, 7 months ago [email protected]
    Participant

    Expired

    in reply to: Hooks for Using Visual Composer Mega Footer

    Let me rephrase my question as I am not asking for support for the third party plugin.  My question is:

    Does your theme support the hook for ‘wp_footer’?  If not, is there another name that you call your hook?

Viewing 4 posts - 1 through 4 (of 4 total)

Site Links

  • Support Policy
  • Specular Support Forum
  • Video Tutorials
  • Knowledge Base
  • Guides and Reviews

Useful Articles

  • Build a Website
  • Web Design & Development
  • Hosting
  • WordPress

Login

Log In
Register Lost Password