dem10
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Pictorico] change color previous/next entrieshttps://www.infoliga.schleider.com.ar/page/2/
One more question, I want tochange padding but I can in arrow…
.site-main .post-navigation .nav-previous a, .site-main .paging-navigation .nav-previous a { background: #cc7810; color: rgba(255,255,255,0.5); float: left; padding: 5px 5px 5px 65px; position: relative; text-align: center; width: 50%; color: black; } .site-main .post-navigation .nav-next a, .site-main .paging-navigation .nav-next a { background: #cc7810; color: rgba(255,255,255,0.5); float: right; padding: 5px 5px 5px 65px; position: relative; text-align: center; width: 50%; color: black; } .site-main .post-navigation .meta-nav:before, .site-main .paging-navigation .meta-nav:before { background: #cc7810; padding: 5px 5px 5px 10px; }
THANKS!
Mod. Edit: Please add backticks around code to make it more readable.
Forum: Themes and Templates
In reply to: [Pictorico] change color previous/next entriesworked! thank you
Forum: Plugins
In reply to: [qTranslate X] disable dropdownI don′t understand
I have this in language menu
URL #qtransLangSwLM#?lang=es&title=none¤t=hidden&names=hidden
navigation label Language Menuwhere I must put this?
English <img alt=”English” src=”https://localhost/wordpress/wp-content/plugins/qtranslate-x/flags/gb.png”>Forum: Themes and Templates
In reply to: [Pictorico] repeat header menu in footerresolved!
Forum: Themes and Templates
In reply to: [Pictorico] repeat header menu in footerI tried this
ul{
list-style-type:none;
}but does not work, why?
Forum: Themes and Templates
In reply to: [Pictorico] repeat header menu in footerfinally I did it with a plugin. Now I want to eliminate bullets and put hover effect. I tried by css but no results ??
Forum: Themes and Templates
In reply to: [Pictorico] repeat header menu in footerI understand but I want to show some main links and social icons at footer
Forum: Themes and Templates
In reply to: [Pictorico] change position search box iconsorry, is for other site (shown in capture) with other theme
Forum: Themes and Templates
In reply to: [Pictorico] repeat header menu in footerbut how can I show both menus at menu header?
I do 1 menu with “Top,” “Photogallery,” and “LNB” (called header) and other menu with social icons (called menu 1) but I can′t show both together, I can′t use both as primary menu
Forum: Themes and Templates
In reply to: [Pictorico] change position search box iconI want to insert the search box (I prefer an icon) inside the menu but I don′t know how.
this is the header.php
<?php wp_nav_menu( array( ‘theme_location’ => ‘primary’, ‘menu_class’ => ‘nav-menu’ ) ); ?>
</nav><!– #site-navigation –><div class=”header-search”>
<?php get_search_form(); ?>
</div>screenshot
Forum: Themes and Templates
In reply to: [Pictorico] repeat header menu in footerI don′t understand, sorry
Forum: Themes and Templates
In reply to: [Pictorico] I want to show caption in imageworked! Thank you very much
Forum: Themes and Templates
In reply to: [Theme RIBOSOME] change position of search iconthis is the code?
</div><!– .top-bar –>
<div class=”wrapper-search-top-bar”>
<div class=”search-top-bar”>
<?php get_template_part( RIBOSOME_TEMPLATE_PARTS . ‘searchform-toggle’ ); ?>
</div>where I must paste it?
Forum: Themes and Templates
In reply to: [Pictorico] I want to show caption in imageI can change the color with no problem, for example white. At home worked good but at the individual post is gray… why?
https://www.infoliga.schleider.com.ar/36996/gutierrez-sigue-en-penarol/
Forum: Themes and Templates
In reply to: [Pictorico] repeat header menu in footercolor worked OK!
but I can′t change the style to horizontal, I will continue trying