Forum Replies Created

Viewing 20 posts - 10,041 through 10,060 (of 12,014 total)
  • Author
    Posts
  • in reply to: rule above featured content #156776
    Skandha
    Member

    @effess: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #main #featured-post {	
    	clear: both
    }
    #featured-post {
    	padding-top:5px
    	border-top:1px solid #000;
    }

    Let me know if this is what you want!
    Kind Regards,
    Skandha

    in reply to: featured post slider #156775
    Skandha
    Member

    @admitcard: You don’t seem to be using our theme. Please post your issues in the respective theme support forum.

    Kind Regards,
    Skandha

    in reply to: Header Media not working on mobile #156771
    Skandha
    Member

    @hoiung: Thank you for the suggestion. I will forward this to our development team. Yes, you can activate slider for mobiles and header video for desktops. Activate featured slider on your site and I will provide you the CSS Code to make this possible.

    Kind Regards,
    Skandha

    in reply to: Bug in Single Page/Post Image Layout options #156770
    Skandha
    Member

    @admitcard: For an educational blog we have Higher Education Pro and Clean Education Pro theme that suits your requirement.
    You can check out the features available in Clean Education Pro and Higher Education Pro.

    Let me know if this helps you out!
    Kind Regards,
    Skandha

    in reply to: Bug in Single Page/Post Image Layout options #156769
    Skandha
    Member

    @ravanh: Yes, we’re offering 30% Flat Discount on all of our premium WordPress themes and plugins for our 6th Anniversary. Please follow this link to know how you can activate the offer and get 30% off. Here is the link to upgrade to Rock Star Pro.

    Let me know if this helps you out!
    Kind Regards,
    Skandha

    in reply to: Reasons of ERR_SPDY_PROTOCOL_ERROR on Chrome #156768
    Skandha
    Member

    @dexter234: Thank you for sharing this. Have a good day! ?

    Kind Regards,
    Skandha

    in reply to: home page slider image URL #156767
    Skandha
    Member

    @jsolodar: I was able to login to your site but you seem to have activated another theme. Please activate Catch Responsive Pro and let me know what your issue is.

    Kind Regards,
    Skandha

    Skandha
    Member

    @sugran: To make slider text show up on other pages
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    body:not(.home) .slider-content-wrapper .entry-container, .home .custom-header-content {
    	position:fixed;
    	top:140px;
    }
    body:not(.home) .section-content-wrap .entry-container-wrap .entry-summary {
    	margin:0;
    	font-size:18px;
    }
    body:not(.home) .section-content-wrap .entry-container-wrap .entry-title {
    	font-size:28px;
    }

    To change the order in which the slider images are displayed.
    Go to => Appearance => Customize => Theme Options => Featured Slider => In Post #1 select the page you want to display as the first slide then in Post #2 the post you want to display after first slide and so on.

    Let me know if this helps you out!
    Kind Regards,
    Skandha

    in reply to: Featured Tab Content Question #156760
    Skandha
    Member

    @inksla: Please post in your site URL so that I can look into the issue. Also make sure all your post are published and not as draft or scheduled or pending review.

    Kind Regards,
    Skandha

    in reply to: WPBakery Page Builder issues with Rock Star 1.6 update #156758
    Skandha
    Member

    @rswonger: The theme update 1.6 release was a minor release and no major changes has been made to structure of the theme. Having said that the theme has not been tested for compatible with WPBakery Page Builder plugin. You can check out the changelog to see what changes was made to the theme.
    Maybe you can activate the theme to 1.6 so that I can try looking in to the issues.

    Let me know if this helps you out!
    Kind Regards,
    Skandha

    in reply to: Featured Slider custom html content #156748
    Skandha
    Member

    @grobc: I suggest you not to edit core theme files directly without creating a child theme because all those changes you make the theme core theme files will get deleted after you update the theme to a new version. If you need to edit theme files to customize your site I suggest you to create a child theme. If you do not know how to create a child theme you can use Generate Child Theme Plugin. To know more about child themes follow this link.

    Let me know if this helps you out!
    Kind Regards,
    Skandha

    in reply to: Two problems with theme #156747
    Skandha
    Member

    @vavw: 1. I checked your site on mobile phones and the sub-menu seems to be displaying well. Please check and let me know if the issue persists.

    2. Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    @media screen and (min-width:1022px) and (max-width:1336px )  {
    	.menu-social-container ul li a {
    		margin:0;
    	}
    	.navigation-classic .main-navigation a {
    		padding:27px 10px !important;
    		font-size:15px;
    	}
    	.menu-social-container {
    		padding-left:0 !important;
    	}	
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    Skandha
    Member

    @hoiung: What you can do is Create a child theme. If you do not know how to create a child theme you can use Generate Child Theme Plugin. After creating a child theme Go to => Child Theme folder => functions.php and add the following Code.
    add_post_type_support( 'page', 'excerpt' );

    After adding the code, Go to edit a page. At the top right corner you will see Screen Options, Click on it and check the Excerpt field. After checking the excerpt field you will see an excerpt box at the bottom of the page. Here you can manually add the excerpt text you want to show up. This way you can control the excerpt appearing on the featured content section.

    Let me know if this helps you out!
    Kind Regards,
    Skandha

    in reply to: Changing header backround pre-scrollup #156716
    Skandha
    Member

    @steviepaige: Please post in you site URL so that I can look into the issue.

    Kind Regards,
    Skandha

    in reply to: How to split long site title in two or more line #156715
    Skandha
    Member

    @hudonpa: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    @media screen and (max-width:800px) {
    	#site-title {
    		width:700px;
    	}
    }

    You can change the width according to your choice.

    Let me know if this helps you out!
    Kind Regards,
    Skandha

    in reply to: Catch Fullscreen Pro – BG Color #156711
    Skandha
    Member

    @howtohavesex: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .home.page .site-content {
    	background-image:unset !important;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    in reply to: Read More Text on slider #156709
    Skandha
    Member

    @rodeboy: To change the text in the read more button. Go to => Appearance => Customize => Theme Options => Excerpt Options => Read More Text => Edit the text here.

    Note that this will change all the readmore text in your site.

    Let me know if this helps you out!
    Kind Regards,
    Skandha

    in reply to: How to stop displaying posts Home Page #156708
    Skandha
    Member

    @prime-web: Your site seems to be under construction. Please let me know when your site is accessible so that I can look into the issue.

    Kind Regards,
    Skandha

    in reply to: Where are the sections? #156689
    Skandha
    Member

    @questina: Please let me know what sections you want to enable. You can check out the theme instructions which might help you!

    Kind Regards,
    Skandha

    in reply to: rule above featured content #156688
    Skandha
    Member

    @effess: The page content seems to be coming under the featured content section. Can you please disable all your plugins and let me know.

    Kind Regards,
    Skandha

Viewing 20 posts - 10,041 through 10,060 (of 12,014 total)