Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #121557
    albertjee
    Participant

    I was playing with many of your Catch themes…That’s means you caught my attention. However these items are broken or not working properly…

    1. The Feature Slider–seems to be in demo mode, I don’t see the UI so I can insert my pages/post like I did with the non-Pro

    2. The Default menu is working, the Customer menu is not…

    3. After the Footer comer;ie “…Theme:Cathch Flames Pro” there seems to be a widget or something that is adding something in text mode that look like my menu..

    my test site is http://www.albertjee.org

    Thanks in Advance

    #121559
    albertjee
    Participant

    FYI… my ver of the Catch Flame Pro theme is 3.8.2 is that the Latest???

    #121561
    tikaram
    Keymaster

    @albertjee : After analyzing your site I found that there are some jQuery errors on your site. Sometimes, this type of error occurs due to Plugin conflict with the theme. I suggest you to disable all the plugins and follow this link to know more about plugin conflict with our themes.
    Let me know if you need further assistance.

    Regards,
    Tikaram

    #121564
    albertjee
    Participant

    Here’s more on this matter…I ran Child theme Configurator—Analyze and it discover these debug output:

    Notice: Constant WP_CRON_LOCK_TIMEOUT already defined in /home1/albertje/public_html/wp-config.php on line 91

    Notice: Constant AUTOSAVE_INTERVAL already defined in /home1/albertje/public_html/wp-config.php on line 92

    Notice: Constant WP_POST_REVISIONS already defined in /home1/albertje/public_html/wp-config.php on line 93

    Notice: Constant EMPTY_TRASH_DAYS already defined in /home1/albertje/public_html/wp-config.php on line 94

    Welcome any thoughts & feedback on what are my next steps…?

    #121567
    albertjee
    Participant

    Thanks…now working…found the bad TDD Progress Bar plugin lasted updated ~ 5yrs ago…

    So seems most features are now appearing in the UI
    Do I need to be concern with the php debug msg shown above (previous thread…?)

    thanks again…:-)

    #121569
    tikaram
    Keymaster

    @albertjee : It looks like you don’t have any more issues on your site. Those debug messages are warnings only, you do not need to worry about those warnings.
    Let me know if you have any further issues.

    Regards,
    Tikaram

    #121601
    albertjee
    Participant

    thx tikaram for your prompt reply…

    Is it my poor observation, every time I make a design change; e.g., turn featured content on/off, I lose the background color on the promotion headline…?? it goes back to the default color.

    I think I need to fix it via Child theme …?

    Also, what is the CSS code to move my logo to the “right” so it’s move centered above the menu bar….how many px to move it e.g., 0.5 inches

    thanks in advance, I’m glad I went with Catch Themes, your support has been Outstanding…:-)

    #121634
    albertjee
    Participant

    Another quick ???—I have Catch Flame Pro….is it possible to add via Sidebar Widget Background Color to ONLY cover just a portion of the background…see this example here (this was done my another WP who is using Catch Themes.

    Welcome any and all advise….:-)

    working EXAMPLE   via Catch Themes would like to Repro via Catch Flame Pro!

    #121642
    tikaram
    Keymaster

    @albertjee : The promotional header color doesn’t change when you on/off featured content. You can define the desired color through additional css, you don’t need a child theme for this.
    To move the logo to right and add background color to the header in sidebar widget:
    Go to Appearance => Customize => Additional css and add the following css.

    @media only screen and (min-width: 990px) {
    #site-logo.title-left{
    	padding-left: 100px;
    	}
    }
    .sidebar-three-columns .widget-title{
    	background-color: #930000;
    	color: #fff;
    }

    Let me know if you need further assistance.

    Regards,
    Tikaram

    #121668
    albertjee
    Participant

    @ Tikaram,,,you guys are awesome…that’s why I went with Catch to get my school non-profit site up and running…:-)

    तपाईं केटा हुनुहुन्छ

    Both tips are working 100% GREAT!!!

    However, I might be changing to this layout…

    to Right SideBar…from the typical 3 col layout

    what is the proper syntax for the “widget title” then…?

    Also, I think you have a bug in the color for the promotional msg title…? it seems to reset often to the default of #eee (almost white)

    I can live with that, but I tried this in Additional cSS with no luck—>

    #promotion-message .left h2 { color: #930000; }
    and/or
    #promotion-message h2 { color: #930000; }

    Welcome any helpful advise….I’m 80% there before I going to write my positive 5 star review for this theme…?

    #121669
    albertjee
    Participant

    here’s more this right sidebar layout will be using the homepage widget….not clear what the syntax should be…?

    thx again

    #121671
    albertjee
    Participant

    I found one fix..to resolve the contact reset of the Promotional Header title getting reset to #eee

    I read thru the style.css and the correct syntax for what I need is as follows:

    #promotion-message .entry-title {color: #930000; }

    so I have these remaining OPen requests/issues:

    1.) when using the right sidebar layout and using the using the homepage widget, how to change background color for this widget title?

    2.) new request…., when using the Right sidebar layout, how to change the column widths, for their respective columns in this Right sidebar layout ( ie., there is now only two columns appearing on the screen, like to better optimize the screen space..:-)

    thanks in advance

    #121704
    tikaram
    Keymaster

    @albertjee : 1) Changing the color of widget title when using right sidebar layout : Use the following additional css.

    #secondary .widget-title{
    	background-color: #930000;
    	color: #fff;
    }

    2) To increase the column width in the right sidebar layout add the following additional css.

    .two-columns .wrapper {
    	width: 1260px;
    }
    #primary{
    	width: 840PX;
    }

    Regards,
    Tikaram

Viewing 13 posts - 1 through 13 (of 13 total)
  • The topic ‘Just Upgraded to Catch Flames Pro’ is closed to new replies.