Forum Replies Created

Viewing 20 posts - 2,921 through 2,940 (of 4,116 total)
  • Author
    Posts
  • in reply to: How to make a GALLERY like the DEMO show #128479
    tikaram
    Participant

    @dlitosh : Please contact Jetpack Support regarding the issue if you have any further issues.

    Regards,
    Tikaram

    in reply to: Customising site colours #128478
    tikaram
    Participant

    @thestudiomorland : Go to Appearance => Customize => Additional css and add the desired additional css. Let me know if this resolves your issue.

    Regards,
    Tikaram

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

    @tandem_mundo : Please try uploading image with lesser height. If you would like to retain the original image size use the following additional css

    .custom-header::before {
    	background-size:contain;
    }
    @media screen and (max-width: 480px) {
    .custom-header-content {
    	padding: 0 37px;
    }
    }

    I recommend you to upload image with lesser height as it is used as a background image, some part of the image gets cropped on different devices. Let me know if this resolves your issue.

    Regards,
    Tikaram

    in reply to: Styling Menu #128469
    tikaram
    Participant

    @klevinberg : Please try adding the additional css again. I have corrected the above code.

    Regards,
    Tikaram

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

    @bajaharry : Glad to know that the issue has been resolved.

    Regards,
    Tikaram

    in reply to: How to make a GALLERY like the DEMO show #128467
    tikaram
    Participant

    @dlitosh : Please post in your site URL.

    Regards,
    Tikaram

    in reply to: Breadcrumbs – Display entire path #128463
    tikaram
    Participant

    @kmz_fn : The rental page needs to be the parent page for Sound, Light, Video and Hardware. Have you tried creating a Rental page and adding sound, light, video and hardware as its child. Let me know if this resolves your issues.

    Regards,
    Tikaram

    in reply to: Scale image size #128462
    tikaram
    Participant

    @ianworsley : Please try usnig Regenerate Thumbnails Plugin and let me know if this resolves your issue. Let me know if you have any further issues.

    Regards,
    Tikaram

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

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

    @media screen and (min-width: 641px) {
    .entry-summary p {
    	width: 65%;
    	float: left;
    	padding-left: 20px;
    }
    
    #content .entry-summary img {
    	float: left;
    	width: 30%;
    }
    }

    Let me know if you need any further assistance.

    Regards,
    Tikaram

    tikaram
    Participant

    @jcw978 : Please post in your site URL.

    Regards,
    Tikaram

    in reply to: Needing Search trought everything. #128459
    tikaram
    Participant

    @sobildung : You will need to customize the search function with a child theme. Please contact plugin support regarding the issue. Alternatively, you may hire a customizer to get your site customized. Let me know if you have any more issues.

    Regards,
    Tikaram

    in reply to: How to make a GALLERY like the DEMO show #128427
    tikaram
    Participant

    @dlitosh : Have you installed Jetpack Plugin ? If not you will need to install Jetpack and create Tiled Galleries using Jetpack. Let me know if you need any further assistance.

    Regards,
    Tikaram

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

    @lizwishawgmail-com: The social icons is controlled by kiwi social share plugin. The icons are not controlled by the theme. Please check your plugin settings regarding the issue. Let me know if you need any further assistance.

    Regards,
    Tikaram

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

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

    #content article {
    	color: #000000;
    	font-family: 'Arial';
    	font-size: 16px;
    	font-style: normal;
    	font-weight: 400;
    	letter-spacing: 1px;
    }

    Let me know if this resolves your issue.

    Regards,
    Tikaram

    in reply to: change transparency #128424
    tikaram
    Participant

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

    #content .hentry, #secondary .widget, #comments {
    	padding: 5px;
    }

    Let me know if you need any further assistance.

    Regards,
    Tikaram

    in reply to: Styling Menu #128420
    tikaram
    Participant

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

    .nav-primary .menu a {
    	background-color: unset !important;
    }
    .nav-primary {
    	background-color: #e8554e;
    	border-radius: 15px;
    }
    .parallax-frame-nav-menu .sub-menu {
    	background-color: #e8554e;
    }
    
    .nav-primary .menu li a:hover, .nav-primary .menu li:hover > a{
    	background-color: #000;
    	color: #000 !important;
    }
    .nav-primary .menu .sub-menu li a:hover {
    	color: #000;
    }
    .nav-primary .menu a {
    	padding: 20px 20px;
    }

    Let me know if this resolves your issue.

    Regards,
    Tikaram

    in reply to: Featured Content in Chicago Pro Theme #128391
    tikaram
    Participant

    @jessicabarrett : Please post in your site URL.

    Regards,
    Tikaram

    tikaram
    Participant

    @victoralejandrobr : Please post in your site URL.

    Regards,
    Tikaram

    in reply to: Social Icons in Header #128385
    tikaram
    Participant

    @klevinberg : Thank you for using our theme. Let me know if you have any more issues.

    Regards,
    Tikaram

    in reply to: Breadcrumbs – Display entire path #128384
    tikaram
    Participant

    @kmz_fn : To display breadcrumb path for pages. You will need to select the parent for each child page under page attribute. Edit every page you want to make a child and select a parent for each child page under page attribute. The page attribute box is next to the post editor. Let me know if you have any more issues.

    Regards,
    Tikaram

Viewing 20 posts - 2,921 through 2,940 (of 4,116 total)