wpbetheme789
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Hueman] Change background colour on footer menuThis works, thank you!
Could you tell me something more please:
1. set the footer-nav hover foreground
2. set footer-nav hover background3. The top bar hover background
4. The top bar hover foregroundAlso, what is the different between
#footer-widgets
and
#footerCould not figure out any difference.
Thank you very much- This reply was modified 8 years, 6 months ago by wpbetheme789.
Forum: Themes and Templates
In reply to: [Hueman] Change background colour on footer menuAnyone know how to change foreground color in footer menu ?
#nav-footer.nav-container { color: #FFFFFF;!important }
is not doing the job.
Many thanks.Forum: Themes and Templates
In reply to: Being Hueman remove camera icon from postCorrection, sorry
change from<?php if ( has_post_thumbnail() ): ?> <?php the_post_thumbnail('thumb-medium'); ?> <?php else: ?> <?php hu_print_placeholder_thumb(); ?> <?php endif; ?>
to
<?php if ( has_post_thumbnail() ): ?> <?php the_post_thumbnail('thumb-medium'); ?> <?php else: ?> <?php endif; ?>
So, if no feature image given, show nothing
Forum: Themes and Templates
In reply to: Being Hueman remove camera icon from postin file <functions/widgets/alx-posts.php> remove block
<?php if ( has_post_thumbnail() ): ?> <?php the_post_thumbnail('thumb-medium'); ?> <?php else: ?> <?php hu_print_placeholder_thumb(); ?> <?php endif; ?>
The only problem: What is, when with next theme update this files gets updated ?
So you can copy the whole file to your being human folder, which is your hueman custom version.
Then edit file. An update will not affect it but you most likely have no benefit from update.Antoher suggestion: Simply change thumbnail images, for instance a transparent (empty) image
Forum: Hacks
In reply to: How to use shortcode where URL is expectedHello,
i primarily want to be able to link a shortcode to a menu item.
It seems that menu items only accept url.Already tested a plugin that promised to do that but it did not work.
Thank you for helpForum: Plugins
In reply to: [All-in-One WP Migration and Backup] Import hangs on IIS 8.5 PHP 7Hello Pim,
yes, the problem can be solved changing function
public function options_page_description()
to
public function options_page_description($localized_heading_text = ”) {
located in
..\wp-content\plugins\configure-smtp
in a text editor and refresh.
Thank youForum: Fixing WordPress
In reply to: RSS with timestampThis plugin
RSS Retriever
is doing the job. Thank you for that.Forum: Fixing WordPress
In reply to: Create page template – how toNo. It works. It is a “how to”.
Forum: Plugins
In reply to: wp-members Login Redirect PluginThanks Luke for answer.
Your link seems to focus on not logged-in users to get redirected
to a login page.What i want is a user to get redirected to a user specific page
right after login.This works with Peter’s login redirect plugin when using WP
default login method.But when i like to use wp-members it does not work any more.
So there is somehow a conflict.The question is, if there is either a way to solve the conflict
or to do the user specific redirect -> user page with wp-members alone.I dit not find such a setting in wp-members, for instance a default page defined per user in the user settings.
I have the same problem and i also can’t disable my plugins or
change the them.However, on a test site, i disabled all plugin and changed to default
theme and it still keeps spinning.
Please help to fix.Forum: Plugins
In reply to: [Contact Form 7] Contact Form hangs sending mailHello, is this serious, i shall deactivate my theme ?
Then, i MAY have a contact form working, but all other gone.Forum: Localhost Installs
In reply to: WP installation hangs in step 2 (WAMP, Windows 2012 R2)Hello Clayton,
thank you for answer. using localhost only solved it, i messed up the meaning of the localhost.However, i was not able so far to get WAMP hosting my new wp website with SLL
which is already installed for my current website on IIS.So i switch to WP and IIS and have now another trouble.