Viewing 20 results - 581 through 600 (of 2,393 total)
  • Author
    Search Results
  • #105898
    Mahesh
    Participant

    @mynameischetan:

    Q.The “Get Listed” Page is coming in next raw. Can you please tell me how can i keep all menu pages together
    -> Please clarify, I don’t quite get it.

    Q.How to add “Next” and 1234567 Button (You can check here – https://catchthemes.com/demo/lucida/)
    -> Go to Dashboard=> Appearance=> Customize=> Theme Options=> Pagination Options and select Numeric in Pagination Type

    Q.How to add pages below Next Button (You can check here – https://catchthemes.com/demo/lucida/)
    -> This is the Featured Content, go to Dashboard=> Appearance=> Customize=> Featured Content and choose Homepage/Frontage Option. Then select the content type you want. in Select Content Type option.

    Q.How to edit Copyright and other text (You can check here – https://catchthemes.com/demo/lucida/)
    Go to Dashboard=> Appearance=> Customize=> Theme Options=> Footer Editor Options and edit the content here.

    Q.How to edit and add my post on Home Slide Screen (You can check here – https://catchthemes.com/demo/lucida/)
    Go to Dashboard=> Appearance=> Customize=> Featured Slider and select Featured Post Slider in Select Slider Type option and provide the Post’s Ids in the boxes below that slides down. (Use this plugin to know post ids https://wordpress.org/plugins/catch-ids/)

    Q.Instagram account is created and also added 3 images on the same. But those images are not showing on site. (You can check here – https://catchthemes.com/demo/lucida/)
    -> Make sure your account is public.

    Q.How to add Social Profile Content (You can check here – https://catchthemes.com/demo/lucida/)
    -> Clarify more on this. If you want to add social links such as Facebook, Twitter, go to Dashboard=> Appearance=> Customize=> Social Links options and add the desired.

    Q.How to edit Latest News (You can check here – https://catchthemes.com/demo/lucida/)
    -> Go to Dashboard=> Appearance=> Customize=> News Ticker and Select any one from the Select Ticker Type option.

    Q.How to create and design Subscribe to Newsletter as Lucida Pro Demo page is having. (You can check here – https://catchthemes.com/demo/lucida/)
    -> Go to Dashboard=> Appearance=> Widgets and add CT:NewsLetter widget to one of your widget area. Then fill in the form by following the steps as you add the widget.

    Regards,
    Mahesh

    #105201

    In reply to: Featured Slider Loop

    Mahesh
    Participant

    @edvasquez: Featured Slider stopping, this is not possible simply. You’ll need to customize the theme further for this. And for changing content text size and making it bold, go to Dashboard=> Appearance=> Customize=> Additional CSS:

     #slideshow .entry-title {
    	font-size: 50px;
    	font-weight: bold;
    }
    
    #slideshow .subtitle {
    	font-size: 25px;
    	font-weight: bold;
    }

    Regards,
    Mahesh

    Pratik
    Participant

    Hi Sami,

    Thank you for using Fabulous Fluid theme.

    featured grid: There’s a thick white border around my featured grid, on the home page. the images are the recommended dimensions
    * I see that you mean. It is to separate two sections when Heading is used. Try following code in Appearance=> Customize=> Additional CSS box:

    
    #featured-grid-content, #featured-content {
        margin-top: 0;
    }
    

    featured slider: images are so massive, but they are the sized to the recommended dimensions so… are there are any other options to making these a bit smaller in height?
    For this, you will need to upgrade to Pro. Then you will be able to use any image size you want by using Featured Image Slider. I am afraid apart from that, there is no proper way to change image dimensions.

    sidebar: i think this problem just started occurring, i dont recall it ever being like this. the sidebar is set about an inch away from the where it normally is, and is showing up “squished” and thin.
    The sidebar size looks ok. Check: https://catchthemes.com/demo/fabulous-fluid/blog/, its same here too.

    Regards,
    Pratik

    chrisDug
    Participant

    Hi Mahesh

    Thank you very much for your reply i was able to fix the slider issue however the promotion headline still does not translate or give me an option to add the translation in customizer. I noticed also that the title for featured content does not translate either. Thank you in advance for the help it is much apreciated!!

    Thanks
    Chris

    Mahesh
    Participant

    @chirsdug: 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:

    if ( ! function_exists( 'catchresponsive_child_polylang_invalidcache' ) ) :
    /**
     * Template for Clearing Polylang Invalid Cache
     *
     */
    function catchresponsive_child_polylang_invalidcache() {
    	delete_transient( 'catchresponsive_promotion_headline' );
    	delete_transient( 'catchresponsive_featured_content' );
    	delete_transient( 'catchresponsive_featured_slider' );
    } // catchresponsive_child_polylang_invalidcache
    endif;
    add_action( 'after_setup_theme', 'catchresponsive_child_polylang_invalidcache' );

    This function is for Promotion Headline for custom language, with give you option to put the desired text for the translation.

    function catchresponsive_child_polylang() {
    	if ( function_exists( 'pll_register_string' ) ) {
    		$options 	= catchresponsive_get_theme_options();
    
    		$promotion_headline        = $options['promotion_headline'];
    		$promotion_subheadline     = $options['promotion_subheadline'];
    		$promotion_headline_button = $options['promotion_headline_button'];
    		$headline                  = $options ['featured_content_headline'];
    		$subheadline               = $options ['featured_content_subheadline'];
    
    		pll_register_string( 'featured_content_headline', $headline );
    		pll_register_string( 'featured_content_subheadline', $subheadline );
    		pll_register_string( 'promotion_headline', $promotion_headline );
    		pll_register_string( 'promotion_subheadline', $promotion_subheadline );
    		pll_register_string( 'promotion_headline_button', $promotion_headline_button );
    	}
    }
    add_action ( 'admin_init', 'catchresponsive_child_polylang' );

    Regards,
    Mahesh

    #104624

    In reply to: Fabulous Fluid

    Mahesh
    Participant

    @roman06: Please add the following CSS instead:

    .page-content, 
    .entry-content, 
    .entry-summary,
    #featured-grid-content .row{
        margin: 0 !important;
    }

    Main Slider: Which slider type have you chose? If you have Page slider selected, select the pages you want to display as slider and make sure that you the page has featured image set.

    How can I add Privacy and Terms page all the way at the bottom footer of the page next to Copywrite?
    This feature is only available in Pro version. Or you’ll need to customize it through child theme. I recommend you to upgrade to Pro version.

    Let me know if any problem.

    Regards,
    Mahesh

    #104512

    In reply to: Menu Bar

    filip_1
    Participant

    Hi again,

    I have one question regarding the featured image.

    The featured post slider is linked with the featured image of the each post. I can decide which image(featured image of certain post) should be shown on a featured post slider. But there comes the problem. Image format of a image that is shown on featured post slider is good, but the cropped image of post(this little image that is shown next to the post) is not good.

    Is there a way that I could edit the featured image that is displayed in the box next to the post text on the front page.

    Site URL : http://www.zupa-bezgresnog-zaceca-bdm.hr/

    Thank you for your help.

    #104378
    Mahesh
    Participant

    @promomusic: For changing Slider image, go to Dashboard=> Appearance=> Customize=> Theme Options=> Featured Slider and choose Image in Select Slider Type option then upload the image.
    I checked your site and seems you’ve removed the slider.

    Regards,
    Mahesh

    #104377

    In reply to: Fabulous Fluid

    Mahesh
    Participant

    @roman06:
    1. Please post in your site url.
    2. For custom images, I recommend you to upgrade to Pro. It has Custom Featured Slider option so you can put the image you want within the option.
    3. Have you set the page as the Posts page?
    4. Demo use a static page.
    i. Demo Slider
    ii. Demo Featured Grid Content
    iii. Static Page’s Content
    iv. Featured Content
    v. Some Footer Widgets
    5. I don’t get this, please clarify. The recommended size for slider image is 1680px x 750px

    Regards,
    Mahesh

    #104297
    Mahesh
    Participant

    @marie21: Catch Responsive has Featured Page Slider that uses selected page’s featured image as Slider Image. And automatically it uses Page’s title as title and alt property of <img> element. If you want to have custom title and alt, I recommend you to upgrade to Pro version. It has Featured Custom Slider featured.

    Regards,
    Mahesh

    #104213
    Mahesh
    Participant

    @jrdphd: Do you want to remove the slider completely? If yes, go to Dashboard=> Appearance=> Customize=> Featured Slider and select Disable in Enable Slider option. Then click Save & Publish.
    Hope this helps.

    Regards,
    Mahesh

    #104128
    Mahesh
    Participant

    @jshrek: This feature (Custom Featured Content / Custom Featured Slider) is only available in Pro version. I recommend you to upgrade to Pro version.

    Regards,
    Mahesh

    #103862
    Sakin
    Keymaster

    @whiteavenger80: In Featured Post # 1, # 2, #3, you need to add in Post ID. For Post ID, you can refer to plugin Catch IDs https://wordpress.org/plugins/catch-ids/

    If you don’t want to add manually IDs, then you can just create category and add in posts in those category and in Slider Type you can select “Featured Category Slider”.

    #103601
    Sakin
    Keymaster

    @grahama: Please add in your site URL and explain that are you trying to do. When I check in your site http://proencltd.com/, you haven’t added image. For more, check out theme instructions at https://catchthemes.com/theme-instructions/catch-base/#featured-slider

    #103351
    grahama
    Participant

    Sakin, I have uploaded the featured images and when I select the page in slider settings to the featured images on page, > Save > refresh – no images just text over -writing image – no featured image!

    Changed back to default – an other option is how can i remove the grey text slider 1 from default slider??

    Screen shot is here => https://www.dropbox.com/s/g2kaho05u7rtbfz/error.png?dl=0

    Mahesh
    Participant

    @dercncplaner: On the slider, custom truncate is being used (substr) which I’m afraid actually doesn’t work with arabic language. But on the other such as blogs list, featured grid etc. the excerpt works. Hope you understand.

    Regards,
    Mahesh

    #102939

    In reply to: Slider disappearing

    Mahesh
    Participant

    @marco-cherin: I checked the same on our server and it is working fine. Go to Dashboard=> Appearance=> Customize=> Featured Post Slider=> Slider Options and make sure you’ve put correct Post ID in Featured Post Slider #.
    Let me know further.

    Regards,
    Mahesh

    #102894
    Mahesh
    Participant

    @mjadkowskigmail-com: We are responding to all the tickets sent to us. We’ve inform the Premium Support team and they have responded you with an email please check. Did you receive the email?

    Sidebar menu issue: Yes, this can be done. As you’ve mentioned you already have a sidebar set up on one page. I assume you’ve put it in the Sidebar Widget Area. Please set up new on on Optional Sidebar # Widget areas too then. When adding a new page, scroll down to be bottom, you’ll find Chicago Options. Click on Select Sidebar tab. And choose one of the option. On choosing, the sidebar menu of selected sidebar will be displayed. Hope this helps.

    Sorry, we don’t have that but what you can do is, go to Dashboard=> Appearance=> Customize=> Featured Slider=> Featured Slider Options and select Homepage/Frontpage on Enable Slider on option to check the demo. Let me know further if you need any help.

    Regards,
    Mahesh

    #102447

    In reply to: Featured Slider

    Pratik
    Participant

    Hi @billgrant,

    Slider options should be in Appearance=> Customize=> Featured Slider from dashboard. It’s detailed instructions are here: https://catchthemes.com/theme-instructions/rock-star/#featured-slider

    Regards,
    Pratik

    #102188
    Mahesh
    Participant

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

    .featured-slider .slides {
        background-color: #000fff;
    }
    
    .featured-slider .slides img {
        height: 350px;
    }

    Note: Change the color and height as desired.

    Regards,
    Mahesh

Viewing 20 results - 581 through 600 (of 2,393 total)