-
AuthorPosts
-
March 24, 2017 at 11:25 am #766050
Hi !
A couple of questions please !
I’m using a enfold child theme.1 – Blog posts title & Avia Builder
When I use Avia Layout Builder to create my blog posts, I need to add social share buttons and featured image manually. Ok ! Fine !
But is there an issue to display automatically the title, the category and the date in the top of the page like single post without Avia Builder ?2 – Widget Latest Portfolio in sidebar
I search an issue to display off the date and hour. What is the good file to update ?3 – Sidebar only on blog single post
With the listbox 3 on sidebar configuration (theme option) : I put sidebar on right.
On blog single post, i have a sidebar (yes !). On portfolio entry, I have a sidebar too (very bad).
If i put no sidebar : On blog single post, i don’t have a sidebar (bad!). On portfolio entry, I don’t have a sidebar too (yes).
I just want a sidebar on blog single entry but not on portfolio entry. Is that possible ?Thanks a lot !
- This topic was modified 7 years, 8 months ago by Gleechme.
March 24, 2017 at 5:26 pm #766291March 27, 2017 at 3:50 pm #767509Up ! Pleaseeeeeee :)
March 27, 2017 at 7:08 pm #767642Hi Gleechme,
2 – Widget Latest Portfolio in sidebar – I see date and time there, you got it working?
We have a new version of our theme available, you might want to update your theme.
Best regards,
VictoriaMarch 27, 2017 at 7:45 pm #767671Hi Victoria !
Thanks for your return !>> 2 – Widget Latest Portfolio in sidebar – I see date and time there, you got it working?
no no ! I don’t want date and time (just title) but i don’t understand in what file I can find the primary function… I can’t find the good line / the good add on function.php or enfold-function.php. What is the best way to modify this in my child theme function.php ‘s file ?Have you any idea for points 1 and / or 3 ?
Sorry for my poor english :(
March 29, 2017 at 5:08 pm #768927Hi Gleechme,
Here is the code you can put this in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
.sidebar.sidebar_right.alpha.units .news-headline { padding-top: 9px; } .sidebar.sidebar_right.alpha.units .news-headline .news-time { display: none; }
As for 3, I see right sidebar on blog posts and no right sidebar on portfolio items. Did you get it solved?
As for 1 – when you build blog posts via ALB the posts act like pages and they don’t get to display like blog posts with all the meta data. Please refer to this thread for more info on that.If you need further assistance please let us know.
Best regards,
VictoriaMarch 29, 2017 at 5:20 pm #768936Thanks Victoria !
It works too well ! Many thanks ! I had tested alone and missed the use of the padding-top !! Great !As for 3 : It’s not solved because i made this manually. I am looking for a better method (automatic with an add to the functions.php file) to configure sidebar differently post-item and portfolio-item.
As for 1 : Yes saw this thread. On mobile, post title and breadcrumb overlapped so I integrated the title as an element of the AVIA template. It’s okay !- This reply was modified 7 years, 8 months ago by Gleechme.
March 31, 2017 at 4:50 pm #770080Hi Gleechme,
Well, you could write your own single-portfolio.php and remove sidebar from there.
As for the blog post, you can say you post as a template, so that you made it once and then use it as template.If you need further assistance please let us know.
Best regards,
Victoria -
AuthorPosts
- You must be logged in to reply to this topic.