Nuriaruiz
Forum Replies Created
-
Forum: Plugins
In reply to: [Scalable Vector Graphics (SVG)] SVG in image gallery is not workingHi, it doesn’t work on my website. It doesn’t display the file svg.
nuriaruizporfolio.comThanks!
Forum: Themes and Templates
In reply to: Expositio Theme Remove or change FooterHi Mat,
I just changed the bold words in the header.php:
‘nav-menu’, ‘container_id’ => ‘top-right-menu’, ‘fallback_cb’ => false)); ?>
</nav>
<footer id=”colophon” class=”site-footer” role=”contentinfo”>
<div class=”site-info”>
<?php printf(__(‘copy name‘)
);
?>
</div><!– .site-info –>
<div class=”copyright“>© 2016</div>
</footer><!– #colophon –>
</header><!– #masthead –>
<div id=”header-helper”></div><div id=”main” class=”site-main”>
Hope this help you
N
Hi!
Do you know how can I change the position between the pagename and the items (psotnames, categories,…) in the web tab? I would like to put the pagename in the first position.
This is the code in header.php:
<?php
/**
* The Header for our theme
*
* Displays all of the <head> section and everything up till <div id=”main”>
*/
?><!DOCTYPE html>
<!–[if IE 7]>
<html class=”ie ie7″ <?php language_attributes(); ?>>
<![endif]–>
<!–[if IE 8]>
<html class=”ie ie8″ <?php language_attributes(); ?>>
<![endif]–>
<!–[if !(IE 7) | !(IE 8) ]><!–>
<html <?php language_attributes(); ?>>
<!–<![endif]–>
<head>
<meta charset=”<?php bloginfo(‘charset’); ?>”>
<meta name=”viewport” content=”width=device-width”>
<title><?php wp_title(‘|’, true, ‘right’); ?></title>
<link rel=”profile” href=”https://gmpg.org/xfn/11″>
<link rel=”pingback” href=”<?php bloginfo(‘pingback_url’); ?>”>
<link rel=”shortcut icon” href=”<?php echo get_stylesheet_directory_uri(); ?>/favicon.png” />
<!–[if lt IE 9]>
<script src=”<?php echo get_template_directory_uri(); ?>/js/html5.js”></script>
<![endif]–>
<?php wp_head(); ?></head>
<body <?php body_class(); ?>>
<div id=”wrapper”>
<div id=”page” class=”hfeed site”>
<header id=”masthead” class=”site-header” role=”banner”>
<h1 class=”site-title”>” rel=”home”><?php bloginfo(‘name’); ?></h1>
<h1 class=”menu-toggle”>m</h1>
<nav id=”primary-navigation” class=”site-navigation primary-navigation” role=”navigation”>
<?php _e(‘Skip to content’, ‘expositio’); ?>
<span id=”navigation-close”>✕</span>
<?php wp_nav_menu(array(‘theme_location’ => ‘primary’, ‘menu_class’ => ‘nav-menu’, ‘container_id’ => ‘top-main-menu’, ‘fallback_cb’ => false)); ?>
<?php wp_nav_menu(array(‘theme_location’ => ‘secondary’, ‘menu_class’ => ‘nav-menu’, ‘container_id’ => ‘top-right-menu’, ‘fallback_cb’ => false)); ?>
</nav>
<footer id=”colophon” class=”site-footer” role=”contentinfo”>
<div class=”site-info”>
<?php printf(__(‘Núria Ruiz’)
);
?>
</div><!– .site-info –>
<div class=”copyright”>© 2016</div>
</footer><!– #colophon –>
</header><!– #masthead –>
<div id=”header-helper”></div><div id=”main” class=”site-main”>
Thanks!
Forum: Fixing WordPress
In reply to: How modify a clickable category to a non-clickable one, instead?It works!!
Thanks a lot!N
Solved! I found it in header.php.
Thanks a lot!N
Yes! I’m using expositio theme. My website is nuriaruizportfolio.com
I can not find the code to change in header.php.
Can you help me with this info?
Thanks
NForum: Fixing WordPress
In reply to: How modify a clickable category to a non-clickable one, instead?Do I have to modify functions.php? Which code should I change?
Does anybody know how to do it?
Thanks!
N
Forum: Fixing WordPress
In reply to: Leave space between text (post) and image gallerySolved changing padding.
Forum: Plugins
In reply to: [Form Builder | Create Responsive Contact Forms] Change text formTrue. Sorry and thanks!
Anyway, I have some questions more.
I would like to change the blue light rounding the box, is it possible? Just the color, to a grey for example.
Is there any possibility to change the loading button when you send the message?
And finally, is it possible to change the font? I would like to add the same as the website font.
You have my review ??
Forum: Plugins
In reply to: [Form Builder | Create Responsive Contact Forms] Change text formHi again,
Also, I would like to change the blue light which appears when you select the field. Is it possible to change the color?
Thanks!
Forum: Plugins
In reply to: [WooCommerce] make category non clickableHi,
I’m trying to make a non clickable category as well.
Where should I change this function? I have tried to add it in my functions.php page but it doesn’t work.
Thank you
N
Forum: Plugins
In reply to: [Form Builder | Create Responsive Contact Forms] Change text formHi!
I just uploaded my website, and the plugin doesn’t work properly.
As you can see, when you try to write down on the fields, it’s looks invisible. And also, the submit button is loading for a while, but finally it doesn’t send any message.Can you check it out?
Thank you
nuriaruizportfolio.com
Forum: Plugins
In reply to: [Form Builder | Create Responsive Contact Forms] Change text formYes, it’s so usefull! Let me see how it works (webpage still in local). I will tell you! ??
Forum: Plugins
In reply to: [Form Builder | Create Responsive Contact Forms] Change text formYes, I finally found it. Thanks
Solved. It was modifying the hover of posts, and adding border-bottom white.
.menu-item-object-post a:hover
{
border-bottom: 1px solid #fff;
}