Forum Replies Created

Viewing 20 posts - 2,981 through 3,000 (of 4,908 total)
  • Author
    Posts
  • in reply to: Catch Everest- Font & Price tables #97845
    Mahesh
    Participant

    @voila2014: Thank you for using Catch Everest Pro theme. I’m glad that you found the issue by yourself. We provide free support. But as described in feature “Premium Support Ticket”, use this is only if you could not get your problem fixed by other services. Hope you understand.
    Please post in your site url so that I can check for the button issue in the sidebar.

    Regards,
    Mahesh

    in reply to: Feature Slider Excerpt and Images #97781
    Mahesh
    Participant

    @latinoliteratures: Yes, it is an issue and will be fixed in the next update.
    For hiding excerpt in Feature Slider go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    #feature-slider .caption .entry-content, 
    #feature-slider .caption .more {
        display: none;
    }

    Hope this helps.

    Regards,
    Mahesh

    in reply to: Menu bar #97779
    Mahesh
    Participant

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

    .menu-item {
        margin: 0 -2.5px;
    }

    Regards,
    Mahesh

    in reply to: Removing the "Load More" bar on the Featured Content Grid #97771
    Mahesh
    Participant

    @phillycontemporary: Just checked your site. Have you copied the code that I’ve provided into your child theme’s functions.php? because style => display: none is still there, which should have been removed. And the also hiding Load More with custom CSS, can’t find it in the CSS either.

    Let me know further.

    Regards,
    Mahesh

    in reply to: default sizes for main column and one sidebar #97768
    Mahesh
    Participant

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

    Regards,
    Mahesh

    in reply to: Customized bullet point and font of list #97767
    Mahesh
    Participant

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

    Regards,
    Mahesh

    in reply to: Feature Slider Excerpt and Images #97765
    Mahesh
    Participant

    @latinoliteratures:
    Hi Fabio:

    Sorry for the late reply. Working with child theme or working with code is kinda tricky. A small character can break the whole site and make it inaccessible. I highly recommend you to do the modifications only if you are familiar with programming or else hire a customizer.
    Is the theme working now? You do have option to show content in Featured Content but not in the Featured Slider. You can use Custom CSS for hiding the excerpt in the Featured Slider.

    Let me know further.

    Regards,
    Mahesh

    in reply to: Blog posts don't show when published #97763
    Mahesh
    Participant

    @brianlowelogic-com: Okay, for this, first of all, create a page with no content and name it “Blog”, it not necessary it should be blog but just for simplicity. Then go to Dashboard=> Appearance=> Customize=> Static Front Page and select A static page in Front page displays option. Then select your desired home page in Front page option and blog page(that we just created) in Posts page.

    Regards,
    Mahesh

    Mahesh
    Participant

    @bashstreet:
    Hi JoJo,

    I checked your site and the Featured Content is displaying fine. Right now its displaying 3 Page Contents (Newsletter, CLIFFHANGER! – a real life silent movie show, Tour List 2016).
    However, if you want Posts to be displayed instead of Pages, please select Featured Post Content in Featured Content Type and choose the desired Posts ID.
    Let me know further.

    Regards,
    Mahesh

    in reply to: Remove title only on homepage #97635
    Mahesh
    Participant

    @moskito7: Thanks for the html. Please try the following CSS:

    .blog #content .entry-title {
        display: none;
    }

    Regards,
    Mahesh

    in reply to: Customized bullet point and font of list #97634
    Mahesh
    Participant

    @stefanhoesli: Please use the following CSS:

    .entry-content ul li {
        list-style-type: none;
    }
    .entry-content ul li::before {
        content: "- ";
    }

    Hope this helps.

    Regards,
    Mahesh

    in reply to: Feature Slider Excerpt and Images #97633
    Mahesh
    Participant

    @latinoliteratures: Yes, you can use any different file too. Just make sure you’ve followed along the instructions on creating child theme as of HERE.

    Regards,
    Mahesh

    in reply to: Blog posts don't show when published #97632
    Mahesh
    Participant

    @brianlowelogic-com: Try disabling the plugin if you are using any and check again. Have you set the Posts pages as blog page in Static Front Page option in Customizer? Please set it to Blog page. Go to Settings=> Permalinks and click Save.
    Let me know if the issue persists.

    Regards,
    Mahesh

    in reply to: Logo in alignment with menu #97629
    Mahesh
    Participant

    @olaf-boehmebissantz-de: The above code should work fine now. It should be max instead of min, I’ve made the correction.
    Note: This will remove header right navigation.

    Regards,
    Mahesh

    in reply to: Logo in alignment with menu #97544
    Mahesh
    Participant

    @olaf-boehmebissantz-de: Thank you for using Catch Base Pro theme. Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    .nav-primary {
        float: left;
        padding: 20px 0;
        vertical-align: middle;
        width: 80%;
        top: 11px;
    }
    
    #masthead {
        float: left;
        width: 20%;
        border-bottom: 1px solid #eee ;
    }
    
    #featured-content {
        clear: both;
    }
    
    .sidebar.sidebar-header-right.widget-area {
    	display: none;
    }
    
    @media screen and (max-width: 1150px) {
        .nav-primary {
        	padding: 15px 0;
    	top: 1px;
        }
    }
    
    @media screen and (max-width: 990px) {
        #masthead {
        	float: none;
        	width: 100%;
        	border-bottom: 1px solid #eee;
        }		
    }

    Regards,
    Mahesh

    in reply to: Keep navigation in the same category #97543
    Mahesh
    Participant

    @moskito: I checked for the same on our server and is working fine. Are you using any plugins? Try disabling it and check if this resolves the issue.

    Regards,
    Mahesh

    in reply to: Feature Slider Excerpt and Images #97537
    Mahesh
    Participant

    latinoliteratures:
    Hi Fabio,

    Thank you for using Fabulous Fluid Pro theme.
    1. For excerpt issue, please refer to this thread:
    https://catchthemes.com/support-forum/topic/html-tag-in-slider-excerpt-text/#post-97517
    2. Image align issue:
    The recommended size for slider iamage is Width: 1680px Height: 720px, please use the image with same size as far as possible. Exact size is not necessary as long as the image has same aspect ratio, you are good to go.

    Let me know if any problem.

    Regards,
    Mahesh

    in reply to: Social icons in header-left #97536
    Mahesh
    Participant

    @cattext: Yes you can put two widgets next to each other. But this depends upon the number of item you have in the menus and social icons. As long as the two fits there, they are displayed next to each other. I checked your site, seems the widget will easily fit next to the menu.

    Regards,
    Mahesh

    in reply to: Remove title only on homepage #97535
    Mahesh
    Participant

    @moskito7: You can upload it to Dropbox or other sites and share the link here. It would be easier it I can check the HTML. By default, the above code I’ve provided should have worked just fine.

    Regards,
    Mahesh

    in reply to: Catch Everest- Font & Price tables #97533
    Mahesh
    Participant

    @voila2014: Thank you for using our theme, we really appreciate it. For exact same layout, Catch Everest Pro is the best option I guess. It does have more functionalities that the free version like: More Options in Slider, Featured Content, Layouts, Colors, Fonts etc. However, the theme doesn’t have the Pricing table. May be you can use an appropriate plugin from WordPress repo for that one.

    Regards,
    Mahesh

Viewing 20 posts - 2,981 through 3,000 (of 4,908 total)