I have changed the tagline in my theme settings > layout > tagline and on wordpress’s built-in site tagline setting but it won’t seem to change. What file can I adjust manually to fix this?
]]>I have made a Custom Header Widget for https://heritagecountrypottery.com/.
How do I make it the same width as the rest of my site?
The code I used is below
functions.php
function wpb_widgets_init() {
?
????register_sidebar( array(
????????‘name’????????? => ‘Custom Header Widget Area’,
????????‘id’??????????? => ‘custom-header-widget’,
????????‘before_widget’ => ‘<div class=”chw-widget”>’,
????????‘after_widget’? => ‘</div>’,
????????‘before_title’? => ‘<h2 class=”chw-title”>’,
????????‘after_title’?? => ‘</h2>’,
????) );
?
}
add_action( ‘widgets_init’, ‘wpb_widgets_init’ );
=========================================================================
header.php
<?php
?
if ( is_active_sidebar( ‘custom-header-widget’ ) ) : ?>
????<div id=”header-widget-area” class=”chw-widget-area widget-area” role=”complementary”>
????<?php dynamic_sidebar( ‘custom-header-widget’ ); ?>
????</div>
?????
<?php endif; ?>
Are there any plans to update this theme to make the submenu accessible? I am adding my own accessibility revisions, and I noticed tabbing completely skips the submenu items.
]]>Hi, I just installed this theme and want to know how I can get the header the way its shown on the preview screenshot of the theme (full width and high quality and possibly for frontpage as well as other pages).
Also I am curious to know if its at all possible to get 4 columns with feature blocks instead of just 3?
Because I attempted altering this via custom CSS, but it seems whenever 4 features are added, the last one gets added to an entirely new HTML row?
Thanks in advance,
Best of regards,
Trekka
I am using the intuition theme and want to delete the “white box” that the title appears in on my homepage. I would also like to delete the title as well, it won’t let me save the slider image without a title though.
Thank you
]]>It seems like the sidebar is no longer available? That’s pretty frustrating, especially since there is the option on every page to give the layout to make room for a sidebar.
]]>I’m working with a child theme of the latest version of intuition. When I set my pages to “Featured” there is no option for an icon. I thought that you used to be able to do this. Alternatively, when I use the “Features” option of making a page, it’s not what I want. I want these to act as previews that you can click to go to the other pages.
If you see here, https://frfministries.org/, the first feature has no icon. The other two do have icons. I can’t figure out why other than, the other two features were made earlier or and this one without the icon is new.
Another issue is when I edit a page, the option of being on the slider or being a feature is set back to “none”. So I always have to update it that part before I save.
Any thoughts on those problems?
]]>Is it possible to get a blog page for free like on your pro version https://demos.cpothemes.com/intuitionpro/blog/
]]>Hi guys, can anyone help of which files do i have to customize so that the drop down works also in the “topmenu”. I have a lot of categoryies, and the “main menu” is already full. I need to add a “topmenu” and divaricate it too.
I would be pleased, if someone can at least tell me if i should look only in the theme files (which i already tried such as base.css or style.css), or it is needed to customize a file that is in wordpress instalation.
The webside uses “intuition” theme, and the address is https://technospol.esy.es/
Sorry for my english, and not wery good technical explanations of the problem… ??
]]>Wen I want to customize i gives me:
Fatal error: Call to a member function get_default_language() on null in …../wp-content/themes/intuition/core/customizer.php on line 30
What can I do? Help me please!
]]>This feels like a really dumb question – but I can’t figure it out.
My home page says “Intuition”. The tag line underneath it and all the other content I can customize just as I wish. But I can’t figure out how change “Intuition” at the top of the page to be what I want it to be.
https://www.jimhaselmaier.com/
Thanks.
Jim
]]>Hi,
I want to add custom CSS to intuition theme.
I have install simple custome CSS plugin and Wp add custom CSS
But both are not working,Can anyone Pl tell me how can i add custom css to this theme.
Thanks in advance,
Sanju
Hi,
There is space on home page for custome tagline like below
Add your custom tagline here.
How to put our custom text there?
Thanks,
Sanju
]]>Hi,
I am using intuition theme for my client website.
I want to put logo on the top of the home page instead of INTUITION text.
Can anybody please tell me how to put logo?
My website is https://www.aselectricalaustralia.com.au/
Thanks in advance,
Sanju
]]>The homepage slider appears to display the incorrect page header title. It displays the title of the page that is last in the list of pages that form the slider.
]]>I have 3 Featured Boxes below my slider in my Homepage. The 3rd Box Title (News) keeps appearing at the end of page above the widget area. How do I remove it? When I changed the Featured Box to Contact, that appeared.
the website is https://www.earthys.com
]]>I would like to add a new social icon to the top social menu, but I can’t locate the code to do so. Any help is appreciated!
]]>The buttons in the Custom Section Content section have stopped functioning. Is there a workaround for this. No code has been changed since the site went live a year ago and it was fine previously. https://justwrite.org.uk
]]>Dear Intuition staff & users,
first of all thanks alot to the staff for creating such an awesome template.
But I would like to know something.
Is it possible to disable featured images in the post itselve?
After clicking on the featured image the image is also shown in the post itselve, which causes 2 same images under each other.
Hopefully there is a code or a way to disable this.
Sincer,
Samet
]]>Hi
I am using WP 3.9.3 and Intuition theme 1.2.1.
After i enable the theme, there is no javascript loaded in the back office. Add new page / post is like a textfield and a textarea only, clicking buttons do not work.
If i disable theme, or delete the functions.php from it’s root, the admin works normally again.
Any advices?
TY
]]>When I type in a search term, content that would otherwise be displayed using another theme is not showing in the search results e.g. spoon – I’ve written at least two posts with this word yet nothing displays in the search results.
Please test here
]]>I’m using intuition v 1.0 on wordpress 4.0. Recently our photo galleries stopped working correctly. I disabled all plugins and it did not resolve the issue. I tried adding Easy Fancybox and Fancy box plugins but they didn’t help.
I switched back to the default 2013 theme and the photo galleries worked fine which leads me to believe that there is some sort of conflict with using Intuition.
This page ( https://hmassoc.org/news-events/previous-conference/2014-2/ ) should have a photo gallery with 4 pictures but nothing shows on the page but when I click the edit page button, I can see the 4 pictures in the edit box on the page!!?? In the text view it says [gallery columns="4" ids="2388,2387,2386,2385"].
Has there been any sort of change since WP 4.0 came out? Any ideas on what I can do?
]]>Hi, I’m using this theme and noticing that my h1 headings/titles are not showing at the top of the page. Is there a way to switch this on?
My website is https://ontheroadtohealing.org.uk
Thanks
]]>Hi, quick questions. I’m trying in vain to set up a bespoke background image on the Intuition theme. Its loading no problem, but can someone let me know the dimensions the image should be. ie, I have a photoshopped image of the sea behind the theme, but when i upload it, only parts are showing, despite numerous attempts at placing the items in different locations on the image before uploading.
cheers in advance!
]]>Slider is displaying all of my pages but i just want to see this in only home page.
Thank you
]]>I can’t figure out how to change the order of the slider images. I know the image pulls in from the post, but how are they ordered in the slider? It doesn’t seem to be in the order of when the post was made – any suggestions on this?
]]>Hi,
I’m using Intuition theme, with a child theme.
On the homepage’s slider, only the text area is clickable and It would be better if the images were also clickable.
Can you help me to make this modification, please ?
Best regards.
Paprika-box
]]>When I’m logged in as an admin, I can see the theme’s homepage and all other pages. When I’m not logged in, the homepage is the 2014 WP theme and all other pages are the intuition theme.
Any idea why this would happen?
]]>hi sir,
i am using free version theme, i am add the 4 post with feature image and select the feature to the home page slider, but only one slider is coming another sliders not come please give me solution as soon as possible,
meta slider is also not working
How do I get my header to show on my front page please? Also, I’d like to reduce the header size.
Thanks.
]]>