Pedro Pinto
Forum Replies Created
-
Same here… Before updated plugin not working. In debug.log display:
[25-Jul-2016 14:45:17 UTC] PHP Notice: Undefined variable: args in …./plugins/woocommerce-order-address-print/shipping_address_print.php on line 421
And not working allowing popup..
Than you
Forum: Themes and Templates
In reply to: [Orbit] featured images sizeIn media library you can edit your images uploaded.
Forum: Themes and Templates
In reply to: [Orbit] Resizing YouTube PlayersPlease, read this post and paste css code in Appearance > Orbit Options > General > CSS User in Orbit Theme
Forum: Themes and Templates
In reply to: [Orbit] Home page featuresSorry, I can’t help you. Your theme is Orbit News. It’s a premium theme. Orbit is a free theme from WordPress.org.
Forum: Themes and Templates
In reply to: [Orbit] Header Background Coloradd this code and change 12px what you want
#top-header #logo { padding: 12px 0; }Forum: Themes and Templates
In reply to: [Orbit] Header Background ColorSorry , for header background use this code in CSS User:
#top-header { background-color: #dd3333; }Forum: Themes and Templates
In reply to: [Orbit] Header Background ColorGo to Appearance > Orbit Options > General then copy next code in CSS User text area:
.dropdown ul li { background-color: #dd3333; }Finally go to Appearance > Background and choose color #dd3333 in Background Color
Forum: Themes and Templates
In reply to: [Orbit] Problems with Front Page/Welcome pageGo Manage Locations tab and select your menu in Header Menu
Forum: Themes and Templates
In reply to: [Orbit] Webmaster toolsHello
For Webmaster Tools you can use a plugin like Verify Google Webmaster Tools
And for check meta tags you can view the code html in any browser
Forum: Themes and Templates
In reply to: [Orbit] SliderNow You can increase the number of slides. Visit doc
Surely it was a typo error
In header.php go to line 39 and copy this code
<a href="<?php echo esc_url( home_url( '/' ) ); ?>"><img src="<?php header_image(); ?>" width="<?php echo get_custom_header() -> width; ?>" height="<?php echo get_custom_header() -> height; ?>" alt="YOUR ALT INFO"/></a>Change “YOUR ALT INFO”
But I agree with WPyogi, It’s better to make changes in a Child Theme
If you need help you can go to documentation or forums
Forum: Themes and Templates
In reply to: [Orbit] Is this a Multisite theme ?Yes it’s compatible
Forum: Themes and Templates
In reply to: [Orbit] How to remove featured image from blog pageGo content-excerpt.php file and delete this code:
<?php if ( has_post_thumbnail()) : ?> <a href="<?php the_permalink(); ?>" title="<?php the_title_attribute(); ?>" > <?php the_post_thumbnail(); ?> </a> <?php endif; ?>Forum: Themes and Templates
In reply to: [Orbit] Main menu in the theme headerIn field CSS User from Orbit Options > General copy this code
.dropdown ul a:link, .dropdown ul a:visited {
color: #555;
}Forum: Themes and Templates
In reply to: [Orbit] SliderThe documentation will be in English and write something about it.