mohdrafie
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Reducing The Number of Posts…… ?Are you use static front page?
Forum: Themes and Templates
In reply to: Site separated in to the two sub pagesYou can use WordPress Multisite to make this happen.
How I would do it.
1. User visit https://example.com/
2. User are presented with two options ie studio and school
3. User directed to the following siteHow to make it happen.
Before you create a Network
Create a WordPress Network ie Multisite.This way, you only need one WP install
Forum: Themes and Templates
In reply to: Reducing The Number of Posts…… ?Dashboard > Settings > Reading
Change the following value:
Blog pages show at most
Forum: Themes and Templates
In reply to: [Delicacy] Delicacy Theme Page List Line HeightGood to know that.
If you can mark this post as resolved, it would be great as it can help other people that might have the same issue.
Cheers and have a nice day!
Forum: Themes and Templates
In reply to: [Delicacy] Delicacy Theme Page List Line HeightOk, try this:
#content ul li { margin: 10px 0px; }
P/s: You should actually post this link in the first place for us to solve the problem efficiently ??
Forum: Themes and Templates
In reply to: [Delicacy] Delicacy Theme Page List Line HeightI don’t seem to see any CSS changes you made. Can you let me know how you do it?
This is a prove that the CSS line I provide works: https://screencast.com/t/8T50UaeSb
Forum: Everything else WordPress
In reply to: Change the description in search enginesKindly use Google Webmaster to submit your sitemap.xml and this should be good in 2 – 3 days.
Forum: Themes and Templates
In reply to: [Delicacy] Delicacy Theme Page List Line HeightThis this one and it fix the spacing between the recipes list on the “pages”
ul.su-subpages li { margin: 10px 0px; }
Forum: Hacks
In reply to: Gravity Forms – php code to check multiple fieldsHi there,
We don’t actually support this issue since it is a commercial plugin. You can ask the question at their support forum.
Despite that, as a power user of Gravity Forms, this features is possible with the latest release with the conditional features.
Hi there,
I think you miss this part:
But you have to copy the CSS you add or remove on to your website ie the style.css or the Jetpack custom css.
You have to copy the CSS changes you made and paste it on your style.css for it to happen.
What Firebug and Inspect element provide is for you to edit the CSS live, but it is only to guide you to debug. It doesn’t change the CSS file, you still have to edit your style.css yourself.
Forum: Themes and Templates
In reply to: How Do i Edit The Width Of My WordPress BlogHi there,
We don’t actually support commercial theme here.
You can use their support forum and I am sure they can assist you further.
Forum: Themes and Templates
In reply to: [Delicacy] Delicacy Theme Page List Line HeightDo you mind to put a link to your site so that we can troubleshoot for you?
If you wish to override, you can use !important
e.g. on how to use !important
.ingredient-list { padding: 10px !important; }
Forum: Hacks
In reply to: Calling a custom categoryHi there,
When you call the
get_post_meta
it should be inside the loop ie thequery_posts
The codex doco has an example for calling a custom field value
Forum: Hacks
In reply to: Is It Possible to Display Related Posts via Category In Sidebar?Hi there,
There is a plugin for that, Simple Related Post Widget
Hi there,
There could few other things that result the spacing, e.g. padding and margin. Padding and margin can be set for every elements for example the header.
Case: Since header is available across the site, if I want a gap of 20px below the header, I can set header to have margin-bottom: 20px;
If you want to learn more, we have an article called CSS Troubleshooting.
But if you’re more of a visual person you can watch this video on using Chrome to “Inspect Element” and edit the CSS code.
But you have to copy the CSS you add or remove on to your website ie the style.css or the Jetpack custom css.
Let me know if it works and if all is good, it would be awesome if you can mark this as resolved for the benefit of others ??