Search Results for 'amp'

Results from the Forum
fergusga
Participant
#0

Hi,

In Newspaper is there anyway to make the main menu vertical and in the left hand column like the example here:

http://www.carmagazine.co.uk/

Thanks

Graham

Cr4cki1986
tagDiv Member

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

teodormiu
tagDiv Member

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?

mboydnv
tagDiv Member

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/

dezertproxy
tagDiv Member

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/

AzharNadeem
Participant
#0

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

Bogdan B.
tagDiv Staff

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!

Andrei L.
tagDiv Member

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!

dimitris
Participant
#0

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

Bogdan B.
tagDiv Staff

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!

Marius
tagDiv Staff

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!

Emil G
tagDiv Staff

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!

problogger
Participant
#0

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

Marius
tagDiv Staff

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!

gomeranoticias
tagDiv Member
Zone - reply

Sorry, I have not explained well. I mean you can create a new zone above the top menu, for example advertising.
Above or below.

Bogdan B.
tagDiv Staff

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!

Bogdan B.
tagDiv Staff

Hello,
The tag does not work with our theme as our excerpts are custom made. You can change excerpt length from the theme panel: http://screencast.com/t/fai2c3RrC8
Or you can add your own custom excerpt in the excerpt field when you edit your post.
The