Forum Replies Created

Viewing 20 posts - 241 through 260 (of 282 total)
  • Author
    Posts
  • in reply to: Setting the default sidebar #112353
    Glen Pavelich
    Participant

    Further, in Lucida, I don’t see how to apply the ‘before-content’ to an individual page. The only option seems to have it apply globally by putting something in that sidebar. And for all the sidebar options available, the ability to apply them a page is indeed very limited to only the organization listed in theme options/layout picks.

    For instance by choosing the ‘three column layout’ (secondary, content, primary) to appear on the home/blog page (my default) then the layout options for any other page will not replace the ‘secondary’ sidebar, only the primary sidebar.

    And if I chose for a particular page just primary/content to attempt this, then no optional sidebar can be applied at all. Am I missing something here.

    in reply to: Compare sheet #112348
    Glen Pavelich
    Participant

    I moved this discussion to the template I purchased. https://catchthemes.com/support-forum/topic/horizontal-before-content-sidebar/
    Disregard the additional question here, posted Mar 17.

    Thanks
    G

    in reply to: Setting the default sidebar #112346
    Glen Pavelich
    Participant

    Thank you.
    Child theme applied.
    URL: http://www.rmofcanwood.ca/494

    in reply to: Compare sheet #112216
    Glen Pavelich
    Participant

    Thank you – I realize now I asked this twice in the same way, but what I was after was whether or not there is a template with a a widget area (for ‘before content’) that will align 2 or 3 widgets in a horizontal row. The RockStar does have the option but if more than one widgets is added they display one after the other vertically.

    in reply to: Registering a widget area #112157
    Glen Pavelich
    Participant

    Is there a theme with a ‘horizontal’ widget area above or below the content? I see some themes have a widget area ‘BEFORE’ content, but I’m assuming this is a vertical sidebar, or does this in fact mean horizontal?

    G

    in reply to: Compare sheet #111642
    Glen Pavelich
    Participant

    Thank you – I will check it out before I purchase the preferred template for this job.

    G

    in reply to: Compare sheet #111567
    Glen Pavelich
    Participant

    Is there a template that you know of that has a horizontal widget area, say optional for below the header or in the content area?

    G

    in reply to: Theme update – new issues #111480
    Glen Pavelich
    Participant

    But I have a new question.

    Every time I select ‘theme options’ by mistake it completely breaks any settings I have set under customize…. ie turning feature slider off, setting the layout to 3 columns, etc.

    It would be best to take it right out of there since it doesn’t work anymore. If I set something in there it doesn’t stay clicked anyway, but in saving that selection, as I said above, it breaks the other settings back to defaults.

    in reply to: Theme update – new issues #111472
    Glen Pavelich
    Participant

    OK – Fixed it – I see you have discontinued the theme options tab.

    in reply to: Theme update – new issues #111467
    Glen Pavelich
    Participant

    Right header sidebar social widgets also disappeared.
    Essentially – none of the theme options will stay clicked, and it seems corrupted because all but the active tabs are greyed out.

    in reply to: Theme update – new issues #111466
    Glen Pavelich
    Participant

    Right header sidebar social widgets also disappeared.
    Essentially – none of the featured options will stay clicked, and it seems corrupted because all but the active tabs are greyed out.

    in reply to: Theme update – new issues #111465
    Glen Pavelich
    Participant

    I had to add this to my child-style
    to hide it until you can take a look

    #slider-wrap img {
    display: none;
    }

    in reply to: Registering a widget area #111035
    Glen Pavelich
    Participant

    Ha! But replacing the header that way makes it non-responsive to devices.
    Is there a simple trick to make a background image in the header responsive?

    If not, (using appearance/theme options to assign the image)
    how do I disable the header for the pages, so it only appears on the home page.
    And is there a way to make a different header appear on the pages (other than the home page)?

    in reply to: Registering a widget area #111029
    Glen Pavelich
    Participant

    Sorry, I likely didn’t make that second part of the question clear.

    It wasn’t about adding featured images to a post, but adding CSS code for second branding area photo (for the header) …so I could have a larger header image on the home page and a shorter one on all the other pages. I couldn’t find the proper class to grab, but I did figure it out. See code below.

    #branding
    width: 1000px;
    height: 200px;
    border: 1px solid #eee;
    background: #000 url(/ThemeTrialWP/wp-content/uploads/2017/02/backgroundSmall.jpg) no-repeat;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    }

    .home #branding {
    width: 1000px;
    height: 642px;
    background: #000 url(/ThemeTrialWP/wp-content/uploads/2017/02/background2.jpg) no-repeat;
    }

    As to the first question: The code you gave me for the new widget area works perfect, and is exactly what I was looking for help with.
    Thank you so much.

    The support here at Catch Themes is one of the reasons I use Catch almost exclusively for the WP sites I build.

    G

    in reply to: Registering a widget area #110949
    Glen Pavelich
    Participant

    And sorry… I found still one more thing in addition to the previous post I just made.

    I have two page branding images… a shorter one for the pages, and a longer one for the home page, but I can’t find a different class or id that allows me to set one for each.

    Can you tell me how to set the second one below so it appears only on the pages, and the top so it only appears on the home page?

    #page #branding {
    width: 1000px;
    height: 642px;
    background: #000 url(/ThemeTrialWP/wp-content/uploads/2017/02/background2.jpg) no-repeat;

    }
    #branding {
    width: 1000px;
    height: 200px;
    border: 1px solid #eee;
    background: #000 url(/ThemeTrialWP/wp-content/uploads/2017/02/backgroundSmall.jpg) no-repeat;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    }

    in reply to: Registering a widget area #110945
    Glen Pavelich
    Participant

    Yes, thank you very much that is the code I needed help with, and I appreciate your taking the time to show me how it should look. I learn from this… thank you.
    Can you assist with one more thing on this.
    I now have the new widget area working, except I cannot get the 3 items within the widget to float left so they are horizontal across the page.
    You will see below header how they align vertically. My css doesn’t seem to be working to get the sections to float left.
    Thanks
    Glen

    in reply to: Registering a widget area #110847
    Glen Pavelich
    Participant

    I finally accomplished this, but I have another question because I only want this new registered widget on the home page.
    My site:
    The added widget area is just below the header and contains the 3 images: liqueur glass, jelly tree, jelly

    I have the functions.php code as:

    // Optional Main Content Sidebar Added
    function tgherbs_widgets_init() {

    register_sidebar( array(
    ‘name’ => __( ‘Main Content Widget’, ‘catch-box-pro’ ),
    ‘id’ => ‘main_content_sidebar’,
    ‘description’ => __( ‘Main Content Widget’, ‘catch-box-pro’ ),
    ‘before_widget’ => ‘<section id=”%1$s” class=”widget %2$s”>’,
    ‘after_widget’ => “</section>”,
    ‘before_title’ => ‘<h2 class=”widget-title”>’,
    ‘after_title’ => ‘</h2>’,
    ) );
    }
    add_action( ‘widgets_init’, ‘tgherbs_widgets_init’ );

    And have added it to the header

      near lien 106 just above div id=”main” class=”clearfix”

    <?php if ( is_active_sidebar( ‘main_content_sidebar’ ) ) : ?>
    <div class=”main-content-widget”>
    <?php dynamic_sidebar( ‘main_content_sidebar’ ); ?>
    </div>
    <?php endif; ?>

    BUT for catch-box-pro how do I edit the php so it only displays on the home page.

    Can you instruct me as to what code to use?

    in reply to: Featured Image – Linkable #102318
    Glen Pavelich
    Participant

    OK. The default (link to relative post) isn’t even working for the short-code generated posts. Sigh. I do have a ticket in with plug-in support.
    Thanks

    in reply to: Upgrading to 3.4 #102137
    Glen Pavelich
    Participant

    I’m upgrading from pro 3.3 to pro 3.4, and will be sticking with my child theme which is activated. Can you respond again whether I should expect any issues. Your statement ‘considering you are using original theme, not the child theme” left me still unclear.
    I will look into the plug-ins but would like to be certain once and for all if the child theme makes a difference in whether or not the customizations are maintained during the upgrade.
    Thanks

    in reply to: Sidebars are random #101808
    Glen Pavelich
    Participant

    PS to my earlier reply above – The wooCommerce sidebar works as it’s supposed on the test site I did up for this same client… (Same template, same settings, etc). Can be viewed at http://www.fireflywebs.ca/TestSite

    So there’s something else amiss for their official site. (See francodenicola.com) Can you help me figure out what it is?

Viewing 20 posts - 241 through 260 (of 282 total)