Hello,
I was wondering if it’s possible for the menu to be displayed horizontally as it is here:?https://www.revvity.com/
I tried to edit using Max Mega Menu plugin but I couldn’t make it. I probably need a tabbed sub menu. I also used another one and it crashed the website. Should I use another plugin? Is it even possible for this wordpress site to be displayed as such?
Best,
Vivi
Hi
I’m very satisfied with the themify base theme but I’ve got two problems here, both with the mobile ‘hamburger’ menu :
1st I’d like to have it onscreen before the main menu overlapses on a second row when resizing to a smaller window
2nd and most importantly, I’d like the menu to be able to display the sub-categories of my main menu properly not to jus display the whole list of all the pages on my web site .
Any help on how how could achieve this would be most welcome and appreciated.
Thx
]]>Hiya!
I’m using your great theme, but recently I’ve found out a problem with title tags.
Actually I set them up using Yoast seo, but in some post pages it duplicates the site name at the end of the title.
For example: Articlename – Sitename Sitename
Yoast says this could be related with title-tag support. Could you confirm it? Is there a way I could solve the problem?
Thank you so much for the help you can provide me ??
]]>Hi, I can no longer edit text widgets since the update yesterday. Problem is the same in both Mozilla and IE11. The ‘add text’ field doesn’t even show. The text widgets I’ve already made are displaying fine.
In Appearance > Widgets, Text > Edit > the only option that shows is which number order to position it, or to save in Inactive widgets.
Same issue in Builder and theme, front end and back end.
Anyone else using Themify and having this issue? Any suggestions?
]]>How can I reduce the size of the header? (those light grey area)
I have searched quite a number of CSS code and pasted in my custom CSS
but there is no change
I doubt if that is specify to themify theme
I’m having problems setting the width of the inner content area, but it appears as though most of the support requests in this forum go unanswered. When I set the width of the inner container, the sidebar ends up below the content.
]]>Where do I change the footer text. It’s not in the settings??
]]>hi . I have too much white space between two rows on my site with themify Ultra. how can I reduce this?
https://centrixng.com
i’ve got a hover image on my menu but it is not centering. on the longer words it appears more centered than on shorter words. also, the underline is underlining some of the spaces between the words, when it should be just the letters getting underlined on hover.
a friend of mine who is a webdesigner thought something is getting overridden from the theme.
my website is: https://www.lizartlizard.com/
the code i am using is below. i’ve also tried setting a defined width like 180px instead of auto, but nothing seems to correct the problem.
#maind-nav li {
list-style: outside none none;
text-align: center;
padding: 55px 10px 0px 10px;
border-bottom: 12px solid #fff;
width: 100%;
}
#main-nav a:hover {
background-image: url(https://lizartlizard.com/spaceship1.png);
padding: 55px 10px 0px 10px;
border-bottom: 12px solid #cdf268;
text-align: center;
width: 100%;
}
#main-nav a {
padding: 55px 10px 0px 10px;
border-bottom: 12px solid #fff;
text-align: center;
width: 100%;
}
]]>
Hi – I have updated the Themify plugin and it erased some of the settings for my headers, footers, and fonts. I am not a software engineer or developer and had some help getting this created initially. I need this site fixed and back up and running again ASAP! I have saved a backup as of last night but am not sure if it will be enough. Anyone with experience/similar issues with this that can advise or help?? Dying for some support from an expert in this area! Thank you.
]]>I want to increase the spacing of the main site name, but not the menus below it.
please help!
]]>Hello everyone,
How to remove the author name on main page and post page ?
Thanks
(Themify base theme)
]]>Hi there,
Using themify base my main menu does not appear when I view on mobile, it’s fine on ipad. I’ve deactived any plugins in case of conflict but this has made no difference. I see a few people have had the same issue but I can’t see how they’ve fixed it. The url is https://www.ivancoombesimages.co.uk
Can anyone help please?
Thanks!
How do I make posts appear grid style on pages with Themify Base theme?
Any guidance would be appreciated.
thank you.
]]>Themify Base theme doesn’t seem to have option to make posts appear grid style. I would like posts to to appear as grid style with a thumbnail featured picture. Is there a way to do this on Themify Base theme?
Thank you.
]]>2 days ago, my wife’s blog stopped accepting comments. Anyone not logged in gets a “Error: please fill the required fields (name, email).” message. Nothing had changed for anything. She hadn’t updated the theme in a while, so I updated it, but still same issue. I’ve searched many threads and no response.
url: lilmuselily.com
Hosting: Linux on Godaddy
Database: MySQL
Theme: Themify
Things I have attempted.
unclicking radio button requiring name and email (error goes away but comment doesn’t post)
renamed email and email2 in comment.php for Themify. (does nothing).
Below is the comment.php file.
<?php
/**
* Template for comments
* @package themify
* @since 1.0.0
*/
?>
<?php themify_base_comment_before(); //hook ?>
<?php if ( have_comments() || comments_open() ) : ?>
<div id="comments" class="commentwrap">
<?php themify_base_comment_start(); //hook ?>
<?php if ( post_password_required() && have_comments() ) : ?>
<p class="nopassword"><?php _e( 'This post is password protected. Enter the password to view any comments.', 'themify' ); ?></p>
<?php elseif ( have_comments() ) : ?>
<h4 class="comment-title"><?php comments_number(__('No Comments','themify'), __('1 Comment','themify'), __('% Comments','themify') );?></h4>
<?php // Comment Pagination
if ( get_comment_pages_count() > 1 && get_option( 'page_comments' ) ) : ?>
<nav class="pagenav top clearfix">
<?php
paginate_comments_links( array(
'prev_text' => '',
'next_text' => ''
));
?>
</nav>
<!-- /.pagenav -->
<?php endif; ?>
<ol class="commentlist">
<?php wp_list_comments('callback=themify_base_theme_comment'); ?>
</ol>
<?php // Comment Pagination
if ( get_comment_pages_count() > 1 && get_option( 'page_comments' ) ) : ?>
<nav class="pagenav bottom clearfix">
<?php
paginate_comments_links( array(
'prev_text' => '',
'next_text' => ''
));
?>
</nav>
<!-- /.pagenav -->
<?php endif; ?>
<?php endif; // end have_comments() ?>
<?php if ( comments_open() ) : ?>
<?php
global $req, $aria_req, $user_identity;
$custom_comment_form = array(
'fields' => apply_filters( 'comment_form_default_fields', array(
'author' => '<p class="comment-form-author">' . '<input id="author" name="author" type="text" value="' . esc_attr( $commenter['comment_author'] ) . '" size="30"' . $aria_req . ' class="required" />' . '<label for="author">' . __( 'Your Name', 'themify' ) . '</label> ' . ( $req ? '<span class="required">*</span>' : '' ) . '</p>',
'email' => '<p class="comment-form-email">' . '<input id="email" name="email" type="text" value="' . esc_attr( $commenter['comment_author_email'] ) . '" size="30"' . $aria_req . ' class="required email" />' . '<label for="email">' . __( 'Your Email', 'themify' ) . '</label> ' . ( $req ? '<span class="required">*</span>' : '' ) . '</p>',
'url' => '<p class="comment-form-url">' . '<input id="url" name="url" type="text" value="' . esc_attr( $commenter['comment_author_url'] ) . '" size="30"' . $aria_req . ' />' . '<label for="website">' . __( 'Your Website', 'themify' ) . '</label> ' . '</p>'
)),
'comment_field' => '<p class="comment-form-comment">' . '<textarea id="comment" name="comment" cols="45" rows="8" aria-required="true" class="required"></textarea>' . '</p>',
'logged_in_as' => '<p class="logged-in-as">' . sprintf( __( 'Logged in as <a href="%s">%s</a>. <a href="%s">Log out?</a>', 'themify' ), admin_url( 'profile.php' ), $user_identity, wp_logout_url( apply_filters( 'the_permalink', get_permalink( get_the_id() ) ) ) ) . '</p>',
'title_reply' => __( 'Leave a Reply', 'themify' ),
'comment_notes_before' => '',
'comment_notes_after' => '',
'cancel_reply_link' => __( 'Cancel', 'themify' ),
'label_submit' => __( 'Post Comment', 'themify' ),
);
comment_form( $custom_comment_form );
?>
<?php endif; // end comments_open() ?>
<?php themify_base_comment_end(); //hook ?>
</div>
<!-- /.commentwrap -->
<?php endif; ?>
<?php themify_base_comment_after(); //hook ?>
]]>
I have an issue with my static front page which is wider on screen than all the other pages.
How do I make my front page the same width (i.e. narrower) like the other pages?
https://bubbyandmecreations.com.au/
Thanks ??
]]>Hi! I have a custom menu on sidebar and would like to have the active link of the opened page made visible by giving a higher font weight. I tryied adding sidebar a active but it doesn’t work. May i have some help, please? Thank you
]]>When I insert an image on the site tagline of the Themify-base theme, I can see it at the dashboard, but it doesn’t show online. What am I doing wrong?
]]>Hey Everyone,
I’m trying to change the main title of my site so it’s:
My Name, My Profession
I know I could manually add a site title and use my own classes, but then it wouldn’t adhere to the pre-programmed responsiveness.
Any insight is appreciated!
]]>Hello everyone!
Could you please help me out?
I want to remove Author, catgeories, comments information on every post.
I was searching for plugins but those do not work.
Could you send me the CSS code for the CSS options window?
My HP is:
THANK YOU!
]]>Hi all,
So I’m completely new to WordPress and apologize for my basic understanding. I’ve been trying to do research online about editing the business directory plugin so that it is compatible with this theme, but all the solutions involve coding and things I honestly don’t know how to do. It’s nothing wrong with the plugin functions but rather the display and layout.
Can anyone help a beginner out? I know it’s a problem with the theme and the plugin working together, but I’m really lost. Do I need to edit the theme itself? The plugin? Is there an easier way to do this that doesn’t involve advanced coding solutions? Thank you so much!
]]>Hello,
how can I hide page title?
Please see picture below (I want delete “Zamów produkt”)
https://bouwman.pl/zdj/szablonwp.jpg
Thank You in advance!
]]>Hi,
I’d like to make my header image responsive for mobile viewing. Here’s my site under construction:
https://www.thechimneysmoke.com
Thanks!
Katie
Hi @all,
My sup-menu, does not work on tablets. I checked it on ipad 3. sometimes it does ‘t display the sub-pages and when the displayed i can’t touch them.
The url is:https://www.sabine-wild.com
Thx for helping
]]>Hi Everyone
I updated this theme recently but some odd has happened to 2 of the sidebar widgets, categories & archives both words appear twice.
I am using the basic wordpress widgets but this only happened after the update.
So they say categories one line & then again underneath…I am using the drop down box (as I was before but this did not happen then).
I have tried other widgets but this seem to cause major errors & are not compatible with this theme.
does anyone a) know how to fix this? b) any other widgets that work well instead?
Many thanks
Laura
]]>Hi- I really love this theme. It’s simple, elegant, and extremely powerful in terms of the amount of customization it allows.
Just one thing I’d like to do: put the featured post below the title on the index page.
Thanks
]]>Hi
Just had one problem solved centering the feat image but now need the date & blog post title also to be in the centre on the blog page list & post
Hopefully this will be it now as happy with everything else
Thanks
Laura
]]>Hi,
I have been racking my brains over it for a while: Where do I place the brand logo? Should it be inserted as header wrap image/ header inner background image/ site logo/ site tagline?
Also what size should the image be for it to be centered and evenly spaced between the fixed nav-bar and the content container start?
I really need the help.
Website: https://www.akioneam.com
Right now I have used a rough sketch with size of 1200px x 230px. I have tried various placement and adjustments but nothing seems to function equally well on the various screen sizes.
Thanks a ton in advance. ??
]]>Hi
I need some help sorting the featured image it appears on the posts page list & on the post itself to the left side only.
Can the image be centred? If so how?
Also in my previous theme the featured image only appeared on the blog page itself not on the post. Is there also a way of switching it off? so it doesn’t appear in the post?
Any help will be appreciated! Otherwise I will have to change theme again..
thanks
Laura
]]>