Forum Replies Created
-
AuthorPosts
-
Mahesh
Participant@marie21: There still seem to be another one, same code. Please remove it too.
Regards,
MaheshMarch 21, 2017 at 7:33 am in reply to: Translated version of homepage doesn't show postings of selected categories #112492Mahesh
Participant@olaf-boehmebissantz-de: Which translation plugin are you using? The theme supports WPML and Qtranslate-X plugins. Seems like a plugin issue. Please contact the plugin support.
Regards,
MaheshMarch 21, 2017 at 7:21 am in reply to: Parallax Frame How to display the Top Menu in the center of the Page #112488Mahesh
Participant@al-x: For that, you’ll need to customize further. Just by CSS is not possible. I recommend you to hire a customizer.
Regards,
MaheshMahesh
Participant@marie21: You have the following CSS somewhere, may be in Custom Css which is causing not to display menu. Please remove it.
.mobile-menu, .mobile-menu-anchor, .mobile-menu-text { display: none; }Regards,
MaheshMarch 21, 2017 at 6:48 am in reply to: Parallax Frame How to display the Top Menu in the center of the Page #112482Mahesh
Participant@al-x: Add the following CSS:
.menu.parallax-frame-nav-menu { display: none; } .mobile-menu, .mobile-menu-anchor, .mobile-menu-text { display: block; }Regards,
MaheshMahesh
Participant@mr-create: Can you please clarify more.
Regards,
MaheshMarch 21, 2017 at 5:27 am in reply to: Parallax Frame How to display the Top Menu in the center of the Page #112476Mahesh
Participant@al-x: Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:
#site-branding { display: none; } .nav-primary:before { display: block; content: " "; clear: both; } .nav-primary { float: none; width: 100%; text-align: center; } .nav-primary .menu { float: none; } .parallax-frame-nav-menu li, .sidebar-header-right .widget_nav_menu li { float: none; }Regards,
MaheshMahesh
Participant@marie21: Thank you for your appreciation. If you like my support and Catch Responsive theme then please support by providing your valuable review and rating at https://wordpress.org/support/view/theme-reviews/catch-responsive?rate=5#postform
Have a nice day!Regards,
MaheshMahesh
Participant@saigonenglish: Thank you for your appreciation. Have a nice day!
Regards,
MaheshMahesh
Participant@analog2112: Checked your site, you have now resized the image on the blog to 203 x 200, which is great. What do you mean by change size of the slider? You mean the width of the slider? or the dimensions of the image used in the slider?
Tried loading your site with full refresh and it just take 4-5 secs to load the page completely. This loading time is really good. I don’t see your site taking more load time than that.
If you have any problem, let me know further.Regards,
MaheshMahesh
Participant@fireflywebs: Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:
.sidebar-before-content:before { display: block; content: " "; clear: both; } .sidebar-before-content .widget { width: 33.33%; float: left; }Regards,
MaheshMahesh
Participant@lucapizzonia: Thank you for the site url. Checked your site, the issue seems to be because of
httpandhttpsconflict. Please usehttpslinks for all the images on your site. Your issue will be fixed. Let me know if any problem.Regards,
MaheshMahesh
Participant@marie21: Checked your site again. You have two
functions.phpfiles and I got confused. Now I’ve corrected it and now alt and title are displaying fine. Let me know if any problem.Regards,
MaheshMahesh
Participant@francesca78: You can either put the code before activating the theme or after activation. You can directly put the code from the dashboard. Go to Dashboard=> Appearance=> Editor then select Theme Functions (
functions.php) on the right side. Then add up the above code at the end offunctions.phpfile.
Alternatively you can either use cpanel or FTP for that. Hope you understand. Let me know if any problem.Note: If you have any error on the code in
functions.phpyour site will be down. So be careful with the code. If any error occurs, it can only be corrected through CpanelRegards,
MaheshMahesh
Participant@flp2001: Glad to know you’ve found and resolved the issue. Have a nice day!
Regards,
MaheshMarch 20, 2017 at 11:52 pm in reply to: Parallax Frame How to display the Top Menu in the center of the Page #112450Mahesh
Participant@djordjea: Go to Dashboard=> Appearance=> Customize=> Header Image and select Entire Site, Page/Post Featured Image in Enable Featured Header Image on option. This will put featured image on their specific single page. Make sure you put featured image in the pages and posts. If no featured image is present, default header image will be used.
Parallax scrolling effect is working fine on Android phones.
The things that impact the theme the most is the image sizes (please use recommended sizes) and YouTube videos if you are using one. Apart these, all are good.
Le me know if any problem.Regards,
MaheshMahesh
Participant@marie21: Checked your child theme, seems you have overridden a function in your child theme to hide Permalink To: text from the alt and title from the slider image. So I did made a small change. But for some reasons, its not displaying on your site. The code works fine on our server. Seems like some caching problem. Let me know further.
Regards,
MaheshMahesh
Participant@francesca78: You can find more details on creating child theme HERE. Then in your child theme’s
functions.phpadd the following codes:add_action('init', 'adventurous_child_header_image_on_top'); function adventurous_child_header_image_on_top(){ remove_action( 'adventurous_before_main', 'adventurous_featured_overall_image', 5 ); add_action( 'adventurous_before_header', 'adventurous_featured_overall_image', 10 ); }Regards,
Mahesh -
AuthorPosts
