Sorry Simon
I mean not the Visaul Composer, i mean the DagDiv-Composer. I don’t use the VC
Hi Simon
The event should appear like a normal post in the loop on the day of the event.
Meanwhile, it has been found that the Visual Composer is the problem. If the plugin is switched off, the events appear as articles on the page
Hi Calin!
I’m currently on the old Server.
I try to migrate the site a second time
until then, thank you very much
Hello Catalin
Here are a screenshot: https://www.screencast.com/users/steppender_baer/folders/Default/media/5a625536-b599-4ea8-aa33-daf61dac37e5
I would now like the caption ‘Polizeireport vom (current date)’ to be set automatically when I assign the article to the ‘Police report’ category.
I hope it has become clear what I want to achieve
Hi raigui1980
In my Case i click the Edit-Link, not the Templatename.
I do not know why this works.
Problem solved, Thanks
Hello,
how can I put the / sign between the author and the CoAuthor? or just the co-author?
The question has been solved with the help of a shortcode of the plugin.
Many Thanks
Hi Simon,
It is correct that the date can be displayed in the URL by changing the permalink.
Only if I import the feed and choose title as ‘policy report’, then yes to the URL every day increasing number attached
Example: In the third import policy report-3, at the fourteenth import policy report-14 and so on.
That does not look really nice, I think
And with the code function I would like to reach, which is attached to the title a date, as for example ‘Policereport- from-14-02-2018 (German date notation)
It seems to work!
Thanks Simion
Hello Catalin,
Here is a Screenshot, which i mean.
And that’s the code I used to create the custom field
<div class="td-meta-box-row">
<?php $mb->the_field('td_infos'); ?>
<span class="td-page-o-custom-label">ErgÀnzende Informationen:</span>
<textarea name="<?php $mb->the_name(); ?>" class="td-textarea-subtitle"><?php $mb->the_value(); ?></textarea>
<span class="td-page-o-info">ErgÀnzende Informationen</span>
</div>
And hereby I give out the content of the field in the blog post
<?php if (!empty($td_mod_single->td_post_theme_settings['td_infos'])) { ?>
<span class="info_title">ErgÀnzende Informationen</span><br />
<div class="info_inhalt"><?php echo nl2br ( esc_html ( $td_mod_single->td_post_theme_settings['td_infos']));?></div>
<?php } ?>
This Link leads to an Error-Page
Sorry, I’ve confused something smoothly đ
Hello Catalin,
Thanks for your Help.
But i believe that i have found the Error:
function kleingeschriebeneURL () {
if (preg_match('/[A-Z]/', $_SERVER['REQUEST_URI'])) {
header('Location: ' . strtolower($_SERVER['REQUEST_URI']), TRUE, 301);
exit();
}
}
add_action('init', 'kleingeschriebeneURL');
The code is supposed to enforce lowercase url, and that will probably create an error
Can the problem be a reason why I can not deactivate the BOTTOM ARTICLE LIKE function in the theme panel in the ‘Post Settings’ menu under Sharing?
When trying to save the power off, only the following screen with the rotating squares appears
I have tracked the steps, unfortunately without success.
If I want to switch from the child theme to the parent theme, they will continue to ask if I want to do that.
When I switch to the 2017 Theme, there are no problems
Hi
Thanks for your replies.
The solution to my problem is here: https://iftakharhasan.wordpress.com/2015/09/23/wordpress-how-to-keep-the-line-breaks-in-meta-box-text-area- field /
Hello,
i use this code for the Backend:
<div class="td-meta-box-row">
<?php $mb->the_field('td_infos'); ?>
<span class="td-page-o-custom-label">ErgÀnzende Informationen:</span>
<textarea name="<?php $mb->the_name(); ?>" class="td-textarea-subtitle"><?php $mb->the_value(); ?></textarea>
<span class="td-page-o-info">ErgÀnzende Informationen</span>
</div>
On the Frontend i use the follow code:
<?php if (!empty($td_mod_single->td_post_theme_settings['td_infos'])) { ?>
<span class="info_title">ErgÀnzende Informationen</span><br />
<div class="info_inhalt"><?php echo $td_mod_single->td_post_theme_settings['td_infos'];?></div>
<?php } ?>
But existing line breaks are not displayed
-
This reply was modified 8 years by
Marcus_S.
Could the problem be solved? I would like to know how
Hello,
Did you receive my email?
Thanks for your answer!
I disabled all plugins, changed the settings of the guide into the htaccess and the wp-config, activated the parent theme and deleted the cookies.
Since I also use the plugin content aware sidebars, I can only choose from newspaper default and the Footer widgets, but also that can not.
Thanks and sorry!
I forgot to change the source_url to copyright_url in the line
$copyright_url = $this->td_post_theme_settings['td_copyright_url'];
One more question:
If there is a link in the copyright field Url, what should be the frontend?
Because the link goes through the # sign to the beginning of the article, but does not link to the entered page
Now it Works!
Thanks you for the support and no reason to apologize;) We are all human beings
Hello,
Thanks for Your Answer.
Is the folder and file structure for the files in the child theme correct, or do I need to add other files to the folders?
File structure for Module-single-base.php
File structure for set-post-setting.php