Home Forums Pro Themes Education Hub Pro Logo Centered, Testimonial Widget, Slider Caption

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #21366
    stjosephschool
    Participant

    Hello,

    I am using Education Hub Pro and I have a few issues that I need help resolving.
    My site address is http://03a9a0a.netsolhost.com/stjosephschool/

    1. My logo needs to be centered both horizontally and vertically within the header.

    2. Is it possible to move the slider caption a little lower?

    3. Testimonial Widget – the big single quotation mark is still yellow/gold even though I have changed all possible color options. It needs to be the color #294a70

    4. Testimonial Widget – I would like the entire post displayed if possible.

    Thank you for any help that you can provide.

    #21406
    wensolutions
    Keymaster

    Hello @stjosephschool,

    Please find below the resolutions for your individual issues as listed below:

    1. My logo needs to be centered
    2. To resolve this issue please paste in the following custom CSS in your Admin Dashboard > Appearance > Customize > Theme Options > Advanced Options > Custom CSS field :

      @media (min-width:1025px) {
      .site-branding {
          text-align: center;
      }
      #main-slider .cycle-caption {
          margin-top: 50px;
      }
      }

    3. move the slider caption a little lower
    4. The above Custom CSS also addresses this issue. However as you were not specific to the position, we have set it bit lower with your site inspection. You can increase / decrease the “margin-top” value in the above CSS to get your desired results.

    5. Testimonial Widget – the big single quotation mark Color

    6. To resolve this issue please add the following custom CSS in the Custom CSS field:

      .education_hub_widget_testimonial_slider .cycle-slide p::before {
          color: #294a70;
      
      }

    7. Testimonial Widget – I would like the entire post displayed

    8. Regarding this issue, as much we would like to help you, the feature you have requested for requires advanced code customization and theme files modification. You can however consider Hiring a Customizer for implementation of the custom Task.

    Best Regards !!

    #21433
    stjosephschool
    Participant

    Hello,

    Thank you for your quick response.

    The Testimonial Slider Quotation Mark did change to the correct color. Thank you!

    However, the code provided for both the horizontal and vertical centering of the logo did not work. Also, the code provided for the slider caption did not work as well.

    You had said that I cannot get the entire post to display within the testimonial widget. Can I insert a “Read More” link at the bottom of the post, then? Currently the text just cuts off and there is no way to read the rest of the testimonial.

    Thank you for all your help!

    #21437
    wensolutions
    Keymaster

    Hello @stjosephschool,

    We inspected your website and the Custom CSS for the slider caption is found working. As we have indicated earlier the css value of the “margin-top” can be adjusted as per your requirements.

    Please remove the first CSS block in the above reply and replace it with the following custom CSS in the Custom CSS field:

    .site-branding {
        padding-left: 29%;
    }
    
    #main-slider .cycle-caption {
        margin-top: 161px;
    }

    In case the custom CSS does not give your desired output please post back to us without removing the CSS so that we can inspect the issue from the browser and provide a possible fix.

    Regarding your requests for the testimonial slider, we apologize for the inconvenience but as mentioned earlier, customizing the slider requires advanced code customizations, which is beyond the scope of this support forum. Please consider Hiring a Customizer for implementation of the custom Task.

    Hope you would understand,

    Best Regards !!

    #21451
    stjosephschool
    Participant

    Thank you again for your quick response!

    The logo is now centered within the page – thank you for that fix!

    However, the slider caption does not appear to have moved. As requested, I have not removed the code so you can find a possible solution.

    Also – although the logo is now centered when viewed on a full browser, when viewed on a mobile device the logo is not re-centering properly (it is pushed off the screen almost completely). Is there a fix for this?

    Thank you for any help you can provide!

    #21477
    wensolutions
    Keymaster

    Hello @stjosephschool,

    We have inspected your website and it is seen that the site still consists the previous CSS for the slider caption along with the new one.

    Please remove All of the above CSS and add the following CSS code to fix the issues in the site branding and the slider section :

    @media (min-width:1025px) {
    .site-branding {
        padding-left: 32%;
    }
    
    #main-slider .cycle-caption {
        margin-top: 161px;
    }
    }

    The CSS will resolve both the site heading and the slider issues on desktop / mobile view. However, please make sure you remove the above CSS before adding the new Custom CSS.

    Hope this helps,
    Best Regards !!

    #21747
    wensolutions
    Keymaster

    @stjosephschool, entire post display feature for testimonial is now available from new update, version 2.3. You can find this new option in Testimonial widget. Please update to the latest version.

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.