We’ve build the completed site using This Awesome theme and it was amazing experience although we found some issue that we will be adding here time to time, so other people can get the answers when they are in the same position.
We want to change the link color on hover, but this does not work even thought we select the different color from backend.
Is it possible if developer of the theme can check this issue?
Look forward to helping the community.
Thank You
After contacting support, they are willing to fix their image alignment issue (as long as you pay them extra to fix what you already paid for).
Also, adding a post link in the footer is possible (and needed by many users) but not able to be done unless you pay extra (even though you already bought the premium plugin).
Don’t pay to upgrade from the free version. The Pro version has the same problems with no support.
]]>Really struggling here. I am using the Theme from Think Up Themes Ltd and at the bottom of my website they have included “Developed by Think Up Themes Ltd. Powered by WordPress” I want to remove both the texts:
1. Developed by Think Up Themes Ltd.
2. Powered by WordPress.
I tried looking up on google to check for solution and found that we need to edit the footer.php file which will help remove this text.
Below is the code that is there in my footer.php file but I have no clue on what to edit in this to get rid of that footer text.
<?php
/**
* The template for displaying the footer.
*
* Contains the closing of the id="main-core".
*
* @package ThinkUpThemes
*/
?>
</div><!-- #main-core -->
</div><!-- #main -->
<?php /* Sidebar */ alante_thinkup_sidebar_html(); ?>
</div>
</div><!-- #content -->
<?php /* Call To Action - Outro */ alante_thinkup_input_ctaoutro(); ?>
<footer>
<?php /* Custom Footer Layout */ alante_thinkup_input_footerlayout();
echo '<!-- #footer -->'; ?>
<div id="sub-footer">
<div id="sub-footer-core">
<div class="copyright">
<?php /* === Add custom footer === */ alante_thinkup_input_copyright(); ?>
</div>
<!-- .copyright -->
<?php if ( has_nav_menu( 'sub_footer_menu' ) ) : ?>
<?php wp_nav_menu( array( 'depth' => 1, 'container_class' => 'sub-footer-links', 'container_id' => 'footer-menu', 'theme_location' => 'sub_footer_menu' ) ); ?>
<?php endif; ?>
<!-- #footer-menu -->
</div>
</div>
</footer><!-- footer -->
</div><!-- #body-core -->
<?php wp_footer(); ?>
</body>
</html>
Can someone suggest what should I do? I am not a coder to do code changes easily. Any help is highly appreciated.
Cheers
]]><?php if ( is_front_page() ) { ?> | Developed by: <a href="https://mohsinalam.com" target="_blank">Mohsin Alam</a><?php } ?>
<?php if ( is_home() ) { ?> | Developed by: <a href="https://mohsinalam.com" target="_blank">Mohsin Alam</a><?php } ?>
I tried each code to put my link as developer credit on a homepage only, but it didn’t work. The developer credit link inset on every page! Is my code correct or need any correction? How can I execute the developer link on the homepage only? Thanks
Note: The code I put in Customizer > Footer > Footer Bar.
]]>Thanks in advanced.
]]>Could you help me.
Tanks
]]>I’m using the Sela theme, and although I know how to remove the WordPress credits and add my own copyright information, I don’t know if I can add links in the footer.
This is the text in the footer:
Copyright ? 2016 Cynthia Ranjeeta. Terms & Conditions.
Is there any way I can make the Terms&Conditions part clickable by inserting a link to a page?
Thanks so much for the help
]]>– QUESTION #1: How can I remove the white space that’s above the words on this Page and Post?
PAGE: https://www.buy-and-sell-cars-for-profit.com/pl/earnings/
POST: https://www.buy-and-sell-cars-for-profit.com/pl/
The space I want to remove (or minimize) is the white space ABOVE the words “EARNINGS DISCLAIMER”on the Page and “This is a test POST” on the Post.
– QUESTION #2: How can I remove the “Home” link from the footer?
I’m not an expert at this stuff but I can do most anything if I have clear and simple instructions.
Thank you very much.
]]>