Forum Replies Created

Viewing 20 posts - 61 through 80 (of 117 total)
  • Author
    Posts
  • in reply to: add metatags to head #96315
    wensolutions
    Participant

    We have inspected your site.
    And currently you have two issues with the meta tags.

    Please follow the detailed instructions below.

    1. Got to Catch Web Tools -> Webmaster Tools -> Header and Footer Scripts

    2. There you will be able to see two text area ( Big text box).

    3. Remove the meta tags if you have added it on the second box.

    4. Directly copy and paste the below given meta code. Copy them as they are without any modification to the tags.

    
    <Title>http://slaveryshatterslives.com</Title>
    <meta name= "revisit-after" Content="30 Days">
    <meta name="Description" Content="Raising awareness of human trafficking, assisting victims, linking resources, protecting kids, ">
    <meta name="Keywords" content=" bringing hope to sex trafficking victims Slavery Shatters Lives, sexual abuse survivors, social media sexual predators, tools to fight human trafficking, human trafficking rescues, latchkey children, sex traffickers photos, runaways, protecting children, victims’ assistance programs, child trafficking, sexual predators, pedophiles and xbox, global human trafficking resources, activism, survivors’ advocacy, spread awareness of human trafficking, rape, massage parlors, missing children, slavery abolitionist">
    <meta name="Author" content="Nancy Walker">

    4. Paste the copied code on the first text box labelled Enter scripts or code you would like output to wp_head(): not the second one.

    5. Press on the Save Changes button to save your changes.

    Hope this is all clear now.

    in reply to: add metatags to head #96160
    wensolutions
    Participant

    Hello,

    We have tried the web master tool of the catch web tools plugin locally and it seem to work perfectly and add the meta tags as intended.

    You will just have to make few changes to you meta tags snippet, which we have done for you just copy and paste the below given meta tags on the same place as we instructed above

    <Title>http://slaveryshatterslives.com</Title>
    <meta name= "revisit-after" Content="30 Days">
    <meta name="Description" Content="Raising awareness of human trafficking, assisting victims, linking resources, protecting kids, ">
    <meta name="Keywords" content=" bringing hope to sex trafficking victims Slavery Shatters Lives, sexual abuse survivors, social media sexual predators, tools to fight human trafficking, human trafficking rescues, latchkey children, sex traffickers photos, runaways, protecting children, victims’ assistance programs, child trafficking, sexual predators, pedophiles and xbox, global human trafficking resources, activism, survivors’ advocacy, spread awareness of human trafficking, rape, massage parlors, missing children, slavery abolitionist">
    <meta name="Author" content="Nancy Walker">

    And also remember that the meta tags will appear just before the head tag closes i.e. before this tag </head>

    Do not worry it works perfectly as long as it is placed before the </head> tag and after <head> tag.

    in reply to: add metatags to head #96128
    wensolutions
    Participant

    After you activate the Catch Web Tools plugin, there appears a menu in admin panel.

    1. Go to Catch Web Tools -> click Webmasters check the box to enable it.

    2. In Header and Footer scripts section paste your code to add in header.

    3. Finally [Save].

    Hope this helps.

    in reply to: Insert Metatags for my SEO #96105
    wensolutions
    Participant

    Hello @Nancy, your similar thread had been replied 2 weeks ago from our support.

    Please check in below ticket for the possible solution insert the meta tags for SEO.

    https://catchthemes.com/support-forum/topic/add-metatags-to-head/

    Please note, theme does not comes with inbuilt feature of meta tag insertion. This means such requirements can be fulfilled through plugin usage as suggested in the thread.

    Hope you understand the usage and implementation up to this point.

    Regards,
    wensolutions

    in reply to: add metatags to head #95188
    wensolutions
    Participant

    @Nancy, You can install plugin Catch Web Tools https://wordpress.org/plugins/catch-web-tools/ and then go to Catch Web Tools => Webmaster Tools and then Enable Webmaster module. After that you can add in Header and Footer codes as per your need.

    in reply to: Wen Business Pro theme next icon button in posts #95139
    wensolutions
    Participant

    Glad that it worked!

    Keep checking us for new themes in our theme page

    https://catchthemes.com/themes/category/premium/

    Thank you.

    in reply to: Wen Business Pro theme next icon button in posts #95129
    wensolutions
    Participant

    To change the pale blue on hover, put the following custom CSS code.

    .latest-news-item:hover {
       border-bottom: 5px solid #FFFFFF  !important;
    }

    Hope this helps !

    in reply to: Wen Business Pro theme next icon button in posts #95126
    wensolutions
    Participant

    HI @jennifersimsdesign-com-au,

    To change the next buttons at the bottom of the posts, you need to add custom CSS.
    For this you need to go to Admin Panel / Appearance / Customize / Themes Options / Advanced.

    Here you need to copy and paste following CSS.

    .nav-links .nav-previous a, .nav-links .nav-next a {
        background: none repeat scroll 0 0 #FFFFFF !important; 
    }
    .nav-links .nav-previous > a:after, .nav-links .nav-next a:after {
        background: none repeat scroll 0 0 #FFFFFF !important;   
    }
    

    Hope this will help to resolve your issue.

    Best Regards!!!

    in reply to: Border around Header in Boxed layout #93722
    wensolutions
    Participant

    No problem. Glad that it worked 🙂

    in reply to: Border around Header in Boxed layout #93720
    wensolutions
    Participant

    remove border over the header

    Being specific can you please spot this line meaning ‘border’ in the screenshot ?

    Or, if you mean to remove the space just above the header image then yes it is possible from following CSS trick.

    #page.hfeed.site.container{
    margin: 0px auto;
    }

    Let us know if this is not the case. Thanks

    in reply to: Border around Header in Boxed layout #93711
    wensolutions
    Participant

    Hello @Nancy,

    For all your requests above, please copy and paste the following Custom CSS in your
    Child theme’s style.css

    To remove border across the content box

    #page.hfeed.site.container {
    
    border: none;
    
    }

    To extend header image fullwidth to fit the container

    .site-layout-boxed #masthead{
    
    padding: 0px;
    
    }

    To extend to fit menu to the container

    #site-navigation {
        float: noe;
    }

    Hope this helps you!.

    in reply to: Menus not working #93504
    wensolutions
    Participant

    No problem, Nancy!. It’s pleasure to help you sort out your queries and issues.

    in reply to: Menus not working #93443
    wensolutions
    Participant

    Hello Nancy,

    I think this is the solution you are looking for.

    To add a link back to homepage please go to

    Dashboard -> Appearance -> Customize -> Header Image

    on the bottom you will be able to see an option named Link URL

    where you will be able to set a url for the custom header image.

    Put the home link in the textbox, ( http://slaveryshatterslives.com/ )

    Do not forget to save by pressing the save and publish button.

    Now if you click on the header image, you will be redirected back to you homepage.

    Please refer to the screenshot if you get confused. http://prntscr.com/bfp0p1

    Hope it helps.

    in reply to: put top menu below header #93162
    wensolutions
    Participant

    You can PM your email at support[at]wensolutions.com for customized Child Theme.

    in reply to: Wen Business Pro 1.2 update and "Home" name change #92345
    wensolutions
    Participant

    @danestmayer to use WEN Business Pro in any other third party site, you would need to purchase the theme in a legal way.

    That way you will also be facilitate with all type of future benefits and dedicated supports.

    If you still have any confusion please let us know.

    wensolutions
    Participant

    Thank you @Nancy, your feedback is really very appreciating to us.

    We will be featuring your feedback as a ‘Testimonial’ in our support website to help other assure on our support and client satisfaction.

    Last but not the least, post in your queries anytime if you need any help from us.

    Thank you!

    wensolutions
    Participant

    @Nancy, after inspecting your site from browser source code it appears like you have inserted the video twice in Sidebar Frontpage Widget Area as a result there is double video on your front-page. So please verify and if exists, please remove the one and it should be fine.

    Next regarding 404 page, we tried to access the posts and pages from homepage and they pretty working fine as expected.

    However, if still the problem exists go to Settings -> Permalinks and [Save] the settings without any change in option and it should work.

    Let us know how it goes.

    in reply to: put top menu below header #91305
    wensolutions
    Participant

    Hello @Nancy, sorry for the trouble.

    We have emailed you the customized Child Theme copy of WEN Business Pro.

    Please install it and activate it from the admin panel. The changes should take place right after the activation of Child Theme.

    Let us know if you have anything else after implementing it.

    in reply to: Menus not working #91235
    wensolutions
    Participant

    Hi, your request for moving the menu below the header has been replied on this thread

    https://catchthemes.com/support-forum/topic/put-top-menu-below-header/

    Please have a look. Thanks.

    in reply to: put top menu below header #91233
    wensolutions
    Participant

    Hello Nancy,
    We have replied your queries in the steps below.

    To move the menu bar (above the header) to below the header you need to follow the steps below:
    1. First you need to create and activate child theme.
    Reference here for child theme https://codex.wordpress.org/Child_Themes
    2. After successfully creating child theme you need to copy and paste below code in child theme’s functions.php file as a whole.

    <?php
    add_action( 'wp_enqueue_scripts', 'theme_enqueue_styles' );
    function theme_enqueue_styles() {
        wp_enqueue_style( 'parent-style', get_template_directory_uri() . '/style.css' );
    
    }
    function child_remove_parent_function() {
        remove_action( 'wen_business_action_before_content', 'wen_business_add_custom_header_content', 6 );
    
    }
    add_action( 'wp_loaded', 'child_remove_parent_function' );
    function wen_business_site_branding(){
    
        $branding_class = array();
        $branding_class_text = '';
    
        // Show title
        $show_title = wen_business_get_option( 'show_title' );
    
        $move_tagline_below_title = wen_business_get_option( 'move_tagline_below_title' );
        if ( 1 == $move_tagline_below_title ) {
          $branding_class[] = 'tagline-below-title';
        }
    
        $move_logo_after_title = wen_business_get_option( 'move_logo_after_title' );
        if ( 1 == $move_logo_after_title ) {
          $branding_class[] = 'logo-after-title';
        }
    
        $show_tagline_separator = wen_business_get_option( 'show_tagline_separator' );
        if ( 1 == $show_tagline_separator ) {
          $branding_class[] = 'show-tagline-separator';
        }
    
        if ( ! empty( $branding_class ) ) {
          $branding_class_text .= implode(' ', $branding_class );
        }
        // nspre($branding_class_text);
    
        ?>
    
    <div class="site-branding <?php echo $branding_class_text; ?>">
          
    
          <div class="title-description-wrap">
            <?php if ( 1 == $show_title ): ?>
              <h1 class="site-title">
                <a href="<?php echo esc_url( home_url( '/' ) ); ?>" rel="home"><?php bloginfo( 'name' ); ?></a>
              </h1>
            <?php endif ?>
    
            <?php $show_tagline = wen_business_get_option( 'show_tagline' ); ?>
             <?php if ( 1 == $show_tagline ): ?>
              <h2 class="site-description"><?php bloginfo( 'description' ); ?></h2>
             <?php endif ?>
          </div><!-- .title-description-wrap -->
    
        </div><!-- .site-branding -->
    
        <?php 
        //Custom Header
         $flag_apply_custom_header = apply_filters( 'wen_business_filter_custom_header_status', false );
        if ( true != $flag_apply_custom_header ) {
          return false;
        }
    
        $custom_header_details = array();
        $custom_header_details = apply_filters( 'wen_business_filter_custom_header_details', $custom_header_details );
    
        if ( empty( $custom_header_details ) ) {
          return;
        }
    
        // Render custom header now
        wen_business_render_custom_header( $custom_header_details );
        ?>
    
        <?php if ( true != wen_business_get_option( 'disable_primary_menu' )  ): ?>
          <div id="site-navigation" role="navigation">
              <?php
                $menu_class = array();
                if ( true == wen_business_get_option( 'disable_underline_in_primary_menu' ) ) {
                  $menu_class[] = 'primary-disable-underline';
                }
    
                wp_nav_menu( array(
                  'theme_location'  => 'primary',
                  'container'       => 'nav',
                  'container_class' => 'main-navigation',
                  'menu_class'      => implode( ' ', $menu_class ),
                  )
                );
              ?>
          </div><!-- #site-navigation -->
        <?php endif ?>
    
        <?php
    
      }
    

    3. Now it should be done by now.

    Hope this will solve your issue.
    Let us know how it goes.

    Regards!!

Viewing 20 posts - 61 through 80 (of 117 total)