Forum Replies Created
-
AuthorPosts
-
Mahesh
Member@mupa: There was a bug in the theme which led to the issue. The issue will be fixed in the next update.
Regards,
MaheshMahesh
Member@joni0808: I checked the plugin with Catch Evolution theme on our local server and is working fine. The map is displaying fine on the page. In your site there is a javascript error, may be due to other plugins. Try disabling plugins one by one and check if it fixes the issue.
Let me know if any problem.Regards,
MaheshMahesh
Member@golovan2: Do you mean to remove featured from post single page? This can be done with Custom CSS. Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:
.single-post #content .post .featured-image { display: none; }Regards,
MaheshMahesh
Member@mupa: Have you made any customization before the code I’ve given you. How did you move the logo to the header top line? By default, the logo should be below the header top line, just above or below the site title.
Regards,
MaheshMahesh
Member@charlottekrenk: The blog post doesn’t need to be on the front page. I’ll need to check on your server for the issue. Can you please send me the admin details at mahesh [at] catchthemes [dot] com.
Regards,
MaheshMahesh
Member@ahakristin: Catch Responsive Pro is a boxed layout theme, that is why you are seeing space on the right and left and all the content goes to the middle. If you want to have full screen layout, I recommend you to check other theme Full Frame for example.
But if you want to make Catch Responsive Pro full screen. You have to do a bit of customization with Custom CSS:.site { width: 100%; } #feature-slider img, #featured-content img { width: 100%; } #featured-content.layout-three .hentry { width: 33.33%; }While making the site fullscreen, some media queries have to be used for responsive design through out different devices. I recommend you to hire a customizer.
Regards,
MaheshMahesh
Member@marga: Please post in your site url. Which version of Clean Journal Pro are you using?
Regards,
MaheshMahesh
Member@marga: It is due to incomplete translation. You need to fix your translation in German language file de_DE.po which you will find inside ‘clean-journal-pro/languagae’ folder. We check in as well.
Just open that file from free software from http://poedit.net/ and check for
<span class=\”screen-reader-text\”>Posted on</span>
It should be as
<span class=\”screen-reader-text\”>Veröffentlicht am</span>
So, change that and save it. It should be fine.Regards,
MaheshMahesh
Member@defur: I don’t really understand, what do you mean by embedded in app game. Does the normal site on browser gives same problem? If not, the issue is due to the embedding to app.
For displaying Social links on front page only, go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS and add the following CSS:.widget.widget_catchflames_social_widget { display: none; } .home .widget.widget_catchflames_social_widget { display: block; }Regards,
MaheshMahesh
Member@hollyehrocketmail-com: The above code should work fine. It seems you have some error in you Custom CSS code. Try putting the code at the beginning of the Custom CSS box and let me know if this fixes the issue.
I don’t know why you’ve put the following line in Custom CSS box:
[swpm_payment_button id=75 button_text=”Join Now”]
And the following are some error code:{font-italic;} body, button, input, select, textarea { font-family: nova+mono;Please remove
{font-italic;}and the code after it is missing a closing brace }. It should be like the following:body, button, input, select, textarea { font-family: nova+mono; }Let me know if any problem.
Regards,
MaheshMahesh
Member@daviddomi: You’ll need to create a child theme for this. You can find more details on creating child theme HERE. Then in your
functions.phpadd the following code:function jomsom_featured_image_display() { $options = jomsom_get_theme_options(); if ( "before-header" == $options['featured_header_image_position'] ) { add_action( 'jomsom_header', 'jomsom_featured_overall_image', 15 ); } elseif ( "after-slider" == $options['featured_header_image_position'] ) { add_action( 'jomsom_before_content', 'jomsom_featured_overall_image', 20 ); } elseif ( "after-header" == $options['featured_header_image_position'] ) { add_action( 'jomsom_after_header', 'jomsom_featured_overall_image', 40 ); } }Note: Please make sure that Before Header option is selected in Featured Header Image Position.
Regards,
MaheshMahesh
Member@hollyehrocketmail-com: I checked your site and did not see any CSS for removing the date. Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS.
.entry-meta .posted-on { display: none; }Note: This will hide date from all post in your entire site.
Regards,
MaheshMahesh
Member@bsmitty358gmail-com: How have you enqueued the custom script Budget Badge in your theme? Since you are already using a child theme, you can enqueue the script as follows, add the following code in your child theme’s
functions.phpfunction catchflames_child_enqueue_custom_script(){ wp_enqueue_script( 'budgetbadge', 'http://panthernet.net/wp-content/uploads/2015/11/budgetBadge.js', false ); } add_action( 'wp_enqueue_scripts', 'catchflames_child_enqueue_custom_script' );Note: Please change the path to the script file to your site’s relative path.
Regards,
MaheshMahesh
Member@mupa: Using the above given code and css, you can check the image in link below to see how it looks on mine.
http://goo.gl/3eZ11e
Can you please send me screenshot like above to see how is it displaying in yours.Regards,
MaheshMahesh
Member@minhbkx: I checked the site you’ve mentioned above. I don’t think that site is using infinite scroll. It is using simple pagination and page numbers are listed below the posts.
If you don’t want the fixed footer to be displayed using jetpack infinite scroll, you can change the option in Dashboard=> Appearance=> Customize=> Theme Option=> Pagination Option and select Infinite Scroll (Click) instead of Infinite Scroll (Scroll).
Or remove it using custom CSS. Go to Dashboard=> Appearance=> Customize=> Theme Option=> Custom CSS box and add the following CSS:#infinite-footer { display: none; }Regards,
MaheshMahesh
Member@infocamponovo-it: I checked your site, the issue seems to be due to the wrapper div just outside the section displaying the widget. Seems to be a plugin issue.
Regards,
MaheshMahesh
Member@minhbkx: Please check the images in the link below:
1. http://goo.gl/7upw9z: Theme’s default footer text which can be changed with customizer’s Footer Editor Option.
2. http://goo.gl/4STfE3: This sticky footer visible when you use jetpack’s infinite scroll, this cannot be changed from Footer Editor Option. To change this, you’ll need to contact Jetpack’s support.
Hope you understand. Let me know if I am confused and this is not what you meant.Regards,
MaheshMahesh
Member@minhbkx: Do you mean the footer text with white background? The footer content option in Customizer will only change the text with black background i.e. “Reading by insiders!”. The other one is from jetpack plugin, you are using jetpack’s infinite scroll and using it automatically puts the sticky footer in your site.
I recommend you to contact the Jetpack’s support.Regards,
MaheshMahesh
Member@sign-galaxy: You are using a background image which makes header background and content background different but is the same image. I don’t this this is possible using single image. You’ll need to assign a different background to header and different background to the content area.
Regards,
Mahesh -
AuthorPosts
