Forum Replies Created
-
AuthorPosts
-
thank you!
i tried:
add_filter('avf_header_setting_filter', 'avf_header_setting_filter_mod', 9999, 1); function avf_header_setting_filter_mod($header) { if( is_page( 126 ) ) { $header['header_title_bar'] = ''; return $header; } }
didn’t work unfortunately…
same 2 errors:
1) on the front page, the title is still appearing
2) on the other pages, it changed the LEFT SIDEBAR menu to become a TOP MENUthanks for the help
hello,
just tested the code above and didn’t work unfortunately…
2 errors:
1) on the front page, the title is still appearing
2) on the other pages, it changed the LEFT SIDEBAR menu to become a TOP MENUthanks for the help
sorry, can you specify how to add
is_front_page()
andadd_filter('avf_header_setting_filter', 'avf_header_setting_filter_mod', 9999, 1); function avf_header_setting_filter_mod($header) { $header['header_title_bar'] = ''; return $header; }
to the functions.php file?
i read the page you linked to and have no idea what it’s trying to say
Thank you Ismael!!
That’s exactly what I was looking for!
One additional tweak is…
For the page that’s set to the front page, is it possible to disable this rule?
So…
– For other pages, we enable the title.
– For the front page, we disable the titleWhat small tweak do I need to add to functions.php to achieve this?
I can get the wordpress page id to specific the front page if needed.
Thanks!
hi,
there must be a way to show the TITLE of the pages even if i use the LEFT SIDEBAR…
please advise!
thanks :)
Thank you for your response.
perhaps i have to add something to functions.php or style.css?
i’m using a child theme…
perhaps i have to add something to functions.php or style.css?
currently my theme options has:
enfold > general layout > logo and main menu SET TO “left sidebar”and that is causing the title to be not shown at the top of any page
thanks for the help
Thank you!
for “Enfold > Header > Header Title and Breadcrumbs settings. Make sure that the title and breadcrumb is enabled. ”
I cannot edit this because it says:
These options are only available if you select a layout that has a main menu positioned at the top. You currently have your main menu placed in a sidebar
You can change that setting at General Layout
for “edit the page then set the Layout > Title Bar Settings”
The only options available to edit are:
Sidebar Settings
Select the desired Page layoutSidebar Setting
Choose a custom sidebar for this entryFooter Settings
Display the footer widgets?And “Title Bar Settings
Display the Title Bar with Page Title and Breadcrumb Navigation?”
Settings is grayed out because it says:These settings are only available for layouts with a main menu placed at the top – Change layout
could you repeat the problem?
hi,
I don’t think I can disable the IP restriction actually…
But to repeat the problem, it’s simple.
I simply installed the enfold theme on a new wordpress install. Then I imported the CONSULTING DEMO. Then the import will add a “welcome” and a “sample page” to the wordpress pages.
Lastly, go to wordpress admin sidebar > Pages > Sample Page > View
You’ll see the “sample page” shows no title at the top… but starts with the content as per below:
This is an example page. It’s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:
Hi there! I’m a bike messenger by day, aspiring actor by night, and this is my website. I live in Los Angeles, have a great dog named Jack, and I like piña coladas. (And gettin’ caught in the rain.)
…or something like this:
The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickeys to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.
As a new WordPress user, you should go to your dashboard to delete this page and create new pages for your content. Have fun!
- This reply was modified 7 years, 10 months ago by whats1thingnow.
Hi!
Here is the login info.
I’ve also added a link to a sample page.
Thanks!
hello,
how do we set manual excerpt for posts?
i was hoping we can pull the first 3 sentences from each post to be the excerpt like it is doing for the first entry…
to set manual excerpt for so many posts would really make me crazy… ahhaha
how does the first entry display the first sentences of a post?
March 1, 2016 at 7:37 am in reply to: category page (and tags page), how do i show a large image? #591379posted in private content
thanks for the help
hello, thanks of the response. however, after adding that to 570: http://screencast.com/t/1fpC13ga
my site turned to this: http://screencast.com/t/qzQi5kEdb
please let me how i can add just a few sentences as the snippet. your help is much appreciated
thank you
now the blog shows as:
/in category /by author
can i get rid of the first “/” on the category and tag pages?
working like a charm!
yigit is the man :)
i need to remove the comment count on both category and tags pages
what code do i need to add?
thanks!!!
February 26, 2016 at 10:06 pm in reply to: category page (and tags page), how do i show a large image? #590035fixed it
had to change it in settings > Blog Layout > Single Author, big preview Pic (no author picture is displayed, feature image is big)
the next issue is…
how can i center these images?
right now, it’s aligned to the left side: http://screencast.com/t/Vm3kj8L5N3
February 26, 2016 at 9:27 pm in reply to: can i get the shortcode for http://kriesi.at/themes/enfold-startup/our-story #590016solved and thanks!
on the category page and tag page
just need to remove the date: http://screencast.com/t/sh0HcT7nRA
solved.
thank you yigit for being so helpful :)
February 26, 2016 at 7:22 pm in reply to: can i get the shortcode for http://kriesi.at/themes/enfold-startup/our-story #589956help please – thanks!
help please – thanks!
February 26, 2016 at 7:21 pm in reply to: category page (and tags page), how do i show a large image? #589953help please – thanks!
help please – thanks!
thank you
does it matter if i add it to general styling > quick css
or my child theme’s style.css?
February 25, 2016 at 9:55 pm in reply to: category page (and tags page), how do i show a large image? #589477February 25, 2016 at 9:54 pm in reply to: can i get the shortcode for http://kriesi.at/themes/enfold-startup/our-story #589476never mind, figured it out…
have to publish parent before you can set other pages as child
-
AuthorPosts