Forum Replies Created
-
in reply to: Creating a new extra instagram icon
I was unable to make the modification from the wp dashboard, server respond too slow. Maybe you have added security plugins?
Please send a ftp account or cpanel as private reply to accelerate the work
Thanks
in reply to: Issue with mobile viewHi,
Can you check now on android devices? Please make sure to clear cookies before or open on incognito.
Sorry for the delay, we will fix your website issues asap.
About the site speed, it should be a server issue. Also, try to use as few plugins as possible.
Thanks
in reply to: Dummy Content | Menu | SliderHi, after some tests, we have installed it, but not totally. The problem is on duplicated menu items as you can see on the footer. Just empty them or recreate
Thanks
in reply to: Creating a new extra instagram iconHi, do you need two different Instagram icons?
in reply to: how do I get the dummy pagesHi, please check now, is it what you need?
Thanks
in reply to: Polylang language editorHi,
If you want you can use a premium plugin like WPML. But we have some clients that have done good job using Polylang. you can just duplicate the original content and translate it.
Thanks
in reply to: Footer ColumnsSorry for the inconvenience. You can’t without customization of code
2668 – 2692 lines on includes/core/codeless_options.php
replace with:
array( 'id' => 'footer_columns', 'type' => 'image_select', 'title' => esc_html__('Footer Columns', 'specular'), 'subtitle' => esc_html__('Select how many columns do you want for the footer. Choose between 1, 2, 3 or 4 column layout.', 'specular'), 'options' => array( '1' => array( 'alt' => '1 Column', 'img' => ReduxFramework::$_url.'assets/img/1col.png' ), '2' => array( 'alt' => '2 Columns', 'img' => ReduxFramework::$_url.'assets/img/2-col-portfolio.png' ), '3' => array( 'alt' => '3 Columns', 'img' => ReduxFramework::$_url.'assets/img/3-col-portfolio.png' ), '4' => array( 'alt' => '4 Columns', 'img' => ReduxFramework::$_url.'assets/img/4-col-portfolio.png' ), '6' => array( 'alt' => '6 Columns', 'img' => ReduxFramework::$_url.'assets/img/4-col-portfolio.png' ) ), 'default' => '2' ),Then go to footer options and select 6
But you can’t with 5, only 6 or 12
Thanks
in reply to: Attributes cannot useYou’re welcome :)
If you like our theme and support, leave us a rating on Themeforest, it’s very important for us :)
https://themeforest.net/downloads
Thank You so much
in reply to: Codeless Page Builder doesn\’t activateYou’re welcome :)
If you like our theme and support, leave us a rating on Themeforest, it’s very important for us :)
https://themeforest.net/downloads
Thank You so much
in reply to: I don't see preview in Codeless BuilderHi, sorry but i dont understand very well the issue.
When using the codeless builder, you see live changes.
Let me know
Thanks
in reply to: Cards – mediaCustom css:
.temp-img .media_align_left { margin-bottom: 0; } .media-over-content { position: absolute; bottom: 0; padding: 20px; } .media-over-content i { font-size: 24px!important; } .vc_btn3.vc_btn3-color-juicy-pink, .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat { background-color: #4db4c5; } .wpcf7-form-control-wrap textarea, .wpcf7-form-control-wrap input[type="text"], .wpcf7-form-control-wrap input[type="email"], .wpcf7-form-control-wrap input[type="tel"] { border: 1px solid #dddddd!important; } .media-over-content h4 { text-shadow: 1px 1px black; } #temp-img .wpb_column:hover .media_el.wpb_content_element.rounded_right_corners { transform: scale(1.03); cursor: pointer; } #temp-img .media_el.wpb_content_element.rounded_right_corners{ box-shadow: 4px 4px 20px 2px rgba(0,0,0,0.2); border-bottom-right-radius: 50px!important; margin-bottom:0; border-radius:4px; filter:brightness(); transition: 0.1s all ease-in-out; } #temp-img .media_el.wpb_content_element.rounded_right_corners::after { content: ''; background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 20%, transparent 60%); width: 100%; height: 100%; position: absolute; display: block; }shortcodes:
[vc_row text_color="light" el_id="temp-img"][vc_column width="1/3"][media rounded_right="1" image="365"][vc_column_text css_animation="fadeIn" el_class="media-over-content"]<i class="fas fa-dumbbell"></i> <h4>Crossfit workout</h4> <h5><span style="color: #4db4c5; font-weight: 600;">Push your limits</span></h5> [/vc_column_text][/vc_column][vc_column width="1/3"][media rounded_right="1" image="366"][vc_column_text css_animation="fadeIn" el_class="media-over-content"]<i class="fas fa-dumbbell"></i> <h4>New gym apparel</h4> <h5><span style="color: #4db4c5; font-weight: 600;">Look good, feel good</span></h5> [/vc_column_text][/vc_column][vc_column width="1/3"][media rounded_right="1" image="367"][vc_column_text css_animation="fadeIn" el_class="media-over-content"]<i class="fas fa-dumbbell"></i> <h4>Crossfit workout</h4> <h5><span style="color: #4db4c5; font-weight: 600;">Push your limits</span></h5> [/vc_column_text][/vc_column][/vc_row]place it to the end of page(classic editor) then open with wpbakery to edit
Thanks
in reply to: Image Alt Tags Not DisplayingHi,
on media.php file
replace alt=”whatever inside” with
alt="'.get_post_meta( $image, '_wp_attachment_image_alt', true );.'"Thanks
in reply to: how do I get the dummy pagesHi,
you should edit the Megamenu title option on Theme Options -> Heade -> Dropdown
Color code is: #656565
You can rate theme by selecting the stars on the download page
Thank you!
in reply to: Polylang language editorHi, please check this tutorial:
https://www.pixelemu.com/documentation/wordpress-tutorials/multilingual-wordpress-site-polylang
Thanks