Forum Replies Created
-
AuthorPosts
-
Hi,
thanks – that did it!
Regards,
Bernt
Hi,
as you accepted to “Add option to add a link for Titles of Elemens like Iconbox and Iconlist” I would appreciate if the icon is linked as well.
Would be optimal if I could select Icon and/or Titel and/or whole box (Iconbox) to be linked…
Thank you,
Bernt
…any CSS idea?
Thanks,
Bernt
April 26, 2013 at 11:33 am in reply to: a real SEO problem: blog post title should be H1 header #115985Hi,
yes, I tried both options. Not shure what’s better for SEO, but I think I will remove the link as less is more…
Thanks,
Bernt
April 26, 2013 at 10:19 am in reply to: a real SEO problem: blog post title should be H1 header #115983… OK, I added get_permalink($id) to the link argument.
function fix_single_post_title($args,$id)
{
if ( is_single() )
{
$args['title'] = get_the_title($id);
$args['link'] = get_permalink($id);
}
return $args;
}Regards,
Bernt
April 26, 2013 at 10:07 am in reply to: a real SEO problem: blog post title should be H1 header #115982Hi,
thank you, this resolves most of this issue.
It displays the post title instead of “Blog” now, but the permanent link is pointing to the blog page and not to the single post…
Is there a way to handle that correct?
Regards,
Bernt
…sorry I forgot to specify my browser -> Firefox 20.0/Mac
The default related images are drawn 90×180 pix while exisiting thumbs are drawn 90×90 pix.
Have a look at https://www.dropbox.com/s/dk6a18ekbxli5us/related-images.png
Safari/Mac is OK
Regards,
Bernt
Hi,
I can confirm that a color section is not compatible with side bar. The color bar is not only drawn over the sidebar, it also moves down the content of the sidebar…
Regards,
Bernt
Hi,
yes, works as expected now!
Thank you,
Bernt
April 24, 2013 at 1:10 pm in reply to: Problem when placing Progressbar after Promo Box in Firefox #115472Hi,
yes – it’s correct now on FF/Mac.
Thank you,
Bernt
Hi,
that doesn’t help anything…
Thanks,
Bernt
Hi Nick,
there should be a line next to the text like
Latest Post
and
Latest Portfolio Entries without Excerpt
as mentioned, adding your CSS draws no line next to the text (and remove the wrong drawn line)
https://www.dropbox.com/s/5fwjarlz3px4rin/special_heading2.png
without CSS there is a line drawn below the text (should be in line with text)
Latest Portfolio Entries without Excerpt
https://www.dropbox.com/s/xbd4o8bhp0jme54/special_heading1.png
you see now? ;)
But once again as it’s OK on your site now, I hope the next update will bring it to me too.
Bernt
April 23, 2013 at 8:01 pm in reply to: Problem when placing Progressbar after Promo Box in Firefox #115470Hi Devin,
have a look at http://www.myservice.at/promo-test/
On FF20 on Mac it look like this (Opera on Mac is OK):
https://www.dropbox.com/s/1yz7nnxw55sxbeh/promo-progress1.png
Layout Builder:
https://www.dropbox.com/s/jchiu3ayuibs5zf/promo-progress-builder.png
Thank you,
Bernt
Hi,
adding your CSS removes the lines complete:
https://www.dropbox.com/s/5fwjarlz3px4rin/special_heading2.png
Without modification one line is centered on the view:
https://www.dropbox.com/s/xbd4o8bhp0jme54/special_heading1.png
As I wrote, on your site it’s OK now, but was incorrect as well. I think you allready changed something… I use Enfold 1.2
Thanks,
Bernt
Hi,
please have a look at the attached screenshots
FF20 on Mac: https://www.dropbox.com/s/eukc220aqtgpqiv/ff19.02_winxp.png
FF19 on WinXP: https://www.dropbox.com/s/bt3kejasbwi50dm/ff20.0_mac_osx10.7.5.png
Regards,
Bernt
Hi Devin,
yes it’s that line. On your demo-site its corrected now. On my site there is only one line, vertical centered on the page.
I think the next update will do it ;-)
Thank you,
Bernt
…forgot to cross-check.
It browser depending:
The problem is with Firefox on Mac!
Now tested it with Safari on Mac, that’s OK.
No other browsers tested.
Regards,
Bernt
Sorry for wrong title – should be “Problem with Special Heading Item”
Bernt
-
AuthorPosts