Forum Replies Created

Viewing 20 posts - 1,041 through 1,060 (of 2,016 total)
  • Author
    Posts
  • in reply to: menues of the kathmandu pro theme #104082
    Pratik
    Participant

    Hi @Kranz.

    I checked your site and the site is showing only two items in primary menu. JP(会社沿革, I am assuming) and DE. Am i missing something?

    Regards,
    Pratik

    Pratik
    Participant

    Hi @Henriët,

    I am glad you figured it out even before me 🙂 .

    Regards,
    Pratik

    in reply to: Header Images for pages (Hoepage is not included) #104062
    Pratik
    Participant

    Hi @estelizo,

    Glad it worked out 😀

    in reply to: Verifying with Webmaster Tools #104061
    Pratik
    Participant

    Hi @dreamcatcher,

    You can do following:
    * Enable Webmaster tools for Catch Web Tools
    * Goto Webmaster Tools=> Site Verification and add the code google provided (For more info on google console, view https://support.google.com/webmasters/answer/34592?hl=en)

    For google webmaster console:
    * Add a property
    * Add your site url
    * Once there, you should land to Verify your ownership of http://example.com/ page
    * There are three tabs, select the second one Alternate Methods
    * Select HTML Tag

    Back to Catch Web Tools
    * Copy only code in Webmaster Tools=> Site Verification for google . E.g for <meta name="google-site-verification" content="nLkNOyEiZOZAnxQdmUCKIf21mh0MRE8gCk0lPh7jEAM" /> your code is nLkNOyEiZOZAnxQdmUCKIf21mh0MRE8gCk0lPh7jEAM
    * Save

    Again, back to google webmaster console
    * Click on verify selecting the HTML tag method

    Thats it. It should work. Let me know if you have problems.

    Regards,
    Pratik

    Pratik
    Participant

    Hi @gmg-jet,

    I think I made a small mistake here. Can you add this line instead of the one I gave earlier:

    
    elseif ( is_active_sidebar( 'sidebar-optional-archive' ) && ( is_home() || ( is_archive() || ( is_home() && $page_id != $page_for_posts ) ) ) ) {
    

    In previous one, I missed the condition for archive pages.

    Regards,
    Pratik

    in reply to: Older Posts Link #103999
    Pratik
    Participant

    Hi @marketingman,
    There is no easy way to achieve what you want. There is going to be a lot of HTML, PHP and CSS changes required. Please hire a customizer for this work.

    Regards,
    Pratik

    in reply to: Header Images for pages (Hoepage is not included) #103998
    Pratik
    Participant

    Hi @esteban,
    To add custom images to different pages, follow instructions at https://catchthemes.com/theme-instructions/adventurous-pro/#header-image and select either Option 4: Entire Site, Page/Post Featured Image or Option 5: Page and Post. Then Featured image of each page/post will be set as header image.

    Regards,
    Pratik

    in reply to: Fabulois Fluid sidebar #103996
    Pratik
    Participant

    Hi @fasteddit,

    Having full page width is a pro version feature. Please consider upgrading to pro version if you want this featured. Pro version details are here: https://catchthemes.com/themes/fabulous-fluid-pro/.

    Regards,
    Pratik

    in reply to: Fabulous fluid Cannot update theme #103993
    Pratik
    Participant

    Hi @fasteddie,

    Sometimes using different plugins can harm the site. Hope you figure out the culprit plugin.

    Regards,
    Pratik

    in reply to: Active Email Link in Header/Header Right Side #103992
    Pratik
    Participant

    Hi @cmsully7,
    How do you make an email address an active link in the header?
    This will not be possible currently as site description will not take HTML data. For this either hire a customizer, or upgrade to pro version, where you will be able to replace Search field on header right with your email. Also, you can add your email to social icons so that it appears in header as email icon and will achieve desired effect. Look at my second answer as to why social icons is not showing.

    How do you add content to the right side of the header?
    I am assuming rather than adding content, you want your social icons top show and search to hide. In your Appearance=> Customize=> Theme Options=> Custom CSS box, there should be following CSS:

    
    .sidebar.sidebar-header-right.widget-area {
        display: none;
    }
    

    This is hiding your header right sidebar completely. So remove it and your search and social icons will appear. Now to just hide search, use following CSS code in same place:

    
    #header-right-search {
        display: none;
    }
    

    Let me know if I missed anything.

    Regards,
    Pratik

    in reply to: Catch theme free : menu horizontal #103991
    Pratik
    Participant

    Hi @didierhg,

    What you want is not possible with simple CSS. Please hire Customizer for this work.

    Regards,
    Pratik

    in reply to: Category is Missing in the Post #103990
    Pratik
    Participant

    Hi victortads,

    Can you let me know how many categories you currently have in your site. When the number of categories is one, it does not show up.

    Also, I asked you to add multiple categories and posts for testing proposes. I wanted to see how currently, site handles if for more than one post.

    Regards,
    Pratik

    in reply to: Move Nav Menu #103963
    Pratik
    Participant

    Hi Amanda,

    Maybe it was due to cache :D. I am glad it worked out.

    Regards,
    Pratik

    in reply to: Category is Missing in the Post #103961
    Pratik
    Participant

    Hi @victoryads,

    Can you try adding more categories and more posts with different category?

    Regards,
    Pratik

    in reply to: Fabulous Fluid Main menu alignment #103960
    Pratik
    Participant

    Hi @Fasteddie,

    I am glad it worked out.

    Regards,
    Pratik

    in reply to: Moving featured slider to the bottom of the page #103959
    Pratik
    Participant

    Hi @elliottrae,

    That is possible via child theme modification. First, make a child theme. Detail are here.

    After you create and activate a child theme, please let me know and I will help you further.

    Regards,
    Pratik

    in reply to: Adding social icons to a primary menu #103956
    Pratik
    Participant

    Hi @elliottrae,

    That feature is not available. Please hire a customizer for that custom work.

    Regards,
    Pratik

    in reply to: Fabulous fluid Cannot update theme #103955
    Pratik
    Participant

    Hi @fasteddie,

    It will be pretty impossible to debug with only this much information. Can you send me more info? I will need admin access. Please wait for my email.

    Regards,
    Pratik

    in reply to: Verifying with Webmaster Tools #103954
    Pratik
    Participant

    HI @dreamcatcher,

    Please try Catch Web Tools‘s Webmaster Tools options.

    Regards,
    Pratik

    in reply to: Image output manipulation with php #103953
    Pratik
    Participant

    Hi @extremejax,

    Do you mean adding php scripts in footer editor? That is not possible for many many security reasons. If you want to add php scripts, please make a child theme and make modifications to the function.

    Regards,
    Pratik

Viewing 20 posts - 1,041 through 1,060 (of 2,016 total)