Forum Replies Created

Viewing 17 posts - 1 through 17 (of 17 total)
  • Author
    Posts
  • in reply to: Changing the default footer #113401
    kejpa
    Participant

    Yeah, I got it working. Finally 🙂

    Thanks a lot for your efforts
    /Kjell

    in reply to: Changing the default footer #113265
    kejpa
    Participant

    I 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)

    in reply to: Changing the default footer #113230
    kejpa
    Participant

    Hi,
    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!
    /Kjell

    in reply to: Changing the default footer #113211
    kejpa
    Participant

    Hi,
    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 basic

    Thanks in advance!
    /Kjell

    in reply to: Move author and date to CPT footer #109135
    kejpa
    Participant

    Ok,
    I’ll have to find a way to get the catchbase_entry_meta() code in place somehow…

    Thanks for your time!
    /Kjell

    in reply to: Move author and date to CPT footer #109094
    kejpa
    Participant

    Hi
    You still have admin access to the site, but here’s a picture…
    Fields and views

    Best regards
    /Kjell

    in reply to: Move author and date to CPT footer #109054
    kejpa
    Participant

    Hi,
    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
    /Kjell

    in reply to: Move author and date to CPT footer #108392
    kejpa
    Participant

    Thanks!
    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
    /Kjell

    in reply to: Widget area to the right of featured content? #106990
    kejpa
    Participant

    Hey!
    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!
    /Kjell

    in reply to: Widget area to the right of featured content? #106855
    kejpa
    Participant

    Great!
    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

    in reply to: Widget area to the right of featured content? #106802
    kejpa
    Participant

    Hi,
    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

    in reply to: Widget area to the right of featured content? #106668
    kejpa
    Participant

    Hi,
    Sorry! Of course I should have used the thread here…

    Well, you’re added and I’m really thankful for your input.

    Best regards
    /Kjell

    in reply to: Widget area to the right of featured content? #106271
    kejpa
    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
    /Kjell

    in reply to: Widget area to the right of featured content? #106030
    kejpa
    Participant

    Very 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!
    /Kjell

    in reply to: Child theme style.css has no effect? #106029
    kejpa
    Participant

    Hi again,
    the style.css seems to working fine at my real server. Must have been the localhost that messes things up.

    /Kjell

    in reply to: Child theme style.css has no effect? #105992
    kejpa
    Participant

    Hi 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!
    /Kjell

    in reply to: Widget area to the right of featured content? #105969
    kejpa
    Participant

    Hi,
    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 hidden

    I’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

Viewing 17 posts - 1 through 17 (of 17 total)