Forum Replies Created
-
AuthorPosts
-
kejpa
ParticipantYeah, I got it working. Finally 🙂
Thanks a lot for your efforts
/Kjellkejpa
ParticipantI thought so, and I made a try but it’s not working.
add_action ('catchbase_footer', 'remove_default_footer',99); function remove_default_footer(){ remove_action( 'catchbase_footer', 'catchbase_footer_content'); }
(See my first post)
kejpa
ParticipantHi,
no worries 😉But I still need to remove the hook to the original function. Or should I just hide it with CSS?
Appreciate your efforts!
/Kjellkejpa
ParticipantHi,
I tried to just make a duplicate of the function in my functions-file but I get a Fatal Error “Cannot redeclare catchbase_footer_content()”
I’m probably missing something basicThanks in advance!
/Kjellkejpa
ParticipantOk,
I’ll have to find a way to get the catchbase_entry_meta() code in place somehow…Thanks for your time!
/Kjellkejpa
ParticipantHi
You still have admin access to the site, but here’s a picture…
Best regards
/Kjellkejpa
ParticipantHi,
a few days with “real” work instead of playing around with WordPress 😉
If you follow this link:
http://www.kejpa.com/asf/wp-admin/admin.php?page=ct-editor&ct_id=624
and then click on “Fält och vyer” you will get into where you add fields and views short codes, and at the bottom there’s a button “Ladda fält som inte är types” (Load fields that aren’t types) and there you will see a couple of catchbase-* fields. This is where I thought one might be able to get a shortcut for catchbase_entry_meta()regards
/Kjellkejpa
ParticipantThanks!
I’m using Toolset Views and there are no option for adding script snippets. There are however an option to add Post fields and there I find “catchbase-featured-image” among others and I was thinking if it’s possible to add such a field for the entry-meta somewhere in my funktions.php.All the Best
/Kjellkejpa
ParticipantHey!
Thanks a lot!Now the front page is as I like it and I will continue to work with the separate pages and posts.
Many thanks!
/Kjellkejpa
ParticipantGreat!
I thought I’d have to do a lot more CSS-coding!I guess hiding the content is just as easy.
I’ve changed back to a static page as frontpage, and I’ve set “no sidebars” and I thought that if I have no content in the static page I’d get at clean frontpage with just the featured content boxes and frontpage sidebar.
But the title of the page is still there. If I try.entry-title { display: none; }
the name of the featured content pages are hid aswell 🙁
I’ve tried to.page.entry-container.entry-header { display:none; }
but it won’t work.
/Kjell
kejpa
ParticipantHi,
I had set a statis home page because I thought that I that way could have a clean frontpage with just the featured content. But I never finished that try. I have now reset the latest posts as front page content and I want to get rid of it all.Then there’s the quest of getting a widget to the right of the featured boxes, but width of the boxes are set in the style.css-file, right?
/Kjell
kejpa
ParticipantHi,
Sorry! Of course I should have used the thread here…Well, you’re added and I’m really thankful for your input.
Best regards
/Kjellkejpa
Participant@mahesh, did you get the activation link?
And what about hiding the page content through CSS, for all I can see there’s no special class or id for the content of the front page. Or am I missing out on something?
Best regards
/Kjellkejpa
ParticipantVery early working copy is now online at http://www.kejpa.com/asf
Send me your mailaddress and I’ll add you as admin.thanks in advance!
/Kjellkejpa
ParticipantHi again,
the style.css seems to working fine at my real server. Must have been the localhost that messes things up./Kjell
kejpa
ParticipantHi Mahesh!
I’m currently working on the site at my local computer and I don’t have access to the database at the online server. I will upload my child theme and make the same settings in the online site, takes some time though and since I’m in an “infant” timezone and can work on the site only when he’s gone to bed 😉Thanks, I’ll post again when it’s online!
/Kjellkejpa
ParticipantHi,
Custom CSS, but how? The classes and ids are the same on the front page as they are on the other pages. Once I hide them with something like
site-content { display:none;}
all site content are hiddenI’ve managed to add a custom widget area, and I’ve set its properties in my style.css in the child theme I’ve made. The tricky part for me to figure out is how to put it in the “featured-content”-section.
I also need to adjust all widths of “featured-post” and “featured-content” depending on screen width, right?
Thanks!
/Kjell -
AuthorPosts