Forum Replies Created

Viewing 20 posts - 11,561 through 11,580 (of 12,034 total)
  • Author
    Posts
  • in reply to: Margin top slider and move pager #134290
    Skandha
    Participant

    @swimbrest: Hello there, I hope I was able to resolve your issue. If it’s not too much trouble,
    I have a quick request: could you please leave an honest review?
    https://wordpress.org/support/theme/nepalbuzz/reviews/#new-post
    Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely appreciated. Thanks, and if there’s anything else at all that I can do to help,
    don’t hesitate to let me know. Have a good day.

    Regards,
    Skandha

    in reply to: Our Professors #134289
    Skandha
    Participant

    @guy-shachar76gmail-com: Hello there, I hope I was able to resolve your issue. If it’s not too much trouble,
    I have a quick request: could you please leave an honest review?
    https://wordpress.org/support/theme/higher-education/reviews/#new-post
    Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely appreciated. Thanks, and if there’s anything else at all that I can do to help,
    don’t hesitate to let me know. Have a good day.

    Regards,
    Skandha

    in reply to: Margin top slider and move pager #134287
    Skandha
    Participant

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

    #per-slide-template {
        display:none;
    }
    #feature-slider {
        position:relative;
        top:81px;
    }

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

    Skandha
    Participant

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

    #main article {
       padding:0 !important;
    }

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

    in reply to: Toolbar visibility changes view #134280
    Skandha
    Participant

    @hollyehrocketmail-com: Your post regarding regarding “site key error” has been replied in that thread.

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

    Skandha
    Participant

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

    .entry-summary {
        font-weight:bold;
    }

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

    in reply to: Promotion Headline Left and Right sections #134277
    Skandha
    Participant

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

    .promotion-button.roll-button.more-button {
    	margin-top:10px !important;
    }
    #promotion-message .left {
    	width:75%;
    } 

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

    Skandha
    Participant

    @bowessurnames: Go to wordpress plugin repository and search using the following keyword mail notification on new blogpost. This should give you suitable plugin results.

    Hope this helps you.
    Regards,
    Skandha

    in reply to: Mobile site #134272
    Skandha
    Participant

    @mventres: This is because of the following Additional CSS you have added.

    .button-minimal {
    	float:right;
    }	

    Go to => Appearance => Customize => Additional CSS and remove the above CSS Code.

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

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

    @catwingz: To display tagline underneath the site logo and to hide the site title.

    Go to => Appearance => Site Identity => Check the Display Site Title and Tagline option.

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

    @media screen and (min-width:1023px) {
    	#site-logo {
    		position:relative;
    		left:-265px;
    	}
    
    	.site-description {
    		padding-top:95px
    	}
    }
    
    .site-title {
    	display:none;
    }

    You seem to have hidden the Testimonial Slider Title using additional css
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #testimonial-section #featured-heading {
    	display:block;
    }

    To change the testimonial slider speed you will have to create a child theme and make changes to core theme files. Let me know if you are comfortable with child theme customizations.

    When you open your site from mobile and press the phone number it automically asks if you want to make call to that number.

    The Footer Contact Info 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 pro version of the theme.

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

    in reply to: Our Professors #134257
    Skandha
    Participant

    @guy-shachar76gmail-com: For that Go to => Appearance => Customize => Theme Options => Our Professors => Under Headline insert the text you want to display as the professors section title.

    Let me know if this works out.
    Regards,
    Skandha

    in reply to: Our Professors #134255
    Skandha
    Participant

    @guy-shachar76gmail-com: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    body:not(.page-id-16) #our-professors-section {
        display:none;
    }

    The above CSS Code should display the Professor section only in מרצים page.
    Let me know if this solves your issue.
    Regards,
    Skandha

    in reply to: Newbie questions #134254
    Skandha
    Participant

    @bowessurnames: If you have used the Additional CSS option in the Customizer to add custom CSS this won’t be lost after theme update. If you have altered core theme files without using a child theme then those edits will be lost after theme update.

    Hope this was helpful.
    Regards
    Skandha

    in reply to: Promotion Headline Left and Right sections #134252
    Skandha
    Participant

    @violetdeb: There seems to be a bug with the Promotion Headline Option and Promotion Headline left/right widgets. I have forwarded the bug to the development team and this issue will be resolved in the next theme update.

    Untill then:
    Go to => Appearance => Customize => Widgets => Promotion Headline Right => Add a Image Widget with the image you want to display in the promotion headline

    At the end of Promotion Subheadline Text in the Promotion Headline Option add the following Code.
    <a class="promotion-button roll-button more-button" href="https://catchthemes.com/" target="_blank">Buy Now</a>
    Replace Buy Now with your required button text.

    Then to align the Promotion Headline Right Widget to the right side
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .section.left {
    	float:left;
    }
    .section.right {
    	float:left;
    }

    This should solve your issue for the time being.
    Regards.
    Skandha

    in reply to: Toolbar visibility changes view #134249
    Skandha
    Participant

    @hollyehrocketmail-com: Go to => Appearance => Customize => Additional CSS and add the follwing CSS Code.

    #mep_0 {
    	width:699px !important;
    }

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

    in reply to: I accidentally deleted Home and now I can't do anything #134246
    Skandha
    Participant

    @atomicmiss: Even if you deleted the Homepage by mistake It should be in the trash folder and you can restore it from there. You can check the screenshot: https://www.dropbox.com/s/29fxqikor0rgzxr/Screenshot-2018-3-28%20Pages%20%E2%80%B9%20Support%20%E2%80%94%20WordPress.png?dl=0
    You can see trash folder beside Published and All in the screenshot. Go to the trash folder and restore your homepage.

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

    in reply to: Featured Image is Not Rendering #134245
    Skandha
    Participant

    @kristinabentle: The images seems to display fine at my end. Please Check out the screen shot: https://www.dropbox.com/s/hg8uzfwvcy226ju/Screenshot-2018-3-28%20What%20Does%20it%20Feel%20Like%20to%20Truly%20Live%20.png?dl=0

    Regards,
    Skandha

    Skandha
    Participant

    @mowatson4: Please post in your site URL so that I can provide you the necessary CSS Code.

    Regards,
    Skandha

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

    @eventuality: To change the displayed text on slider you can better use the Featured Image Slider as the slider type.

    Go to => Appearance => Customize => Featured Slider => Select Slider Type => Select Featured Image Slider Option

    Then you can add image to the slider and write the text displayed in the slider in the title and content section. Then you can insert the URL of the page/post to link the slider image to the post/page.

    Let me know if you are still not clear about it.
    Regards,
    Skandha

    in reply to: Testimonials #134214
    Skandha
    Participant

    @catwingz: Hello, there, I hope I was able to resolve your issue. If it’s not too much trouble,
    I have a quick request: could you please leave an honest review?
    https://wordpress.org/support/theme/decree/reviews/#new-post
    Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely appreciated. Thanks, and if there’s anything else at all that I can do to help,
    don’t hesitate to let me know. Have a good day.

    Regards,
    Skandha

Viewing 20 posts - 11,561 through 11,580 (of 12,034 total)