Forum Replies Created

Viewing 20 posts - 2,901 through 2,920 (of 4,116 total)
  • Author
    Posts
  • in reply to: My Video Header Background Music is not playing #128688
    tikaram
    Participant

    The header video is used as a decorative element and not as a video player. This feature is not available in WordPress. Please follow this link to know more about header videos in WordPress

    To make the video play automatically you will need to add autoplay=1 after the ? sign while embedding the video. Example code for your video with autoplay enabled.
    <iframe src="https://www.youtube.com/embed/e4S9zQURKng?autoplay=1&rel=0&controls=0&showinfo=0" width="560" height="315" frameborder="0" allowfullscreen="allowfullscreen"><span style="display: inline-block; width: 0px; overflow: hidden; line-height: 0;" data-mce-type="bookmark" class="mce_SELRES_start"></span></iframe>
    Let me know if this resolves your issue.

    Regards,
    Tikaram

    in reply to: Featured slider: disable text from sliding in from the right #128681
    tikaram
    Participant

    @violetdeb : Go to Appearance => Customize => Additional css and add the following css.

    .text-slider {
    	animation-name:fadeIn;
    }

    Let me know if this resolves your issue.

    Regards,
    Tikaram

    in reply to: some small questions #128680
    tikaram
    Participant

    @ron66 : Go to Appearance => Customize => Additional css and add the following css.

    #search-toggle::before {
    	content:"search"
    }

    Let me know if this resolves your issue.

    Regards,
    Tikaram

    tikaram
    Participant

    @baraber : The link colors and background colors can be changed using additional css. You can change the colors from the customizer if you upgrade to Catch Responsive Pro. Let me know if you need additional css. Please provide the desired colors and your site URL.

    Happy Holidays.

    Regards,
    Tikaram

    in reply to: Custom size of embed Videos #128671
    tikaram
    Participant

    @vocedeveriasaber : The theme uses a script to resize videos. If you would like to remove the script it can be done by adding a child theme and removing the script through child theme. If you can customize your site using a child theme please let me know.

    Regards,
    Tikaram

    in reply to: Show Mobile Menu On Desktop #128634
    tikaram
    Participant

    @skynet : It will not have any impact on page loading time. Let me know if you have any further issues.

    Regards,
    Tikaram

    tikaram
    Participant

    @victoralejandrobr : Can you please let me know the desired order of the items. I will guide you through the process.

    Regards,
    Tikaram

    tikaram
    Participant

    @victoralejandrobr : Glad to know that the issue has been resolved. Let me know if you have any further issues.

    Regards,
    Tikaram

    in reply to: Styling Menu #128631
    tikaram
    Participant

    @klevinberg : Glad to know that the issue has been resolved. Let me know if you have any more issues.

    Regards,
    Tikaram

    in reply to: Customising site colours #128630
    tikaram
    Participant

    @thestudiomorland : The basic color customization option is already in the list and you can choose desired color from the customizer. Additional color customization can be added in additional css. Follow this link to know more about available features in Clean Education Pro theme. Please let me know if you have any more issues.

    Regards,
    Tikaram

    in reply to: Including cat-links and tags-links in entry-meta #128629
    tikaram
    Participant

    @sobildung : It can be done by creating a child theme. If you can customize your site creating a child theme let me know I will guide you through the process. You may hire a customizer if you do not have knowledge of child theme. Let me know if you have any more issues.

    Regards,
    Tikaram

    in reply to: Show Mobile Menu On Desktop #128625
    tikaram
    Participant

    @skynet : Happy Holidays.
    To enable mobile menu on desktop add the following additional css.

    #primary,
    #secondary,
    #site-generator .copyright, 
    #site-generator .powered {
    	display: block;
    	float: none;
    	width: 100%;
    }
    
    #nav-below {
    	border-bottom: 1px solid #ccc;
    }
    
    #access ul.menu a,
    #access-secondary ul.menu a,
    #access-footer ul.menu a {
    	font-size: 15px;
    	line-height: 3em;
    		padding: 0 20px;
    		text-align: left;
    }
    #access ul.menu ul a, 
    #access-secondary ul.menu ul a,
    #access-footer ul.menu ul a {
    	font-size: 15px;
    	line-height: 1.66em;
    }
    
    /* Menu */
    .menu-access-wrap {
    	background-color: #3d3d3d;
    	clear: both;
    	display: block;
    	padding: 0;
    	position: relative;
    }
    #access,
    #access ul.menu ul a,
    #access-secondary,
    #access-secondary ul.menu a,
    #access-secondary ul.menu ul a {
    	background: none;
    	background-color: #3d3d3d;
    	color: #eee;
    	border: none;
    }
    #access ul.menu li:hover > a,
    #access ul.menu a:focus,
    #access-secondary ul.menu li:hover > a,
    #access-secondary ul.menu a:focus,
    #access-footer ul.menu a:hover,
    #access-footer ul.menu a:focus {
    	background: none;
    	background-color: #333;
    	color: #fff;
    }
    #mobile-footer-menu {
    	padding: 0;
    }
    .site-header-menu,
    .site-footer-menu {
    	display: none;
    	width: 100%;
    }
    .mobile-menu-anchor {
    	display: inline-block;
    }
    .primary-menu-open #site-header-menu-primary,
    .secondary-menu-open #site-header-menu-secondary,
    .footer-menu-open #site-footer-mobile-menu {
        display: block;
    }
    #access ul.menu li, 
    #access-secondary ul.menu li,
    #access-footer ul.menu li {
    	border-left: none;
    	float: none;
    }
    .menu-access-wrap #access ul.menu li,
    .menu-access-wrap #access-secondary ul.menu li,
    .menu-access-wrap #access-footer ul.menu li {
    	border-bottom: 1px dotted #ccc;
    }
    .menu-access-wrap #access .toggled-on li:first-child,
    .menu-access-wrap #access-secondary .toggled-on li:first-child,
    .menu-access-wrap #access-footer .toggled-on li:first-child {
    	margin-top: 1px;
    }
    .site-header-menu #access .menu-item-has-children > a, 
    .site-header-menu #access .page_item_has_children > a,
    .site-header-menu #access-secondary .menu-item-has-children > a,
    .site-footer-menu #access-footer .menu-item-has-children > a {
        margin-right: 45px;
        padding-right: 0
    }
    #access ul.menu ul,
    #access-secondary ul.menu ul,
    #access-footer ul.menu ul {
    	position: relative;
    	box-shadow: none;
    }
    #access ul.menu ul,
    #access ul.menu ul ul,
    #access-secondary ul.menu ul,
    #access-secondary ul.menu ul ul,
    #access-footer ul.menu ul,
    #access-footer ul.menu ul ul {
        left: auto;
        position: relative;
        top: auto;
        width: 100%;
    }
    #access ul.menu ul li:hover > ul,
    #access ul.menu ul li.focus > ul,
    #access-secondary ul.menu ul li:hover > ul,
    #access-secondary ul.menu ul li.focus > ul,
    #access-footer ul.menu ul li:hover > ul,
    #access-footer ul.menu ul li.focus > ul {
    	left: auto;
    	top: auto;
    	width: 100%;
    }
    #access ul.menu ul a, 
    #access-secondary ul.menu ul a,
    #access-footer ul.menu ul a {
    	width: auto;
    	padding-left: 30px;
    }
    #access ul.menu ul ul a, 
    #access-secondary ul.menu ul ul a,
    #access-footer ul.menu ul ul a {
    	padding-left: 40px;
    }
    #access ul.menu ul ul ul a, 
    #access-secondary ul.menu ul ul ul a,
    #access-footer ul.menu ul ul ul a {
    	padding-left: 50px;
    }
    #access ul.menu ul ul ul ul a, 
    #access-secondary ul.menu ul ul ul ul a,
    #access-footer ul.menu ul ul ul ul a {
    	padding-left: 60px;
    }
    .site-header-menu #access ul ul,
    .site-header-menu #access-secondary ul ul,
    .site-footer-menu #access-footer ul ul {
    	display: none;
    }
    .site-header-menu #access ul .toggled-on,
    .site-header-menu #access-secondary ul .toggled-on,
    .site-footer-menu #access-footer ul .toggled-on {
    	display: block;
    }
    .dropdown-toggle {
    	background-color: transparent;
    	border: 0;
    	border-radius: 0;
    	color: #eee;
    	content: "";
    	cursor: pointer;
    	display: block;
    	height: 45px;
    	padding: 0;
    	position: absolute;
    	right: 0;
    	text-transform: none;
    	top: 0;
    	width: 45px;
    }
    .dropdown-toggle:after {
    	border: 0 solid #eee;
    	border-left-width: 1px;
    	content: "\f431";
    	font-size: 24px;
    	left: 1px;
    	position: relative;
    	width: 45px;
    }
    .dropdown-toggle:hover,
    .dropdown-toggle:focus {
    	background-color: #333;
    }
    .dropdown-toggle:focus {
    	outline: thin dotted;
    	outline-offset: -1px;
    }
    .dropdown-toggle:focus:after {
    	border-color: transparent;
    }
    .dropdown-toggle.toggled-on:after {
    	content: "\f432";
    }	
    .one-menu .menu-access-wrap,
    #colophon .menu-access-wrap {
    	text-align: center;
    }
    .one-menu #mobile-header-left-menu {
    	float: none;
    	transition-property: left, right;
    		transition-duration: 3s, 3s;
    		transition-delay: 0s, 1s;
    }
    .mobile-footer-nav-open #colophon .menu-access-wrap {
        left: 0;
        position: absolute;
        top: 0;
        z-index: 999;
    }
    #mobile-header-right-menu .mobile-menu-text {
    	float: left;
    }

    Let me know if this resolves your issue.

    Regards,
    Tikaram

    in reply to: Hide default Author bio box #128610
    tikaram
    Participant

    @fmck718: Go to Appearance => Customize => Additional css and add the following css

    .entry-meta .author-info{
    	display:none;
    }

    Let me know if this resolves your issue.

    Thank you @skynet for the reply.

    Regards,
    Tikaram

    tikaram
    Participant

    @victoralejandrobr : The order can be changed by creating a child theme and customizing the site as desired. If you would like to customize your site using a child theme please let me know.

    Regards,
    Tikaram

    in reply to: Mobile Version #128590
    tikaram
    Participant

    @viragova : This support forum is for themes and plugins by Catch Themes only. It looks like you are not using our theme.

    Regards,
    Tikaram

    in reply to: Questions about homepage #128589
    tikaram
    Participant

    @digitaleduc: To display articles on homepage you will need to select Your latest posts Under Front page displays. You cannot display either a static page or articles but not both at the same time on Homepage.

    You will need to add additional css to change the width and height on all devices. Let me know if you need any further assistance.

    Regards,
    Tikaram

    in reply to: My Video Header Background Music is not playing #128587
    tikaram
    Participant

    @beliezema21 : Please post in your site URL.

    Regards,
    Tikaram

    in reply to: How to remove youtube logo from header video? #128586
    tikaram
    Participant

    @victoralejandrobr : Please post in your site URL.

    Regards,
    Tikaram

    in reply to: Including cat-links and tags-links in entry-meta #128481
    tikaram
    Participant

    @sobildung : where would you like to add the cat-links and tag-links ? In the single page its already there. Let me know if you have any further issues.

    Regards,
    Tikaram

    in reply to: Text wrap excerpt with image #128480
    tikaram
    Participant

    @hugohendriks :Glad to know that the issue has been resolved. Let me know if you have any further issues.

    Regards,
    Tikaram

Viewing 20 posts - 2,901 through 2,920 (of 4,116 total)