merrytomarry
Forum Replies Created
-
oops. resolved. i just reinstalled the latest version of wordpress. and the images showed up.
Forum: Fixing WordPress
In reply to: Images not showing after uploadresolved it. i just reinstalled the latest version of wordpress and all images are now showing up.
I have the same issue as yours with my site, merrytomarry.ph but I’m using a different theme, sueva free, does this theme have an issue with the recent update?
Forum: Fixing WordPress
In reply to: Images not showing after uploadI did check my images folder and the uploaded images are there. The workaround I did for the images to show is to insert them using the “text” instead of the “visual” view of wordpress post. I had to manually insert them using the filename saved in the upload folder. It’s tedious so I really need help so I don’t have to do that workaround anymore. In addition, I still cannot tag an image as a featured image.
Forum: Themes and Templates
In reply to: [Sugar and Spice] Header Adhello bojan!
I have created a child theme for my blog. Where should insert in the header part the code you’ve sent to me: <div class=”headerbanner”><img src=”http://merrytomarry.ph/wp-content/uploads/2015/08/AMagicalEvent_Platinum_728x90-2.jpg” alt=”AMagicalEvent_Platinum_728x90 (2)”/></div> ?
Forum: Themes and Templates
In reply to: [Sugar and Spice] Header AdHi Bojan!
Thank you very much! I will try creating one using the link you’ve provided. Hopefully it would work. I will get back to you with an update when I’ve created one and tested the code you gave me.
Many thanks! 🙂
Forum: Themes and Templates
In reply to: [Sugar and Spice] Header AdThank you very much, Bojan. But I am not familiar with the creation of a child theme. Do you think “Child Theme Configurator” (a child theme creator plugin) would work? Your idea made sense to me and the modifications you made to the code. 🙂
Forum: Plugins
In reply to: [Simple Ads Manager] Header Ad<?php
/**
* The Header for our theme.
*
* Displays all of the <head> section and everything up till <div id=”content”>
*
* @package Sugar & Spice
*/
?><!DOCTYPE html>
<html <?php language_attributes(); ?>>
<head>
<meta charset=”<?php bloginfo( ‘charset’ ); ?>”>
<meta name=”viewport” content=”width=device-width, initial-scale=1″>
<title><?php wp_title( ‘|’, true, ‘right’ ); ?></title>
<link rel=”profile” href=”http://gmpg.org/xfn/11″>
<link rel=”pingback” href=”<?php bloginfo( ‘pingback_url’ ); ?>”>
<?php if ( of_get_option( ‘favicon’ ) ) echo ‘<link rel=”shortcut icon” href=”‘.esc_url( of_get_option( ‘favicon’ ) ).'” />’; ?>
<?php wp_head(); ?>
</head>
<body <?php body_class(); ?>><!– nuffnang –>
<script type=”text/javascript”>
nuffnang_bid = “0226af11c2a4fb43905ed6d39b2cecaf”;
document.write( “<div id=’nuffnang_lb’></div>” );
(function() {
var nn = document.createElement(‘script’); nn.type = ‘text/javascript’;
nn.src = ‘http://synad3.nuffnang.com.ph/lb.js’;
var s = document.getElementsByTagName(‘script’)[0]; s.parentNode.insertBefore(nn, s.nextSibling);
})();
</script>
<!– nuffnang–><div id=”page” class=”hfeed site”>
<?php do_action( ‘before’ ); ?>
<header id=”header” class=”site-header” role=”banner”>
<div class=”site-branding”><?php if (of_get_option(‘logo_image’)) : ?>
<?php else : ?>
<h1 class=”site-title”>” rel=”home”><?php bloginfo( ‘name’ ); ?></h1>
<h2 class=”site-description”><?php bloginfo( ‘description’ ); ?></h2><?php endif; ?>
</div>
<div id=”nav-wrapper”>
<div class=”ribbon-left”></div>
<nav id=”main-nav” class=”main-navigation” role=”navigation”>
<div class=”skip-link”><?php _e( ‘Skip to content’, ‘sugarspice’ ); ?></div>
<?php
if(has_nav_menu(‘primary’)){
wp_nav_menu( array(
‘theme_location’=> ‘primary’,
‘container’ => false,
‘menu_id’ => ‘nav’,
‘fallback_cb’ => ‘wp_page_menu’
) );
} else {
?>
<ul id=”nav”>
<?php wp_list_pages(‘title_li=’); ?><?php
}
?>
</nav><!– #site-navigation –>
<div class=”ribbon-right”></div>
</div>
</header><!– #header –><div id=”main” class=”site-main”>
Forum: Plugins
In reply to: [Simple Ads Manager] Header Adwhere in particular would I insert it and how would I do that?
Forum: Themes and Templates
In reply to: [Sugar and Spice] Header AdI saw the youtube video you’ve just sent and it is really helpful. I am just not sure where I should insert the codes (and if the codes I will be using is the same as what I have sent in my first message?) I got that code by inserting an image using add new post and using the text part (and not the visual part) since it contained HTML data generated when I inserted the image. Is that correct? Or is there a proper way to create a code for an image I will be using as an ad (with hyperlink). Thanks! Sorry for bombarding you with a lot of questions. I am not that familiar with WordPress and I am purely relying on what I am seeing on youtube and research and forums in the creation of the blog.
(btw, you might want to check brideandbreakfast.ph, that’s the site we based our blog — their desktop and mobile version are the same and their banner ad is at the center)
Forum: Themes and Templates
In reply to: [Sugar and Spice] Header AdForum: Themes and Templates
In reply to: [Sugar and Spice] Header AdForum: Themes and Templates
In reply to: [Sugar and Spice] Header AdHow will I be able to define the width of the banner holder? The reason the blog wasn’t responsive is to prevent the ads found at the sidebar be displaced at the end of the posts when viewed using mobile. In short, we wanted the ads displayed the same in both interface (desktop and mobile). What could we do to fix this? Appreciate all the help, Bojan. 🙂
Forum: Plugins
In reply to: [Simple Ads Manager] Header AdThe current theme I am using (sugar and spice theme)doesn’t have that. Any other way I can do to fix this?
Forum: Themes and Templates
In reply to: [Sugar and Spice] Header Adhi again bojan,
i have switched off the right click disabling plugin. you can now check on the HTML. thanks! 🙂