Karmegaraja Subramaniam
Forum Replies Created
-
Forum: Plugins
In reply to: [Essential Real Estate] Address on mobile view out of boxHello kelviniu7
Please add the below code in additional css. It will help you..property-info-action .property-main-info .property-location span { white-space: normal; }
Forum: Plugins
In reply to: [Essential Real Estate] Sidebar DisplayHello Jean,
Looks like your theme doesn’t support this plugin, better to move with some other.Forum: Plugins
In reply to: [Essential Real Estate] A problem in single property pageSolved this issue by adding below css code in custom css. Hope it will be solved in next update.
.in { display: block !important; }
Ponvendhan
Forum: Themes and Templates
In reply to: [Real Estate Salient] real-estate-salientHello @prokrua
Sorry, I don’t understand your language. I am replying based on using google translate.Our theme works without plugin, but if you need to create a fully working real estate website then you need to install certain plugins. Please check notification on your website admin area, there you can find which plugins are need to installed.
You can set slider at appearance -> customize -> theme settings
Hope it helps
Karmegaraja SubramaniamForum: Plugins
In reply to: [Realia] JS Error on realia.jsHi Denis, I had the same issue. But I solve that error by installing WP-Colorbox plugin.
Forum: Themes and Templates
In reply to: Need help changing website headerYou may lose all your customization if you upgrade to new version as you mentioned it was downloaded several years ago.
Regarding adjusting height of header, you can install custom css plugins like Simple Custom css to override css. after installed that plugin just add the below code on custom css box.
#header #header-inner { height: 200px; }
*you can change 200px was you wish.
Forum: Themes and Templates
In reply to: [Shamrock] What size should the header image be?@allergy_girl_eats The problem is with your logo image. It looks blurry. All you have to do is redesign it.
Or you can try to reduce the image size to give a decent output.
Example
.site-title img{max-width: 400px;}
Open index-banner.php on your theme folder and remove the below codes.
<!-- Page Title Section --> <div class="page-title-section"> <div class="overlay"> <div class="container"> <div class="row"> <div class="col-md-6"> <div class="page-title"><h1><?php the_title(); ?></h1></div> </div> <div class="col-md-6"> <ul class="page-breadcrumb"> <?php if (function_exists('qt_custom_breadcrumbs')) qt_custom_breadcrumbs();?> </ul> </div> </div> </div> </div> </div> <!-- /Page Title Section -->
Forum: Themes and Templates
In reply to: [Lifestyle] How can I remove tags & categories under my postsIf you can edit the theme files, go to \wp-content\themes\omega\partials\entry-footer.php and remove the below codes.
<?php omega_post_terms( array( 'taxonomy' => 'category', 'text' => __( 'Posted in: %s', 'omega' ) ) ); ?> <?php omega_post_terms( array( 'taxonomy' => 'post_tag', 'text' => __( 'Tagged: %s', 'omega' ) ) ); ?>
Forum: Themes and Templates
In reply to: Blue shading/shadow appears randomly in postsCan you please elaborate your question, where exactly do you get this problem? Your site seems having no problem.
Forum: Fixing WordPress
In reply to: How to make links in a post dofollow?I think problem is on your SEO plugin, SEO plugin like yoast have an option to make dofollow or no follow. check out the below link.