skj
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Kale] Post Formats and LayoutYou’re a rockstar, thank you! It worked like magic!!!!
Forum: Themes and Templates
In reply to: [Kale] Post Formats and LayoutBTW, thank you for creating the best theme! I truly appreciate how simple (yet with a classy look) this theme is!!! Absolutely LOVE it!
Forum: Themes and Templates
In reply to: New Development*Never mind, I fixed it.. ??
Forum: Themes and Templates
In reply to: New DevelopmentThank you dear @paulwpxp for your assistance and help! I much appreciate it! I know that as of right now, the codes are not fitted for WP… I always start with building my layouts on DW before I upload it to WP…
Anyway,
Your code truly helped me! Again, thank you!!
…but I’ve still got a small issue. Your code got the menu in place vertically, but as you’ll see, it’s still a 40px padding on the left that’s bothering me… If I center the menu from this point, it’s not gonna look pretty… I guess I could fix a padding on the right – but this would be an annoying fix…I bet that by now y’all have figured out that I’m just getting started to learn CSS and HTML codes, and truly, I appreciate all the help y’all are giving me. Kindest regards, Silja
Forum: Themes and Templates
In reply to: Custom Theme – problemWanted to delete this post but couldn’t find a way to do so? Anyway, it’s fixed…
Forum: Themes and Templates
In reply to: Put a WordPress Blog into your WebsiteWow, great job Navneil Naicker!
You easily fixed my problems without having to add anything into my css…
You understood me correctly and I’m very thankful for your help today.
I’m glad to be able to go back to work!
Thank you again!!!!
??Forum: Themes and Templates
In reply to: Put a WordPress Blog into your WebsiteThanks for trying @hauge.james – it sure helped with full height and width BUT now nothing from my old is visible. It’s all hidden from the wp site… ??
Forum: Themes and Templates
In reply to: Excerpt layout – Full PostThis topic is solved!
Forum: Themes and Templates
In reply to: Excerpt layout – Full PostThank you CrouchingBruin for your replay. I did as you and checked if it would work the easy way (Settings > Reading > Full Text) – but of course it didn’t.
However, I later found a solution for this problem:
Find the content.php file in your theme editor and locate the following text:
<div class="entry-content"> <?php delighted_the_excerpt( get_the_ID(), true, apply_filters( 'delighted_excerpt_length', 25 ) ); ?>
Change it to:
<div class="entry-content"> <?php the_content( get_the_ID(), true, apply_filters( 'delighted_excerpt_length', 25 ) ); ?>
Summary: change the “delighted_the_excerpt” to “the_content”
Hope this helps any other people that might have the same problem as I did.
Forum: Themes and Templates
In reply to: [deLighted] Show Full Posts on Home PageHi there, I just downloaded the theme yesterday and wanted to use it at my own website (https://jonssonqh.com/). I had the same question as you but figured it out later last night.
This is the solution for your problem:
Find the content.php file in your theme editor and locate the following text:
<div class="entry-content"> <?php delighted_the_excerpt( get_the_ID(), true, apply_filters( 'delighted_excerpt_length', 25 ) ); ?>
Change it to:
<div class="entry-content"> <?php the_content( get_the_ID(), true, apply_filters( 'delighted_excerpt_length', 25 ) ); ?> <?php
Summary: change the “delighted_the_excerpt” to “the_content”
Hope it helps you out!
/SiljaForum: Themes and Templates
In reply to: [Preference Lite] Background questionA great amount of thanks!
I like how it turned out to look. ??Forum: Themes and Templates
In reply to: [Preference Lite] Background questionThis is my website (under construction of course): https://jonssonqh.com/
I’m referring to the black frame (I believe it’s called showcase) around the header image… Please let me know if I need to elaborate even more.. ??Forum: Themes and Templates
In reply to: [Preference Lite] Background questionMillion thanks! Just one tiny remaining question. When I finally got the background as wanted, I would like to have the “black frame” around the header image transparent. Hopefully this’s possible too?! ??
Forum: Themes and Templates
In reply to: Header & Menu questionsStrange, the links didn’t come in…
Website: https://jonssonsstockdogs.com/
Photo nr. 1 (front page): https://jonssonsstockdogs.com/front-page.jpg
Photo nr. 2 (other pages): https://jonssonsstockdogs.com/other-pages.jpgPhoto (menu): https://jonssonsstockdogs.com/menu.jpg
Forum: Themes and Templates
In reply to: ProblemsReally, strange? My original browser is Safari but than I also opened GC but the problem was still there…