Forum Replies Created

Viewing 20 posts - 1,601 through 1,620 (of 4,908 total)
  • Author
    Posts
  • in reply to: Unplugged Translation Flags #107563
    Mahesh
    Participant

    @gustavolaurindo: I checked your site but the site is blank. Please let me know.

    Regards,
    Mahesh

    in reply to: Slider in Header? #107562
    Mahesh
    Participant

    @mare: A slider is already in the theme. May be we will integrate on in the future.

    Regards,
    Mahesh

    in reply to: Custom CSS documentation #107561
    Mahesh
    Participant

    @iamsupermike: Please add the following CSS:

    .slides-control,
      #slideshow .slide-item{
        max-width: 100%;
    }

    Regards,
    Mahesh

    in reply to: Lines between menu items #107559
    Mahesh
    Participant

    @jennifersimsdesign-com-au: Thank you for your appreciation. Have a nice day!

    Regards,
    Mahesh

    in reply to: Need to understand your design philosophy …. #107558
    Mahesh
    Participant

    @novaglenn:
    Featured Content
    Well you can manage Featured Content go to Dashboard=> Appearance=> Customize=> Featured Content option. But as you’ve mentioned, some feature you require is not possible. Using post and page as featured content, it will link to respected posts and pages not other custom links. So for this purpose, I recommend you to use Featured Image Content, so you can use custom images and link to custom post, pages or some external links too.

    For homepage, if you don’t want the title to be displayed, this can be removed or hide with Custom CSS.

    And about menu, go to Dashbaord=> Appearance=> Menu and select Header Menu and make sure all items already put in the menu. And also make sure that you make the submenu items too (notice the little indent) or else, it’ll act as menu item no sub menu item.

    Hope you understand. Let me know if any problem.

    Regards,
    Mahesh

    in reply to: Weird hidden text at the bottom of all posts #107555
    Mahesh
    Participant

    @thetravelgal: Are you using any plugins? If yes, please try disabling the plugins one by one and check if that solves the issue. Let me know further.

    Regards,
    Mahesh

    in reply to: Rock star pro Theme #107554
    Mahesh
    Participant

    @1zoltannagy: Please post in your site url. Do you want the background to scroll too?

    Regards,
    Mahesh

    in reply to: Add pages based on categories #107551
    Mahesh
    Participant

    @lukasbarth: For that, I recommend you to use the simplest way. Go to Dashboard=> Appearance=> Menu and then add up the categories in the menu that you wanted to show on the page.
    https://i.stack.imgur.com/gcsJg.png
    Hope you understand.

    Regards,
    Mahesh

    Mahesh
    Participant

    @caulon: Please post in your site url.

    Regards,
    Mahesh

    in reply to: Make Posts show above Featured Grid Content #107549
    Mahesh
    Participant

    @caulon: For this, you’ll need to create a child theme. You can find more details on creating child theme HERE. Then in your child theme’s functions.php add the following codes.

    add_action( 'init', 'fabulous_fluid_child_move_featured_grid' );
    function fabulous_fluid_child_move_featured_grid(){
        remove_action( 'fabulous_fluid_after_header', 'fabulous_fluid_featured_grid_content', 30 );
        add_action( 'fabulous_fluid_after_content', 'fabulous_fluid_featured_grid_content', 55 );
    }

    Regards,
    Mahesh

    in reply to: Two short questions (slider and "featured content") #107548
    Mahesh
    Participant

    @gustavoson: Yes, you can find details for both in theme instructions. Yes, you can remove the slider link and hover effect too. For using images of you choices rather than demo, go to Dashboard=> Appearance=> Customize=> Featured Slider and select Featured Image Slider and add desired images.
    For Featured Content, go to Dashboard=> Appearance=> Customize=> Featured Content and choose Featured Post Content and put in the desired post ids.

    Regards,
    Mahesh

    in reply to: featured slider not showing #107546
    Mahesh
    Participant

    @bmhamdanigmail-com: Please post in your site url.

    Regards,
    Mahesh

    Mahesh
    Participant

    @mcubedpe: Checked your site, its not from the theme but from some Custom CSS. Go to Dashboard=> Appearance=> Customize=> Additional CSS box and remove the following code:

    .entry-title {
           display:none;
    }

    Regards,
    Mahesh

    in reply to: Social Links NOT Appearing #107476
    Mahesh
    Participant

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

    Regards,
    Mahesh

    in reply to: Center Menu #107475
    Mahesh
    Participant

    @kayaker4157:
    1. How do you remove the categories and “Leave a Reply” meta data at the bottom of a post?
    Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:

    footer.entry-meta {
        display: none;
    }

    2. And, is there a way to change the text of “-Leave a Reply” to “Comments” in the top meta data area which contains the posting date and author’s name?
    For that, you’ll need to create a child theme. You can find more details on creating child theme HERE. Then copy content.php to child theme and change Leave a reply to your desired text. Do the same for all the content.

    Regards,
    Mahesh

    in reply to: Slider image title position #107474
    Mahesh
    Participant

    @jennifersimsdesign-com-au: Thank you for your appreciation. Have a nice day!

    Regards,
    Mahesh

    in reply to: Lines between menu items #107461
    Mahesh
    Participant

    @jennifersimsdesign-com-au: Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:

    #site-navigation ul li a {
    	border-bottom: 4px solid rgb(0, 162, 229);
    }

    Regards,
    Mahesh

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

    @markthack: Do you have any plugins installed? If yes, try deactivating theme and try again.

    Regards,
    Mahesh

    in reply to: Lines between menu items #107458
    Mahesh
    Participant

    @jennifersimsdesign-com-au: Right now, there is only border bottom on active menu items. Do you mean to have the border on the bottom of the active menu item in every menu or full border? I am quite confused here. Let me know further.

    Regards,
    Mahesh

    in reply to: Sub Menu Not Working #107455
    Mahesh
    Participant

    @novaglenn: Just checked your site, you haven’t added any sub menu items yet. Please check the demo version and let me know what problem are you facing.
    https://catchthemes.com/demo/catch-base/
    Seems to be working fine on our server.

    Regards,
    Mahesh

Viewing 20 posts - 1,601 through 1,620 (of 4,908 total)