Forum Replies Created
-
AuthorPosts
-
September 22, 2016 at 4:31 pm in reply to: Changes in settings I make wont save? ( Catch Flames ( Free) #99964
Mahesh
Participant@luismarioochoa: Which slider type do you use in your site? Read More text appears on Posts, Page and Categories Slider type.
Let me know further.Regards,
MaheshMahesh
Participant@robincox: Add the following CSS to center the image with same size.
#featured-content.layout-four .hentry{ width: 25%; } .featured-content-wrap { margin: 0 auto; width: 800px; }For gutter between columns more design customizations, I recommend you to hire a customizer.
Note: You have some error in you custom CSS please correct it first.
Regards,
MaheshMahesh
Participantkbampfield: I checked your site in desktop, iphone and android mobile and its working fine on all devices. What seems to be the problem. Let me know further.
Regards,
MaheshMahesh
Participant@effess: The step you’ve carried is correct. I checked this on our sever and its displaying fine.
Regards,
MaheshMahesh
Participant@fireflywebs: Both Catch Box Pro and Catch Adaptive Pro has two column layout, Content and Primary Sidebar. If you mean that by two column, then yes the theme is okay for you. And Catch Adaptive Pro’s blog page uses masonry that shows posts in two columns.
Hope you understand. If you want to know further, let me know.Regards,
MaheshMahesh
Participant@kterra:
One: Please put a logo and let me know, so I can help your further on this.
Two: For linking image to different url, this can be done to image by default in WordPress. In Add/Edit post/page click Add Media then select any image, then you can put link in Attachment Display Settings. But For gallery, you’ll need plugins to do so.
Please refer to this url:
http://www.wpbeginner.com/plugins/how-to-add-custom-links-to-gallery-images-in-wordpress/Regards,
MaheshSeptember 22, 2016 at 10:33 am in reply to: Stop latest post's header image becoming the homepage header image #99941Mahesh
Participant@quick-question: Its strange that your homepage is showing latest post’s featured image as header image. I checked the same on our server and it is working fine, default custom header is displaying in homepage and other pages(with no featured image). If you are using any plugins, please try disabling it and try again. And please try clearing your server’s cache too.
And about the Featured image size, you can use any image size you want to. Try using image of same size or at least with same aspect ratio. I seems that the image you are using is of different sizes, one is wide and the other is not.
Please let me know further.Regards,
MaheshSeptember 21, 2016 at 4:52 pm in reply to: Changes in settings I make wont save? ( Catch Flames ( Free) #99833Mahesh
Participant@android: Its means that you haven’t selected the page to display as Featured Slider. Go to Dashboard=> Appearance=> Customize=> Theme Options=> Featured Slider=> Slider Options then scroll down, you’ll see Featured Page Slider #, select the desired pages in the drop-down. The featured images set in the pages will be displayed as slides.
Hope this helps. Let me know if any Problem.Regards,
MaheshMahesh
Participant@kteraa: Add the following CSS in you Custom CSS box:
#header-menu ul.menu a, #footer-menu ul.menu a { text-transform: none; }Regards,
MaheshSeptember 21, 2016 at 2:41 pm in reply to: Stop latest post's header image becoming the homepage header image #99827Mahesh
Participant@quick-question: Please post in your site url.
Regards,
MaheshMahesh
Participant@swoodard: You mean to remove read more button? And I don’t understand what do you mean by slider menu.
Let me know further.Regards,
MaheshSeptember 21, 2016 at 2:12 pm in reply to: Changes in settings I make wont save? ( Catch Flames ( Free) #99825Mahesh
Participant@android: I checked the theme on our server and it is just working fine. Customizer is working fine and the settings saves too. Do you get any error?
Regards,
MaheshMahesh
Participant@bdkj-diozesanverband-wurzburg: If that’s the case, I think you’ll need to manage it through the content itself. I mean, using full-width layout, so only content is displayed without sidebars. Then have the 2 columns from within the content with the help of Html and CSS then put the content accordingly.
The theme by default cannot handle this. You’ll need to customize the theme further. I recommend you to hire a customizer.Regards,
MaheshMahesh
Participant@luismarioochoa: I checked your site, it seems you previously were using Advanced Custom Fields plugin for to add phone, websites etc. but now you are saying you don’t need it anymore. But in the codes, the variables still exists that looks for phone, websites from Advanced Custom Field plugin. This is what causing the issue. Remove the code and you’ll be good to go.
And other issue, what actually do you mean to have Read More in slider, can you please clarify more?
And the last on about data loss in parent theme. If you have modified the settings using child theme, it will only remain there, not in parent theme. That means whenever you switch back to parent theme, the settings are set back to defaults as if the were unmodified. So you’ll need to think on whether to use child theme or parent theme before hand.
Let me know further.Regards,
MaheshMahesh
Participant@marianne-undheim: Add the following codes in your child theme’s
functions.phpfunction catchbox_modified_on_pages() { printf( __( '<span class="sep">Modified on </span><a href="%1$s" title="%2$s" rel="bookmark"><time class="entry-date updated" datetime="%2$s" pubdate>%2$s</time></a>', 'catch-box' ), esc_url( get_permalink() ), esc_attr( get_the_modified_date('F j, Y') ) ); }And
<?php echo ' '; catchbox_modified_on_pages(); ?>
just below
<?php catchbox_posted_on_pages(); ?>Regards,
MaheshMahesh
Participant@kterra: Okay, I now understand the problem. There is a setting to disable the repeated image. Go to Dashboard=> Appearance=> Customize=> Theme Options=> Content Featured Image Option and select Disable Image in Check to Disable Header Right Section option.
Let me know if any problem.Regards,
MaheshMahesh
Participant@makintour: Glad to know you found the solution. Have a nice day! And thank you too, we really appreciate it.
Regards,
MaheshSeptember 21, 2016 at 12:49 pm in reply to: Remove Or Disable Featured Slider On Mobile Version #99812Mahesh
Participant@mataiblis70: Thank you for your appreciation. Have a nice day!
Regards,
MaheshMahesh
Participantchinseng93: Add the following CSS in your Custom CSS box:
.footer-content a { color: #00ff00; }Note: Change the color as you desire.
Regards,
Mahesh -
AuthorPosts
