Zaralene
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Montezuma] Border Box Color change, how?Awesome, it works, I’m happy now. Thanks CrouchingBruin!
Forum: Plugins
In reply to: Ultimate Cloud Widget problem size tagsThanks, I will ??
Forum: Themes and Templates
In reply to: [Montezuma] Border Box Color change, how?I found it. Someone told me I just had to accept the fact that Chrome decides what color etc, so this is very useful. Where can I add this rule in my stylesheet? Can I put it in various? I just want to change the color in a more neutral grey, that’s all.
Forum: Themes and Templates
In reply to: [Montezuma] Border Box Color change, how?Do you know in wich style sheet it’s located? I think I looked at all of them but can’t find it…
Forum: Fixing WordPress
In reply to: 404 error on pages after migrationOkay, I logged in on my hostserver and did a sync on ht access, it works now. Thanks for your support Esmi
Forum: Fixing WordPress
In reply to: 404 error on pages after migrationNo, I didn’t, I had no idea it was going to be as complicated as this with scripts and php stuff, this goes way beyond my head and takes a lot of time to figure it out. I was hoping to save time. It would probably be better if I just remove everything and then create the new site like a completely new site? Or is it easier than I think it is?
Forum: Fixing WordPress
In reply to: 404 error on pages after migrationI imported all settings from the other site. I have no clue what mod-rewrite is… can you please explain?
Forum: Fixing WordPress
In reply to: 404 error on pages after migrationI am sorry, it should work now.
Forum: Fixing WordPress
In reply to: 404 error on pages after migrationBy the way, I tried with another theme, same result, pages give me 404 error.
Forum: Themes and Templates
In reply to: [Montezuma] Social media on top right MontezumaFantastic tip Crouch! Thanks ??
Forum: Themes and Templates
In reply to: [Montezuma] Social media on top right MontezumaThanks for explaining the grid, it makes a lot more sense now. I use Firebug all the time, but sometimes I still can’t figure out things with it because there are so many stylesheets. The more I work with this theme though, the better I understand but there is alas a lack of knowledge with me when it comes to CSS (working on that).
I adjusted the social media icons now, it is better but I am not able to shove them more to the left, so I suppose I just leave it like this and start working on the design now, because there is also a lot to do there ??
As a member of Bytes For All I take a peek sometimes at what others make. You to me are a wizard with all the solutions you mention. I do like the examples of websites you mentioned, it is surely fantastic what people can do with this versatile theme especially Silver Lake Art and Beard Food. Thanks again for your help!Forum: Themes and Templates
In reply to: [Montezuma] Social media on top right MontezumaI still don’t understand where every column is. I try to make a picture of it for myself but so far no luck. I mean, where is col12 and where is col 1? I do understand the 3 rows and I also understand that left is 217px, center 594px and right 149px.
It would be helpful if there was a picture/drawing of how the grid is build up.
Anyways, I made all the changes you said and it is already much better! You are a gem to help me out so much. I put the social media on col4 instead of 5. How can I lower it until it’s on the same level of the menu titles (home, contact etc).By the way, i get this message all the time:
“Your theme needs to be fixed for plugins to work. To fix your theme, use the Theme Editor to insert<?php wp_head(); ?>
just before the</head>
line of your theme’s header.php file.”So I had a look in my header.php and cannot find this
</head>.
Do you have any clue?As for the menu icons, thanks for the compliment. I am a Photoshop specialist with an experience of 14 years. If I can help you with something design wise just let me know. I will be happy to make something for you in exchange for all the help you already have given me.
Forum: Themes and Templates
In reply to: [Montezuma] Social media on top right MontezumaI hope this will work then.
Forum: Themes and Templates
In reply to: [Montezuma] Social media on top right Montezuma<div id="banner-bg" class="cf"> <div id="banner" class="row"> <div id="logo-area" class="col5"> <a href="https://www.creacont.nl"> <img src="https://creacont.nl/wp-content/uploads/2014/03/logo-trendpersmixmedia-web2.png"/> </a> <<?php bfa_if_front_else( 'h1', 'h3' ); ?> id="sitetitle"> <a href="<?php echo home_url(); ?>"><?php bloginfo( 'name' ); ?></a <p id="tagline"><?php bloginfo( 'description' ); ?></p> </<?php bfa_if_front_else( 'h1', 'h3' ); ?>> </nav> <?php wp_nav_menu( array( 'container' => 'nav', 'container_class' => 'menu-wrapper col7', 'container_id' => 'menu1-wrapper', 'menu_id' => 'menu1', 'menu_class' => 'cf menu', 'theme_location' => 'menu1', 'fallback_cb' => 'bfa_page_menu' ) ); ?> </div> </div> <div id="breadcrumbs1-bg"> <nav id="breadcrumbs1" class="breadcrumbs lw"> <?php bfa_breadcrumbs( 'breadcrumbs1' ); ?> <?php dynamic_sidebar( 'Widget Area SOCIAL' ); ?> </div>
Forum: Themes and Templates
In reply to: [Montezuma] Social media on top right MontezumaYes that’s the one. But actually I do not have a preference for one specific social media plugin, as long as it works I am fine with it. I just couldn’t get the other one to work that you recommend.
You install the plugin and then adjust the settings. Then you go to the widget area and drag it into the area you want. I chose this one because it has many options for the icons.
I created the widget area in the header.php just like you said. Then I went to the widget area and there it was, so I only had to drag the acurax inside it.Here is the complete code for the header.php:
<div id=”banner-bg” class=”cf”>
<div id=”banner” class=”row”>
<div id=”logo-area” class=”col5″>
<img src=”https://creacont.nl/wp-content/uploads/2014/03/logo-trendpersmixmedia-web2.png”/>
<<?php bfa_if_front_else( ‘h1’, ‘h3’ ); ?> id=”sitetitle”>
“><?php bloginfo( ‘name’ ); ?></a
<p id=”tagline”><?php bloginfo( ‘description’ ); ?></p>
</<?php bfa_if_front_else( ‘h1’, ‘h3’ ); ?>>
</nav>
<?php wp_nav_menu( array(
‘container’ => ‘nav’,
‘container_class’ => ‘menu-wrapper col7’,
‘container_id’ => ‘menu1-wrapper’,
‘menu_id’ => ‘menu1’,
‘menu_class’ => ‘cf menu’,
‘theme_location’ => ‘menu1’,
‘fallback_cb’ => ‘bfa_page_menu’
) ); ?>
</div>
</div>
<div id=”breadcrumbs1-bg”>
<nav id=”breadcrumbs1″ class=”breadcrumbs lw”>
<?php bfa_breadcrumbs( ‘breadcrumbs1’ ); ?>
<?php dynamic_sidebar( ‘Widget Area SOCIAL’ ); ?>
</div>