Forum Replies Created

Viewing 20 posts - 2,941 through 2,960 (of 4,116 total)
  • Author
    Posts
  • in reply to: Disable Responsive Style is not available #128331
    tikaram
    Participant

    @genius : The theme instructions needs to be corrected. This options is not available on this theme. To disable the hamburger menu. Go to Appearance => Customize => Additional css and add the following css.

    @media screen and (max-width: 990px) {
    .nav-header-top {
    	display: block;
    }
    .mobile-menu-anchor {
    	display: none;
    }
    }

    Let me know if this resolves your issue.

    Regards,
    Tikaram

    in reply to: Blog Posts not shown on frontpage #128321
    tikaram
    Participant

    @markusmaxen : Please try deactivating all plugins and follow this link to know more about plugin conflict with our themes. Let me know if you have any more issues.

    Regards,
    Tikaram

    in reply to: change transparency #128309
    tikaram
    Participant

    @knepulski: Add the following additional css to make the widgets and menu transparent.

    #secondary .widget {
    	background-color: rgba(255,255,255,0.8);
    }
    #masthead {
    	background-color: rgba(255,255,255,0.8);
    }

    Regards,
    Tikaram

    in reply to: RTL #128308
    tikaram
    Participant

    @ar_et: It will be activated if you change the language to a RTL language from General settings in WordPress dashboard. Alternatively, you can use a plugin to chage your site to RTL. Let me know if you have any more issues.

    Regards,
    Tikaram

    in reply to: Link colors #128297
    tikaram
    Participant

    @eddron :I will contact you shortly by email.

    Regards,
    Tikaram

    in reply to: change transparency #128296
    tikaram
    Participant

    @knepulski: I am getting database connection error while trying to access your site. Please let me know when your site is accessible.

    Regards,
    Tikaram

    in reply to: RTL #128293
    tikaram
    Participant

    @ar_et: Yes RTL is available in Catch Responsive theme. Let me know if you have any more queries.

    Regards,
    Tikaram

    in reply to: Featured Image size #128292
    tikaram
    Participant

    @klevinberg : Please follow this link to know more about image size used in Parallax frame Pro. Let me know if you need any further assistance

    Regards,
    Tikaram

    in reply to: Add widget CT:Background singole page #128289
    tikaram
    Participant

    @pex81 : It cannot be added on a single page between the text. Please provide me the page URL I will provide additional css to add the background image to a single page.

    Regards,
    Tikaram

    in reply to: Change color of Logo slider #128260
    tikaram
    Participant

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

    #logo-section .entry-title {
    	color: #000;
    }
    #logo-section p {
    	color: #000;
    }

    Please change the color-code if you would like to use a different color. Let me know if you have any more issues.

    Regards,
    Tikaram

    in reply to: Site title, Secondary and Primary Menus not Sticky. #128249
    tikaram
    Participant

    @realtime :Thanks a lot for a Wonderful review. It means a lot to us and motivates us to provide free themes and support. Have a Good day.

    Regards,
    Tikaram

    in reply to: Centre entry-content #128247
    tikaram
    Participant

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

    Regards,
    Tikaram

    in reply to: Increase Height of Featured Image on Small Screen #128246
    tikaram
    Participant

    @rawikltd : Glad to know that the issue has been resolved. Have a Good day.

    Regards,
    Tikaram

    tikaram
    Participant

    @duanepalmer : Thank you for letting us know about the issue. The issue will be fixed in upcoming theme update. Let me know if you have any more issues.

    Regards,
    Tikaram

    in reply to: Page Header image chopped off top and bottom #128239
    tikaram
    Participant

    @tandem_mundo : Please try adding the following css. Let me know if this resolves your issue.

    @media screen and (max-width: 48em) {
    	.custom-header-content {
    		padding: 25% 60px;
    	}
    }

    Regards,
    Tikaram

    in reply to: Centre entry-content #128238
    tikaram
    Participant

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

    .page-id-63 .alignleft{
    	margin: 0.6em 1em 1.5em 1em;
    }

    Let me know if this resolves your issue.

    Regards,
    Tikaram

    in reply to: Removing social media buttons #128237
    tikaram
    Participant

    @lizwishawgmail-com: Can you please provide the URL where you would like to remove the social media buttons.

    Regards,
    Tikaram

    in reply to: Menu Wrapping #128236
    tikaram
    Participant

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

    .parallax-frame-nav-menu .sub-menu li {
    	display: block;
    	float: none;
    }
    .parallax-frame-nav-menu .sub-menu {
    	width: auto;
    }
    .parallax-frame-nav-menu .sub-menu a {
    	width: auto;
    }

    Let me know if this resolves your issue.

    Regards,
    Tikaram

    in reply to: tag causes font change #128234
    tikaram
    Participant

    @bahar : The text between the div tags shrink because no css is defined for the content inside the div tags. Can you please explain what you would like to do with the text inside the div tags (make font bigger or smaller or something else). I will provide you additional css.

    Regards,
    Tikaram

    in reply to: featured posts instead of pages #128233
    tikaram
    Participant

    @bahar : You will need to upgrade to Decree Pro to use this feature. The option to select post is not available in free theme. Please follow this link to know more about the available options in Decree Pro theme.

Viewing 20 posts - 2,941 through 2,960 (of 4,116 total)