Forum Replies Created

Viewing 20 posts - 10,061 through 10,080 (of 12,035 total)
  • Author
    Posts
  • Skandha
    Participant

    @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
    Participant

    @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
    Participant

    @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
    Participant

    @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
    Participant

    @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
    Participant

    @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
    Participant

    @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
    Participant

    @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
    Participant

    @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
    Participant

    @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
    Participant

    @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
    Participant

    @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
    Participant

    @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

    Skandha
    Participant

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

    Kind Regards,
    Skandha

    in reply to: Footer adjust to bottom of screen regardless of content #156600
    Skandha
    Participant

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

    #colophon {
    	position:fixed;
    	bottom:0;
    	left:0;
    	width:100%;
    
    }

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

    Skandha
    Participant

    @orthosoc:
    3) To remove the small white gap of space between the Header Media and Featured Content
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #hero-section {
    	display:none;
    }

    4) About the title overflowing to next line. I checked for this issue on all the browsers and it seems to be working fine. Clear you browser cache and check if the issue is resolved. If the issue persists please attach me a screenshot.
    I don’t see any text appearing on phone in landscape mode. Can you attach me a screen shot if it reappears.

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

    @media screen and (max-width:500px) {
    	.site-title {
    		letter-spacing:4px;
    	}
    }

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

    in reply to: Search Results not displaying Shortcode content #156593
    Skandha
    Participant

    @ebetech: Can you please post in your site URL so that I can look into the issue.

    Kind Regards,
    Skandha

    Skandha
    Participant

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

    .section-content-wrap {
    	height:400px;
    }

    You can change the height according to your choice.
    I don’t think changing the height of slider is a good option as the slider images gets cropped when you decrease the height of the slider.

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

    in reply to: Featured Tab Content Question #156588
    Skandha
    Participant

    @inksla: What you can do is Select Post Type as Featured Content. Then select all the posts in you blog page that you want as Featured Content Posts.

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

    in reply to: Woocommerce Gallery #156587
    Skandha
    Participant

    @bigoslesli: I checked for the issue both at my end and at your end and the WooCommerce Lightbox Gallery seems to be working fine. Click on the Search icon of the image and the Lightbox Gallery should open up.
    Please clear your browser and check again.

    Let me know if this issues perists.
    Kind Regards,
    Skandha

Viewing 20 posts - 10,061 through 10,080 (of 12,035 total)