Digital experiences for all disciplines
Forum Replies Created
-
-
This reply has been marked as private.
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,
heinetzAttachments:
You must be logged in to view attached files.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,
heinetzSeptember 10, 2016 at 1:20 am in reply to: modal with accordion in it … doesn't work | Any Solution ? #291323i solved it with JQ …
… 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,
heinetzhi,
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… just found it:
I can remove top- and bottomspacing in meta options
I replaced recent-posts-asset with blog-asset. It seems to work better for me.
perfect! thx
No. I try to explain again.
I attached 3 screenshots.
1. header.JPEG
I defined a Logo Height of 60px in theme options2. header_resized_desired.JPEG
I defined a Logo Height of 30px and changed the value of ‘.sticky-header-resized #logo img’ to 45px width firebug3. 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,
heinetzAttachments:
You must be logged in to view attached files.This reply has been marked as private.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,
heinetzAttachments:
You must be logged in to view attached files.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,
heinetzHi,
I develop the page on localhost.
best,
heinetz -
Posted in: Reply To: Problem with install