Forum Replies Created

Viewing 15 posts - 16 through 30 (of 60 total)
  • Posted in:
  • in reply to: Permalinks #292114
    heinetz
    Member
    Post count: 63
    This reply has been marked as private.
    in reply to: Translations #291533
    heinetz
    Member
    Post count: 63

    Sorry I’ve forgotten the attachments. There you can see what I’ve done …

    Btw. I found an error in single.php. The String “Posted by …” hasn’t been translated.

    echo sprintf(__('Posted by <span itemprop="author" class="fn">%1$s</span> on <span class="date updated">%2$s</span> in %3$s', 'swiftframework'), $post_author, $post_date, $post_categories);

    While it has been translated in single.jobs correctly I copied the snipped from there and now it works:

    echo sprintf(__('Posted by <a href="%2$s" rel="author" itemprop="author" class="fn">%1$s</a> on <span class="date updated">%3$s</span> in %4$s', 'swiftframework'), $post_author, get_author_posts_url(get_the_author_meta( 'ID' )), $post_date, $post_categories);

    beste,
    heinetz

    Attachments:
    You must be logged in to view attached files.
    in reply to: Translations #291459
    heinetz
    Member
    Post count: 63

    Hi Mohammad,

    thanks, that works perfect! I changed the strings in file before:

    /themes/dante/swift-framework/custom-post-types/clients-type.php

    … now it is one file less, I could not customize in my child-theme … but others ;(

    I also changed a few things (screenshots of diff attached) in:

    /themes/dante/swift-framework/page-builder/builder/shortcodes/team.php

    Just to get the most out of your theme:

    Is it possible to make the changes in my child-theme?

    best,
    heinetz

    in reply to: modal with accordion in it … doesn't work | Any Solution ? #291323
    heinetz
    Member
    Post count: 63

    i solved it with JQ …

    in reply to: Translations #291263
    heinetz
    Member
    Post count: 63

    … that works for text in the content, but it doesn’t affect the Admin-Panel. I tried to translate Clients.

    is there any way to do this also?

    best,
    heinetz

    in reply to: Customize Buttons #291196
    heinetz
    Member
    Post count: 63

    hi,

    ouuups! you didn’t see the logo because it has been loaded from my local development system.
    thank you! it was a very useful information for me to know man can’t see the logo outside my
    network.

    now I found the responsible css-selector, wrote it over with my own stylesheet and the problem is solved …

    thx,
    best,
    heinetz

    in reply to: image at top of the page #291185
    heinetz
    Member
    Post count: 63

    … just found it:

    I can remove top- and bottomspacing in meta options

    in reply to: Modifications on Postsfir #291042
    heinetz
    Member
    Post count: 63

    I replaced recent-posts-asset with blog-asset. It seems to work better for me.

    in reply to: Translations #291037
    heinetz
    Member
    Post count: 63

    perfect! thx

    in reply to: Customize Buttons #290796
    heinetz
    Member
    Post count: 63

    No. I try to explain again.

    I attached 3 screenshots.

    1. header.JPEG
    I defined a Logo Height of 60px in theme options

    2. header_resized_desired.JPEG
    I defined a Logo Height of 30px and changed the value of ‘.sticky-header-resized #logo img’ to 45px width firebug

    3. header_resized.JPEG
    I defined a Logo Height of 45px in theme options

    (I defined no spacing in theme options)

    is it clear, what’s my problem?

    best,
    heinetz

    Attachments:
    You must be logged in to view attached files.
    in reply to: Customize Buttons #290716
    heinetz
    Member
    Post count: 63
    This reply has been marked as private.
    in reply to: Customize Buttons #290651
    heinetz
    Member
    Post count: 63

    Hi Mohammad,

    I found another solution for the buttons.

    … but I got something else for you here here😉

    I got some problems to shrink my logo.

    I defined following 2 values in Theme Options > Header Options:

    1. Logo Height :60
    2. Logo Resized Height :30

    … and the .sticky-header resizes as should. The logo in it resizes also,
    but then it is to small although there would be enough space. But when I
    increase the value for Logo Resized Height to 45 (what would be a good
    value) the .sticky-header’s height grows also ;(

    I attached a screenshot how it should look after resizing.

    thanks and best,
    heinetz

    Attachments:
    You must be logged in to view attached files.
    in reply to: Problem with install #290192
    heinetz
    Member
    Post count: 63

    Hi,

    I published the page on my server and there’s been no problem.
    After downloading the theme-folder from there it seems the problems on localhost are solved now.

    best,
    heinetz

    in reply to: Problem with install #290188
    heinetz
    Member
    Post count: 63

    Hi,

    I develop the page on localhost.

    best,
    heinetz

    in reply to: Problem with install #290174
    heinetz
    Member
    Post count: 63

    Hi,

    that’s not the problem. I tried that first.

    best,
    heinetz

    Attachments:
    You must be logged in to view attached files.
Viewing 15 posts - 16 through 30 (of 60 total)