Kase
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Simple Catch] adding custom image into headerHi,
The Header is made up of two sections.
1. header div – Holds ‘layout-978’ (See next)
2. layout-978 – Holds The logo, Search and Menu
The original theme preview shows that the ‘Header’ bg is a pattern.
It can be changed in this CSS section:
#header { background-image: url(images/header-bg.jpg); border-bottom: 1px solid #dfdfdf; }
You can change this via either the Theme’s options or via the use of a Child Theme.
The dimension will depend on what you want to accomplish.
The current header is showing as 1900 pixels (Width) by 276 pixels (Height).
I hope this helps.
Forum: Themes and Templates
In reply to: Could one build a site like this https://line.naver.jp/en/Hi,
This a one page website.
Search for similar themes here: https://www.ads-software.com/themes
[Moderated – You can suggest searching at https://www.ads-software.com/themes/commercial/ for commercial themes instead]
Forum: Themes and Templates
In reply to: [Classic Chalkboard] Font of main textHi,
Can you provide a link to your site?
Thanks
Forum: Themes and Templates
In reply to: [Cazuela] sidebar issueHay Jamie,
If you have got the hang of the ‘Theme Customizer’ for the Theme Layout.
Then you will see that the effect you desire is just as simple.
When you create a page or post, you have the possibility to choose the layout.
> Page Options > Post/page layout
I hope this helps.
Forum: Themes and Templates
In reply to: How do I change background color of widget areas?Hi,
Here you go: [email address moderated – these forums do not provide support via email]
Look forward to hearing from you.
Forum: Themes and Templates
In reply to: How do I change background color of widget areas?Hi,
I don’t think it is a good idea to post your login details like that.
??
I will have a look.
Could you undo the last changes you made please?
(remove the last CSS code for the background).
And maybe change your password. ??
Cheers!
Kase
Forum: Themes and Templates
In reply to: [Cazuela] sidebar issueHi Jamie,
As @dragan was saying; you can change the placement of the sidebars (your theme’s layout) using WordPress’ built in Theme Customizer:
> Appearance > Theme Customizer > Layout
From there you can choose the layout you need.
In this case; Main content with a Right sidebar would mean selecting and validating the box that is two-thirds light grey with a darker one-third column to the right.
I hope that helps
Kase
Forum: Themes and Templates
In reply to: [Cazuela] sidebar issue@dragan Nikolic
Thank you so much for your expertise and clarification.
Forum: Themes and Templates
In reply to: [Cazuela] sidebar issueHay Jamie,
Urgency over…So, I am back on the Kase ??
I installed the Cazuela Theme.
I then removed all widgets from the Primary Sidebar.
This left a Search box and Archives.
I then looked in sidebar.php and saw that these ‘widgets’ have been coded into the Theme:
<aside id="search" class="widget widget_search"> <?php get_search_form(); ?> </aside> <aside id="archives" class="widget"> <h1 class="widget-title"><?php _e( 'Archives', 'cazuela' ); ?></h1> <ul> <?php wp_get_archives( array( 'type' => 'monthly' ) ); ?> </ul> </aside>
As a test, I removed this code and the sidebar was clear.
I then re-added some widgets to the Primary Sidebar and they showed up fine.
What I suggest you do is that you create a copy of sidebar.php (place it in your Child Theme and either comment out the code above or delete it.
This will remove the Search and Archives. You could always replace them with other widgets through the widget page (in the admin dashboard).
I hope this helps.
Kase
Forum: Themes and Templates
In reply to: [Cazuela] sidebar issueHi Jamie,
That’s a hard one to figure out without seeing the theme in action (dashboard and all).
I am going to look into this tomorrow.
If you are in really urgent need, you could try and contact the Cazuela Theme developers here:
https://thematosoup.com/our-philosophy/
I don’t mean to leave you hanging but I urgently need to log off.
Kase
*I hope that makes sense
Forum: Themes and Templates
In reply to: Finding the perfect themeExactly!!
Edit:
…don’t rush or stress. Make sure you select a quality product with great support.
Cheers to @ WPyogi
??
Forum: Themes and Templates
In reply to: Finding the perfect themeYou are totally welcome. Glad to help.
You are going to be working with this theme for quite a while you get your friend’s site ready.
I understand that the choice is massive but that is a good thing. Don’t feel overwhelmed.
Just like shoping for anything else, keep your objectives (desired features) in mind first and foremost.
And remember, just like with the Contact 7 plugin. Woocommerce is a plugin that you will use to add functionality. Start by finding your theme. After that he plugins will..well. just plug in to your chosen theme ??
Therefore
– start with pleasing to your eyes,
– then check for functionality (desired features)
– then have a look at user comments/feedback *pretty important in my opinion*Finally, don’t rush or stress. Make sure you pay for a quality product with great support.
I hope this helps.
HI Steve,
This may be related to how you have used your categories.
Once you have used categories to group certain posts, then using the Menu builder should only display post from those categories.
E.g.
7 Posts
Posts 1, 2, 5 7 = Category (Name) 1
Posts 3, 4, 6 = Category (Name) 2
How that makes sense ??
Forum: Themes and Templates
In reply to: Origin Theme – Header font and length of lineTry this:
#site-title { text-transform: uppercase; }