Forum Replies Created

Viewing 20 posts - 9,301 through 9,320 (of 12,014 total)
  • Author
    Posts
  • in reply to: The display size of youtube on the TOP page is … #163871
    Skandha
    Member

    @ta0102: Glad I was able to help you out. Have a good day! 🙂

    Kind Regards,
    Skandha

    in reply to: Sidebar slides out of position #163864
    Skandha
    Member

    @aip: Hello there,
    The issue has been fixed and an update has been released. Please update your theme and let me know if the issue is resolved.

    Kind Regards,
    Skandha

    in reply to: Theme Suggestion for Real estate Portal #163861
    Skandha
    Member

    @imranabdul: Solid Construction Pro should be a good option for you. You can check out the demo here. You can also check out our other themes and look which suits your requirement.

    Kind Regards,
    Skandha

    in reply to: How do i disable the search button on the top right corner? #163858
    Skandha
    Member

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

    .site-header-main .wrapper {
    	background-color:#000;
    }

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

    in reply to: how to increase the font size of the theme? #163857
    Skandha
    Member

    @pdequestrian18: Go to => Appearance => Theme Options => Layout Options => Single Page/Post Image => Check Disabled option.

    This should solve the issue with image again showing up in the content section.
    Let me know if this works out!
    Kind Regards,
    Skandha

    in reply to: Catch Fullscreen, bugs and small issues #163849
    Skandha
    Member

    @thomaswaerness: I will look into the issue and get back to you on this.

    Kind Regards,
    Skandha

    in reply to: Transparent backgrounds for blog page #163847
    Skandha
    Member

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

    /* To change background color of Content area of Blog page */
    .blog #main {
    	background-color:rgba(0,0,0,0.7);
    }
    /* To change background color of Sidebar area of Blog page
    .blog .sidebar {
    	background-color:rgba(0,0,0,0.7);	
    }

    You can change the color according to your requirement!
    Kind Regards,
    Skandha

    in reply to: Menu on iPhone issue #163843
    Skandha
    Member

    @rodeboy: Hello Chris,
    Can you let me know which model of Iphone you are using also Can you attach me a screenshot of the issue you are having with them menu?

    Kind Regards,
    Skandha

    in reply to: Hide site tittle #163842
    Skandha
    Member

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

    .site-title {
    	display:none;
    }

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

    in reply to: Sticky audio player, like in demo. #163841
    Skandha
    Member

    @imajons: Hello there, you can create a playlist without having to add a shortcode. For that you will need to add a Classic Block then click on Add Media button and you should be able to find the option Create Audio Playlist.

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

    in reply to: CT:Tour open link in new window #163840
    Skandha
    Member

    @erich74: Hello Eric,
    The feature has been added to the CT:Tours Widget in the theme. Please update the theme and let me know if it is working fine.

    Kind Regards,
    Skandha

    in reply to: Mobile issues #163838
    Skandha
    Member

    @gina-hong: Hello there,
    The theme update has been released. Please update the theme and let me know if there is any issue.

    Kind Regards,
    Skandha

    in reply to: My Music Band Pro Inquiry #163788
    Skandha
    Member

    @blakey0320: Hello Mike,
    You can create a landing page by uploading a .html file over a ftp with all you source code in that file. Maybe this article will help you out.
    You can check out the source of this landing page of my music band demo to have an idea.

    Kind Regards,
    Skandha

    in reply to: Third level menus not appearing #163784
    Skandha
    Member

    @bobgarretthomenetworks-co-uk: Can you insert a third level menu on your site so that I can check how it is showing up at your end? The code I provided you seems to do the job at my end.

    Kind Regards,
    Skandha

    in reply to: Heather image #163782
    Skandha
    Member

    @coconuts4sale: Hello Lana, I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
    https://wordpress.org/support/theme/simple-persona/reviews/#new-post
    Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely appreciated. Thanks, and if there’s anything else at all that I can do to help, don’t hesitate to let me know. Have a good day! 🙂

    Kind Regards,
    Skandha

    in reply to: Position of the top menu #163781
    Skandha
    Member

    @coconuts4sale: Hello there, I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
    https://wordpress.org/support/theme/simple-persona/reviews/#new-post
    Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely appreciated. Thanks, and if there’s anything else at all that I can do to help, don’t hesitate to let me know. Have a good day! 🙂

    Kind Regards,
    Skandha

    in reply to: Site description panel divin #163780
    Skandha
    Member

    @redheadanna: Thank you very much for your appreciation. Let me know if you have anymore issues. Have a good day! 🙂

    Kind Regards,
    Skandha

    in reply to: how to increase the font size of the theme? #163779
    Skandha
    Member

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

    /* To change font size of page title */
    #page .custom-header-content .entry-title {
    	font-size:28px;
    }

    To change the image page title
    Go to => Dashboard => Edit a Page and Set a Featured Image.
    Go to => Appearance => Customize => Header Media => Enable on Pages and posts

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

    in reply to: Third level menus not appearing #163778
    Skandha
    Member

    @bobgarretthomenetworks-co-uk: Sorry about that.
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #header-right .widget ul.menu ul {
    	padding:0 !important;
    	width:220px !important;
    }
    #header-right .widget ul.menu li {
    	padding-right:0px;
    	padding:10px
    }

    This should work out!
    Kind Regards,
    Skandha

    in reply to: The display size of youtube on the TOP page is … #163776
    Skandha
    Member

    @ta0102: You will need to add the above CSS Code inside @media screen media query like the following.
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    @media screen and (min-width:991px) {
    	.youtube {
    		position: relative;
    		max-width: 88%;
    		padding-top: 5.25%;	
    		padding-left: 13%;
    		max-height: 200%;
    	}	
    }

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

Viewing 20 posts - 9,301 through 9,320 (of 12,014 total)