Forum Replies Created

Viewing 20 posts - 2,041 through 2,060 (of 4,116 total)
  • Author
    Posts
  • in reply to: Social Media header icon issue #230644
    tikaram
    Participant

    @bradleyjamesbatt: Add your Pinterest link in the following format.
    https://www.pinterest.com/carpictures/
    Let me know if this helps resolve your issue.

    Regards,
    Tikaram

    in reply to: Changing font size in the main page #230643
    tikaram
    Participant

    @hulewicz: If you would like to increase the font size add the following additional css.

    .site-description{
        font-size: 1rem;
    }

    You may either increase or decrease the value based on the requirement.

    Regards,
    Tikaram

    in reply to: Audioman Theme Error after upgrading to newest WordPress #230565
    tikaram
    Participant

    @ggmanugg: It looks like your website has been compromised. Contact your web hosting server and download a fresh copy of the theme and install. Let me know if you need any further assistance.

    Regards,
    Tikaram

    in reply to: Mobile menu stopped working #230556
    tikaram
    Participant

    @dartmoorphotographer: It looks like there is a plugin conflict with the theme. I suggest you to deactivate all the plugins for testing purpose, clear the cache and check your site again. Please follow this link to know more about plugin conflict with our themes.

    Regards,
    Tikaram

    in reply to: Sticky Playlist #230552
    tikaram
    Participant

    @imrankhan:Login to your WordPress admin. Click on Media. Click on the audio file. Now click on edit more details.
    Under Featured Content: Click on set featured content and select your desired image.
    Let me know if this helps resolve your issue.

    Regards,
    Tikaram

    in reply to: Menu Background Colour #230550
    tikaram
    Participant

    @rodeboy: Please add the following additional css and let me know

    .fluid-layout #header-content {
        background-color: #ffffff;
    }
    
    .site-navigation .current-menu-item > a {
        color:#7c4a2f;
    }

    Regards,
    Tikaram

    in reply to: Content right below main menu bar #230547
    tikaram
    Participant

    @benjo3: This feature has been added in the Pro version of the theme but the update has not been released yet. It will be available soon. If you would like to use this feature Upgrade to Pro and the update will be released soon.

    Regards,
    Tikaram

    in reply to: Change logo size #230545
    tikaram
    Participant

    @theseandowney: Please post in your site URL.

    Regards,
    Tikaram

    in reply to: Increasing size of header image #230544
    tikaram
    Participant

    @andliowoo: For header media add the following additional css

    .header-media {
      height:100vh;
    }

    For footer background add the following css.

    #colophon {
        background-image: url("insert your image url");
    }

    Note: Replace the insert your image url with the proper URL of the background image.

    Regards,
    Tikaram

    in reply to: Erro na compra #230534
    tikaram
    Participant

    @warlei: I will forward your issue to the sales team and let you know soon.

    Regards,
    Tikaram

    in reply to: The Portfolio template #230533
    tikaram
    Participant

    @aakullu : Please post in your site URL so that I can check for the issues.

    Regards,
    Tikaram

    in reply to: Image Sizes #230532
    tikaram
    Participant

    @broken-crayons : The image sizes used by the theme can be found under theme instructions.
    Please follow the following link to know more about different image sizes.

    https://catchthemes.com/themes/catch-fullscreen/#theme-instructions

    Let me know if you have any more issues.

    Regards,
    Tikaram

    in reply to: Nothing Found Page adjustment #230495
    tikaram
    Participant

    @nathan-n: Please post in your site URL where the pages are showing up so that I can check and provide you the fix.

    Regards,
    Tikaram

    in reply to: Update request #230494
    tikaram
    Participant

    @matt-schofield : To change the color of the menu in hamburger menu add the following additional css.

    .navigation-classic .main-navigation a {
     color:#color-code;
    }

    Note: change the #color-code with your desired color.

    For site header add the following additional css

    @media screen and (min-width: 64em) {
    	.navigation-classic .search-content-wrapper-top {
    	    -webkit-box-flex: 0;
    	    -ms-flex: 0 1 30%;
    	    flex: auto;
    	    max-width: 30%;
    	}
        .site-branding img {
            width: 100%;
        }
        .navigation-classic .site-branding {
            -webkit-box-flex: 0;
            -ms-flex: 0 1 40%;
            flex: 0 1 20%;
            max-width: 20%;
        }
        .navigation-classic .main-navigation {
            border-top: 0;
            -webkit-box-flex: 0;
            -ms-flex:auto;
             flex: auto;
             margin-top: 0;
            max-width: 100%;
            order: 2;
            margin-left: auto;
            margin-right: auto;
        }
     	.site-header-main {
            padding: 2px 40px;
        }
        .scrolled-logo-link {
        	margin: 0;
        }
        .navigation-classic .main-navigation a {
    	    color: #fff;
    	    font-size: 13px;
    	    font-size: 0.8125rem;
    	    font-weight: 500;
    	    line-height: 1.3125;
    	    padding: 21px 18px;
    	}
    }
    @media screen and (min-width: 85.375em) {
      .navigation-classic .main-navigation a {
    	    font-size: 16px;
    	    font-size: 1rem;
    	    padding: 21px 25px;
    	}
    }

    Let me know if this helps resolve your issue

    Regards,
    Tikaram

    in reply to: Social Links in Primary Menu #230493
    tikaram
    Participant

    @nathan-n: You can create Custom Menu through “Appearance => Menus” from your WordPress Dashboard.
    Click on create a new menu. Insert the desired menu name and click on create menu.
    Under Add menu items : Click on Custom Links to expand it. Insert URL and link text and click on add to menu button.
    Keep on adding the desired social media links and then

    Go to Appearance => Customize => Menus
    Under Menu Locations click on View all Locations
    Under Social Menu : Select your desired social menu which you created recently.

    Hope this helps resolve your issue.

    Regards,
    Tikaram

    in reply to: Mobile menu stopped working #230487
    tikaram
    Participant

    @dartmoorphotographer: Please post in your site URL.

    Regards,
    Tikaram

    in reply to: Changed colours are not saving #230468
    tikaram
    Participant

    @nakoru ; The update is releasing soon.

    Regards,
    Tikaram

    in reply to: Section Sorter #230458
    tikaram
    Participant

    @tcadesign: Please check your downloads section again and let me know. The proper theme has been setup. Let me know if you still have issues using the theme.

    Regards,
    Tikaram

    in reply to: Adonis Pro .custom-logo #230449
    tikaram
    Participant

    @tcadesign: Add the following additional css and let me know if this helps resolve your issue.

    .custom-logo {
    border: none;
    border-radius: unset;
    }

    Regards,
    Tikaram

    in reply to: Help format header #230448
    tikaram
    Participant

    @heidi-bissell: Please add the following additional css and let me know if this helps resolve your issue

    #site-logo {
    	width:30%;
    }
    #branding #site-logo img {
        width: 100%;
    }
    #branding .searchform, #branding .search-field {
        width: 100%;
        float:left;
    }
    #site-title {
        font-size: 45px;
    }
    #site-description{
    	font-size: 18px;
    }
    #hgroup {
    	padding-top: 20px;
    }
    #header-content {
    	padding-top:5px !important;
    }

    Regards,
    Tikaram

Viewing 20 posts - 2,041 through 2,060 (of 4,116 total)