Forum Replies Created
-
AuthorPosts
-
Hello Nikko
it’as working fine with your advice !!!
thank you so much !
regardshello i ve got the same problem
pease help
how do you resolv it ?
regardsDecember 13, 2021 at 2:53 pm in reply to: blank page – breadcrumb – after last enfold update #1332580This reply has been marked as private.February 18, 2021 at 8:59 pm in reply to: sorting by category and post author for a website for writers #1282083hello
how are you ?
I have advanced but I still have a problem with the code I give you the example I do not understand why it does not work help
this is working well :$authorid = get_the_author_id();
function avia_masonry_custom_query( $query ) {
$query = array(
‘cat’ => ’19’,
‘author’ => ’35’
); return $query;
}
add_filter(‘avia_masonry_entries_query’, ‘avia_masonry_custom_query’);
————————————————————————————————————————-
but i need to use it dynamic author id and here bellow the code not working please help ?
$authorid = get_the_author_id();
function avia_masonry_custom_query( $query ) {
$query = array(
‘cat’ => ’19’,
‘author’ =>$authorid
); return $query;
}
add_filter(‘avia_masonry_entries_query’, ‘avia_masonry_custom_query’);January 27, 2021 at 12:44 pm in reply to: sorting by category and post author for a website for writers #1275764hello Ismael
thenk you being here for me
i do not want to creat a category for each author because there will be to many categories and impossible to organize this way
il do prefer to use a category for publication/books and propose to each author to publish their own publication/books in a global categoy but when i want to talk about a specific author i do have to publish a page using only the book he published for him, that’s why a need to add a filter per authorok for you ?
regardsOctober 17, 2020 at 11:38 am in reply to: need help not to use that's help me to propose the text the way i want #1253461hello
when i want to display a good looking title in a slide i have to use a <br> in the tile
instead of looking like :
Le FSH
to look like :
Le
FSHi put le <br>FSH
ok ?
October 17, 2020 at 11:36 am in reply to: use twice time woody snippet as widget in a single page do not working #1253460hello and thank you
there was a problem in my php code
it’s working nowregards and thank you
October 13, 2020 at 2:12 pm in reply to: need help not to use that's help me to propose the text the way i want #1252530This reply has been marked as private.i can put a video on a private page in another website uptodate
ok ?hello
i roll back to a older version of enfold and now it’s working well
4.5
could you try to explain why ?thank you
:)i use video
only on home page
thank you for your help
kind of you
:)November 2, 2019 at 3:00 am in reply to: Impossible to use php own code in enfold with a plug in like woody snippet #1153170resolved ok now :)
hello
i had adding the code in functions.php but the widget area do not apears in widget :(
the enfold menu is Logo left, Menu right
:)
http://sct.dev16.genius.nc/ -
AuthorPosts