Forum Replies Created

Viewing 20 posts - 2,921 through 2,940 (of 4,908 total)
  • Author
    Posts
  • in reply to: stop scrolling on header and main nav #98237
    Mahesh
    Participant

    @hidemyage: Please remove all CSS I’ve provided before just to avoid confusion. Then add the following CSS:

    @media screen and (min-width: 941px) {
        #branding {
            position: fixed;
            z-index: 10;
            margin: 0 auto;
            left: 0;
            right: 0;
        }
    
        #header-menu {
    	   position: fixed;
    	   z-index: 5;
            margin: 0 auto;
            left: 0;
            right: 0;
        }
    }
    
    #branding, 
    #header-menu {
        max-width: 1300px;
    }
    
    @media screen and (min-width: 941px) and (max-width: 1000px) {
        #header-menu {
            top: 128px;
        }
        #main-wrapper {
        margin-top: 142px;
    }
    }
    
    @media screen and (min-width: 1001px) and (max-width: 1100px) {
        #header-menu {
            top: 161px;
        }
        #main-wrapper {
        margin-top: 185px;
    }
    }
    
    @media screen and (min-width: 1101px) and (max-width: 1152px) {
        #header-menu {
            top: 172px;
        }
        #main-wrapper {
        margin-top: 196px;
    }
    }
    
    @media screen and (min-width: 1153px) and (max-width: 1280px) {
        #header-menu {
            top: 180px;
        }
       #main-wrapper {
            margin-top: 204px;
        }
    }
    
    @media screen and (min-width: 1281px) {
        #header-menu {
            top: 195px;
        }
       #main-wrapper {
            margin-top: 217px;
        }
    }

    Regards,
    Mahesh

    in reply to: Static Front page configured but not working #98233
    Mahesh
    Participant

    @fmhboudreau: Thank you for your appreciation. Have a nice day!

    Regards,
    Mahesh

    in reply to: issues mobile menu #98230
    Mahesh
    Participant

    @luci1708: To disable the secondary menu (the menu on the left side when you looking at the website on a mobile screen), add the following CSS in your Custom CSS:

    @media screen and (max-width:980px) {
        #secondary-menu, 
        #secondary-mobile-menu {
        	display: none !important;
        }
    }

    Regards,
    Mahesh

    in reply to: Featured Image Slider on a single page? #98229
    Mahesh
    Participant

    @phillycontemporary: Yes.
    Can you please give me the page url in which you want to show the slider. And I’ll provide you the CSS.

    Regards,
    Mahesh

    in reply to: Featured Content Slider on home page #98228
    Mahesh
    Participant

    @karlcurrentsnj-com: I did set the code into the custom CSS and it said, “Cheating Huh?” Your are not allowed to customize this site. I don’t understand how this came upon.
    And yes, now I get which slider you really meant, sorry.
    It seems that you have selected Featured Post Content, but for some reasons, no posts are being displayed. Have you put the Post id in the Customizer’s Featured Post # option.
    Please check and let me know further.

    Regards,
    Mahesh

    in reply to: Archiving Pages #98227
    Mahesh
    Participant

    alesia90230: Is your site url [email protected] ? Its using ICT Custom Theme not Catch Evolution Pro. Let me know further.

    Regards,
    Mahesh

    in reply to: How to use full width pages AND pages with sidebars #98226
    Mahesh
    Participant

    @bb-one-net: Thank you for using Adventurous Pro. If the requirement was to use different sidebar for different page, this would be possible. But Adventurous Pro uses only two column layout so two sidebars on right and left is not possible without customization.
    I recommend you to use our three column layout theme Catch Base Pro. But as you’ve mentioned that you don’t want to change the theme, you’ll need to create a child theme and register a new widget area through customization. Design also needs be adjusted. I recommend you to hire a customizer.

    Regards,
    Mahesh

    in reply to: Questions regarding thumbnails #98225
    Mahesh
    Participant

    @imboliboli: Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    .widget-area {
        width: 25%;
    }
    
    .content-area {
        width: 75%;
    }

    Note: Please adjust the width as you desire.

    Regards,
    Mahesh

    in reply to: Formatting Slider title typography and position? #98224
    Mahesh
    Participant

    @phillycontemporary: Add the following CSS in your Custom CSS:

    /* For active thumbnail */
    #per-slide-template .cycle-pager-active::after {
        background-color: #ff00ff;
    }
    /* For hover */
    #per-slide-template .thumbnail:hover .cover {
        display: block;
        background: rgba(255, 255, 0, 0.7) none repeat scroll 0 0;
    }

    Note: Please change the color as you desire.

    Regards,
    Mahesh

    in reply to: Questions regarding thumbnails #98151
    Mahesh
    Participant

    imboliboli: You have an error in your Custom CSS. You have a missing } just before the following code:

    #feature-slider, 
    #feature-slider .wrapper, 
    #feature-slider .cycle-slideshow {
        margin: 0 auto;
        width: 80%;
    }

    Please correct it.

    Regards,
    Mahesh

    Mahesh
    Participant

    @bashstreet: For this you can achieve it with Custom Featured Content where you put the post content in the first column and link to the very post. And then content of the pages in the remaining two with its link.
    If you want to do it as mentioned above, I recommend you to hire a customizer.

    Regards,
    Mahesh

    in reply to: Questions regarding thumbnails #98147
    Mahesh
    Participant

    @imboliboli: I checked your site, seems you haven’t enabled the Feature Content that’s why nothing is showing. Go to Dashboard=> Appearance=> Customize=> Featured Content=> Featured Content Options and select Homepage/Frontpage option in Enable Featured Content on dropdown Below Content option in Featured Content Position drop-down.

    For smaller slider, go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following:

    #feature-slider, 
    #feature-slider .wrapper, 
    #feature-slider .cycle-slideshow {
        margin: 0 auto;
        width: 80%;
    }

    Hope this helps.

    Regards,
    Mahesh

    in reply to: Font size and alignment #98146
    Mahesh
    Participant

    @sfa1492: Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    #featured-content .entry-title {
    	font-size: 20px;
    	text-align: center;
    }

    Note: Please adjust the font-size in the above code as per required.

    Regards,
    Mahesh

    in reply to: Featured Content Slider on home page #98145
    Mahesh
    Participant

    @karlcurrentsnj-com: I checked your site and the Featured Slider seems to be working fine.
    To remove the date and comments on my posts, go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS:

    #main .entry-meta {
        display: none;
    }

    Let me know further.

    Regards,
    Mahesh

    in reply to: Change blue accent color of hyperlinks / hover colors, etc. #98143
    Mahesh
    Participant

    @phillycontemporary: The color options is built-in in Pro version. I recommend you to upgrade to Pro. But if you want it in Free version anyway, it can be done with Custom CSS. Go to Dashboard=> Apperance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    /* blue box behind the search bar icon on the top menu */
    .site-header .social-networks li .fa-search {
        background-color: #ffff00;
    }
    
    /* blue hover color on the ‘Read More’ button on the featured Image slider */
    #feature-slider .more:hover {
        background-color: #00a3e6;
        border-color: #00a3e6;
        color: #fff;
        text-decoration: none;
    }
    
    /* blue color of all hyperlinks in page/post text */
    a {
        color: #00a3e6;
    }
    
    /* color of the footer navigational menu item text */
    .footer-b .footer-nav a {
        color: #ff00ff;
    }

    Note: Please change the colors as desired.

    Regards,
    Mahesh

    in reply to: stop scrolling on header and main nav #98139
    Mahesh
    Participant

    @hidemyage: We’ll contact you through email.

    Regards,
    Mahesh

    in reply to: Adjust Page Width No sidebar #98138
    Mahesh
    Participant

    @obscurediamond: No Sidebar (Full Width) option is already built-in in the Pro version. I recommend you to upgrade to Pro. But if you want to make the main content area full-width or adjust as per desired, go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    #primary {
        width: 100%;
    }

    Regards,
    Mahesh

    in reply to: Is a logo with different URL possible? #98137
    Mahesh
    Participant

    @olaf-boehmebissantz-de: Sorry, I guess this is not possible since the logo is a core functionality.

    Regards,
    Mahesh

    in reply to: Adding "Terms and conditions"link on the footer #98136
    Mahesh
    Participant

    @monicavilas: I mean, for Catch Base Pro use Catch Base Pro Child Theme so there would be no confusion with the free version’s child theme.

    Regards,
    Mahesh

    in reply to: Formatting Slider title typography and position? #98135
    Mahesh
    Participant

    @phillycontemporary: Do you mean to change the active white color? By default, the thumbs is using black overlay with 0.7 opacity and on hover it disappears.
    Let me know further.

    Regards,
    Mahesh

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