Forum Replies Created
-
AuthorPosts
-
you are the best! I am working on it now
but it is your code that is causing this change… which then causes accessibility issues.
yes – it does the whole job for the category page – but not when I tried to list the posts within a page created with elementor
and I cannot add a description to the pageplease advise
thanks11/09/2016 at 12:15 in reply to: changing the spacing at the top of an h1 on a page in frame theme #2154amazing. thanks
02/08/2016 at 14:36 in reply to: update to buzz seems to have caused issues with widget post group #2030ok – I figured it out
thanks02/08/2016 at 14:07 in reply to: update to buzz seems to have caused issues with widget post group #2029This reply has been marked as private.01/08/2016 at 11:00 in reply to: update to buzz seems to have caused issues with widget post group #2025This reply has been marked as private.thanks – yes I have that code – but it is not working to change the widget titles in the footer see mevaser.tv
they are still set at <h5>Regarding the first item for the search icon – there is info on how to make search icons accessible at http://fontawesome.io/get-started/#get-started-cdn
Right now the name of the icon is just s and not search.thanks (; I am the web developer.
I guess it would be best if there was control over the widget title headings – do you think that is a feature that is coming soon?
the widget headings on the frame theme are also problematic -http://mevaser.tv/ – in the footer I am using widget headings – which are automatically h5 and within them are headings to posts which are automatically set to h3 – I put in the code that you sent for the buzz theme in the functions.php – but it does not work for the frame theme
the code is
function pojo24475_setup_builder_widget_args( $args ) {
$args[‘before_title’] = ‘<h2 class=”pb-widget-title”><span>’;
$args[‘after_title’] = ‘</span></h2>’;return $args;
}
add_filter( ‘pb_empty_widget_args’, ‘pojo24475_setup_builder_widget_args’ );ok got it – needed to use the old trick of
thanksyes that is correct -how can I fixe that to be an h1 or h2
no – i am using the wordpress text widget and setting the titles on the page that are not part of post widgets to h1 or h2 as needed. for posts – I did not want to do a global change to all post titles as some would be h2 and some h3 – a global change is not the perfect solution. Any ideas?
thanks for pointing that out – rebuilt the category and it all works – Thanks!
ok – some of my issues are resolved – the remaining issue is the title on an image is in the first item on this page
http://dev.jewishcoffeehouse.com/ – I want to keep the look -but I don’t want to change the h4 to h2 in this caseI will keep at it. I spent a while on the css and did not get the desired result. I don’t understand #2 – as on the widget below I don’t use the heading and I looked in elementor and did not see that the options were any better. But I will keep trying! thanks
yes – I want the first column to take up less of the width and the middle column to have more room
it was not obvious in the css how to just change the first column
to be 25% and then the middle column to be 38%
thanksI see that the blog jewish thought is now set to that cateogory on the breadcrumbs – how can I get the other categories to be set in the breadcrumbs of those posts.
thanks
overall the heading usage within the widgets is a bit of a mess – is there a way that I can set the heading on the title widgets and on the items within the widgets – this would be super helpful.
Hi Boaz
In options – I set the title bar to show
in customize – title bar – I set the look
– but I cannot set the default of the title bar to be widget title bar instead of the current default which is set to the title of the page.where can I change this default setting?
thanks for your help -
AuthorPosts