Forum Replies Created
-
AuthorPosts
-
Mahesh
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,
MaheshMahesh
Participant@marie21: Checked your site, and the empty alt and title issue is because of child theme. There must be some bug in the child theme. I activated parent theme and the alt and title attributes were displaying fine.
When you tested, you explained that the issue was on the parent theme too. Well that is because of caching. When clearing all the cache, it worked just fine. Let me know further, if you need any further help.Regards,
MaheshMahesh
Participant@saigonenglish: Please make sure you have added CT:Social Icons widget to your desired widget area to display the Social links on your site.
Regards,
MaheshMahesh
Participant@diet: Please use the following CSS:
body:not(.home) #masthead { background-color: rgba(144, 144, 155, 0.5); }Regards,
MaheshMahesh
Participant@oly: Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:
@media screen and (max-width: 767px) { #main-slider { display: none; } }Regards,
MaheshMahesh
Participant@analog2112: Which theme did you check it against? If you are using slider and image heavy site then you will have this. Your site is loading at pretty fast with that level of images. You can check at https://gtmetrix.com/reports/oddnovember.ca/UzHzLzQi and https://tools.pingdom.com/#!/edry0E/http://oddnovember.ca/
But if you are looking for leverage cache then you might want to take the help from your Website hosting server. See this instructions https://www.siteground.com/kb/leverage-browser-caching/
About Serve scaled images: where are you loading images for the post “This Summer = Awesome” and “MyDentity”. This is not from our theme. Our theme uses images for latest post as 420px by 280px, but these 2 posts are using image large size that is 1024px by 536px. You need to reduce that image size.
And the blog posts displaying on the front page, are you using some plugins for that or have done some customization? Its not for the theme. And is loading the large sized image of 1024px which definitely hampers the loading speed.
http://oddnovember.ca/wp-content/uploads/2017/01/windows-10-cumulative-update-kb3194496-experiencing-installation-issues-508767-2-1024×536.jpghttp://oddnovember.ca/wp-content/uploads/2017/01/Identity-1024×576.jpg
You’ll need to somehow use small images on these, that will fix the issues for you. All other rankings are pretty good.Let me know if any problem.
Regards,
MaheshMahesh
Participant@francesca78: Simply, you can use Secondary Menu instead of primary one. Secondary menu will be displayed below header image. Please check.
But if you do need to display header image before primary menu, I can provide you the code, you’ll need to create child theme for this. And header image will be displayed before logo.
Let me know further.Regards,
MaheshMahesh
Participant@fireflywebs: Sorry I was confused with footer widget area. In before-content widget area, the widgets are displayed vertically, however, they can made to be displayed horizontally using Custom CSS. Please post in your site url.
Regards,
MaheshMahesh
Participant@oly: Nope, when toggle is disabled, the logo panel sits just above the slider not over it. But when over it in toggle view, it stays as semi-transparent. This can be changed as desired through Custom CSS.
Regards,
MaheshMahesh
Participant@oly: Yes, there is option to disable Toggle header so that logo is visible all the time. And about the size of the logo, you can use your desired size.
Regards,
MaheshMahesh
Participant@marie21: On our server its all working fine. We’ll need to check on your server for the issue. We’ll contact you shortly through email.
Regards,
MaheshMahesh
Participant@ikh1: You can do the desired customization through child theme so that you won’t lose anything while updating the main theme. You can upload the child theme to dropbox or google drive and then share the link here. Let me help you further if necessary.
Regards,
MaheshMahesh
Participant@marie21: You are using child theme. Please try activating parent theme and check if the problem persists. Let me know if the problem persists.
Regards,
MaheshMahesh
Participant@guzie: Checked your site, tried changing theme to WordPress core theme and the text didn’t show up in there. I recommend you to update the theme/ try installing a fresh copy of the theme. You won’t lose any settings doing this. Let me know if the problem persists.
Note: We don’t have such text in our theme file/code.Regards,
MaheshMarch 17, 2017 at 11:59 am in reply to: need some basic info on Find Us, About This Site and Footer #112170 -
AuthorPosts
