Hi,
Yes, this can be achieve with our theme too, you can modify one single page and on all default post templates will appear the permalinks after the date, this file is td_module_single_base.php and can be found in wp-content/plugins/td-composer/legacy/common/wp_booster/td_module_single_base.php -> http://prntscr.com/onb2e0 -> http://prntscr.com/onb2nq -> http://prntscr.com/onb2te the code https://pastebin.com/DLxK3mPu
Or you can set the code only on the templates you want to show the permalinks like this -> http://prntscr.com/onb350 -> http://prntscr.com/onb4jl -> http://prntscr.com/onb4rs -> http://prntscr.com/onb4w8 this code will be apply only on page template/style 1 code https://pastebin.com/j4S5Ldzk you’ll need to set the php code in each loop-single-n.php you want to show the permalinks -> http://prntscr.com/onb5kf
Also you can check our documentation for child theme here -> https://forum.tagdiv.com/the-child-theme-support-tutorial/
Hope this will help you!
Thanks!
Hello !
We have reviewed your pages and used the search box and everything seem to be ok. If you think the problem still persists on your side, Please make sure that you do not have a plugin conflict, please deactivate ALL non theme-related plugins, also if you are using child theme or cache plugin, deactivate them, clear all cache and try again.
Thank you !
Hi,
@meri You could use flex blocks, these now have options to change the heading of the title (since update 9.7.4) – https://prnt.sc/onaohm – https://prnt.sc/onaoo8
The options is available for all the flex blocks.
However, if you would like to modify a block template, that is possible to do in a child theme now. So for example if you use block template 3, copy it in the child theme like so
– https://prnt.sc/onapsr then modify the heading from h4 to what you want.
If you have more questions let me know.
Thanks
Hello !
Make sure that you are uploading the correct ZIP File.
Step 1 – Download the Newspaper files from your ThemeForest account. Navigate to your Downloads tab on ThemeForest and find Newspaper. Click the Download button.
Step 2 – On your local computer extract the ZIP folder called Newspaper-tf. After extracting files you will open the folder called Newspaper-tf where you will find more folders (child-theme, documentation, licensing, plugins, psd, etc.).
Step 3 – Locate the Newspaper.zip inside the Newspaper-tf folder (this is the theme you want to install).
Please take a look at our guide regarding the instalation of Newspaper Theme: https://forum.tagdiv.com/install-via-wordpress/
Thank you !
Hello, thank you for the quick response.
I have done all you said: all blog post has the Comment box turn on, I do not have any Plug in for comment. I am using the theme child and have cleared all CACHE.
What do you mean “Please make sure that you do not have a plugin conflict with untested plugins”: How can I make sure that is not the case?
Only 3 of my latest blog post have the comment box, all the previous blog don’t. What else can I do since nothing is working right now
Thanks Calin, that fixed the date. However I would also like to have the permanent link display just to the right of the date and time. In a previous template I was able to achieve this by placing the following code in single.php or in a child theme. … ID; ?>”title=”Right-Click or Control-Click (Mac) to copy SHORT LINK and paste into twitter or Facebook”><?php echo get_bloginfo(‘url’).”/?p=”.$post->ID; ?> Here is a live demo from another website which you would have to view from a desktop, Mac or PC … https://www.arlingtoncardinal.com/?p=578270
Hello !
Without admin or cPanel we cannot identify any issue… We will have to see if you skipped something or there is something wrong.
Please make sure that you do not have a plugin conflict, please deactivate ALL non theme-related plugins, also if you are using child theme or cache plugin, deactivate them, clear all cache and try again.
Thank you !
Hello !
Please make sure that you do not have a plugin conflict, please deactivate ALL non theme-related plugins, also if you are using child theme or cache plugin, deactivate them, clear all cache and try again.
Thank you !
Hi,
Please make sure that you made the settings as in our documentation for comments, aslo you’ll need to check each posts to see if the comments are allow http://prntscr.com/omv4jd also if you are using a single post templates from tagDiv Cloud Library, check to see if those have the comments set.
Also please check the settings from WordPress for comments http://prntscr.com/omv675
If the problem persists, please make sure that you do not have a plugin conflict with untested plugins, please deactivate all non theme, also if you are using child theme, clear all cache and try again.
Thank you!
Hi @jamonkey,
Please make sure that the theme was install/update correctly and all the theme requirements are set as in our guide from here.
Also please make sure that you do not have a plugin conflict with untested plugins, please deactivate all non theme, also if you are using child theme, clear all cache and try again.
Let me know the results!
Thank you!
If you want to use one of the theme post template for a CPT, try to copy the desired single and loop single from the composer in the child theme (main folder).
So for example I have a CPT called td_book and I want to use post template 4 for it. I copied the loop-single-4 and single_template_4 PHP files from the composer in the main child theme folder – https://prnt.sc/omu5sk
The single_template_4 has to be renamed single-yourCPTname, in my case it is single-td_book.
So now the CPT uses post template 4 – https://prnt.sc/omu6r9 – https://prnt.sc/omu6vm
Should work the same for you, please give it a try and let me know.
Hello Simion,
Thanks for your reply !!
Yes please add this to the future updates so we can customize site as per our requirements. Can there be a quick release sent out so we can move ahead with the changes. Or can you get us files we need to change to make changes to use booster files via child theme.
Thanks.
Unfortunaltely I just found out, that this issue has not been resolved for custom post types!
Even copying those two files into the child-theme folder nor changing the default template for posts brings back the normal style with sidebars for custom post types.
Switching to the default Newspaper theme shows CPT correctly.
Please help! What can I do to bring the layout back to custom post types, too?
-
This reply was modified 7 years by
be2name.
Hello !
Please check if the modifications do render on the frontend. Try writing a simple text like TEST or something in your file and see if that renders on you homepage. If it does not render then either you have the wrong template or your child theme is not properly set.
What theme version are you runing ?
Thank you !
I copied the single.php in the main folder of the child theme and tried to add the code everywhere like this: https://www.dropbox.com/s/fb62tu4vyxdladk/single-php.jpg?dl=0
Also added the second part to the code as adviced.
Unfortunately it doesn’t show up.
Hi,
Files from the booster file still cannot be edited in the child theme. That may be possible in the future, can’t say for sure at the moment. We will try to provide more capabilities for the child theme where it is possible.
Thanks
So you want to do this for category pages and post pages. I can provide a code to remove the Instagram section from the sidebar on mobile, I could also remove a post from those two blocks (the third module). The sidebar will look like this on mobile
– https://prnt.sc/omeysl
The code will apply to all category pages and post pages on mobile. It can be entered in the Theme panel->Custom code->CSS section
@media(max-width: 767px){
.category .td-main-sidebar .td_block_instagram,
.single .td-main-sidebar .td_block_instagram,
.category .td-main-sidebar .td_block_15 .td-cust-row:nth-child(2),
.category .td-main-sidebar .td_block_15 .td-cust-row:nth-child(2) {
display: none;
}}
I can modify it if needed. Let me know.
Hi,
Only the child theme provide by us in the theme package that you currently have is indicate to use, other plugins will not work.
Child theme support – https://forum.tagdiv.com/the-child-theme-support-tutorial/
Thank you!
Hi Vlad,
Thanks for your help!
I need to add this code (please note that XXXXXXXX will be replaced with a real Facebook appID) on post and product pages:
<div id=”fb-root”></div>
<script async defer crossorigin=”anonymous” src=”https://connect.facebook.net/bg_BG/sdk.js#xfbml=1&version=v3.3&appId=XXXXXXXXXXX&autoLogAppEvents=1″></script>
Code: https://www.dropbox.com/s/ky1m0a5zvgrpvt2/Facebook%20Like%20and%20Share%20buttons%20GD.jpg?dl=0
It should load these buttons: https://www.dropbox.com/s/x3b9mvdqois3iyj/Facebook%20Like%20and%20Share%20buttons%20GD-fronend.jpg?dl=0
There is further piece of code that should be added within the body tag, but I can take care of this myself.
I need the provided code and respectively Facebook button to appear on post and product pages. Please see the screenshots.
Post page example: https://www.dropbox.com/s/hoj2psbsmp4eqic/post%20page.jpg?dl=0
Product page example: https://www.dropbox.com/s/8223v1stpbua191/product%20page.jpg?dl=0
I’m using a child theme.
I really appreciate your support!
Thanks!
Hello,
just updated from 9.74 to 9.8 without problems and deleted loop-single and single files in child-theme folder.
Everything works as expected and error is fixed. Thank you!
I’ve resolved this. However, before I reveal how so others will have the information should they be using the Envato plugin for updating their Newspaper theme, let me respond to your points above.
1. As stated, the tagDiv Composer is/was active while experiencing the issue.
2. We do/did have a Theme Panel while experiencing the issue.
3. The Newspaper theme was purchased in mid July 2019, well after the v9.7 upgrade came out. I’m speaking now of upgrading to v9.8 via Envato plugin.
4. We were/are NOT using a child theme.
5. We were/are in a development environment to begin with for the purpose of rebuilding the site and installing this theme on a clean install.
I reasoned through this to get it resolved. When using the Envato plugin to install the theme the tagDiv Composer and other required plugins do NOT get updated and stay active in their old versions.
To resolve this requires deactivating the required plugins first, then updating, then when you go to re-activate the required plugins the “Activate” button has turned into an “Update” button. By updating the plugins, then activating them, the site returns to what it was prior to the update.
I did not see any information at all about this in your update advisory except that you had to update the plugins. However, if you are using the Envato plugin to run your updates instead of doing them manually and you do not do what I just outlined it appears the plugins have been updated because there is NO indication they haven’t been.
I would therefore suggest that you add a note in your update advisories along these lines for people using the Envato plugin to do updates… which by the way makes updating MUCH easier.
Hi,
The child theme has been improved in update 9.8 and will be improved further where possible. Sorry again for the previous issue, now it should work fine.
Hello Support,
Thanks for adding support for legacy files edit in child theme. But, still there are some files that we cannot edit eg td-composer/legacy/common/wp_booster/ files
We have customized many files from this folder in our child theme when the files were in theme folders to match our designs. Could you please also add support for the files from wp_booster folder so we can customize it via child theme.
Looking forward for your reply !
Thanks.
Hello!
Please make sure that you do not have a plugin conflict with untested plugins, please deactivate all non theme, also if you are using child theme, clear all cache and try again.
Let me know the results!
Thank you!