Forum Replies Created

Viewing 20 posts - 9,401 through 9,420 (of 12,034 total)
  • Author
    Posts
  • in reply to: Sidebar on Category Page #163299
    Skandha
    Participant

    @bigoslesli: The Social Icons you see on your Category page seems to be coming from the widget you have inserted in Optional Archive Sidebar. If you remove the widget the Category page should show up the Primary Sidebar same as the Homepage.

    Let me know if this works out!
    Kind Regards,
    Skandha

    in reply to: Adding a playlist #163295
    Skandha
    Participant

    @per-dittmann: Glad you were able to figure it out. Let me know if you have anymore issues. Have a good day! 🙂

    Kind Regards,
    Skandha

    in reply to: Header Image #163294
    Skandha
    Participant

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

    .site-header {
    	padding:0;
    }

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

    in reply to: Grid Layout #163293
    Skandha
    Participant

    @inksla: I am afraid that is not possible with the current options available in the theme. For that you will need to get your site customized from a professional. I suggest you hire a customizer.

    Kind Regards,
    Skandha

    in reply to: Edit pages will not load. #163292
    Skandha
    Participant

    @wimbledontog: Everything seems to be working fine at my end.
    Please post in your site URL so that I can look into the issue. Also can you please attach a screen shot of the error message you are getting.

    Kind Regards,
    Skandha

    in reply to: How do i disable the search button on the top right corner? #163263
    Skandha
    Participant

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

    .mobile-social-search {
    		display:none !important;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    in reply to: Clickable elements too close together #163232
    Skandha
    Participant

    @emree025: I performed the same test at my end but did not find any kind of issue. Please check out this screenshot: https://www.dropbox.com/s/4jp4lnfsmlxprad/Screenshot_2019-01-10%20Mobile-Friendly%20Test%20-%20Google%20Search%20Console.png?dl=0

    Kind Regards,
    Skandha

    in reply to: Gallery #163231
    Skandha
    Participant

    @macroma39gmail-com: Please post in your site URL and elaborate your issue so that I can help you out!

    Kind Regards,
    Skandha

    in reply to: Disable sections on homepage #163229
    Skandha
    Participant

    @gralaque: Sure, Let me know if you have anymore issues.

    Kind Regards,
    Skandha

    in reply to: Mobile issues #163227
    Skandha
    Participant

    @gina-hong:
    1. There seems to be an issue with the mobile menu. The issue will be fixed and an update will be released soon. I will let you know when the update is released. Thank you for reporting us the issue.

    2. The images in the slider seems to be responsive at my end. Can you attach me a screen shot of how it is showing up in iPhones so that I can look into the issue.

    3.The header video not appearing on mobile phones or smaller screen is a default feature of the WordPress. To alleviate concerns about bandwidth, videos are only loaded on the front page for viewports that are at least 900 pixels wide and 500 pixels tall. For more information please check out this link.
    To get rid of the image appearing before the header video
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    @media screen and (min-width:900px) {
    	.custom-header {
    		background-image:unset !important;
    	}
    }
    in reply to: How to center the Logo? #163185
    Skandha
    Participant

    @becky7852:
    1. The colors you mentioned seems to be changing well at my end. You don’t seem to have a button on your site.

    2. The fonts seems to be changing at my end.
    Go to => Appearance => Customize => Theme Options => Font Family Options => And changes fonts

    3. The title of each category already seems to be in the center.

    4. The title of post already seems to be in the center both on mobile and desktops.

    5. Please let me know which image caption font you would like to change and I will provide you the CSS.

    6. The images on the archive page already seem to be full width.

    I checked for the issues but did not seem to find any issues.
    Let me know how i can help you out!
    Kind Regards,
    Skandha

    in reply to: Verity support #163179
    Skandha
    Participant

    @experiencebar: The code I provided is working at my end. I will need to login to your site and look into the issue. For that I will need your WP admin credentials. I will contact you shortly by email.

    Kind Regards,
    Skandha

    in reply to: How to use the Essential Content Types Pro plugin #163175
    Skandha
    Participant

    @elliottrae: What you can do is Go to => Child Theme Folder => functions.php and add the following Code

    function clean_magazine_main_start() {
    	if( is_home() ) {
    		?><h2 class="section-title">Latest Posts</h2><?php
    	        return; 
    	}
    	?>
    	<main id="main" class="site-main" role="main">
    	<?php
    }

    This should insert Latest Posts title above your posts.
    Let me know if this works out!
    Kind Regards,
    Skandha

    in reply to: Verity support #163174
    Skandha
    Participant

    @experiencebar: Go to => Child Theme Folder => functions.php and add the following Code.

    function verity_excerpt_more( $more ) {
    	if ( is_admin() ) {
    		return $more;
    	}
    
    	$more_tag_text  = get_theme_mod( 'verity_excerpt_more_text',  esc_html__( 'Continue reading', 'verity' ) );
    
    	$link = sprintf( '<a href="%1$s" class="more-link"><span>%2$s</span></a>',
    		esc_url( get_permalink( get_the_ID() ) ),
    		/* translators: %s: Name of current post */
    		wp_kses_data( $more_tag_text ). '<span class="screen-reader-text">' . get_the_title( get_the_ID() ) . '</span>'
    		);
    
    	return $link;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    in reply to: Section #01 in Catch Fullscreen shows just white #163168
    Skandha
    Participant

    @sirials: The white seems to be showing up as you have enabled Featured Slider.
    Go to => Appearance => Customize => Theme Options => Featured Slider => Disable it.

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

    in reply to: Disable sections on homepage #163166
    Skandha
    Participant

    @gralaque: Yes that is possible. Please post in your site URL so that I can look into the issue.

    Kind Regards,
    Skandha

    in reply to: Please Recommend Best Design And Theme For My Website #163159
    Skandha
    Participant

    @myrabrunson: Clean Education Pro and Higher Education Pro are some of themes that may suit your requirement.
    You can also check out our other themes here.

    Let me know if this helps you out!
    Kind Regards,
    Skandha

    in reply to: Style Sheet Errors with Version: 2.7 #163138
    Skandha
    Participant

    @husker: Hello Brain,
    I will need to check your admin settings to check the issue you are having. For that I will need your WP login credentials. I will contact you shortly by email.

    Kind Regards,
    Skandha

    in reply to: Cannot update Full Frame Pro from version 3.9.5 to 3.9.6 #163133
    Skandha
    Participant

    @antiguanice: 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/full-frame/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! 🙂

    Kind Regards,
    Skandha

    in reply to: Title and Tagline Disappearing #163124
    Skandha
    Participant

    @bobgarretthomenetworks-co-uk: 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/adventurous/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! 🙂

    Kind Regards,
    Skandha

Viewing 20 posts - 9,401 through 9,420 (of 12,034 total)