Forum Replies Created

Viewing 20 posts - 3,041 through 3,060 (of 4,113 total)
  • Author
    Posts
  • in reply to: Featured image for homepage / frontpage #127676
    tikaram
    Member

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

    Regards,
    Tikaram

    in reply to: Slider in Header is gone #127675
    tikaram
    Member

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

    Regards,
    Tikaram

    in reply to: Footer Text Colour #127674
    tikaram
    Member

    @clvanstadengmail-com : Go to Appearance => Customize => Additional css and add the following css.
    For footer text color

    .site-footer .widget-column  {
    	color:#color-code;
    }

    For footer links :

    .footer-widget-area a {
    	color:#color-code;
    }

    For footer link hover

    .footer-widget-area a : hover {
    	color:#color-code;
    }

    Please replace #color-code with the desired html color code of your choice.

    Regards,
    Tikaram

    in reply to: Slider without links and pointer #127644
    tikaram
    Member

    @sandy07 : Please post in your site URL.

    Regards,
    Tikaram

    in reply to: Footer Text Colour #127643
    tikaram
    Member

    @clvanstadengmail-com : Let me know when your site is accessible.

    Regards,
    Tikaram

    in reply to: Secondary and Footer menus not working on mobile devices #127642
    tikaram
    Member

    @atlas : Have you downgraded from Catch Evolution Pro theme to Catch Evolution Free theme ? Let me know if you have used pro version previously.

    Regards,
    Tikaram

    in reply to: Excerpts – Read More Function #127641
    tikaram
    Member

    @bajaharry : You cannot add read more on a single post. The read more is supposed to work on Blog and Archive pages. If you would like to display it on single post, you will need to hire a customizer and get your site customized. Let me know if you have any further issues.

    Regards,
    Tikaram

    in reply to: Content Width Increase? #127633
    tikaram
    Member

    @petegwebmaster : To increase the content width, add the following additional css.

    @media screen and (min-width: 991px){
    #main {
    	width: 70%;
    }
    .sidebar-primary {
    	width: 25%;
    }
    }

    The desktop version and the mobile version both have black background. The tiny envelope looks like the mobile menu but I noticed that you have removed the mobile menu. If you want to hide it add the following additional css.

    #mobile-header-left-menu {
    	display: none;
    }

    The content section on the sample page will also increase after you add above css. Let me know if this resolves the issue or not.

    Regards,
    Tikaram

    in reply to: Link colors #127631
    tikaram
    Member

    @eddron : Go to Appearance => Customize => Colors
    Under Link Color : Select your desired color and save. Let me know if you need any further assistance regarding the issue.

    Regards,
    Tikaram

    in reply to: Contact Form on Side Bar Issues #127629
    tikaram
    Member

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

    @media screen and (min-width: 991px){
    .page-id-19 .sidebar-primary {
    	float: left;
    }
    .page-id-19 #main {
    	padding-left: 25%;
    }
    }

    Edit the page which you have selected as Homepage. Locate Layout Options inside Catch Responsive Options Box. Select No Sidebar (Full Width) and update the page. Let me know if you have any more issues.

    Regards,
    Tikaram

    in reply to: Featured image for homepage / frontpage #127628
    tikaram
    Member

    @finnjackson : Please download and activate Catch Web Tools Plugin
    Click on Open Graph.
    First Enable Open Graph Module then
    Under Default settings upload a default image and save changes.
    Let me know if this resolves your issue.

    Regards,
    Tikaram

    in reply to: Slider in Header is gone #127620
    tikaram
    Member

    @plastes-de : The slide is working fine on your site when I checked it from my end. It has got nothing to do with WPML. Let me know if you are still facing the issue. Please check the site at your end and try clearing the cache.

    Regards,
    Tikaram

    in reply to: Responsive footer menu disappears on narrow screens #127619
    tikaram
    Member

    @dcastle316 : Thank you for using our theme. If you upgrade from free to pro the changes will not be lost. Yow will need to copy the custom css only. You can enable the footer menu.
    You will need to enable it from the customizer.
    Go to Appearance => Customize => Theme Options => Mobile Menu Options
    Click on Check to enable footer mobile menu to enable it and save.

    Let me know if you need any further assistance.

    Regards,
    Tikaram

    in reply to: how to add a sub / drop down menu #127599
    tikaram
    Member

    @yanchep : Please follow this link to know more about adding a sub/drop down menu on your site. Let me know if you need any further assistance regarding the issue.

    Regards,
    Tikaram

    in reply to: Can't remove image from Slider. #127572
    tikaram
    Member

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

    Regards,
    Tikaram

    in reply to: Footer Text Colour #127571
    tikaram
    Member

    @clvanstadengmail-com : Please post in your site URL.

    Regards,
    Tikaram

    in reply to: Large spaces between sections and titles #127570
    tikaram
    Member

    @clvanstadengmail-com : Please post in your site URL.

    Regards,
    Tikaram

    in reply to: Slider without links and pointer #127569
    tikaram
    Member

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

    #feature-slider .entry-container, #feature-slider .cycle-pager, #feature-slider .cycle-prev:before,
    #feature-slider .cycle-next:before {
    	display:none;
    }
    #feature-slider  {
       pointer-events: none;
       cursor: default;
    }

    Let me know if you need further assistance.

    Regards,
    Tikaram

    in reply to: Secondary and Footer menus not working on mobile devices #127567
    tikaram
    Member

    @atlas : Please post in your site URL.

    Regards,
    Tikaram

    in reply to: How to "unfix" the header when scrolling #127565
    tikaram
    Member

    @annemarie-b : You cannot unfix header with the help of css. One of the menu items seems to be moving below the black background box. Go to Appearance => Customize => Additional css and add the following css.

    .nav-primary .menu a {
    	padding:37px 15px;
    }

    Let me know if you have any further issues.

    Regards,
    Tikaram

Viewing 20 posts - 3,041 through 3,060 (of 4,113 total)