Same Question – the changelog doesn’t seem updated. Looking forward to knowing what changed 🙂
Hi Calin, just wondering if you had a chance to see the email/problem just yet?
Hi @Calin,
Thanks, just sent in an email.
Hey @Calin, yes, I did this but it didn’t help but I also read your response to a similar question regarding the author-plugin. Removed Publish Press’ multi author plugin and then re-installed this zip file and it worked. All is good. I have another issue, but will write a new post on it! Thanks for your help 🙂
Hello @Calin I seem to have the same issue. Since PHP updates cause some errors with different plugins, I am testing it on the Staging site. The only error I am getting is this:
Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the td-cloud-library domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/customer/www/staging3….in/public_html/wp-includes/functions.php on line 6121 – which is basically:
if ( E_USER_ERROR === $error_level ) {
throw new WP_Exception( $message );
}
trigger_error( $message, $error_level );
}
May I ask how you all solved this?
Hi @Simion, thanks for taking a look. Nothing was solving the problem, so I restored backup, resetting all files & databases (as I mentioned it was working fine an evening before) – that seemed to help and I could at least edit the template I needed to, urgently. Am not sure what caused the issue, but if it happens again, I’ll be sure to reach out and wait a few days to understand it.
Hi @Bettina
Got it! Thank you!
Hi @Bettina,
Thank you — is there a way that I can ensure only a few selected Tags are available in the dropdown to choose from?
I do not want all tags to be available in the dropdown.
Thank you in advance for your help!
Hello Calin! Happy New year… revisiting this post after a long while. I want to follow up as I managed to create a tag based filter. But here’s what I aim to do:
In the Category Page for Category A, I want users to be able to filter using a “Tag”. How do I display only specific Tags in the dropdown? I hope I could be clearer this time 🙂
Thanks in advance!
-
This reply was modified 1 year by
theheritagelab. Reason: typo
Hi @Calin, unfortunately none of these solutions worked; if we figure something out, we’ll share for sure.
Hey @Calin,
I tried this as well, but with no success. It returns “no posts to display” for both authors!
In one article, I have 2 authors — 1 author set via WP’s usual “author” and 2 Author from the ACF User field (co_author).
On the front end, of course, it is possible to display both authors — but when I click on Author 1 (https://www.domain.com/author/author1/ ), I am able to see the article. But not for Author 2.
After adding the code below, the front end display for Author 1 shows “No Posts to Display”. What am I missing? Should both authors be chosen via ACF?
add_action(‘pre_get_posts’, ‘custom_author_query’);
function custom_author_query($query) {
if ($query->is_author() && $query->is_main_query()) {
$author_id = get_queried_object_id();
// Modify this with your actual ACF field key for co-authors
$meta_query = array(
array(
‘key’ => ‘co_author’,
‘value’ => ‘”‘ . $author_id . ‘”‘,
‘compare’ => ‘LIKE’
)
);
$query->set(‘meta_query’, $meta_query);
}
}
Hey @Calin,
Thanks, though I think am still a bit unclear or perhaps I did not explain correctly.
I used ACF to create a Co-Author field. My Co-Author field group is a user-type currently and in the backend, I can choose the user from a dropdown list. I am able to display it on the post as well by modifying the single-post template.
Then you need to use a single post template, edit it using tagDiv Composer and add the custom filed element and select the acf for authors- https://i.imgur.com/3pgDu6E.png – https://i.imgur.com/LCkuu1D.jpeg – https://i.imgur.com/vhOMOJI.png
— so I guess this part is sorted.
What am unable to do is, have the post show up in the author archive of the Co Author. It only shows in the primary author’s archive.
To display the co-authors on blocks you need to create modules were you can create the layout of blocks and add elements you want there you can add the custom fields too – https://forum.tagdiv.com/modules-builder-newspaper-theme/ – https://forum.tagdiv.com/flex-block-builder-flex-loop-builder/ — Thank you, I will try this!
I have a similar issue, but I used ACF to create a Co-Author field and am able to display it on the post as well. The post however, does not show up in the second author’s archive page or in the modules for blocks elsewhere (obviously). I am using the Newspaper theme (not Newsmag).
Can you confirm that I need to follow similar steps to achieve the same result? Or is there another way you would suggest considering am using ACF?
Thank you in advance!
-
This reply was modified 1 year by
theheritagelab.
Thank you so much! It worked for me 🙂
done. 🙂 thank you!
Hi @Anamaria,
I actually tried that too, and while the Sign In / Join is visible, nothing happens if you click on it. The theme login modal does not open.
Please see the screenshot here.
Thank you! It would be a great help if you can help me solve this.
Hi, please see this page(set as modal). Please also see the home page
and any other post in desktop and mobile view.
Request: please delete the links from here once you have seen the message. Thank you!
-
This reply was modified 1 year by
Anamaria.
Hey @Anamaria,
I have, but it is not helping to add that to the page (set as modal) header.
I have also created a mobile-page for the homepage and added a separate header to that, but it doesn’t display there either.
The only way I can get the popup sign in to work is by switching on mobile menu from the theme panel — but I don’t like that layout as I cannot customise it.
Ah okay, I thought I could create a new page and add a custom form to it updating user info. This is not possible?
Thanks @Anamaria — but if I don’t want the “billing details” and create a new page altogether, how does it work? In this screenshot you provided, there is the setting “save/load from : description“. Where does this “description” come from or get saved? I am a bit confused about that.
Thank you for your help and I look forward to your response!
I just want to additionally ask, if I have to create custom fields somewhere? Because the default account-settings page already has these fields, so I did not create any custom fields yet, anywhere.
Looking forward to your help, thanks in advance!
Understood! Thank you 🙂
Thanks @Bettina – sure, I’ll be waiting!
In this https://app.screencast.com/tMV7mWq8AMgKB?conversation=XBBSEfRG6X92VcP7lcfSxb — where would I add the link ? Main Form / Post Child / Extra.. ?
Also, what would I put in the form url? Suppose the form is hosted at mysite.com/addpost >> is that the link for edit?
Ps: I have added a custom form via Raw HTML, will it still work?
Sorry for the silly questions, but am really unable to figure this out.
Thanks @Bettina
I just sent in an email.
Hi @Bettina,
I wouldn’t have reached out if I could find the difference on my own. I’m asking for help as maybe someone else had similar problems before that you have solved.
Is it possible for you to please check the link and investigate the issue? If you can explain how the Child theme was to be created would be nice too, as a first step.
Are the style.css and functions.php enough or do I need to add more files to this folder?