picoboero
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Remove Facebook Meta TagsLet me add that <head> author tag was removed
Yoast Seo settings don´t include author information
None other OG pluggin is runningLooking at the source code, nothing appears
I dont know what is including this tag- This reply was modified 9 years, 5 months ago by picoboero.
Forum: Fixing WordPress
In reply to: Featured Image doesn't upload pictureNow, with 646 value edited. Media Dashboard thumbnail it’s not showing.
Besides, a few hours ago, uploads were available and I didn’t change anything.Note: One of the earlier upload attempts was uploaded 20 minutes later.
Weird behavior.
what’s your opinion on this?
Forum: Fixing WordPress
In reply to: Featured Image doesn't upload pictureNote: This issue it’s happening in all of my sites.
Forum: Fixing WordPress
In reply to: Featured Image doesn't upload pictureIt’s happening at the Media Library too.
Forum: Plugins
In reply to: [WordPress Related Posts] Just Show Related Posts when im loggedSure! Thanks Mateja!
Forum: Fixing WordPress
In reply to: Add new Section at WP Dashboard widget adminWhats up guys!
Im having a little problem againIm trying to repeat all this stuff again, but…
I’ve created a new sidebar php file.
I’ve edited the functions.php file, and the new widget area appears at the wp widget dasboard, the new widget stays in the new area, BUT the content of the widget doesn’t displays in the websitei guess im missing something, but actually i cant figure it out.
What’s missing? Some help would be usefull.
Forum: Fixing WordPress
In reply to: Add new Section at WP Dashboard widget adminIt almost works perfectly
Let me show you with an image whats happening now
https://dl.dropboxusercontent.com/u/101333368/no%20margin.png
Forum: Fixing WordPress
In reply to: Add new Section at WP Dashboard widget adminSOLVED
TylerS! you are THE MAN!!!
Let me give you a e-6pack for your help!
Forum: Fixing WordPress
In reply to: Add new Section at WP Dashboard widget adminlet me try something
Forum: Fixing WordPress
In reply to: Add new Section at WP Dashboard widget admin<?php
// Exit if accessed directly
if ( !defined(‘ABSPATH’)) exit;/**
*
* WARNING: Please do not edit this file in any way
*
* load the theme function files
*/
require ( get_template_directory() . ‘/core/includes/functions.php’ );
require ( get_template_directory() . ‘/core/includes/theme-options.php’ );
require ( get_template_directory() . ‘/core/includes/post-custom-meta.php’ );
require ( get_template_directory() . ‘/core/includes/tha-theme-hooks.php’ );
require ( get_template_directory() . ‘/core/includes/hooks.php’ );
require ( get_template_directory() . ‘/core/includes/version.php’ );Forum: Fixing WordPress
In reply to: Add new Section at WP Dashboard widget adminPS: i already have created this second sidebar and have created those 5 widgets in the frontend, im trying to link them to the backend
Forum: Fixing WordPress
In reply to: Add new Section at WP Dashboard widget adminIn which folder i can find these file?
i´ve found at wp-includes folder 3 files:*functions
*functions.wp-styles
*functions.wp-scriptsif these files are wrong, which one i must edit and where i can find it?
i apreciate for these useful help
Forum: Fixing WordPress
In reply to: Add new Section at WP Dashboard widget adminhttp://www.mcm.uy may be a good example of what im trying to do
Forum: Fixing WordPress
In reply to: Add new Section at WP Dashboard widget adminim trying to add a new Section, not a new widget at actual sections.
Just like in the image example on the forum post.
I guess if i edit certain php file, this could be solved easily, but i cant do it so far.
Im using Responsive Theme, which by default brings 3 widgets after the “Call To Action” button”
What im trying to do is addin 5 more widgets after those default 3 widgets.
Doing this i’ll be able to give a specific CSS style.