- NewspaperWP Rocket and Newspaper Theme: Optimization Guide
- TutorialsFrom WPBakery to tagDiv Composer
- TutorialsOffset Feature
- TutorialsWhat is Ajax preloading?
Hi,
In Newspaper is there anyway to make the main menu vertical and in the left hand column like the example here:
Thanks
Graham
Got the same problem. (0 Fans and the displayed number is not correct.
How you solved the Problem @ Luis Miguel or Bogdan B.?
With my Facebook site (https://www.facebook.com/grillstube2.0) i see in the social counter 0 fans (but my page got 124 likes..),
if i use N24 for example, i see 24,592,098 Fans, but the Facebook-Site still have 592,098 fans, not 24 Million fans more 🙂 (https://www.facebook.com/N24)
Newspaper Version 6.6
Social Counter 3.1
deleted and installed again, but not displaying the correct fan number
-
This reply was modified 10 years by
Cr4cki1986.
Thanks so much again- you guys are incredibly helpful and talented! My other issues were:
1. For the articles that do not have a proper image but do have a default image generated in the thumbnail ( the grey camera), is there a way I could keep the default image in the thumbnail but NOT in the full length article as in here http://198.1.95.93/~devgandaculdecol/emil-boc-urmasul-popular-al-lui-basescu/
2. How can i limit the number of words for the articles displayed in thumbnails? Some thumbnail Articles titles are 2 lines while others are one line. The thumbnail titles with too many words are offsetting the other thumbnail articles with less words ( one line only) here is one example http://198.1.95.93/~devgandaculdecol/author/dmclici/
3. When I am logged in as a webmaster/ Redactie, the articles appear to be publised by Redactie. How can I make sure that when I login and publish another author’s article, the article will be displayed with the right author name?
I am getting the same error after a clean install of 6.6.
[29-Nov-2015 02:43:28 UTC] PHP Warning: call_user_func_array() expects parameter 1 to be a valid callback, class ‘td_config’ not found in /home/paradise/public_html/wp-includes/plugin.php on line 503
When you get this type of error on WordPress, there’s a huge percentage of probability that your theme is broken. You normally get this type of error because a function on the functions.php for your theme is missing but there’s still the call for that function.
For example, let’s say you wanted to delete a function you’re not going to use anymore that is currently declared on your theme:
add_action(‘wp_loaded’,’my_function’);
function my_function () {}
Normally you would delete or comment out the function declaration for my_function. But if, for any reason, you forget to delete the add_action call, then you’re going to start seeing errors related to the call_user_func_array() on wordpress.
This normally happens when you have an add_action for that function in a different part of the code and you forget about it when deleting your function.
This error is very difficult to detect and solve as it doesn’t show which function is missing and where is the wrong add_action on the code.
To solve it, just comment one by one all the add_action calls that you suspect are causing the error, until you see the error go away. Then you will know which deleted function was causing the problem.
PD: This error could be also related to plugins authors that declared a function on a previous version of their plugin and then on a newest version they delete it but forget to delete the action related.
Source: http://developer.infoymas.com/wordpress/warning-call_user_func_array-expects-parameter-1/
The featured images show up fine on all posts. The images being stretched are any images added to a post.
I deleted some recent images in recent posts that were blown up and uncontrolled by editing code in post or library – but I gave an example link below.
Example –
The code for the image below is something like “195×108” and it gets blown up huge. No matter how many times a drag corners to make smaller or redo the actual code.
Here is a link:
http://rebootingliberty.com/the-chicago-way/
-
This reply was modified 10 years by
dezertproxy.
I am looking to create an Authors page using built-in Authors Box widget. Please guide me regarding how to
1. How to display author Bio alongside Avatar
2. How to increase the Avatar size from current 96px to somewhat 250px or so
3. Can we display two different image sizes on two different author boxes?
I have seen similar questions asked before but Pastebin URL is not working on my end.
Thanks
Azhar Nadeem
Hi,
If it’s a custom template, i cannot provide a solution for it as i do not know how you set it up. You will need to access the template file like for example: http://screencast.com/t/xIpSCsYgL and move the position of the title. The article top ad is usually displayed below the post title. http://screencast.com/t/CfFravMVfSVB
Provide a link or a screenshot so we know how you want the title.
PS. the from panel option gets the post template from the theme panel so you did not specify which template you used in the theme panel.
Thank you!
Hi
I’ve checked the link you provided as example and the image seams to be displayed fine now: http://screencast.com/t/qU0wtuMh5 However if you still have this issue you can try this css in theme panel > custom css and the image will be displayed at it’s auto size:
.td-post-featured-image img {
width: auto!important;
}
Hope this help.
Thanks!
The “Latest” sort method is not sufficient. I need a “Latest” by “Published Date” as i run a big news website and i have articles that are written now, but are scheduled to be published in the future. Unfortunately when the time to be published comes, they are not “Latest” and do not show at the blocks (because based on “Latest” and because they were originally written in the past they are not at the top). I hope you can understand what i’m saying :/
Is there a way to bypass “Latest” for now? I have no problem on modifying php code, i guess i need to find your function that builds the query and wherever it gets a “sort” as “Latest” i should add a sorting by post publish date or something? (and maybe add an index at db for that column)
So i hope at least to find a temporary solution for now.:
1) Please, just save me some time and tell me where to start looking at the code so i can tamper the query building, i can handle the rest trust me.
2) Please add this sorting method to a future update so everyone can use this. i’m sure people will use this.
Thanks
Dimitris
Hello,
If you are talking about embeded video icons like the ones on posts, they cannot be changed as they come directly from the video platform you embed the code for example youtube has this icon in place: http://screencast.com/t/AHYlMizF
If you are talking about the icon on blocks: http://screencast.com/t/GErTLvyvwAK, this can be found and edited here: http://****/wp-content/themes/Newspaper/images/icons/ico-video-large.png
Thank you!
Hi,
You can see all header styles in Theme Panel -> Headers http://screencast.com/t/CtzC4mO9d to find something that fits you need.
Hover color for individual items from menu can be customized only via CSS.(please provide your site URL to inspect it and give you an example)
Mega menu allow you to get posts from a category(not entire site). If you want to have the latest from blog, just create a category BLOG and add all your post there. Then use that category in a mega menu.
To add icons in menu, read here: https://forum.tagdiv.com/how-to-add-icons-in-menu/
For custom image profile use this plugin: Wp User avatar
Thanks for the message!
Hi,
@hover color – You can change it from Theme Panel – http://screencast.com/t/QBmKlYSn4KvA
@links in new tab – From Appearance -> Menus – http://screencast.com/t/C0bHLwDCrvE
@date change – you have to modify the theme code, it was discussed a few time on the forum, here’s an example – https://forum.tagdiv.com/topic/changing-dates-format/
Thank you!
hi i m using block 9 & Block 10 in side bar also in home page but i want to hide dates showing below every post so plz tell me how to remove post date appearing in blocks
Hi,
You can use some predefined example that came with the revolution slider, see here all examples in menu -> Usage examples http://revolution.themepunch.com/
or you can build your own slides if you have experience to use the revolution slider. Here is the slider documentation: http://www.themepunch.com/revslider-doc/slider-revolution-documentation/
Hope this help!
Thanks for the message!
Sorry, I have not explained well. I mean you can create a new zone above the top menu, for example advertising.
Above or below.
-
This reply was modified 10 years by
gomeranoticias.
Hello,
@computernet: replied via envato dashboard.
For other users interested in applying this customization:
For block 3 you have to alter and make these changes in theme’s module 1 and add this code: http://pastebin.com/uqu26CCs like this: http://screencast.com/t/YN03oqYghq37
This is the result you should get: http://screencast.com/t/F7CwOQkIZVq1
Use custom css to adjust it and arrange it as you would want it like I also suggested it in the forum topic, here is an example: http://screencast.com/t/7O3cBdwe and the css I’ve used is below. You can work on it.
.td_module_1 .td-social-sharing-buttons {
display: block;
margin: 0px;
margin-top: 10px;
margin-bottom: 10px;
}
For twitter use this code: http://pastebin.com/05zGW3JR in the same way and the css code from below: http://screencast.com/t/TbhT1urW7
.td_module_1 .td-social-sharing-buttons {
width: 50%;
margin: 0px;
float: left;
}
Thank you!
Hello,
The
Or you can add your own custom excerpt in the excerpt field when you edit your post.
The
Privacy Overview
| Cookie | Duration | Description |
|---|---|---|
| cookielawinfo-checkbox-advertisement | 1 year | The cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Advertisement". |
| cookielawinfo-checkbox-analytics | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics". |
| cookielawinfo-checkbox-functional | 11 months | The cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional". |
| cookielawinfo-checkbox-functional | 11 months | The cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional". |
| cookielawinfo-checkbox-necessary | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary". |
| cookielawinfo-checkbox-others | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other. |
| cookielawinfo-checkbox-performance | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance". |
| viewed_cookie_policy | 11 months | The cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data. |
| viewed_cookie_policy | 11 months | The cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data. |
| Cookie | Duration | Description |
|---|---|---|
| _ga | 2 years | This cookie is installed by Google Analytics. The cookie is used to calculate visitor, session, campaign data and keep track of site usage for the site's analytics report. The cookies store information anonymously and assign a randomly generated number to identify unique visitors. |
| _gat_gtag_UA_43963494_1 | 1 minute | This cookie is set by Google and is used to distinguish users. |
| _gid | 1 day | This cookie is installed by Google Analytics. The cookie is used to store information of how visitors use a website and helps in creating an analytics report of how the website is doing. The data collected including the number visitors, the source where they have come from, and the pages visted in an anonymous form. |
| Cookie | Duration | Description |
|---|---|---|
| IDE | 1 year 24 days | Used by Google DoubleClick and stores information about how the user uses the website and any other advertisement before visiting the website. This is used to present users with ads that are relevant to them according to the user profile. |
| test_cookie | 15 minutes | This cookie is set by doubleclick.net. The purpose of the cookie is to determine if the user's browser supports cookies. |
| VISITOR_INFO1_LIVE | 5 months 27 days | This cookie is set by Youtube. Used to track the information of the embedded YouTube videos on a website. |
| YSC | session | This cookies is set by Youtube and is used to track the views of embedded videos. |
| Cookie | Duration | Description |
|---|---|---|
| CONSENT | 16 years 5 months 26 days 13 hours 25 minutes | No description |
| yt-remote-connected-devices | never | This cookies is set by Youtube and stores the user's video player preferences using embedded YouTube video. |
| yt-remote-device-id | never | This cookies is set by Youtube and stores the user's video player preferences using embedded YouTube video. |