Justine007
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Customizr] Increase slider image height in responsive mode onlyunfortunately this code is not working in my new install also, please check
https://ordinary.net46.net/wordpress3/I added your code to style.css
https://s10.postimg.org/5gqyjbvd5/image.jpg
settings in slider options
Forum: Fixing WordPress
In reply to: how to align widgets side by side, theme customizrAny way?
Forum: Themes and Templates
In reply to: [Customizr] Lay out front pageThanks rdellcunsulting, but please name the file to which this code to add.
Please name a developer toolForum: Themes and Templates
In reply to: [Customizr] Increase slider image height in responsive mode onlyNot working that also, will check with a new install
Forum: Themes and Templates
In reply to: [Customizr] More than one slider in a pageI already found that post, but as a newbie like me I can’t do a anything with that post, moreover he is not giving the code.
Forum: Themes and Templates
In reply to: [Customizr] Widget area after featured pageAt present I am unable to buy it, but sure I am considering it.
I have a code
add_filter( 'tc_default_widgets' , 'add_featured_page_widget' ); function add_featured_page_widget( $default_widgets_area ) { $default_widgets_area ['fp_widgets'] = array( 'name' => __( 'Featured Pages Widget One' , 'customizr' ), 'description' => __( 'Below the featured pages area on home' , 'customizr' ) ); $default_widgets_area['fp_widgets_two'] = array( 'name' => __( 'Featured Pages Widget Two' , 'customizr' ), 'description' => __( 'Below the featured pages area on home' , 'customizr' ) ); $default_widgets_area['fp_widgets_three'] = array( 'name' => __( 'Featured Pages Widget Three' , 'customizr' ), 'description' => __( 'Below the featured pages area on home' , 'customizr' ) ); $default_widgets_area['fp_widgets_four'] = array( 'name' => __( 'Featured Pages Widget Four' , 'customizr' ), 'description' => __( 'Below the featured pages area on home' , 'customizr' ) ); return $default_widgets_area; } add_action('__after_fp' , 'display_my_fp_widget'); function display_my_fp_widget() { dynamic_sidebar('fp_widgets'); dynamic_sidebar('fp_widgets_two'); dynamic_sidebar('fp_widgets_three'); dynamic_sidebar('fp_widgets_four'); }
this is displaying 4 widgets.
please help to align side by side if possible, by css.
thanks
Forum: Themes and Templates
In reply to: [Customizr] Widget area after featured pageI found that I have to add __after_fp hook. How to place 4 widget side by side?
Thanks
Forum: Themes and Templates
In reply to: [Customizr] Slider height problemIn your link, there is no front page slider I can see, I increase slider height from 400 to 500, now problem solved.
Thanks.Forum: Themes and Templates
In reply to: [Customizr] Increase slider image height in responsive mode only@media all and (max-width:980px) {
.carousel {
min-height: 900px; /* Amend */
}
}I used this in style.css, still no luck, https://ordinary.net46.net/wordpress/
Forum: Themes and Templates
In reply to: [Customizr] Slider height problemI cant find check option in slider options, I uncheck dynamic slider images centering, now upper part of slider shows normal.
Forum: Themes and Templates
In reply to: [Customizr] How to animate slider textThank you rdellconsulting
Forum: Themes and Templates
In reply to: [Customizr] customizing front pageThanks for responding, it is not featured page, I would like to add a separate one. Just three rectangles or a rectangle with equal division to form three rectangles with some background color, a tittle, 20 words description, and a button link.
Forum: Plugins
In reply to: [Flexible Map] Gps tracking possible?I mean, will it possible to show direction from user to the destination if he enabled gps in his phone?
Forum: Themes and Templates
In reply to: [Customizr] How to animate slider textAny way to add this effect?https://www.jqueryscript.net/demo/jQuery-CSS3-Based-Text-Animation-Effect-Plugin-LetterFX/
Forum: Themes and Templates
In reply to: [Customizr] How to animate slider textIs it possible?