Forum Replies Created

Viewing 20 posts - 10,221 through 10,240 (of 14,504 total)
  • Author
    Posts
  • in reply to: Site Title and Logo URL link to wrong URL #15669
    Sakin
    Keymaster

    @zuzubailey: First clear you cache from WP Super Cache plugin and check in.

    If this doesn’t work then it must be database issue and you need to do search and replace from this script http://interconnectit.com/products/search-and-replace-for-wordpress-databases/ where you can search for http://50.87.144.107/~zuzu0205/ and replace with http://www.zuzustidbits.com

    in reply to: Can I change my FB & Twitter icons? #15668
    Sakin
    Keymaster

    @kat22: Sorry there is no option in free to do that. You need to manually change the social-profile.png image file from your theme image folder.

    in reply to: Site Title and Logo URL link to wrong URL #15656
    Sakin
    Keymaster

    @zuzubailey: What have you changed in the URL. Check your url at “Settings => General”.

    in reply to: Google Structured Data Tool #15655
    Sakin
    Keymaster

    @shamwow: It will not effect much on search result. You can see most of the WordPress themes doesn’t work on fully in Google Structure data. We have just completed Google Structure with our Catch Box Pro theme. Now we will be doing to for Catch Everest Pro theme. So, wait for new version to come.

    in reply to: Blog #15646
    Sakin
    Keymaster

    @oliver: If you are trying to hide it then you can just add css in “Appearance => Theme Options => Custom CSS” box and hide it. But if you want to edit the functions then you need to buil child theme and create the file functions.php and then add the following Code and edit as per your wish.

    function catcheverest_header_meta() {
    	
    	$date = sprintf( '<a href="%1$s" title="%2$s" rel="bookmark"><time class="entry-date" datetime="%3$s">%4$s</time></a>',
    		esc_url( get_permalink() ),
    		esc_attr( get_the_time() ),
    		esc_attr( get_the_date( 'c' ) ),
    		esc_html( get_the_date() )
    	);
    	
    	$author = sprintf( '<span class="author vcard"><a class="url fn n" href="%1$s" title="%2$s" rel="author">%3$s</a></span>',
    		esc_url( get_author_posts_url( get_the_author_meta( 'ID' ) ) ),
    		esc_attr( sprintf( __( 'View all posts by %s', 'catcheverest' ), get_the_author() ) ),
    		get_the_author()
    	);
    	
    	// Translators: 1 is category, 2 is tag, 3 is the date and 4 is the author's name.
    		$utility_text = __( '<span class="on-date">Posted on %1$s</span><span class="by-author"> by %2$s</span>', 'catcheverest' );
    
    	printf(
    		$utility_text,
    		$date,
    		$author
    	);
    }
    in reply to: Blog Header #15645
    Sakin
    Keymaster

    @jpbertram: You can add it in “Appearance => Theme Options => Custom CSS” box. The following CSS is an example where the blog text is replaced by image and then remove the border.

    .page-template-page-blog-php .page-header {
        background: url("http://commishcollege.com/wp-content/uploads/2013/09/packers-49ers-football-anquan-boldin-jerron-mcmillian_pg_600-690x440.jpg") no-repeat scroll 0 0 transparent;
        border: none;
        text-indent: -99999px;
    }
    in reply to: Remove FB & Twitter icon on page #15644
    Sakin
    Keymaster

    @kat22: Our theme doesn’t have FB and Twitter icon under title. So, I think you must have added some plugin to add it. Check your plugins and then delete that plugin.

    in reply to: Homepage top Sidebar #15643
    Sakin
    Keymaster

    @senna: Sorry not sure about this. You need to search in http://wordpress.org/plugins/. We have already noted your issue and will be update soon with new widgets in future updates.

    in reply to: Google Structured Data Tool #15642
    Sakin
    Keymaster

    @shamwow: There will not be “updated” and “author” in featured slider and featured content. So, it cannot done at this stage. We will need to thing about this. Maybe we will add some mechanism to add these field in future version update.

    in reply to: Update to the latest version #15641
    Sakin
    Keymaster

    @Jos: Maybe there was cache in your system. Now, I can see version 2.3.

    in reply to: Header Right Side Bar Float Left on Mobile? #15640
    Sakin
    Keymaster

    @jmott310: I have just replied you.

    in reply to: Update #15639
    Sakin
    Keymaster

    @oliver: Sorry this is due to subscription and we are in planning to do something with this. Almost all Premium WordPress Theme shop have this issues. Until we get the solution for this, we provide update support. So, you can just ask our team to do it for you though http://catchthemes.com/contact-us/

    in reply to: Header Right Side Bar Float Left on Mobile? #15622
    Sakin
    Keymaster

    @jmott310: Yes please set account for me and send it access through http://catchthemes.com/contact-us/. This is sales form but in subject just mention access for Sakin to review the site. Then they will pass it to me.

    in reply to: Update to the latest version #15621
    Sakin
    Keymaster

    @Jos: I just check in your site and see that you are using Simple Catch Pro version 2.0 where as the latest version in 2.3. Please update to latest version.

    in reply to: Change menu colors? #15620
    Sakin
    Keymaster

    @Cari: I just check in your site and you are not using our theme so I cannot help you in this. This support forum is only for Catch Themes.

    in reply to: Homepage top Sidebar #15619
    Sakin
    Keymaster

    @senna: Sorry for this you need to add plugin or now. We are working on updates for Catch Mustang where we are adding in the new widgets.

    in reply to: How can I edit the images on the featured image 2 #15617
    Sakin
    Keymaster

    @henrim: Yes that’s Featured Post Slider.

    in reply to: Remove Leave a Reply #15615
    Sakin
    Keymaster

    @Cari: Renewal is optional. You can just purchase and use it for lifetime. But after 1 year if you still want to update and support then you need to renew it manually.

    in reply to: Homepage top Sidebar #15607
    Sakin
    Keymaster

    @senna: Sorry Featured Page widget will link to respective page. Why don’t you use “Featured Content” widget.

    in reply to: Homepage Featured Content #15606
    Sakin
    Keymaster

    @Cari: For this you need to build child then in then work on it. This is complex part. We might release this option soon in Pro version.

Viewing 20 posts - 10,221 through 10,240 (of 14,504 total)