Sir, Iam using Subscribely Version 1.0.6 Iam facing the problem with the posts on home page. If i add a page with featured image in a video section it is appearing on homepage. If i add a page with featured image in the posts section it is not appearing on homepage i want my posts with featured image should appear on homepage.
Hello, Subscribely Version 1.0.6 is based on video uploading. There is not a way to appear featured image of post on home page on Subscribely V1. Thanks & regards Pramod
Issue No.1 >> Sir, as i shown you in the image-01 the url of featured posts on homepage is my-website.com/videos/page-name How can i create my own custom url for the posts appearing on homepage. it should be like this: my-website.com/page-name instead of my-website.com/videos/page-name >> How can i delete/hide the posted by date on the homepage as i shown you in the image-01. Issue No.2 >> How can i rename the term "Video Item" as shown in the image-02. >> How can i hide the page title name as shown in the image-02. >> How can i hide/delete posted by name & date as in image-02. >> I don't want any categories page, it should be a full width page on my video page.
Hello, In theme Version: 1.0.6 you can post image and set feature image it will appear in home page also. Issue no.1: my-website.com/videos/page-name is cannot changed because it is a custom post type and it will always shown in URL if you make post using add new video. and Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: #content_wrapper #thumbnails p{ display:none } Issue no.2: Follow below image for changing bread crumb. for name and date Code: #content_wrapper .video_meta { display: none; } for page title Code: h1.post_title{ display:none; } for full width follow image Thanks & regards Pramod
Issue No.3 Some of your user changed videos to featured in the URL Path Before:http://wcac.dmediasites.com/videos/caring-compassionate/ After: http://wcac.dmediasites.com/featured/caring-compassionate/ How can i change the videos to featured in the URL path? Please send the screenshot to edit the "videos" to "featured" in URL path (i think it is to be edited in scv.php) Issue No.4 How can i hide/delete dotted lines in the videos pages as i shown you in the image-01
Hello, Use this code to hide dotted line. Code: #content_wrapper .post.video .border_strip { display: none; } If you changed videos to featured or any other words Please Remember one this you will lost your all video uploaded by using add new video it generate invalid post. you can change only permalink or url not the name shown on dashboard video or add new video. Follow below image to change url videos to featured. Thanks & regards Pramod