Home User profile
tagDiv Member
This user did not write anything. So we are just showing here some random text to make the profile page look nice :)
jackfischlum
tagDiv Member

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

jackfischlum
tagDiv Member

Hi,
As I said :
I create a new menu with a page “les auteurs” – SCreenshot 1
https://la-rem.com/wp-content/uploads/2019/02/Capture-d’écran-2019-02-26-à-15.56.08-1.png

When I save the menu, it transforms in a custom link (last menu on the screenshot)
https://la-rem.com/wp-content/uploads/2019/02/Capture-d’écran-2019-02-26-à-15.56.25-1.png
When I open the custom link, there’s nothing inside, as you can see here :

https://la-rem.com/wp-content/uploads/2019/02/Capture-d’écran-2019-02-26-à-15.56.31-1.png
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

jackfischlum
tagDiv Member

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 ?

jackfischlum
tagDiv Member

thx, I’ve just done it

jackfischlum
tagDiv Member

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.

jackfischlum
tagDiv Member

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

jackfischlum
tagDiv Member

ok, cool.
Now, how to update wpbakery ? there’s no answer on the link that you provided

jackfischlum
tagDiv Member

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

jackfischlum
tagDiv Member

thks !

jackfischlum
tagDiv Member

ok, find the solution

jackfischlum
tagDiv Member

thank you for your answser
The code is good and it works
thks

jackfischlum
tagDiv Member

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>

jackfischlum
tagDiv Member

ok, sorry.
I did it and it works perfectly
Thank you for your patience
Have a nice day
Cheers

jackfischlum
tagDiv Member

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

jackfischlum
tagDiv Member

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;
}

jackfischlum
tagDiv Member

never mind, thank you for your answser

jackfischlum
tagDiv Member

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..

jackfischlum
tagDiv Member

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 ?

jackfischlum
tagDiv Member

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

jackfischlum
tagDiv Member

good idea, thank you
http://la-rem.eu/les-auteurs-2/

jackfischlum
tagDiv Member

it works perfectly. thank you

jackfischlum
tagDiv Member

same thing for me. I deactivated all plugins and with only Visual Composer activated, the plugin doesn’t work
thks your for response !

jackfischlum
tagDiv Member

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 !

jackfischlum
tagDiv Member

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 :

http://la-rem.eu/les-auteurs/

Look at the line : Boris Barraud

Could you help me please ?

Thk you

JA_FS

jackfischlum
tagDiv Member

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

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