Muntasir M. Aumio
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How do I remove powered by wordpress in AubergeSimply put that in your Theme’s style.css file –
.site-info { display: none; }
That should resolve the issue.
However please provide the site URL if possible.
Forum: Fixing WordPress
In reply to: How do I remove powered by wordpress in AubergeHiding something with css won’t hide it permanently form the DOM.
As soon as You can hide it from the theme mark up why would you do that with css?
Anyways Good Luck ??
Forum: Themes and Templates
In reply to: [Manage Issue Based Magazine] Posting is NOT workingYour’e using “Manage Issue Based Magazine” Theme as far as I can see.
Your theme have this on their template-magazine.php in line number 109.
When a featured image is not selected the placeholder image will automatically appear.<?php $mim_issue_magazineurl = wp_get_attachment_url( get_post_thumbnail_id(get_the_ID(), 'full' ) ); if( !empty( $mim_issue_magazineurl ) ) { ?> <div class="entry-thumbnail"><a href="<?php the_permalink(); ?>"><img alt="" src="<?php echo $mim_issue_magazineurl; ?>" class="img-responsive"></a></div> <?php } else { ?> <div class="entry-thumbnail"><a href="<?php the_permalink(); ?>"><img alt="" src="<?php echo MIM_ISSUE_THEME_URI. '/images/No-Image-1600x900.png'; ?>" class="img-responsive"></a></div> <?php } ?>
You can remove the image from there.
Thanks
Forum: Fixing WordPress
In reply to: How do I remove powered by wordpress in AubergeThough I won’t recommend but you want to remove this with some css you can do that with these lines of css code –
.site-info { display: none; }
Forum: Fixing WordPress
In reply to: How do I remove powered by wordpress in AubergeI’ve downloaded the theme from here to check.
https://www.ads-software.com/themes/auberge/I found out this piece of code in there –
echo '<div class="site-footer-area footer-area-site-info">'; echo '<div class="site-info-container">'; echo '<div class="site-info" role="contentinfo">'; echo apply_filters( 'wmhook_wm_credits_output', '© ' . date( 'Y' ) . ' <a href="' . home_url( '/' ) . '" title="' . get_bloginfo( 'name' ) . '">' . get_bloginfo( 'name' ) . '</a>. ' . sprintf( __( 'Powered by %s.', 'wm_domain' ), '<a href="https://www.ads-software.com">WordPress</a>' ) . ' ' . sprintf( __( 'Theme by %s.', 'wm_domain' ), '<a href="' . esc_url( wp_get_theme()->get( 'AuthorURI' ) ) . '">WebMan Design</a>' ) . ' <a href="#top" id="back-to-top" class="back-to-top">' . __( 'Back to top ↑', 'wm_domain' ) . '</a>' ); echo '</div>'; wm_menu_social(); echo '</div>'; echo '</div>';
If you do that as well modifying these will you get you up on this.
Thanks
Forum: Themes and Templates
In reply to: [WpF Authority] edit remove footer creditsCan you show the site url?
Forum: Fixing WordPress
In reply to: How do I remove powered by wordpress in AubergeSimply comment out “//” the “wmhook_footer();”
like this: //wmhook_footer();
Or remove the line “wmhook_footer();” if you want to get rid of this permanently.If you want to customize this section the right place to do it in:
auberge/inc/setup.php from line 1985.I hope this helps.
Forum: Fixing WordPress
In reply to: The symbol "–>" appears below my footerThis might as well happen due to some javascript code added in your footer.
Did you add any javascript code e.g: google analytics in there from the Theme Options or somewhere else?
Forum: Themes and Templates
In reply to: Fullby theme posts are not full widthYour’e Welcome.
Glad to know that ??
Forum: Themes and Templates
In reply to: Center Widget On HomepageLooks like your issue is resolved now.
Is it?
Forum: Themes and Templates
In reply to: Fullby theme posts are not full widthYour Single post sitting on a 9 column grid of Bootstrap.
There might be a setting to change it to a full width (12 column grid) in the Theme I assume.
That’ll make it full width with a few lines css as well.It seems to be a premium theme.
You can ask in their Support for a clearer answer as well.Thank You
Forum: Themes and Templates
In reply to: Customizing Elegent Themes Divi Theme style.cssAs Divi is a premium Theme from Elegant Themes I’d recommend you to ask it in their support.
They’ll be happy to help you I believe.
Thanks
Forum: Themes and Templates
In reply to: [Appointment] Adding Image to FooterYou have to provide the URL of your Website to get help from someone.
Forum: Themes and Templates
In reply to: Problem With Footer Featured Post Image SizeHello,
As it’s a premium WordPress theme from ThemeForest the author must have a support system.
I’d recommend you to contact the author in their Support system instead.
Thank You
Forum: Everything else WordPress
In reply to: Can't save posts with lengthy contentLol. ??
No I don’t think it’s that much big. @ipstenuIt’s 1317 lines in sublime.
215177 Characters in total.I can approximately 1/3rd of it.
Any specific solution?P. S. : I just migrated the site’s content from wordpress.com to www.ads-software.com via the xml import file with images.
In fact I migrated the entire site and pointed the domain to godaddy’s host.Thanks.