Forum Replies Created

Viewing 20 posts - 4,601 through 4,620 (of 4,903 total)
  • Author
    Posts
  • in reply to: When i update the website full frame pro breaks #83866
    Mahesh
    Participant

    Hi @Tiffini,

    Please check the uploads folder’s permission. And check the files in the uploads folder exists. The update was the minor update and should not affect the files. Try checking again disabling the plugins.

    Let me know further if the problem persists.

    Regards,
    Mahesh

    in reply to: Header image on category page. #83865
    Mahesh
    Participant

    Hi @eggbanana,

    Thank you for your appreciation.
    Have a good day!

    Regards,
    Mahesh

    in reply to: increasing width of post content? #83864
    Mahesh
    Participant

    Hi @shawn,

    Thank you for your appreciation.
    Have a nice day!

    Regards,
    Mahesh

    Mahesh
    Participant

    Hi @Lucia,

    Thank you for your appreciation.
    Have a nice day!

    Regards,
    Mahesh

    in reply to: Adding a link to the footer #83862
    Mahesh
    Participant

    Hi @towerlexa,

    Thank you very much.
    Yes, its Nepal. We welcome you here.
    Have a nice day!

    Regards,
    Mahesh

    in reply to: no menu on mobile #83861
    Mahesh
    Participant

    Hi @dallaseventaudio,

    Thank you for your appreciation.
    Have a good day!

    Regards,
    Mahesh

    in reply to: Display Header Image on Blog Posts Page Only #83860
    Mahesh
    Participant

    Hi @pal_coche,

    I am afraid its not possible with Custom CSS. You need to do it creating child theme and add the above code in child theme’s functions.php.
    Sorry I forgot to put the link to the detail page on creating child theme. Please visit this LINK.

    Regards,
    Mahesh

    in reply to: Background Image and Background Scroll #83859
    Mahesh
    Participant

    Hi @matthewseanmclachlan,

    To decrease opacity, you have to decrease the last value i.e. 1 in the above CSS code. Range (0 to 1). Replace above with the following.
    The code adds up drop shadow to slider as well.

    #main article.post, #main-slider {
    -webkit-box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.5);
    }

    Note:
    box-shadow: h-shadow v-shadow blur-distance spread rgba( red, green, blue, opacity );

    Hope this clarifies you.

    Regards,
    Mahesh

    in reply to: Fixed (sticky) sidebar widgets #83855
    Mahesh
    Participant

    Hi @eggbanana,

    This is beyond the theme support scope. You need to either hire a customizer or contact the plugin support.

    Regards,
    Mahesh

    in reply to: All sliders link to only one page #83854
    Mahesh
    Participant

    Hi @Raielene,

    In Catch Kathmandu Free Version, you can only put the post images in the slider, and the link by default points to its relative post. In Catch Kathmandu Pro Version, you have other features in slider image such as post, page, category or custom image (with custom link). I recommend you to upgrade to Pro version.

    Regards,
    Mahesh

    in reply to: Display Header Image on Blog Posts Page Only #83851
    Mahesh
    Participant

    Hi @pal_coche,

    Assuming you are trying to display the header image in Blog Post Page ONLY.
    For the above, you’ve to create child theme, you can find more details on creating child theme HERE. Then in child theme’s functions.php, add the following codes.

    /**
     * Display header image in blog page only
     *
     */
    function catchbase_featured_overall_image() {
    	if ( is_home() ) {
    		catchbase_featured_image();
    	}
    }

    Note: This will override the header image function of the Main theme and will display the header image on blog page only. Adding this function, Enable Featured Header Image on in Header Image of customizer won’t work as it is being overridden.

    Regards,
    Mahesh

    in reply to: Help! Problem with 3.3 update #83850
    Mahesh
    Participant

    Hi @Kim,

    I’ve checked your site. The site is running with Catch Flames Pro 3.3. What seems to look different? Can you clarify it more with image (if possible). The Captcha is displaying at the footer.

    Regards,
    Mahesh

    in reply to: help with translation #83849
    Mahesh
    Participant

    Hi @Anton,

    Sakin will help you with this.

    Regards,
    Mahesh

    in reply to: removing image (new york) from the slider… #83847
    Mahesh
    Participant

    Hi @gfde,

    Thank you for using Catch Base Pro.
    The image you are seeing is the Demo Slider. To change the slider, go to “Dashboard=> Appearance=> Customize=> Featured Slider”. In Catch Base Pro, you have five different Slider Type options:
    1. Demo Slider (Displays Demo Slider)
    2. Page Slider (Displays selected page in slider. Select Page)
    3. Post Slider (Displays selected post in slider. Select Post ID)
    4. Image Slider (Displays selected image in slider. Upload Image)
    5. Category Slider (Displays selected category’s post in slider. Select Category)
    Choose one of the above option from drop-down in Select Slider Type and the choose number of sliders.
    The Slider options varies as per the Slider Type selected.

    Hope this helps you.

    Regards,
    Mahesh

    in reply to: Mobile Menu Alignment #83845
    Mahesh
    Participant

    Hi @ni_kiwi,

    No there is no such feature in Catch Responsive or Catch Responsive Pro. You can achieve it with Custom CSS. Go to “Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS” box and add the following CSS.

    .sidr ul li a, .sidr ul li span {
        text-align: right;
    }

    Regards,
    Mahesh

    in reply to: image in Promotion headline doesn't appear on mobile #83844
    Mahesh
    Participant

    Hi PG,

    For the mentioned issue, replace your CSS above for #promotion-message .section with the following CSS:

    #promotion-message .section {
        background-image: url("http://pegewebdesign.helpinghands-uk.com/wp-content/uploads/2016/01/matt-furniture-maker-logo.png") !important;
        background-position: center center;
        background-repeat: no-repeat !important;
        background-size: cover;
    }

    Regards,
    Mahesh

    in reply to: Adding a link to the footer #83786
    Mahesh
    Participant

    Hi @towerlexa,

    Thank you for your appreciation.
    Have a nice day!

    Regards,
    Mahesh

    in reply to: Adding a link to the footer #83784
    Mahesh
    Participant

    Hi @towerlexa,

    Thank you for the consideration.
    Assuming you have already created the child theme. Add following codes in your child theme’s functions.php.

    function catchresponsive_child_footer_content() {
    	//catchresponsive_flush_transients();
    	if ( ( !$catchresponsive_footer_content = get_transient( 'catchresponsive_footer_content' ) ) ) {
    		echo '<!-- refreshing cache -->';
    
    		$catchresponsive_content = catchresponsive_get_content();
    
    		$catchresponsive_footer_content =  '
        	<div id="site-generator">
        		<div class="wrapper">
        			<div id="custom-links">
        			    <a title="Data Link" href="#" target="_self">Data Link</a> |
        			    <a title="Cookie Link" href="#" target="_self">Cookie Link</a> |
        			    <a title="Security Link" href="#" target="_self">Security Link</a>
        			</div>
        			<div id="footer-content" class="copyright">'
        				. $catchresponsive_content['left']
        				. ' | '
        				. $catchresponsive_content['right'] .
        			'</div>
    			</div><!-- .wrapper -->
    		</div><!-- #site-generator -->';
    
        	set_transient( 'catchresponsive_footer_content', $catchresponsive_footer_content, 86940 );
        }
    
        echo $catchresponsive_footer_content;
    }
    
    add_action( 'init', 'catchresponsive_child_add_links_in_footer' );
    
    function catchresponsive_child_add_links_in_footer() {
    	remove_action( 'catchresponsive_footer', 'catchresponsive_footer_content', 100 );
    	add_action( 'catchresponsive_footer', 'catchresponsive_child_footer_content', 100 );
    }

    Note: Please change the title and href attributes of the anchor tags to your desired title and links. If you want the link to open link in the save window/tab leave the target attribute as it is but if you want it to open in new tab, replace “_self” with “_blank”.

    Regards,
    Mahesh

    in reply to: change text from copyright #83773
    Mahesh
    Participant

    Hi @marga,

    No, you do no need to create a new site, you only need to install Pro theme in you current WordPress installation then activate the theme.

    Regards,
    Mahesh

    in reply to: Submenus' Background color #83772
    Mahesh
    Participant

    Hi @eirini,

    Please add the following CSS in “Dashboard=> Appearance=> Theme Options=> Custom CSS” box:

    #header-menu ul.menu ul.sub-menu li:hover > a {
        background-color: #e5e5e5;
    }

    Regards,
    Mahesh

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