Forum Replies Created

Viewing 20 posts - 2,141 through 2,160 (of 4,908 total)
  • Author
    Posts
  • in reply to: Featured Slider – alt="" Tag #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

    in reply to: Catchbox and WordPress 4.7 Compatibility #104296
    Mahesh
    Participant

    @skynet: Yes, the update will be released before the release of WordPress 4.7. Everything works perfectly fine just the migration will be available in the latest update. It will still migrate with no problem even if you update the theme after upgrading the WordPress core. Hope you understand.

    Regards,
    Mahesh

    Mahesh
    Participant

    @marketingman: Add the following CSS:

    #header-featured-image img {
        border-radius: 10px;
    }

    Note: Please adjust the border-radius as per desired.

    Regards,
    Mahesh

    Mahesh
    Participant

    @heidi-bissell: Sorry for that, username cannot be changed.

    Regards,
    Mahesh

    in reply to: Background image on some, not all pages #104293
    Mahesh
    Participant

    @elkehb: For that use the following CSS:

    body.custom-background.page-id-52 #main {
        background-image: url('url-to-background-image');
        background-repeat: repeat;
    }
      
    article.hentry {
        background-color: transparent;
    }

    Note: Please replace url-to-background-image in the above code with the actual image url.

    Regards,
    Mahesh

    in reply to: Background image on some, not all pages #104238
    Mahesh
    Participant

    @elkehb: Add the following CSS:

    body.custom-background.page-id-52 {
        background-image: url('url-to-background-image');
        background-repeat: repeat;
    }

    Note: Please replace url-to-background-image in the above code with the actual image url.

    Regards,
    Mahesh

    in reply to: Update failed message #104214
    Mahesh
    Participant

    @catchhab: You cannot update Pro themes by just directly Update Now button like Free themes. You’ll need to first download the theme from https://catchthemes.com/my-account/ page. Then use Catch Updater plugin or Catch Updater module of Catch Web Tools plugin.
    https://catchthemes.com/wp-plugins/catch-updater/
    https://wordpress.org/plugins/catch-web-tools/
    Please check the tutorial video in the link below:
    https://www.youtube.com/watch?v=W95SuabDZi8

    Regards,
    Mahesh

    in reply to: Cannot remove demo slide #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

    Mahesh
    Participant

    @jgobeil: This feature is only available in Catch Box Pro. I recommend you to upgrade to Pro version.

    Regards,
    Mahesh

    in reply to: Site Title Display Open by Default #104211
    Mahesh
    Participant

    @kzukeri: Your logo seems to be 400px, please use a smaller logo. And for the alignment, go to Dashboard=> Appearance=> Customize=> Site Identity and uncheck Check to move Site Title and Tagline before logo option.
    Let me know if any problem.

    Regards,
    Mahesh

    Mahesh
    Participant

    @heidi-bissell: We’ve edited the CSS above, please check and use the CSS
    https://catchthemes.com/support-forum/topic/just-updated-strange-menu-has-appeared-custom-css-isnt-working/#post-104122

    About the error while choosing category, this will be fixed in the next update. We’ll let you know as soon as we release it.

    For editing the name:
    Go to the following link..
    https://catchthemes.com/support-forum/users/mahesh
    Then click edit on the right and edit the info as desired then click Update Profile button.

    Let me know if any problem.

    Regards,
    Mahesh

    in reply to: Slider disappearing #104207
    Mahesh
    Participant

    @marco-cherin: Please remove all previous CSS codes I’ve provided and use the following instead.

    .sb-options li:nth-child(9) a {
        background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAALCAIAAAD5gJpuAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAE2SURBVHjaYmSYyMDwgwEE/jEw/GF4mvT0HyqQUlX9B5aEIIAAYmH4wlDtWg1SDwT//0lKSv7/D+T9/w+nYmL+//79/88fIPll0yaAAGJhYAGJP/n69O+/v0CAUAcHt2////ULqJpRVhZoA0AAsQCtAZoMVP0HiP7+RlcNBEDVYA0Mv38DNQAEEMj8vwx//wCt/AdC/zEBkgagYoAAYgF6FGj277+///wlpAEoz8AAEEAgDX/BZv/69wuoB48GRrCTAAKICajh9//fv/6CVP/++wu7BrDxQFf/YWAACCCwk0BKf0MQdg1/gBqAPv0L9ANAALEAY+33vz+S3JIgb/z5C45CBkZGRgY4UFICKQUjoJMAAoiRoZSB4RMojkHx/YPhbNVZoM3AOISQQPUK9vaQOIYAgAADAC5Wd4RRwnKfAAAAAElFTkSuQmCC');
        background-repeat: no-repeat;
        background-position: 1%;
    }
    
    .sb-options li:nth-child(10) a{
        background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAALCAIAAAD5gJpuAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAflJREFUeNpinDRzn5qN3uFDt16+YWBg+Pv339+KGN0rbVP+//2rW5tf0Hfy/2+mr99+yKpyOl3Ydt8njEWIn8f9zj639NC7j78eP//8739GVUUhNUNuhl8//ysKeZrJ/v7z10Zb2PTQTIY1XZO2Xmfad+f7XgkXxuUrVB6cjPVXef78JyMjA8PFuwyX7gAZj97+T2e9o3d4BWNp84K1NzubTjAB3fH0+fv6N3qP/ir9bW6ozNQCijB8/8zw/TuQ7r4/ndvN5mZgkpPXiis3Pv34+ZPh5t23//79Rwehof/9/NDEgMrOXHvJcrllgpoRN8PFOwy/fzP8+gUlgZI/f/5xcPj/69e/37//AUX+/mXRkN555gsOG2xt/5hZQMwF4r9///75++f3nz8nr75gSms82jfvQnT6zqvXPjC8e/srJQHo9P9fvwNtAHmG4f8zZ6dDc3bIyM2LTNlsbtfM9OPHH3FhtqUz3eXX9H+cOy9ZMB2o6t/Pn0DHMPz/b+2wXGTvPlPGFxdcD+mZyjP8+8MUE6sa7a/xo6Pykn1s4zdzIZ6///8zMGpKM2pKAB0jqy4UE7/msKat6Jw5mafrsxNtWZ6/fjvNLW29qv25pQd///n+5+/fxDDVbcc//P/zx/36m5Ub9zL8+7t66yEROcHK7q5bldMBAgwADcRBCuVLfoEAAAAASUVORK5CYII=');
        background-repeat: no-repeat;
        background-position: 1%;
    }

    Regards,
    Mahesh

    in reply to: Catchbox and WordPress 4.7 Compatibility #104133
    Mahesh
    Participant

    @skynet: Yes, CatchBox Pro’s latest version is compatible with WordPress 4.7. We will be releasing the update soon that will have migrate the theme’s current Custom CSS to the WordPress’s core Custom CSS feature add in 4.7.

    Regards,
    Mahesh

    in reply to: How to set own Featured Content and Featured Slider? #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

    Mahesh
    Participant

    @ilix789: For some reasons, the parent theme’s style.css isn’t loading which is resulting in the design issue. For only one image to be displayed, remove the previously added codes from functions.php and add the following:

    function move_header_below() {
        remove_action( 'catchflames_before', 'catchflames_featured_header', 10 );
        remove_action( 'catchflames_after_header', 'catchflames_featured_overall_image', 10 );
        add_action( 'catchflames_before_main', 'catchflames_featured_overall_image', 10 );
    }
    add_action( 'init', 'move_header_below' );

    Regards,
    Mahesh

    in reply to: centre an advert #104125
    Mahesh
    Participant

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

    .ct-advertisement-image .ads-image img {
        display: inline-block;
        text-align: center;
    }

    Regards,
    Mahesh

    in reply to: adding social icons to a menu #104124
    Mahesh
    Participant

    @elliottrae: Pratik has already answered it HERE, so I’ll skip this one.

    Regards,
    Mahesh

    Mahesh
    Participant

    @heidi-bissell: I didn’t understand the first issue about the new mobile menu, please clarify more so that I can help you further.
    For the second one, making search bar long. Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    #branding .searchform,
    #branding .search-field{
        float: none;
        margin: 0 auto;
        width: 200px;
    }
    
    .sidebar-top .widget,
    #sidebar-header-right {
    	float: none;
    }

    Regards,
    Mahesh

    in reply to: Menu On Mobile Not Hiding #104121
    Mahesh
    Participant

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

    Regards,
    Mahesh

    in reply to: Create page with all posts #104120
    Mahesh
    Participant

    @vetrepreneur: For this, you’ll need to create two pages. One for the front page and the other for the blogs lists. Then Go to Dashboard=> Appearance=> Customize=> Static Front Page and select A static page in Front page displays option. Then select the page created for front page in Front page dropdown and the page for blog list in Posts page dropdown.

    Regards,
    Mahesh

Viewing 20 posts - 2,141 through 2,160 (of 4,908 total)