Forum Replies Created

Viewing 20 posts - 3,281 through 3,300 (of 4,116 total)
  • Author
    Posts
  • in reply to: Featured Content Background Image on media phone screen #125761
    tikaram
    Participant

    @friarpaul : The featured content are aligned vertically in one column on the phone so its not possible to show the bottom part of the image only. I can provide you additional css if you would like to add a solid color for phone. Let me know if you have any more issues.

    Regards,
    Tikaram

    in reply to: Video Resize #125760
    tikaram
    Participant

    @petegwebmaster : Sorry, I could not find any video in the page specified. Let me know if you have any more issues.

    Regards,
    Tikaram

    in reply to: Images are smashed periodically #125759
    tikaram
    Participant

    @stockman : Please post in your site URL.

    Regards,
    Tikaram

    in reply to: Change font family #125758
    tikaram
    Participant

    @hverbunt : The option to change font family is not available in Fotografie free version. You will need to upgrade to Fotografie Pro if you would like yo use this feature. Let me know if you have any more issues.

    Regards,
    Tikaram

    in reply to: Menu bar look different and a bit ugly #125705
    tikaram
    Participant

    @marebos : I need to check your live site to know about the issue. I am currently in Nepal. Can you please allow me to view your site so that I can find out more about the issue.

    Regards,
    Tikaram

    in reply to: Change heading font colours #125704
    tikaram
    Participant

    Go to Appearance => Customize => Color options => Header Colors
    Under Header Text Color Select the desired color. Let me know if you have any further issues.

    Regards,
    Tikaram

    in reply to: Featured Content is changing as per column #125703
    tikaram
    Participant

    @vinaybhatia : Can you please post the screen shot of the customizer where you can see the number of columns. It is not supposed to display in free theme. Are you using the latest version of the theme ?

    Regards,
    Tikaram

    in reply to: Mobile Menu Missing #125702
    tikaram
    Participant

    @petegwebmaster: Please add the following css.

    @media only screen and (min-width: 1200px) {
    #featured-content.layout-four .hentry {
    	width: 25%;
    }
    }

    Let me know if you need further assistance.

    Regards,
    Tikaram

    in reply to: where can i select layout option #125699
    tikaram
    Participant

    @vinaybhatia : Go to Appearance => Customize => Theme Options => Layout Options
    Under Default Layout Select No sidebar and save.

    Let me know if you need further assistance.

    Regards,
    Tikaram

    in reply to: Home page image in main body #125698
    tikaram
    Participant

    @coachboone73 : Can you please explain in detail what you would like to do on your homepage. I could not find any image in the main content area.

    Regards,
    Tikaram

    in reply to: Last update date of posts + Suggestion #125697
    tikaram
    Participant

    @skynet : Download catch box pro child theme from the following link and add the following code to the functions.php file of your child theme.

    function wpb_last_updated_date( $content ) {
    	$custom_content = '';
    	$u_time = get_the_time('U');
    	$u_modified_time = get_the_modified_time('U');
    	if ($u_modified_time >=$u_time + 86400) {
    	$updated_date = get_the_modified_time('F jS, Y');
    	$updated_time = get_the_modified_time('h:i a');
    	$custom_content .= '<p class="last-updated">Last updated on '. $updated_date . ' at '. $updated_time .' '.'</p>';
    }
     	$custom_content .= $content;
    	 return $custom_content;
    }
    add_filter( 'the_content', 'wpb_last_updated_date' );

    Let me know if you have any further issues.

    Regards,
    Tikaram

    in reply to: Featured Content is changing as per column #125694
    tikaram
    Participant

    @vinaybhatia : There is no option to change number of columns from customizer, you can only change the number of featured content. If you want to display four column you will need to Upgrade to High Responsive Pro. The feature to select number of columns is available in Pro theme only and you are using the free theme.

    Regards,
    Tikaram

    in reply to: Decree Pro scores terrible on Google speedtest #125693
    tikaram
    Participant

    @edkomduur : Please try adding some caching plugins and try optimizing your images. If you have unnecessary plugins, try removing them. Let me know if you have any further issues.

    Regards,
    Tikaram

    in reply to: Catch responsive free upgrade to PRO #125692
    tikaram
    Participant

    @expertennetzwerk24 : Yes, you can upgrade from Free to Pro version without losing content. you’ll need to copy if you have any Additional CSS in the customizer to the Pro version. Other will work just fine.
    Note: If you have any customization made in the theme file itself, you’ll lose it. Let me know if you have any more issues while upgrading.

    Regards,
    Tikaram

    in reply to: Color scheme Decree Pro widget #125689
    tikaram
    Participant

    @edkomduur : It should be changed with additional css. The widget part can be customized in sidebar only from the customizer. Please let me know your site URL and the colors you want to display and I will provide you the additional css. Let me know if you have any other issues.

    Regards,
    Tikaram

    in reply to: Shop column issue #125648
    tikaram
    Participant

    @eddron : Please update the theme to latest version. The update has been released. Let me know if you have any issues.

    Regards,
    Tikaram

    in reply to: Menu bar look different and a bit ugly #125634
    tikaram
    Participant

    @marebos : I got the following error when i tried to view your site. Please view the screen shot
    https://prnt.sc/h77t5w

    Regards,
    Tikaram

    in reply to: Blogging #125632
    tikaram
    Participant

    @wannabebre84 : Go to Appearance => Customize => Theme Options => Layout Options
    under Archive Content Layout Select Excerpt Image left and save.

    Let me know if you need further assistance.

    Regards,
    Tikaram

    in reply to: Menu bar look different and a bit ugly #125631
    tikaram
    Participant

    @marebos : Can you please provide me the URL of your live website.

    Regards,
    Tikaram

    in reply to: Shop column issue #125594
    tikaram
    Participant

    @eddron : This issue will be fixed in next update and we are updating the theme soon. Thank you for informing about the issue. sorry for the inconvenience. Let me know if you have any other issues.

    Regards,
    Tikaram

Viewing 20 posts - 3,281 through 3,300 (of 4,116 total)