cajos1968
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Issues right align top menu & sticky menuHmmm
doesn’t work:
.dcjq-mega-menu ul.menu {
display: table;
margin: 0 auto;.dcjq-mega-menu ul.menu {
background: url(‘skins/images/bg_black.png’) repeat-x scroll 0px -80px #222;Forum: Themes and Templates
In reply to: What theme is this ?It does work for that site!!
here you go.
WP configuration:Standard. Previous analysis:
Date: Last analysed by WPTD on 2014-07-06.
Page: https://www.lifehack.org
Previous results:
Theme: lifehack-v4 (same theme detected now).
WordPress configuration: Standard.
Plugins: 1 plugin was detected last time.
Theme changes:The active theme has not changed since this site was first tracked by WPTD on 2013-07-03.
Site popularity:
In WPTD: WPTD is quite frequently asked to analyse this site.
Alexa Rank: 3,006 (current Global Alexa Rank). This site is very popular in United States, with an Alexa Rank of 1,765 in that country.
Backlinks: This site has 9,333 backlinks, according to Alexa.Forum: Themes and Templates
In reply to: Issues right align top menu & sticky menuI understand that.
I want to move this menu also to the middle but can’t find a setting that works (or even respond to).
Forum: Themes and Templates
In reply to: Issues right align top menu & sticky menuSame site same sort of problem.
The main menu is aligned to the left. Some how can’t get it to move to the middle. is this related?
Forum: Themes and Templates
In reply to: Issues right align top menu & sticky menuIt did!!
I had this one ??
.main-navigation ul {
float: right;
}Cleared browser and put in your line :). Seems to worknow!!
Thx!!
Forum: Themes and Templates
In reply to: What theme is this ?Does for me
Forum: Themes and Templates
In reply to: What theme is this ?Use this to check
Forum: Themes and Templates
In reply to: Adding widget area in Vantage themThx!!!! for the help!!!!
Forum: Themes and Templates
In reply to: Adding widget area in Vantage themGot it!!!
Forum: Themes and Templates
In reply to: Adding widget area in Vantage themParse error: syntax error, unexpected ‘endif’ (T_ENDIF) in /home/content/36/8658336/html/dclm/wp-content/themes/vantage-child/sidebar-before-slider.php on line 5
Forum: Themes and Templates
In reply to: Adding widget area in Vantage themYes!!!! Widget registered!! ??
But It doesn’t show in the new area.
Must be in this sidebar-before-slider.php
`<?php if (! dynamic_sidebar ( ‘vantage_chid_widgets_init’ ) ): ?>
<h3 class=”widget-title”><?php _e(‘Widgetized Sidebar’, ‘textdomain’); ?></h3>
<p><?php _e(‘This panel is active and ready for you to add some widgets via the WP Admin’, ‘textdomain’); ?>
</p>
<?php endif; ?>Getting close
Forum: Themes and Templates
In reply to: Adding widget area in Vantage themI used this video to create it
Forum: Themes and Templates
In reply to: Adding widget area in Vantage themLike I said I’m a nood :p
This is my functions.php in my child
<?php function vantage_chid_widgets_init() { register_sidebar( array( 'name' => 'Before Slider', 'id' => 'before-slider', 'before_widget' => '<aside id="%1$s" class="widget %2$s">', 'after_widget' => '</aside>', 'before_title' => '<h3 class="widget-title">', 'after_title' => '</h3>', )); } add_action( 'widget_init', 'vantage_chid_widgets_init');
As I understand it I should have a new widget called Before Slider.
But I have not.
Forum: Themes and Templates
In reply to: Adding widget area in Vantage themAh there is what an issue. I don’t see the new widget there. Hmmmmm
Forum: Themes and Templates
In reply to: Adding widget area in Vantage themYes got something (small steps)
Widgetized Sidebar
This panel is active and ready for you to add some widgets via the WP Admin
Is now displayed in the area I want.
Now how do i hook it up with a widget?