hensterrsa
Forum Replies Created
-
Forum: Plugins
In reply to: [Ultimate Product Catalog] shortcodesSorry last question why do i have these gaps ?
Forum: Plugins
In reply to: [Ultimate Product Catalog] shortcodeslol found font color
.upcp-thumb-title a {color: black !important;}
Forum: Plugins
In reply to: [Ultimate Product Catalog] shortcodesok i found these
remove the search bar
.prod-cat-text-search { display: none;}
remove tabks on top
.Grey-prod-cat-header-div {display: none;}
Just need the code to change the font color please
thanks
Forum: Fixing WordPress
In reply to: need plug inThank you for your feednack
Forum: Fixing WordPress
In reply to: need plug inI’m looking for this (add on) to make images move up with a title below
https://henster.co.za/wp-content/uploads/2015/06/example.png
hope this makes sense ??
Forum: Themes and Templates
In reply to: [Customizr] before footerWow
thanks you guys are the best , if you ever visit us at South Africa I will buy you a beer ??
Forum: Themes and Templates
In reply to: [Customizr] before footeroops
sorry
i already have this wiged active
add_filter( 'tc_default_widgets' , 'add_featured_page_widget' ); function add_featured_page_widget( $defaults ) { $defaults['fp_widgets'] = array( 'name' => __( 'Featured Pages Widget' , 'customizr' ), 'description' => __( 'Above the featured pages area on home' , 'customizr' ) ); return $defaults; } add_action('__before_fp' , 'display_my_fp_widget'); function display_my_fp_widget() { dynamic_sidebar('fp_widgets');
so i get a php error if i use both , is there a work around for this?
Forum: Themes and Templates
In reply to: [Customizr] before footerhi
they are all within the footer area
I need the picture in
https://choiceofficefurniture.co.za/wp-content/uploads/2015/06/here.pngbut I found this code @ this snipped
https://presscustomizr.com/snippet/adding-widget-area-home/
// Adds 4 widget areas below Featured page section on Home page 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'); } // Style all the featured pages widgets so they take up the right space add_filter( 'fp_widgets_class', 'display_my_fp_widget_class'); add_filter( 'fp_widgets_two_widget_class', 'display_my_fp_widget_class'); add_filter( 'fp_widgets_three_widget_class', 'display_my_fp_widget_class'); add_filter( 'fp_widgets_four_widget_class', 'display_my_fp_widget_class'); function add_featured_page_widget_class() { return 'span3'; }
so I’m sorted thanks
Forum: Plugins
In reply to: [Ultimate Product Catalog] after update cannot add new productsHi
I managed to find the Plugin that causes conflict with yours
BackUpWordPress Backup Plugin https://bwp.hmn.md/
I deactivated it and all seems fine , thank you so much
Forum: Plugins
In reply to: [Ultimate Product Catalog] after update cannot add new productsResent update i think
I have already uploaded more than 120 stock items .. do i need to re load them again from scratch?
Forum: Themes and Templates
In reply to: [Customizr] Add widget area to header – aligned to the right@ Moosie how did you add this text to your feature page ?
Signature Projects provides extensive consultancy and event planning services to private enterprise, local government, First Nations and not for profit organisations throughout northern British Columbia…
Forum: Themes and Templates
In reply to: [Customizr] Customizer adding a buttonCool thank you so much
One more last thing how do I show the page title and position the title
Kind regards