Forum Replies Created

Viewing 15 posts - 7,291 through 7,305 (of 8,657 total)
  • Author
    Posts
  • in reply to: bullet list on inner pages #22409
    wensolutions
    Keymaster

    Hello @brinkp5,

    When I add a simple bullet list or numbered list on the inner pages it only shows as lines in between the points and not bullet points.

    We have inspected your website and it is seen that the line structure in the list style is actually appearing as you are using the siteorigin page builder’s text widget to display the text contents in the page.

    The theme styles automatically to the list item accordingly if you use the WordPress default editor to create / edit page contents.

    If the use of siteorigin’s page builder is important for your layout, to remove the border lines you can paste in the following custom CSS in your Admin Dashboard > Appearance > Customize > Theme Options > Custom CSS Field,

    .siteorigin-widget-tinymce.textwidget ul li {
        border-top: none;
    }

    Hope this Helps,

    Best Regards !!

    in reply to: Change size featured-images #22408
    wensolutions
    Keymaster

    Hello,

    Can you please specify your issue with your site URL so that we can monitor and provide you with a viable instruction to solve your issue?

    Best regards.

    in reply to: Change color icon in "about section" #22406
    wensolutions
    Keymaster

    Hello,

    If the previously given CSS did not work please remove it and add the below given CSS

    section.evision-wrapper.block-section.wrap-about i {
        color: #c900ff;
    }

    Hope it helps.
    Best regards.

    in reply to: How to show user name if Edu pro theme? #22351
    wensolutions
    Keymaster

    No problem. You are always welcome to post in your queries and confusions related to the theme.
    We would be glad to assist you as best as possible.

    Have a nice day !

    in reply to: How to show user name if Edu pro theme? #22348
    wensolutions
    Keymaster

    Theme does not provide login / register functionality in core. Still being a premium theme our theme follows standard WordPress security and such functionality that falls under plugin territory is not integrated inside the theme itself.

    Therefore, we recommend you to extend those feature by installing plugin or exclusively customize the theme through the snippet like you have used above.

    in reply to: Demo Content for Clean Corporate Theme #22321
    wensolutions
    Keymaster

    @benjaminugbana, we understand your interest in purchasing the Pro version. However, currently there is no any discount available or installment plan set for this theme.

    Sorry for the inconvenience due to this.

    wensolutions
    Keymaster

    Hello,

    We are sorry that your changes were reverted back after the update, but if you make changes on the parent theme it will always be reverted on the update.

    We will provide you a method with which you can keep your changes safe.

    First of all you will have to create a child theme for theme theme you are using currently. You can make the child theme manually or use a certain plugin like https://wordpress.org/plugins/wp-child-theme-generator/ to create a child theme.

    Now after you have created the child theme, you will have to make a template-parts folder inside the child theme.

    After you have created the template-parts folder, create a file named content-masonry.php inside the template-parts folder.

    Now open the content-masonry.php file and inside it paste the below given code

    <?php
    /**
     * Template part for displaying posts in masonry.
     *
     * @link https://codex.wordpress.org/Template_Hierarchy
     *
     * @package Photo_Perfect
     */
    
    ?>
    
    <article id="post-<?php the_ID(); ?>" <?php post_class( 'masonry-entry' ); ?>>
    	<?php
    	$featured_image_full_url = '';
    	if ( has_post_thumbnail() ) {
    		$featured_image_full_url = wp_get_attachment_url( get_post_thumbnail_id( $post->ID ) );
    	}
    	?>
    
      <div class="masonry-thumbnail post-item">
    		<?php if ( has_post_thumbnail() ) :  ?>
            <a href="<?php the_permalink();?>" class="post-thumb">
    			<?php the_post_thumbnail( 'large' ); ?>
            </a>
    		<?php else : ?>
    			<?php
    			$no_image_url = '';
    			$random_number = rand( 1, 2 );
    			$no_image_url = get_template_directory_uri() . '/images/no-image-'. esc_attr( $random_number ). '.png';
    			?>
            <a href="<?php the_permalink(); ?>" class="post-thumb">
              <img src="<?php echo esc_url( $no_image_url );?>" alt="<?php the_title_attribute(); ?>" />
            </a>
    		<?php endif ?>
        <div class="post-content">
    			<?php if ( ! empty( $featured_image_full_url ) ) :  ?>
            <a href="<?php echo esc_url( $featured_image_full_url ); ?>" class="popup-link"><i class="fa fa-eye"></i></a>
    			<?php endif ?>
          <a href="<?php the_permalink(); ?>"><i class="fa fa-link"></i></a>
          <h2><a href="<?php the_permalink(); ?>"><?php the_title(); ?></a></h2>
        </div>
      </div><!-- .masonry-thumbnail -->
    
    </article><!-- #post-## -->
    

    Now you have a child theme with the changes you want.
    Similarly, you can also override other templates and functions via child theme.

    Hope it helps.
    Best regards.

    in reply to: menu on mobile not showing all submenus #22314
    wensolutions
    Keymaster

    We have verified the theme and has no such bug regarding multilevel menu display in responsive devices like mobile.

    You can verify this demo in your mobile which display 3rd level menu as well and also works for 4th level too. Try adding child menus adjust them by drag-drop method through Appearance -> Menu section.

    Let us know if you have any further confusion.

    in reply to: How to show user name if Edu pro theme? #22313
    wensolutions
    Keymaster

    Hello ctenorio@sailormen.com,your request to show username in homepage seems quite unclear to us so could you please elaborate it further. ?

    in reply to: Featured Section Banner Text #22312
    wensolutions
    Keymaster

    Glad to know that it worked for you !.

    If there are any further query, then, please feel free to post them anytime in this official forum.

    We will really appreciate if you could help us too by rating our theme in WordPress repo here:-

    https://wordpress.org/support/theme/bizlight/reviews/#new-post

    Thank you in advance.

    wensolutions
    Keymaster

    Image thumbnails comes with two icons overlay for image enlarge ( eye icon) and for post link (anchor icon). Hope this is what you are looking for.

    in reply to: Featured Section Banner Text #22309
    wensolutions
    Keymaster

    Hello,

    Please remove the previously given CSS and add the below given css

    .wrap-highlight h2 {
        background: #ffffff;
        opacity: 0.6;
        padding: 0 26px;
        display: inline-block;
    }

    Hope it helps.
    Best regards.

    in reply to: inner page top menu bar #22307
    wensolutions
    Keymaster

    Hello,

    The feature you are requesting is not available on the theme and as much as we would like to help you we are not able to as, the theme doesn’t support this customization and this is beyond the support offered for our products, which consists of bug fixing and theme documentation.

    Although it is possible for you to achieve your request on the theme with advanced code customization of the theme, it might effect other parts of the theme, like its design and at times its functionality.

    It would be wise not to customize the code yourself if you do not have knowledge on programming,
    Our suggestion to you is to hire a professional developer for your customization, so that your theme will no be effected in any way.

    To hire a developer please follow the link below
    http://themepalace.com/hire-a-customizer/

    And for the overlay we have already provided the CSS code on the designated support thread please check it.

    We hope it helps,
    Best Regards.

    in reply to: Demo Content for Clean Corporate Theme #22306
    wensolutions
    Keymaster

    Hello,

    The theme does not provide any demo content file for you to download, although if you are using the pro version of the Clean Corporate theme, you can use this documentation to help you to set up your site:
    http://themepalace.com/theme-instructions/clean-corporate-pro/#Howtosetupfrontpageasshowninthedemo?

    This documentation can also be used for the free version but some of the features might be missing on the free version of the theme as it might be available on the pro version of the theme only.

    Hope it helps.
    Regards.

    in reply to: Change color icon in "about section" #22304
    wensolutions
    Keymaster

    Hello,

    Please add the below given CSS to Dashboard -> Appearance -> Customize -> Theme Options -> Custom CSS

    section.evision-wrapper.block-section.wrap-service .icon-container i {
        color: #c900ff;
    }

    You can change the color accordingly.
    Regards.

Viewing 15 posts - 7,291 through 7,305 (of 8,657 total)