Forum Replies Created

Viewing 20 posts - 1,081 through 1,100 (of 4,908 total)
  • Author
    Posts
  • in reply to: What happened to my frontend? #112451
    Mahesh
    Participant

    @flp2001: Glad to know you’ve found and resolved the issue. Have a nice day!

    Regards,
    Mahesh

    Mahesh
    Participant

    @al-x: Please post in your site url.

    Regards,
    Mahesh

    in reply to: Header/parallax images, optimization etc. #112449
    Mahesh
    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,
    Mahesh

    in reply to: Featured Slider – alt="" Tag #112395
    Mahesh
    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,
    Mahesh

    in reply to: header image and menu #112385
    Mahesh
    Participant

    @francesca78: You can find more details on creating child theme HERE. Then in your child theme’s functions.php add 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

    in reply to: Featured Slider – alt="" Tag #112383
    Mahesh
    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,
    Mahesh

    in reply to: How to add social icon to footer #112381
    Mahesh
    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,
    Mahesh

    in reply to: header background colour #112380
    Mahesh
    Participant

    @diet: Please use the following CSS:

    body:not(.home) #masthead {
        background-color: rgba(144, 144, 155, 0.5);
    }

    Regards,
    Mahesh

    in reply to: Hide homepage slider on mobile sizes #112378
    Mahesh
    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,
    Mahesh

    in reply to: Broken Theme #112377
    Mahesh
    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.jpg

    http://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,
    Mahesh

    in reply to: header image and menu #112370
    Mahesh
    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,
    Mahesh

    in reply to: Horizontal 'before-content' sidebar #112366
    Mahesh
    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,
    Mahesh

    in reply to: News and Events content elements are uneven #112365
    Mahesh
    Participant

    @stevphel: Please post in your site url.

    Regards,
    Mahesh

    in reply to: Considering Full Frame Pro as theme to use #112189
    Mahesh
    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,
    Mahesh

    in reply to: Considering Full Frame Pro as theme to use #112186
    Mahesh
    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,
    Mahesh

    in reply to: Featured Slider – alt="" Tag #112185
    Mahesh
    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,
    Mahesh

    in reply to: theme upgrade problem #112173
    Mahesh
    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,
    Mahesh

    in reply to: Featured Slider – alt="" Tag #112172
    Mahesh
    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,
    Mahesh

    in reply to: Unable to remove code on footer #112171
    Mahesh
    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,
    Mahesh

    Mahesh
    Participant

    @wire51: Can you please clarify more about menu order. May be I don’t quite get what you mean.

    Regards,
    Mahesh

Viewing 20 posts - 1,081 through 1,100 (of 4,908 total)