Forum Replies Created

Viewing 20 posts - 2,981 through 3,000 (of 4,888 total)
  • Author
    Posts
  • in reply to: Remove title only on homepage #97635
    Mahesh
    Member

    @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
    Member

    @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
    Member

    @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
    Member

    @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
    Member

    @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
    Member

    @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
    Member

    @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
    Member

    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
    Member

    @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
    Member

    @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
    Member

    @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
    Member

    @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
    Member

    @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
    Member

    @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
    Member

    @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
    Member

    @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

    in reply to: Featured Content is not abreviated #97518
    Mahesh
    Member

    @c-baumbach: Seems like word excerpt doesn’t work on Japanese text. The excerpt depends on word counts. Read more text is displayed as soon as the content reaches the words length set in excerpt length in customizer.

    Regards,
    Mahesh

    in reply to: HTML tag in Slider excerpt text #97517
    Mahesh
    Member

    @benjaminmw: For this, you’ll need to create a child theme. You can find more on creating child theme HERE. Then in your child theme’s functions.php add the code from the link below:
    http://bit.ly/2b36kAH
    Then go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    #feature-slider .entry-content span.readmore {
        display: none;
    }

    Regards,
    Mahesh

    in reply to: HELP URGENT! #97514
    Mahesh
    Member

    @mauitheatre: For this, we need to check on your server. We’ll email you for details.
    For adding code snippet like this rather than using a child theme, I recommend you to use Catch Web Tools plugin’s Webmaster tools module and add the code to Header or Footer where appropriate.

    Regards,
    Mahesh

    Mahesh
    Member

    @dawn: Please post in your site url.

    Regards,
    Mahesh

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