baristol
Forum Replies Created
Viewing 7 replies - 1 through 7 (of 7 total)
-
Forum: Fixing WordPress
In reply to: Change html title tag on hestia/orfeoOk thanks!
Forum: Fixing WordPress
In reply to: Change html title tag on hestia/orfeoYes, I found the function, its this:
public function show_big_title_content( $content ) { $alignment = get_theme_mod( 'hestia_slider_alignment', 'center' ); $slider_elements_classes = $this->get_big_title_elements_class( $alignment ); $this->maybe_render_widgets_area( $alignment, 'right', 1 ); ?> <div class=" <?php if ( ! empty( $slider_elements_classes['slide'] ) ) { echo esc_attr( $slider_elements_classes['slide'] ); } ?> "> <?php if ( ! empty( $content['title'] ) ) { ?> <h1 class="hestia-title"><?php echo wp_kses_post( $content['title'] ); ?></h1> <?php } ?> <?php if ( ! empty( $content['text'] ) ) { ?> <span class="sub-title"><?php echo wp_kses_post( $content['text'] ); ?></span> <?php } ?> <?php if ( ! empty( $content['button_link'] ) && ! empty( $content['button_text'] ) ) { ?> <div class="buttons"> <a>" title="<?php echo esc_html( $content['button_text'] ); ?>" class="btn btn-primary" <?php echo hestia_is_external_url( $content['button_link'] ); ?>><?php echo esc_html( $content['button_text'] ); ?></a> <?php hestia_big_title_section_buttons_trigger(); ?> </div> <?php } ?> </div> <?php $this->maybe_render_widgets_area( $alignment, 'left', 1 ); }
so i copied the file to my child theme’s folder and changed the tags, but its not updating in the page…
- This reply was modified 4 years, 8 months ago by Steven Stern (sterndata).
Forum: Fixing WordPress
In reply to: Change html title tag on hestia/orfeoThe first. I already have the child theme but I don’t know where I should edit the code.
Forum: Fixing WordPress
In reply to: Need help with rental portalOk thats what I needed, marketplace functionality. Thank you very much!
Forum: Plugins
In reply to: [WooCommerce] Customize return on woocommerce?Nevermind, solved it, just had to add the css inside the coll-o-matic plug in since Im wrapping that section with that. Thanks so much!!
Forum: Plugins
In reply to: [WooCommerce] Customize return on woocommerce?It’s nor working for me… Should I import something to the child theme from wc?
Forum: Plugins
In reply to: [WooCommerce] Customize return on woocommerce?I thought of that, but I wanted to set it up automatically since the page will be updating products constantly and the person in charge has little to no idea how to do it ??
Viewing 7 replies - 1 through 7 (of 7 total)