Forum Replies Created

Viewing 28 posts - 1 through 28 (of 28 total)
  • Author
    Posts
  • in reply to: Blog single author small > like in kriesi exemple #1303248

    I solved my problem with a very good and simple plugin : Widget Options

    in reply to: Social Share Buttons > put the tooltip on bottom #1303244

    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
    Seb

    in reply to: Blog single author small > like in kriesi exemple #1303005

    up 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 …

    in reply to: Blog single author small > like in kriesi exemple #1302721

    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
    Seb

    in reply to: CPT UI + ACF with your theme #1302457

    Hi 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
    Seb

    in reply to: Tab section > on the left / right possible? #1302454

    Hi 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
    Seb

    in reply to: Blog single author small > like in kriesi exemple #1302103

    Hi 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 page

    I 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
    Seb

    in reply to: Maintenance on > don't show the menu #1302015

    Hi
    very simple… not seen

    I’m going to dig a hole and get down to it :)

    Thanks
    Best regards
    seb

    in reply to: Blog single author small > like in kriesi exemple #1301977

    I 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 visual

    but 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
    Seb

    in reply to: Change "Archive For: " for custom type #1301943

    I was focused on my type of custom post! :) not the way
    Thanks for your help
    Regards
    Seb
    > subject resolved

    in reply to: CPT UI + ACF with your theme #1301940

    Hi 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 works

    The 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.
    in reply to: Maintenance on > don't show the menu #1301868

    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 reply to: Change "Archive For: " for custom type #1301848

    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 obtained

    add_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;
    }
    in reply to: Change "Archive For: " for custom type #1301768

    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.
    in reply to: CPT UI + ACF with your theme #1301697

    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 should

    So 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 course

    Regards
    Seb

    in reply to: CPT UI + ACF with your theme #1301244

    Hi Nikko
    I prefer an admin account, simpler in terms of deadline
    Codes in private
    Best regards
    Seb

    in reply to: CPT UI + ACF with your theme #1301069

    Hi
    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
    Seb

    in reply to: CPT UI + ACF with your theme #1300811

    So please ?
    I program but I am not a developer …

    in reply to: Apply blur effect in image full width #1300810

    Hi Yigit

    Perfect, Thank you !

    Regards
    Seb

    in reply to: Question purchase support #1300420

    Hi
    all it’s good.
    Thanks
    Seb

    in reply to: Grid line does not apply fixed frame layout #1300287

    Problem solved

    in reply to: Question purchase support #1300200

    So I think the problem is my account / email and my purchase code
    maybe from the start elsewhere…
    I can not do anything

    in reply to: Question purchase support #1300199

    Hi,
    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 ?

    in reply to: Question purchase support #1300099

    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 ?

    in reply to: Question purchase support #1300097
    This reply has been marked as private.
    in reply to: Question purchase support #1300092
    This reply has been marked as private.
    in reply to: Question purchase support #1300090
    This reply has been marked as private.
    in reply to: [Beginner] Personalize the "Fullwidth Slideshow" #709537

    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

Viewing 28 posts - 1 through 28 (of 28 total)