Deckey
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Restaurateur] Problem with WidgetAny solution?
pleeeease 🙂Forum: Themes and Templates
In reply to: [Arcade Basic] How to modify the menu barI’m sorry! I’ve paste the wrong header (the new one).
Here there’s the Header.php:
HEADER(I’ve modified the original one…but now isn’t more possible to change: “It should make this file writable before you can save the changes. See the Codex for more information.”).
So I can’t delete the old modifications.I added the two images at this point of header.php:
<h3 class="sr-only"> <?php _e( 'Main menu', 'arcade' ); ?></h3> <a class="sr-only" href="#primary" title="<?php esc_attr_e( 'Skip to content', 'arcade' ); ?>"><?php _e( 'Skip to content', 'arcade' ); ?></a> <div class="align"><img class="alignright wp-image-8 size-full" src="http://provamarco2.altervista.org/wp-content/uploads/2015/01/logoSquadraP.png" width="300" height="168"/></div> <div><a href="http://termedigenova.it" target="_blank"><img class="alignleft size-medium wp-image-282" src="http://provamarco2.altervista.org/wp-content/uploads/2015/01/TERlogo.gif" alt="TERlogo" width="300" height="177" /></a></div> <div class="navbar-header"> <div style="clear:both;" /></div> <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">And so on….
And this is what I find in the “Themes”: http://s24.postimg.org/s2ojvntut/Schermata_2015_02_10_alle_13_30_30.png
The Arcade Basic Child is empty .. and if I install it resets all (as it is original, in the Demo)Forum: Themes and Templates
In reply to: [Arcade Basic] How to modify the menu barHi!
This is “style.css” : STYLE.CSS
This is functions.php: FUNCTIONS.PHP
This is header.php (in this file the link to the left logo doesn’t work more): HEADER.PHP
If isn’t possibile to put the header-background only in pages (not in home)…I could put the NAVBAR on bottom of the website (with simple black background! Also in the homepage)… but I’m not able alone 🙂
Forum: Themes and Templates
In reply to: [Arcade Basic] How to modify the menu barHi Calvin!
I’m sorry….but still doesn’t work. 🙁
When I activated the child theme, the whole site reset. (appears the background image of the default theme … and disappear all the content).
Maybe I need to copy all the files “Style.css” the same as the primary theme?Forum: Themes and Templates
In reply to: [Arcade Basic] How to modify the menu barHi there Calvin!
I created the Child Theme of “Arcade Basic” creating within the file “style.css”, “function.php” and “header.php” … copying the various codes required (with the necessary modifications to the template name etc …)
But if I make active the child theme resets everything I had in the main theme.
Maybe I’ve to copy all the others information from the main theme on “Style.css” and “function.php”? ‘Cause for now there’s only few lines like this:STYLE.CSS:
/* Theme Name: Arcade Basic Child Theme URI: http://example.com/ Description: Child Theme for Arcade Basic Author: Deckey Author URI: http://example.com/about/ Template: arcade-basic Version: 0.1.0 */FUNCTION.PHP:
<?php add_action( 'wp_enqueue_scripts', 'enqueue_parent_theme_style' ); function enqueue_parent_theme_style() { wp_enqueue_style( 'parent-style', get_template_directory_uri().'/style.css' ); }Forum: Themes and Templates
In reply to: [Arcade Basic] How to modify the menu barHi Calvin!
No, I’m not using a Child theme…I’m using a CSS plugin…
I’m not sure to be able to create a Child theme, but I’ll try!
For the header’s logo: I had only add the logo with “alignleft” in “header.php” sheet…with this code:
<div><a href="http://termedigenova.it" target="_blank"><img class="alignleft size-medium wp-image-282" src="http://provamarco2.altervista.org/wp-content/uploads/2015/01/TERlogo.gif" alt="TERlogo" width="300" height="177" /></a></div>…worked before, not anymore!
Forum: Themes and Templates
In reply to: [Arcade Basic] How to modify the menu barI also noticed that now no longer works on the link on the logo at the top left on “Terme di Genova” .. how can I do to put it back? Why now the header.php file is no longer writable.
I also noticed that, though, there’s a big problem with viewing the site via mobile phone.Forum: Themes and Templates
In reply to: [Arcade Basic] How to modify the menu barHi Calvin! Thank you so much! Can I use a CSS Plugin for do that?
Because I’ve already used a “SIMPLE CUSTOM CSS” plugin with these changes:
(maybe I can modify something directly from here:)/* Enter Your Custom CSS Here */ .only-on-home.no-fittext #site-title a { font-size: 120px; font-family: 'Arial', cursive; color: #fff; } @media (min-width: 768px) { .navbar-nav { display: table; margin-left: auto; margin-right: auto; float: none; } } .home main { display: none; } #site-navigation { background-color: rgba(0, 0, 0, 0.9); height: 200px } .navbar-nav { background-color: rgba(0, 0, 0, 0.7); margin-top: 10px } @media screen and (min-width: 1200px) { img.aligncenter.size-full.wp-image-231 { position: absolute; left: 0; right: 0; top: 65px; } } @media screen and (max-width: 1199px) { img.aligncenter.size-full.wp-image-231 { position: absolute; left: 0; right: 0; top: 160px; } }Forum: Installing WordPress
In reply to: Move from domain1 to domain2Maybe it was a server problem, because now it works! 🙂
And I have not done anything, I just asked about hosting!
But I noticed that now no longer works on the link on the logo at the top left on “Terme di Genova” .. how can I do to put it back? Why now the header.php file is no longer writable.
I also noticed that, though, there’s a big problem with viewing the site via mobile phone.Forum: Installing WordPress
In reply to: Move from domain1 to domain2Hi!
In fact I had forgotten….Thank you!
But now there’s some problem in any case :-/
I’ve done these passages:1-canged the two URLs in Setting -> General into the old website (now “http://anni60sheffieldfc.it” instead of “http://provamarco2.altervista.org”)
2– Upload the old Database into the new Database (the first was in altervista.org, the new in bbbell.com)
3– Upload via FTP the entire website on domain2 (after saved one backup from the domain1)
4– Changed the “wp-config.php” via FTP for modify the “DB name” “DB user” “DB password” and the Unique Keys and Salts.
…..after that…nothing happens and now. At http://www.anni60sheffieldfc.it this message appears:
Safari can not open the page “http://anni60sheffieldfc.it” because it can not find the server “anni60sheffieldfc.it”
What have I done wrong?Forum: Themes and Templates
In reply to: [Arcade Basic] How to modify the menu barHi Calvin! Thank you!
I’d prefer to have a background image on the header of pages (not in homepage)…but I don’t ask you to help me if there’s a lot of work to do!
So, I think I can use a black or white simple background….but…is it possible to have only on the pages, not also in the homepage? (for now is always black…)Thank you!
Forum: Themes and Templates
In reply to: [Arcade Basic] How to modify the menu barHi there!
Thank you for your help!
But it still not working 🙁
Now there’s the image, but still not scroll down under the menu.. instead I would like to have only a “strip” of the image in the header at the top of each page that runs down along with the menu and side logos. (for now only the logos and the menu scroll down with transparent background)
Can you control? I left the code that you gave me, so you can see how it’s working 🙂Forum: Themes and Templates
In reply to: [Arcade Basic] How to modify the menu barHello there!
Thank you so much for your help!I’ve tried to insert the code in “Simple Custom CSS” plugin, but doesn’t work. What I’m doing wrong?
Here are other codes that I have included in the plugin CSS:/* Enter Your Custom CSS Here */ .only-on-home.no-fittext #site-title a { font-size: 120px; font-family: 'Arial', cursive; color: #fff; } @media (min-width: 768px) { .navbar-nav { display: table; margin-left: auto; margin-right: auto; float: none; } } .home main { display: none; } #site-navigation { background-color: rgba(0, 0, 0, 0); height: 170px } .navbar-nav { background-color: rgba(0, 0, 0, 0.7); margin-top: 10px } @media screen and (min-width: 1200px) { img.aligncenter.size-full.wp-image-231 { position: absolute; left: 0; right: 0; top: 65px; } } @media screen and (max-width: 1199px) { { img.aligncenter.size-full.wp-image-231 { position: absolute; left: 0; right: 0; top: 160px; } }I’d like to fix this image on the HEADER background, but only in the pages (not in the homepage): http://s12.postimg.org/vhlc8x7f1/bandapagina_01_01_01.jpg
and fix the position of the “Integrity, Respect, Community” image then when you scroll the image still be there.
I’ve also noticed that: with mobile device the website have some problems! (I think because in the homepage I’ve put two logos -on the left and on the right-)….
oooouch!Forum: Themes and Templates
In reply to: [Arcade Basic] Different header per pageSomeone has solved?
I’m searching for the sameForum: Fixing WordPress
In reply to: How to modify the menu barHello! Can I ask you another help? Maybe you can do that!
Is possible to fix the Header on the top with a background (not in the homepage, but only in others pages)? Maybe with black background or, better, the same image that is now on each page?(the piece of background-image with the three words “Integrity, Respect, Community” like this: http://s29.postimg.org/3vzanea3b/backgroundpage_01.jpg )?
So the menu-nav scroll down in pages with an image background.Thank you!