Hi,
I already tried to desactivate all plugins and clear my cache, but I still have the problem
I just sent you an email
thx
Hi,
As I said :
I create a new menu with a page “les auteurs” – SCreenshot 1

When I save the menu, it transforms in a custom link (last menu on the screenshot)

When I open the custom link, there’s nothing inside, as you can see here :

I try to create a custom link instead of a page, and I get the same result : an empty custom link
is it more clear for you ?
thx
-
This reply was modified 7 years by
jackfischlum.
-
This reply was modified 7 years by
jackfischlum.
Hi,
I have the same problem, on top header menu
When I add a page as a menu, it disappears and transform in custom link without a link
I did not touch the wordpress customize function
I tried to create another menu from scratch, but all my menu are turned into empty custom link
I tried to deactivate all my plugin and the error is persistent
did you solve your problem ?
thx, I’ve just done it
-
This reply was modified 7 years by
jackfischlum.
Hi
Thank you for your answer
I have : WordPress 5.0 / Apache / php.ini memory limit: 256 / PHP version 7.0 / MySQL version 5.6
Even if I set the WP debug to false, I cannot create a post or a page, I don’t have access to the editor.
Hi,
I have the same issue and my PHP version is 7.0
So it doesn’t solve the problem
thk you for your response
ok, cool.
Now, how to update wpbakery ? there’s no answer on the link that you provided
ok I fixed it
the best way to solve this kind of problem is to turn on debug mode in wp config
// Enable WP_DEBUG mode
define( ‘WP_DEBUG’, true );
// Enable Debug logging to the /wp-content/debug.log file
define( ‘WP_DEBUG_LOG’, true );
and then identify the f*** messy plugin
Ciao
-
This reply was modified 7 years by
jackfischlum.
thks !
ok, find the solution
thank you for your answser
The code is good and it works
thks
Hi, I have the same question
Where to put the popup mailchimp code ?
I tried on the “footer.php” file, just before the closing body tag but it doesn’t work
any suggestion ?
Thanks
<script type=”text/javascript” src=”//s3.amazonaws.com/downloads.mailchimp.com/js/signup-forms/popup/embed.js” data-dojo-config=”usePlainJson: true, isDebug: false”></script><script type=”text/javascript”>require([“mojo/signup-forms/Loader”], function(L) { L.start({“baseUrl”:”mc.us14.list-manage.com”,”uuid”:”affdbc2a2dedf19100685bcf2″,”lid”:”48a7cb6db4″}) })</script>
ok, sorry.
I did it and it works perfectly
Thank you for your patience
Have a nice day
Cheers
Hi,
I remove the CSS but the description is not back
I can’t find any code about “.td-authors-description” in the php file ? is this normal ?
thks
Hi,
I found a solution to customize the alphabetical sorting and I would like to share it :
in the “td_block_authors”, you have to add this line :
usort($td_authors, create_function(‘$a, $b’, ‘return strnatcasecmp($a->last_name, $b->last_name);’));
here (line 74) :
if (!empty($td_authors)) {
usort($td_authors, create_function(‘$a, $b’, ‘return strnatcasecmp($a->last_name, $b->last_name);’));
foreach ($td_authors as $td_author) {
//echo td_global::$current_author_obj->ID;
//echo $td_author->ID;
//print_r($td_author);
A question though : I added some specific CSS but I have no more description of the author after the update ; as you can see on this page : http://la-rem.eu/les-auteurs-2-2/
could you tell me what I’ve to do ?
Thks for your answer !
custom CSS I already have :
.td_top_authors .item-details{
height:100%!important;
}
.td_top_authors .td_mod_wrap{
padding-top:20px!important;
padding-bottom:20px!important;
}
.td-authors-description p{
margin-bottom: 5px!important;
}
never mind, thank you for your answser
Hi,
Thank you for your response
I tried to modify “td_block_authors” and use both parameters from the codex “last_name” and “user_lastname” but none of them work.. I don’t understand why..
Hi,
Thks ; actually, if I switch first and last name, the signature on each article and on the homepage will be inverted, so, it will be strange. I cannot deactivate the sorting and configure it manually ?
Hi,
I have a last question ; as you can see on this page, authors are sorted with their first name, which is a little bit weird. Is there a way to sort this list with their last name, because the entry exists in admin
thank you for your response
Jack
good idea, thank you
http://la-rem.eu/les-auteurs-2/
it works perfectly. thank you
same thing for me. I deactivated all plugins and with only Visual Composer activated, the plugin doesn’t work
thks your for response !
thank you,
it works perfectly ! : http://la-rem.eu/les-auteurs-2/
as you’ve seen, we have 46 authors, that’s a lot ! do you have a tip to organise the page in 2 columns ? For example, on the first column, author from letter A to L and second column from M to Z. It will be so much nicer than this one big page that you have to scroll till the end. again, thank you !
Hi,
As you can see at the end of this page, the height of each author box is fixed, so, if there’s more than 2 lines, it doesn’t work anymore :
Look at the line : Boris Barraud
Could you help me please ?
Thk you
JA_FS
-
This reply was modified 10 years by
jackfischlum.
great, thank you for your response !
And if I want to remove images block by block, is there a specific custom css ?
thk you so much