Forum Replies Created

Viewing 20 posts - 2,981 through 3,000 (of 4,903 total)
  • Author
    Posts
  • 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

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

    @cattext: This function is already built-in in Adventurous Pro. Header Right Sidebar widget area is what you need for this. I recommend you to upgrade to pro. Then put CT: Social Icons widget into the Header Right Sidebar widget area.
    If you want to have it in the child theme, and you are familiar with coding, I can help you further.

    Regards,
    Mahesh

    in reply to: Pictures/Photos not fitting in blog #97526
    Mahesh
    Participant

    @jodickie: I cannot see the image that you’ve mentioned above. Are you using any plugins? Try disabling it and check again, sometimes plugin may cause issues too. Let me know further.

    Regards,
    Mahesh

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

    @moskito7: Can you please clarify more? Do you mean the navigation on the blog list page?
    Let me know further.

    Regards,
    Mahesh

    in reply to: Update from 4.6.6 to 4.6.7 #97523
    Mahesh
    Participant

    @3punkt5: You can update the theme directly through Admin Dashboard using Catch Web Tools plugin’s Catch Updater module. You can find the video tutorial on how to update pro theme with catch updater in the link below:
    https://www.youtube.com/watch?v=W95SuabDZi8

    The update does not or should not effect the child theme.

    Regards,
    Mahesh

    in reply to: Posts in a page formatted right #97519
    Mahesh
    Participant

    @willo: Go to Dashboard=> Appearance=> Customize=> Theme Options=> Layout Options and select Show Excerpt (Excerpt Image Left) and click Save & Publish.
    For other options like Excerpt Image Right / Excerpt Image Top I recommend you to upgrade to Pro.

    Regards,
    Mahesh

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