Forum Replies Created

Viewing 20 posts - 11,581 through 11,600 (of 12,034 total)
  • Author
    Posts
  • in reply to: Our Professors #134208
    Skandha
    Participant

    @guy-shachar76gmail-com: For that you will need to setup the professors section first. Only then I can provide you with the necessary CSS Code.

    Let me know if you have anymore issues.
    Regards,
    Skandha

    in reply to: courses #134207
    Skandha
    Participant

    @guy.shachar76: Go to => Dashboard => Pages => Add New and create pages for the different courses you offer.

    Then you can go to each of the pages and write the content part.
    To insert an image to the course you can Go to => Dashboard => Pages => Edit the course page => On the the lower right side you will see a featured image option you can add the image using that option.

    Let me know if you are still having problems setting up courses.
    Regards,
    Skandha

    in reply to: How to to change my mailchimp button on Button hover? #134206
    Skandha
    Participant

    @habo: Do you want to change the color of the button on hover? If so,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .clear .button:hover {
       background:turquoise !important;
    }

    You can change the color according to your requirement.
    Let me know if this is what you want.
    Regards,
    Skandha

    Skandha
    Participant

    @kmckay: I just added a bit of CSS Code to your site to change the #masthead in other pages except homepage.
    Please check your site and let me know if that is what you wanted.

    Regards,
    Skandha

    in reply to: Theme changes when go live #134199
    Skandha
    Participant

    @adnash17: I suggest you not to edit core theme files without creating a child theme because all you edits and customization will get lost when you update your theme.

    Please try doing a fresh installation of the theme and deactivating all plugins. Follow this link to know more about plugin conflict with our themes.
    Also make sure you are publishing after making changes in the customizer.

    Let me know if the issue still persists.
    Regards,
    Skandha

    Skandha
    Participant

    @frederic: I’m sorry I am not able to understand your issue with the menus and sub menus. Can you please elaborate?

    And yes if you don’t want a sub menu to be a link it is possible if you have added that sub-menu using a custom link. Just leave a # in the URL section of the custom link.

    Let me know if this works out.
    Regards,
    Skandha

    in reply to: site key error #134195
    Skandha
    Participant

    @hollyehrocketmail-com: I just checked your site and it seems to be working fine. I did not get any error message like you mentioned. Can you elaborate what your issue is?

    Regards,
    Skandha

    in reply to: Adding text to top navigation bar #134191
    Skandha
    Participant

    @prstaver: You could use the Text Widget in the Header Right Sidebar to add your name in the Header Right Side. However The Header Right Sidebar option is only available in the pro version of the theme. I suggest you to upgrade to pro. You can check out the additional-features available in the pro version of the theme.

    Let me know if this solves your issue.
    Regards,
    Skandha

    in reply to: Only title in the post overview #134155
    Skandha
    Participant

    @lutzjkochgmail-com: Glad you could solve the issue. Have a good day.

    Regards,
    Skandha

    in reply to: Tagline & Testimonials Slider #134152
    Skandha
    Participant

    @catwingz: Please post in your site URL so that I can look into the issues.

    Regards,
    Skandha

    Skandha
    Participant

    @dward1958: Do you mean the background color? If yes.
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    body {
        background-color:yellow;
    }

    Let me know if this is what you want.
    Regards,
    Skandha

    in reply to: Testimonials #134147
    Skandha
    Participant

    @catwingz: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .testimonial_slider_wrap .featured-image {
        display:none;
    }

    Let me know if this solves your issue.
    Regards,
    Skandha

    in reply to: Transparent area #134143
    Skandha
    Participant

    @petegwebmaster: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #feature-slider {
    	padding-bottom:0;
    }

    Let me know if this is what you want.
    Regards,
    Skandha

    in reply to: Our Professors #134141
    Skandha
    Participant

    @guy.shachar76: What you can do is Go to => Appearance => Customize => Theme Options => Our Professors => Enable On => Select Entire Site. Then tell me on which pages you want the Professors to be displayed I will provide you CSS Code for that.

    Let me know if this solves your issue.
    Regards,
    Skandha

    in reply to: courses #134139
    Skandha
    Participant

    @guy-shachar76gmail-com: You can check out the link to know how to add courses to your site. To get the courses exactly the same as the demo you can do it with post, page or image.

    You can modify the title “Recent Courses” from
    Go to => Appearance => Customize => Theme Options => Courses => Select Course Type => Headline for Courses => You can then type in the text you want to display as Course Title.

    Let me know if this solves your issue.
    Regards,
    Skandha

    in reply to: SiteOrigin page builder – featured Image #134137
    Skandha
    Participant

    @fobr: Please post in your site URL.

    Regards,
    Skandha

    in reply to: Change Text in the featured Slider #134136
    Skandha
    Participant

    @eventuality: Do you mean to change the font of the text in the featured slider? If yes let me know which font do you want to use and I shall provide you the necessary CSS Code.

    About the slider dots issue
    Please try doing a fresh installation of the theme and deactivating all plugins. Follow this link to know more about plugin conflict with our themes. Let me know if the problem still persist.

    Regards,
    Skandha

    Skandha
    Participant

    @bowessurnames: I suggest you to find a suitable plugin from the wordpress plugin repository. I’m afraid we cannot recommend you plugins which we do not own.

    Regards,
    Skandha

    in reply to: Testimonials in mobile display #134082
    Skandha
    Participant

    @toddautinw: In the previous CSS Code I provided you add width:100% !important; after margin:auto !important;

    Let me know if this does the trick.
    Regards,
    Skandha

    Skandha
    Participant

    @frederic: To have a content part large you can Go to => Dashboard => Pages => Select the page which you want to have larger content width => At right side bar click on Template and Select Full Width Disable Sidebar Template.

    To remove title inside pages
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #primary .entry-title {
    	display:none;
    }

    Tell me what do you want to keep as the background so that I can make transparent.

    Let me know if this works out.
    Regards,
    Skandha

Viewing 20 posts - 11,581 through 11,600 (of 12,034 total)