Forum Replies Created

Viewing 20 posts - 2,881 through 2,900 (of 4,888 total)
  • Author
    Posts
  • in reply to: Header Highlight Issue #98418
    Mahesh
    Member

    @3j: Here, I’ve combined the above code and also adjusted the font-size as you’ve mentioned. Please replace previous code with this one.

    @media screen and (max-width: 1024px) {
      #header-highlights-content .hentry {
        width: 25%;
      }
      #header-highlights-content .header-highlight-content-wrap .entry-title {
        font-size: 18px;
      }
    }
    
    @media screen and (max-width: 540px) {
      #header-highlights-content .hentry {
        width: 50%;
      }
      #header-highlights-content .header-highlight-content-wrap .entry-title {
        font-size: 12px;
      }
    }

    Note: Please adjust the font-size as desired.

    Regards,
    Mahesh

    in reply to: Archiving Pages #98416
    Mahesh
    Member

    @alesia90230: Please check the image in url below:
    http://bit.ly/2cduBIR
    Is this your site? I checked it and its not Catch Evolution Pro theme.

    Regards,
    Mahesh

    in reply to: Featured Image Slider on a single page? #98415
    Mahesh
    Member

    @phillycontemporary: In your child theme, you are using the wrong CSS:

    body:not(.page) #feature-slider {
        display: none;
    }

    It should be:

    body:not(.page-id-69) #feature-slider {
        display: none;
    }

    Regards,
    Mahesh

    in reply to: Mobile Menu #98413
    Mahesh
    Member

    @phillycontemporary: Its because of :focus pseudo-class. Please add the following CSS:

    #responsive-menu-button:focus {
        color: #d40f7d;
    }

    Regards,
    Mahesh

    in reply to: How to remove content block on Homepage #98363
    Mahesh
    Member

    @dowal: Please post in your site url.

    Regards,
    Mahesh

    in reply to: Article pictures aren't show on blog page #98362
    Mahesh
    Member

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

    Regards,
    Mahesh

    in reply to: Mobile Menu not loading in white space on left hand side #98361
    Mahesh
    Member

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

    Regards,
    Mahesh

    in reply to: Add text to featured image #98356
    Mahesh
    Member

    @michael-blaze: You mean to add custom text? For that you’ll need to create child theme and customize further. You can find more details on creating child theme HERE.

    Regards,
    Mahesh

    in reply to: Primary Menu Issues: Site Title & Search Bar Icon #98355
    Mahesh
    Member

    @phillycontemporary:
    1. I have an uploaded logo for my menu bar, but I can’t get the site title to disappear. Even with the ‘Display Site Title and Tagline’ box unchecked the title is still visible…
    -> I checked this on our server and it is working fine. If you have any plugins installed please disable it and try again.

    2. My box with the search bar icon is oddly half-off the left side of the browser window.. I can only see about half of it!
    -> Have you modified and CSS or codes? Because in demo site and our server, its displaying fine. Please check the demo site. https://catchthemes.com/demo/fabulous-fluid/

    3. I am unable to change the color of the box behind the search bar icon in the customizer…
    -> GO to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    .site-header .social-networks li .fa-search {
        background-color: #ffff00;
    }

    Note: Please change the color as desired.

    Regards,
    Mahesh

    in reply to: Line breaks missing in blog page #98352
    Mahesh
    Member

    @salutipeles: Do you mean the text in the blog list page? If you go on the single page, it works fine I guess. The issue is because of excerpt content. Since excerpt only uses plain text, it will strip all html so it seems line breaks are missing.
    Only Simple Catch Pro has option to change between excerpt and full content display. If you seem to need it, I recommend you to upgrade to Simple Catch Pro.

    Regards,
    Mahesh

    in reply to: Article pictures aren't show on blog page #98351
    Mahesh
    Member

    @yoda: Its because you are using excerpt, you’ll need to display full blog for that. Go to Dashboard=> Appearance=> Customize=> Theme Options=> Layout Option and select Full Content Display option in Full Content Display dropdown.
    Hope this helps.

    Regards,
    Mahesh

    in reply to: Change text color on slider content #98350
    Mahesh
    Member

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

    #feature-slider .entry-content,
    #feature-slider .entry-title a {
        color: #ff00ff;
    }

    Note: This will change color of slider’s title and content text. Please change the color as desired.

    Regards,
    Mahesh

    in reply to: background primary menu #98349
    Mahesh
    Member

    @pl: For transparency, you’ll need to use rgba color. Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    .nav-primary {
        background: rgba(127, 127, 127, 0.7);
    }

    Note: Please change the color as desired.

    Regards,
    Mahesh

    in reply to: Header Highlight Issue #98348
    Mahesh
    Member

    @3j: As far as I understood from the above reply, go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    @media screen and (max-width: 1024px) {
    	#header-highlights-content .hentry {
    		width: 25%;
    	}
    }
    
    @media screen and (max-width: 540px) {
    	#header-highlights-content .hentry {
    		width: 50%;
    	}
    }

    Regards,
    Mahesh

    in reply to: Mobile Menu #98347
    Mahesh
    Member

    @phillycontemporary: The ‘X’ color will take the same color as that of menu. If you want to change the ‘X’ color independently, add the following CSS

    .sidr-main-open #responsive-menu-button {
    	color: #ff00ff;
    }

    Regards,
    Mahesh

    in reply to: Featured Content Slider on home page #98346
    Mahesh
    Member

    @karlcurrentsnj-com: For Post ids, please install Catch IDs plugin: https://wordpress.org/plugins/catch-ids/
    After activating the plugin, you’ll see Post ID column in Posts pages in Admin Dashboard.
    Then put your desired post ID in Featured Post # in customizer.

    Regards,
    Mahesh

    in reply to: Featured Image Slider on a single page? #98345
    Mahesh
    Member

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

    body:not(.page-id-69) #feature-slider {
        display: none;
    }

    Let me know if any problem.

    Regards,
    Mahesh

    in reply to: Questions regarding thumbnails #98344
    Mahesh
    Member

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

    @media screen and (min-width: 768px){
        .postid-196.woocommerce #content div.product div.summary {
    	width: 66%;
        }
        .postid-196.woocommerce #content div.product div.images {
    	width: 30%;
        }
    }

    Note: This is for camera-lens-mug page only. If you want it in other pages too, remove the preceding .postid-196 in the above code.

    Regards,
    Mahesh

    in reply to: Mobile Menu not loading in white space on left hand side #98341
    Mahesh
    Member

    @carlscutt: Have you modified theme’s CSS or other codes? In your theme, the sidr class has display set to none. But by default its set to display: block.
    And the other thing, have you tried checking disabling all other plugins too? Sometimes plugin may cause issues.

    Regards,
    Mahesh

    in reply to: Mobile Menu not loading in white space on left hand side #98309
    Mahesh
    Member

    @carlscutt: Seems you are using some Custom CSS which is causing the issue. I checked you site and following CSS is included which seems to be causing the issue
    http://cool-banana.net/wp-content/cache/wpfc-minified/42c499b0485721d0494dead0fe35dfb4/1472389289index.css
    Are you using any plugins? If yes, try disable it and check if it resolves the issue.
    You can check the menu in demo. Let me know you face the same problem in the demo too.
    https://catchthemes.com/demo/catchbox/

    Regards,
    Mahesh

Viewing 20 posts - 2,881 through 2,900 (of 4,888 total)