Forum Replies Created

Viewing 15 replies - 31 through 45 (of 51 total)
  • Taxonomy. I’ve only got one custom post type. Because I’m not using a static front page, and there will be no posts on it, your plugin (along with Menus) has allowed me to list the services we offer under a more appropriate page.. as posts (vs child-pages). Thanks!

    My permalinks/urls are:
    http //:MySite/custom_post_type/my_custom_posts/

    and if possible I’d like them to be:
    http //:MySite/my_custom_posts/

    I’ve got the same issue. Assuming that “Advanced Options” is the same as Settings, not sure what to change. I see “Custom Rewrite Slug” which is currently “default: taxonomy name”. “Rewrite With Front” is set to true, and “Rewrite Hierarchical” is set to false. How exactly do I set a custom rewrite slug where the “post type” is not displayed in the urls. Thanks!

    Thread Starter Avery1

    (@avery1)

    My theme updated to the new version, but in the process my images and tagline/banner text, etc., was replaced with stock images and generic text. It wasn’t a huge deal because the site is under maintenance, but I don’t want that happening when it goes live again. Is there a way to turn off automatic updating?

    Btw, the new version seems to work a lot better, and the Options Panel is now cooperating! ๐Ÿ™‚

    Thread Starter Avery1

    (@avery1)

    My Pages are behaving the way I want them to now. Thank you. However, I can’t seem to get rid of the sidebar in my Custom Posts. That option doesn’t show up in Attributes on the Custom Post editor.

    And how do I get rid of the “About the Author” section on Custom Posts?

    Thread Starter Avery1

    (@avery1)

    Oh brother. I fixed the label problem by playing with the “Edit Post Types” settings. Duh. But I would still like to know if there’s a way to remove the custom post category from the urls and menu labels on the posts.

    Thread Starter Avery1

    (@avery1)

    Alright!! THANK YOU!

    Thread Starter Avery1

    (@avery1)

    This is the Footer Customization code I’m using:

    <p>Copyright ยฉ 2015 ยท All Rights Reserved ยท <a href="http://mysite.com">My Site</a></p>

    Thread Starter Avery1

    (@avery1)

    Regardless of what changes I make to the Footer Custom CSS the footer.php reflects this:

    ‘<!– /Footer Section –>
    <div class=”clearfix”></div>
    <!– Footer Copyright Section –>
    <!– Custom css —>
    <?php
    if($current_options[‘webrit_custom_css’]!=”) { ?>
    <style>
    <?php echo $current_options[‘webrit_custom_css’]; ?>
    </style>
    <?php } ?>
    <!– Custom css —>
    <div class=”footer-copyright-section”>
    <div class=”container”>
    <div class=”row”>
    <div class=”col-md-8″>
    <div class=”footer-copyright”>
    <?php echo $current_options[‘footer_copyright_text’];?>
    </div>’

    Thread Starter Avery1

    (@avery1)

    I don’t have a theme by Templatic. The one I am using is a Webriti theme, Appointment v. 1.5.3.

    Thread Starter Avery1

    (@avery1)

    I have a question. Is this theme a modified version of http://templatic.com/app-themes/appointment ? I see there is all this coding for options like “testimonials” and “portfolio” and “dummy content” but the theme I downloaded from WordPress.org doesn’t support any of those options, and the ones I do have mostly don’t work.. not even with a clean install of the theme on a clean install of WP with no active plugins. Simple things like changing the copyright text in the footer. I have changed it in the Options panel and via the c-panel over and over again and the result is nothing. The Custom CSS option seems to work well.

    What code added to Custom CSS change the footer text?

    The background color disappeared on slide-text-bg1. Where do I add it and also make the box bigger?

    Where do I change the color of the text and bg in the header?

    Thanks

    .

    Thread Starter Avery1

    (@avery1)

    I was able to get rid of the date/author by adding your custom css code. Thank you for that.

    Thread Starter Avery1

    (@avery1)

    So sorry for the oversight! My page title problem is fixed. Your plugin has been a lifesaver. Thank you!

    Thread Starter Avery1

    (@avery1)

    It doesn’t work regardless of whether or not it’s turned on. In template-tag.php I see this code:

    `function appointment_aside_meta_content()
    {
    $current_options=get_option(‘appointment_options’);
    if($current_options[‘meta_section_settings’]==’on’) { ?>
    <!–show date of post–>
    <aside class=”blog-post-date-area”>
    <div class=”date”><?php echo get_the_date(‘j’); ?> <div class=”month-year”><?php echo get_the_date(‘M’); ?>,<?php echo get_the_date(<strong>’Y'</strong>); ?></div></div>
    <div class=”comment”><a href=”<?php the_permalink(); ?>”><i class=”fa fa-comments”></i><?php comments_number( ”, ‘o’, ‘%’ ); ?></a></div>
    </aside>
    <?php } } endif;

    if ( ! function_exists( ‘appointment_post_meta_content’ ) ) :
    function appointment_post_meta_content()
    { $current_options=get_option(‘appointment_options’);
    if($current_options[‘meta_section_settings'<strong>]==’on’)</strong> { ?>
    <div class=”blog-post-lg”>
    <a href=”<?php echo get_author_posts_url( get_the_author_meta( ‘ID’ ) );?>”><?php echo get_avatar( get_the_author_meta(‘user_email’), $size = ’40’); ?></a><?php _e(‘By’,’appointment’);?><a href=”<?php echo get_author_posts_url( get_the_author_meta( ‘ID’ ) );?>”><?php echo get_the_author();?></a>`

    But the theme doesn’t recognize when it’s ‘off’. Can I change the ‘Y’ to an ‘N’ for No? Or the ‘On’ to ‘Off’ ?

    Thread Starter Avery1

    (@avery1)

    Thank you, that fixed the error messages. There still does not seem to be an option to turn off the date/author on my
    Pages. It’s turned off on Posts (which I don’t want), but not on Pages. I want it off on my “About Us” and “Contact” pages, not on Posts.

    Thread Starter Avery1

    (@avery1)

    It didn’t work. The date/author is still on Pages. And now I’m getting these errors when I try to modify the site Tagline:

    Warning: Cannot modify header information – headers already sent by (output started at /home/ewnet/public_html/wp-content/themes/appointment/functions/template-tag.php:54) in /home/ewnet/public_html/wp-includes/pluggable.php on line 1178

    .. or update a page that is scheduled for publishing:

    Warning: Cannot modify header information – headers already sent by (output started at /home/ewnet/public_html/wp-content/themes/appointment/functions/template-tag.php:54) in /home/ewnet/public_html/wp-admin/post.php on line 233

    Warning: Cannot modify header information – headers already sent by (output started at /home/ewnet/public_html/wp-content/themes/appointment/functions/template-tag.php:54) in /home/ewnet/public_html/wp-includes/pluggable.php on line 1178

Viewing 15 replies - 31 through 45 (of 51 total)