Forum Replies Created
-
AuthorPosts
-
I solved my problem with a very good and simple plugin : Widget Options
Hi Yigit
I can’t add an ID because this is the default bar in blog pages
But I try with this of course.av-share-box .avia-related-tooltip { top: 360px !important; } .avia-related-tooltip .avia-arrow-wrap .avia-arrow { top: -60px; }
But the result is not good > see image
And the problem is to move the arrow> put it up rather than down obviously … but what is the css class
Thanks
Regards
Sebup please for this
unless it is possible with a function with get_post_type (custom post and custom taxonomy) to specify the sidebar to display (in my case the widget with Publi filter name) – and by keeping my sidebar in the post publication page – it would work I think ? is it possible with your avia framework …
Hi Yigit
Yes, for the time being :)
My site is 95% complete, I still have a few details to work out.I still have this question, above, which will help me a lot if possible:
unless it is possible with a function with get_post_type (custom post and custom taxonomy) to specify the sidebar to display (in my case the widget with Publi filter name) – and by keeping my sidebar in the post publication page – it would work I think ? is it possible with your avia framework …I had a big doubt about the implementation of a css3 animate code on a background with a title on top, and in fact it went like in the post :)
You can see the result on my home page> a fog effect on an image. I had fun :)
So just the question above.Thanks
Best regards
SebHi Ismael,
As I said > obliged to put the condition in the loop
And it does indeed work.
For a custom post it’s fine, if we have ten, the loop file starts to get complicated :)Solved
Regards
SebHi Rikard
Of course it’s possible. It’s just with a Tab section in the middle of the page, it’s not necessary to reload the page :)Thanks
Best Regards
SebHi Yigit
1. In fact, I had difficulty understanding how the blog and sidebars work (between theme settings and pages), I added the sidebar in my page etc …
But now it’s good! I see the overall functioning
and 2. I do not know why but I have differences locally where I test compared to the online site … The main thing is that it is the online one that works well!I would like to tell you that the subject is resolved :) but in fact I have a problem related to this post https://kriesi.at/support/topic/cpt-ui-acf-with-your-theme/
the field display issue is fixed – not as ideally as I would have liked but it works.Compared to that I have 2 post pages on my site, a classic news and the other for my publications with a display and custom fields.
This works well except for the sidebars because ideally I would not want the same between the news page and the published page and there is the problem of the default sidebar with the archives etc …If you want to see > private access
in publication page (just one post – my personal loop-index is not on the site yet so no personal fields), I put the navigation widget I want in the page, no choice. But inevitably when I click on the article or a category, I go back to the classic sidebar of the news pageI do not think that this kind of configuration is planned in your theme because it is not classic.
Unless I’m wrong?unless it is possible with a function with get_post_type (custom post and custom taxonomy) to specify the sidebar to display (in my case the widget with Publi filter name) – and by keeping my sidebar in the post publication page – it would work I think ?
Or a plugin that could solve this?
Thanks
Regards
SebHi
very simple… not seenI’m going to dig a hole and get down to it :)
Thanks
Best regards
sebI found the solution… not very userfriendly
In enfold parameter :
– specify the page of blog
– in blog layout > single author, small preview photo
AND
– sidebar settings : specify sidebar on the right
and it’s good for the visualbut two more problems – In my page of blog, I can specify all I want in style and Blog content length, that change nothing.
So :
1. Option with “read more” do not work
2. I don’t know how to have a big image in post view (like in kriesi exemple – I am always the small)If I don’t specify the page of blog, 1, read more works but not the visual… 2, same problem.
So I don’t understand how to do – blog page is more complicate that other page types…
Thanks for your help
SebI was focused on my type of custom post! :) not the way
Thanks for your help
Regards
Seb
> subject resolvedHi Ismael
Thank you for your answer.I try this > single-publication_post.php > publication_post/loop-index.php for my publication post.
If I put the code in single-publication_post.php (like this : get_post_type( get_the_ID() ) == ‘publication_post’ or this : is_singular( ‘publication_post’ ). It works…. only on the post, not on a list on post.
So the only way is to copy/modify the includes/loop-index.php and in the loop add
if(get_post_type() == "publication_post") { my code..... }
and it works for post and post list.
So in my case (custom post view and custom list view) no single-publication_post.php is necessary at the end because everything is in the loop-index file – and that it is this file that manages the post preview and the post lists
it’s not what I would have liked but it worksThe only thing that would allow me to do what I want (one loop-index per custom post), it would be to find the code say, if the page contains posts of type publication_post> particular loop file
I don’t find. But maybe this is not possible with the natural functioning of wordpress. And that I have persisted for several days for nothing :)if you have the answer to this question, I am interested, otherwise you can put the subject as resolved
Thanks for your help
Regards
Seb- This reply was modified 3 years, 6 months ago by Astaryne.
Up
As you see here : andre-revil.fr
I have always the header….on my maintenance page I can remove the display of the footer but for the header ….
Bug ?
Thanks
in fact the solution is very simple: it is not the slug of the custom post but the slug of the taxonomies… of course.
small misunderstanding with the answer obtainedadd_filter('avf_which_archive_output','avf_change_which_archive', 10, 3); function avf_change_which_archive($output) { $term = get_term_by( 'slug', get_query_var( 'term' ), get_query_var( 'taxonomy' ) ); if(is_tax('publi_categories') || is_tax('publi_revues')){ $output = __('Search for:','avia_framework')." ".$term->name; } else { $output = __('Archive for:','avia_framework')." ".$term->name; } return $output; }
Thanks but I already try this… not work…
Over my publication_post I have only this : http://andre-revil/wp-admin/edit.php?post_type=publication_post
- This reply was modified 3 years, 6 months ago by Astaryne.
Hi
it works indeed, already tested.
The problem is :
1. It affects all posts, even classic ones
2. With just one custom post it doesn’t work, so how can I do that when I have multiple custom posts?
in one loop-index file, it is not maintainable and it does not work as it shouldSo how do you do it?
it is not possible to create a template in the child for each custom post?
without affecting the classic posts of courseRegards
SebHi Nikko
I prefer an admin account, simpler in terms of deadline
Codes in private
Best regards
SebHi
I finally reset the dev site and reinstalled everything (I had done too many tests with too many plugins …)
And I finally have my post displayed but not the custom fields in it (just the title)
So how do you
– include these custom fields to see them in the post and
– customize the display of data in list mode and in post detail.
Only for publication_post of course.
Thank you
SebSo please ?
I program but I am not a developer …Hi Yigit
Perfect, Thank you !
Regards
SebHi
all it’s good.
Thanks
SebProblem solved
So I think the problem is my account / email and my purchase code
maybe from the start elsewhere…
I can not do anythingHi,
I change my password… nothing…
I can create another account with another email, but I will have the same problem with my purchase code to create it….
So I don’t know what to do…I created a post > https://kriesi.at/support/topic/grid-line-does-not-apply-fixed-frame-layout/
I have no answer yet > always the same problem to have support ?I can’t :
SORRY, BUT THAT ITEM PURCHASE CODE HAS ALREADY BEEN REGISTERED WITH ANOTHER ACCOUNT. PLEASE LOGIN TO THAT ACCOUNT TO CONTINUE, OR CREATE A NEW ACCOUNT WITH ANOTHER PURCHASE CODE.
What’s the account ? not my email ?
This reply has been marked as private.This reply has been marked as private.This reply has been marked as private.Hi Rikard
I am just in localhost for the moment, but an image to explain : http://img15.hostingpics.net/pics/166574Enfoldheaderexample.jpg
So very simple thing…
Or perhaps it’s necessary to create a slider with just one image to do that ?Best regards
-
AuthorPosts