Forum Replies Created

Viewing 20 posts - 2,641 through 2,660 (of 4,908 total)
  • Author
    Posts
  • in reply to: Logo – left alignment, remove padding #100249
    Mahesh
    Participant

    @olly: Sorry for the late reply. Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    #masthead .wrapper {
        width: 100%;
        padding: 0;
    }

    Regards,
    Mahesh

    in reply to: How to remove slider border #100248
    Mahesh
    Participant

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

    Regards,
    Mahesh

    in reply to: Layout Option #100247
    Mahesh
    Participant

    @tonje-gravdehauggmail-com: Choose No Sidebar layout from customization. Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    #primary {
        width: 860px;
    }
    @media screen and (max-width: 1280px) {
        #primary {
            width: 770px;
        }
    }
    @media screen and (max-width: 1152px) {
        #primary {
        	width: 690px;
        }
    }
    
    @media screen and (max-width: 1024px) {
        #primary {
        	width: 570px;
        }
    }
    
    @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
        #primary {
        	width: 570px;
        }
    }
    @media screen and (max-width: 980px) {
        #primary {
        	width: 100%;
        }
    }

    This will increase width to 860px.

    Regards,
    Mahesh

    in reply to: Menu overlapped by site origin hero #100245
    Mahesh
    Participant

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

    Regarsd,
    Mahesh

    in reply to: Social Media Buttons #100244
    Mahesh
    Participant

    @dreamcatcher: Did you follow along https://catchthemes.com/support-forum/topic/social-media-buttons/#post-99143
    Let me know if any problem.

    Regards,
    Mahesh

    in reply to: Hide all slider navigation? #100243
    Mahesh
    Participant

    @swoodard: Have a nice day!

    Regards,
    Mahesh

    in reply to: Images Not Acting Responsively #100242
    Mahesh
    Participant

    @accucomm: Sorry for the late reply. Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    @media screen and (max-width: 480px) {
        #attachment_5579 {
            width: 50% !important;
        }
    }

    Regards,
    Mahesh

    in reply to: Plugin can not be activated #100086
    Mahesh
    Participant

    @harrij: Please contact the Plugin Support. We can only help with the theme issues.

    Regards,
    Mahesh

    in reply to: Plugin can not be activated #100083
    Mahesh
    Participant

    @harrij: Seems like a plugin issue. Please try activating the plugin using WordPress core themes (Twenty Fourteen), if the problem persists, it is a plugin issue. Please contact the plugin support.

    Regards,
    Mahesh

    in reply to: Changes in settings I make wont save? ( Catch Flames ( Free) #100080
    Mahesh
    Participant

    @android: May be due to the server the issue is occurring. Some servers gives such problem. But its okay as long as you get it working with Customizer instead.

    Regards,
    Mahesh

    in reply to: Changes in settings I make wont save? ( Catch Flames ( Free) #100057
    Mahesh
    Participant

    @android: I recommend you to use Customize setting rather than Theme Options. I did checked by changing other options in Customizer (i.e. Layout Options). But it worked fine. The slider setting remain as it is.
    Let me know if any problem.

    Regards,
    Mahesh

    in reply to: Upgrading from free #100051
    Mahesh
    Participant

    @harrisdaleps: Thank you for using our theme. Its simple to upgrade to Pro, you’ll just need to install the Pro theme and all the settings will be migrated automatically from free to Pro theme.

    Regards,
    Mahesh

    in reply to: How to remove slider border #100049
    Mahesh
    Participant

    @misstraveling: Thank you for using Simple Catch Pro theme. The recommended size for slider is 976 x 313, however you may have image with diferent size too.
    To remove grey borders, go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    .featured-img {
        border-left: none;
        border-right: none;
        border-bottom: none;
    }

    If you want to keep the border at the bottom, remove border-bottom: none; from the above CSS.

    Regards,
    Mahesh

    Mahesh
    Participant

    @quick-question: We’ll contact you through email shortly.

    Regards,
    Mahesh

    in reply to: Include video instead of slider #100046
    Mahesh
    Participant

    @arteuno: Thank you for using Catch Box Pro theme. For this you’ll either need to use plugin or customize the theme. I recommend you to hire a customizer. The dimension of view is up to you, the slider comes with two options, normal and full width. Normal takes primary content width whereas full-width takes full width.
    Hope you understand.

    Regards,
    Mahesh

    in reply to: Images Not Acting Responsively #100040
    Mahesh
    Participant

    @accucomm: I checked your site but didn’t see image of “yours truly”. Let me know further.

    Regards,
    Mahesha

    in reply to: Plugin – FAQ #100039
    Mahesh
    Participant

    @valeska-conducere: Glad to know its working for your. Thank you for your appreciation. Have a nice day!

    in reply to: Hide all slider navigation? #100038
    Mahesh
    Participant

    @swoodard: Seems like you’ve sorted all by yourself and I’m glad for that. Do you still have any problems?

    Regards,
    Mahesh

    in reply to: favicon in devices #100035
    Mahesh
    Participant

    @effess: Please post in your site url. Make sure that you’ve set Site Icon in Customzie options.

    Regards,
    Mahesh

    in reply to: Presales Question on Columns #100034
    Mahesh
    Participant

    @fireflywebs: As you mentioned above, 2/3 columns beside sidebar, there is no such options in the theme. You’ll need to use plugin for this.
    About the upgrade:
    Once you’ve purchased the theme, it is for the life time and you can use it in as may site as you’ve owned except 3rd party involvement. There is yearly subscription option, which means, once you pay, you’ll get the update for one year. Then after the year, you’ll need to renew the subscription to get new updates, however, you can skip the update (But it is recommended to have regular updates). If you decide to skip the update for the following year and then renew subscription in the next year. After downloading the theme, you can directly install the theme and all the setting will be migrated to Pro theme automatically.
    Let me know if any confusion.

    Regards,
    Mahesh

Viewing 20 posts - 2,641 through 2,660 (of 4,908 total)