Solution for this topic
Hi Kyle,
I hope you are well today and thank you for your question.
You can try achieving this by adding HTML anchor in the Top Bar Settings as displayed in the attached screenshot and using the attached custom child theme of Jevelin theme that contains some custom code.
Best regards,
Shufflehound team
Solution for this topic
Hi @pknoop,
I hope you are well today and thank you for your question.
I could confirm the issue on my test site therefore notified the theme developer about this so that it will be fixed.
The issue will be fixed ASAP.
In the meanwhile you can resolve the issue by using the attached child theme of Jevelin theme.
Best regards,
Shufflehound team
@LaboremEdge Hi, please check if you have right permissions to work with those folders/home/georgec0/public_html/beta/summitenvironmentalsolutions.com/wp-content/plugins/js_composer . Also try to remove VC and install it one more time, but delete old version and install new version of it.
You are most welcome here 🙂
There are many reasons that causes to display this WordPress error. You can try resolving it as described on the following pages.
https://theme-fusion.com/knowledgebase/are-you-sure-you-want-to-do-this/
https://premium.wpmudev.org/blog/are-you-sure-you-want-to-do-this-error-wordpress/
I visited your shared site but don’t see any problem on it as shown in the attached screenshot.
Could you please reproduce it so that i can troubleshoot it?
About the excerpt: that’s something I already tried. But somehow visual page builder is overwriting the excerpt with html tags when you insert the blog-post widget on a regular page. The weird thing is that is doesn’t do so in blog-category pages, there it shows the excerpt regardless whether or not it is build with visual page builder. So somehow the page, visual page builder and excerpt are incompatible.
http://www.rensvandeschoot.jvhwebsite.nl/publications/ < this is the problematic page (showing html tags)
http://www.rensvandeschoot.jvhwebsite.nl/category/publications/ < these are the same articles in a blog-category with the proper excerpt.
Would you mind if i log in to your site and do some troubleshooting? If this is ok then could you please share me your site log in details privately by adding them in the box having text “Click here to share private content. Only you and forum moderators will bee able see it.”?
The timeline plugin says we need to use this code : [content_timeline id=”1″].
It looks legit to me. It doesn’t matter how I put it in there though (text-editor, default editor, html code), it doesn’t show on this page.
If you analyze the row with inspector you can see that it is in there and that it is showing the code the plugin is supposed to show. It’s just not visible on the page.
I visited your shared page and it seems this may be happening because of the javascript error message occurring on your site as shown in the attached screenshot.
This can be due to plugin conflict on your site so please try temporary deactivating all plugins and see whether everything works fine and then enable the plugins one by one to see which plugin is conflicting if any.
Are the teammember plugins proven to be compatible with the team? I installed one before, but there was no way to actually insert it on the page using visual page builder.
We have not tested those plugin with theme but you can use it in the page with visual page builder by adding the Text Block element in the page and then adding the shortcode provided by plugin in it.
I visited your site and it is loading fine for me. May be because you have removed the signup form.
Can you check the JavaScript console for errors when you face this issue?
In Chrome go to “Tools -> Developer Tools” and in Firefox you can go to “Tools -> Web Developer -> Console”
Find information about how to open JavaScript browser console :
http://webmasters.stackexchange.com/questions/8525/how-to-open-the-javascript-console-in-different-browsers
http://codex.wordpress.org/Using_Your_Browser_to_Diagnose_JavaScript_Errors
Let me know what JavaScript errors if any you are getting when you face this issue.
Solution for this topic
Another question about this element, when we hit Submit button, we see the success message – in a GREEN color. Where can we edit this color so it matches our color scheme?
The url for the success message is here > http://www.storescan.eu/contact/
You can change its color by adding the following CSS code in the Custom CSS code option of your theme on the below path.
Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code
.fw-flash-message {
color: #00b0c3;
}
Please change the color value in the above code to whatever you want to use by referring the following pages.
http://www.w3schools.com/html/html_colors.asp
http://www.w3schools.com/html/html_colorvalues.asp
http://www.w3schools.com/tags/ref_colorpicker.asp
For gravity form styling same as your form – should I setup a test page with a gravity form so you can create the custom css for the gravity form styling? I will make sure it has all the fields we want to use – fieldtypes.
The url will be http://www.storescan.eu/test – as you see input fields are not alligned next to each other, are higher – so I would like same styling as you have done with your form element.
Use below custom CSS code to style it.
@media (min-width: 768px){
#field_2_7,
#field_2_6,
#field_2_5,
#field_2_4,
#field_2_3,
#field_2_2 {
float: left;
width: 50%;
clear: none;
}
#field_2_7 select,
#field_2_7 input,
#field_2_6 input,
#field_2_5 input,
#field_2_4 input,
#field_2_3 input,
#field_2_2 input{
width: 100%;
}
#field_2_6{
clear: both;
}
}
#gform_fields_2 select{
border: 1px solid #e3e3e3;
background: #fff;
}
#gform_fields_2 input {
line-height: 40px!important;
border: 1px solid #e3e3e3;
background: #fff;
}
Hi @lukarebello,
I hope you are well today and thank you for your question.
Make sure that session directory is writable on your server or contact your web host regarding this.
Also see the solutions posted on the following pages to resolve this issue.
http://www.fastsecurecontactform.com/session-start-error
Best regards,
Shufflehound team
Please temporary activate them so that i can provide you the CSS solution.
Hi @SSHello,
I hope you are well today and thank you for your question.
Yes you can use a google font with the Jevelin theme by using the solutions below.
https://wordpress.org/plugins/easy-google-fonts/
https://wordpress.org/plugins/wp-google-fonts/
http://www.wpbeginner.com/wp-themes/how-add-google-web-fonts-wordpress-themes/
https://www.elegantthemes.com/blog/tips-tricks/how-to-use-google-fonts-on-your-wordpress-website
Best regards,
Shufflehound team
Would you mind if i log in to your site and access it? If this is ok then could you please share me your site log in details privately by adding them in the box having text “Click here to share private content. Only you and forum moderators will bee able see it.”?
Hi @truongdotorg,
I hope you are well today and thank you for your question.
Could you please share me your site URL where it’s happening so that i can troubleshoot it?
Best regards,
Shufflehound team
Solution for this topic
Not an issue. You are most welcome here 🙂
Those shortcodes are provided by Unyson plugin but currently they don’t have documentation for it.
I just checked the Unyson plugin code and found the following code which are the options of button shortcode which you can use to customize it.
$options = array(
'id' => array( 'type' => 'unique' ),
'general' => array(
'title' => esc_html__( 'General', 'jevelin' ),
'type' => 'tab',
'options' => array(
'text' => array(
'label' => esc_html__( 'Button Text', 'jevelin' ),
'desc' => esc_html__( 'Enter button text', 'jevelin' ),
'type' => 'text',
'value' => 'This is button'
),
'url' => array(
'label' => esc_html__( 'Button URL', 'jevelin' ),
'desc' => esc_html__( 'Enter button URL', 'jevelin' ),
'type' => 'text',
'value' => '#'
),
'target' => array(
'type' => 'switch',
'label' => esc_html__( 'Button Target', 'jevelin' ),
'desc' => esc_html__( 'Choose if you want to open the linked page in a new window', 'jevelin' ),
'right-choice' => array(
'value' => '_blank',
'label' => esc_html__('Yes', 'jevelin'),
),
'left-choice' => array(
'value' => '_self',
'label' => esc_html__('No', 'jevelin'),
),
),
'alignment' => array(
'label' => esc_html__('Alignment', 'jevelin'),
'desc' => esc_html__('Select button alignment', 'jevelin'),
'type' => 'select',
'value' => 'left',
'choices' => array(
'left' => esc_html__('Left', 'jevelin'),
'center' => esc_html__('Center', 'jevelin'),
'right' => esc_html__('Right', 'jevelin'),
)
),
'alignment_mobile' => array(
'type' => 'switch',
'label' => esc_html__( 'Mobile Alignment', 'jevelin' ),
'desc' => esc_html__( 'Choose mobile alignment', 'jevelin' ),
'right-choice' => array(
'value' => 'center',
'label' => esc_html__('Center', 'jevelin'),
),
'left-choice' => array(
'value' => 'default',
'label' => esc_html__('Default', 'jevelin'),
),
'value' => 'default'
),
'image' => array(
'label' => esc_html__( 'Background Image', 'jevelin' ),
'desc' => esc_html__( 'Upload image background image', 'jevelin' ),
'type' => 'upload',
),
),
),
'icon_tab' => array(
'title' => esc_html__( 'Icon', 'jevelin' ),
'type' => 'tab',
'options' => array(
'icon' => array(
'type' => 'new-icon',
'label' => esc_html__( 'Icon', 'jevelin' ),
'desc' => esc_html__( 'Select icon', 'jevelin' ),
'set' => 'jevelin-icons',
),
'icon_alignment' => array(
'type' => 'switch',
'label' => esc_html__( 'Icon Alignment', 'jevelin' ),
'desc' => esc_html__( 'Choose icon alignment', 'jevelin' ),
'value' => 'left',
'left-choice' => array(
'value' => 'left',
'label' => esc_html__('Left', 'jevelin'),
),
'right-choice' => array(
'value' => 'right',
'label' => esc_html__('Right', 'jevelin'),
),
),
),
),
'styling' => array(
'title' => esc_html__( 'Styling', 'jevelin' ),
'type' => 'tab',
'options' => array(
'style' => array(
'label' => esc_html__('Button Style', 'jevelin'),
'desc' => esc_html__('Choose button style (notice: style 4 is always in full width)', 'jevelin'),
'type' => 'radio',
'value' => '1',
'choices' => array(
'1' => esc_html__('Simple Button', 'jevelin'),
'2' => esc_html__('Fancy Button', 'jevelin'),
'5' => esc_html__('Fancy Spacing Button', 'jevelin'),
'3' => esc_html__('Link Button', 'jevelin'),
)
),
'size' => array(
'label' => esc_html__('Button Size', 'jevelin'),
'desc' => esc_html__('Choose button size', 'jevelin'),
'type' => 'select',
'value' => 'medium',
'choices' => array(
'xsmall' => esc_html__('XSmall', 'jevelin'),
'small' => esc_html__('Small', 'jevelin'),
'medium' => esc_html__('Medium', 'jevelin'),
'large' => esc_html__('Large', 'jevelin'),
'xlarge' => esc_html__('XLarge', 'jevelin'),
'xlarge sh-button-xlarge-small' => esc_html__('XLarge (small text)', 'jevelin'),
)
),
'radius' => array(
'label' => esc_html__( 'Button Radius', 'jevelin' ),
'desc' => esc_html__( 'Select button radius', 'jevelin' ),
'type' => 'slider',
'value' => 0,
'properties' => array(
'min' => 0,
'max' => 35,
'sep' => 5,
),
),
'border_size' => array(
'type' => 'slider',
'value' => 2,
'properties' => array(
'min' => 1,
'max' => 5,
'sep' => 1,
),
'label' => esc_html__('Border Size', 'jevelin'),
'desc' => esc_html__('Choose button border size', 'jevelin'),
),
'shadow' => array(
'label' => esc_html__('Shadow', 'jevelin'),
'desc' => esc_html__('Choose button shadow', 'jevelin'),
'type' => 'select',
'value' => 'none',
'choices' => array(
'none' => esc_html__('None', 'jevelin'),
'simple' => esc_html__('Simple', 'jevelin'),
'far' => esc_html__('Far spread', 'jevelin'),
'near' => esc_html__('Near spread', 'jevelin'),
)
),
'full' => array(
'type' => 'switch',
'label' => esc_html__( 'Button 100% Width', 'jevelin' ),
'desc' => esc_html__( 'Enable or disable full button width', 'jevelin' ),
'value' => false,
'left-choice' => array(
'value' => false,
'label' => esc_html__('Off', 'jevelin'),
),
'right-choice' => array(
'value' => true,
'label' => esc_html__('On', 'jevelin'),
),
),
'tale' => array(
'label' => esc_html__('Button Tale', 'jevelin'),
'desc' => esc_html__('Choose button tale. Notice: this option works only for style 1', 'jevelin'),
'type' => 'select',
'value' => 'none',
'choices' => array(
'none' => esc_html__('None', 'jevelin'),
'top' => esc_html__('Top', 'jevelin'),
'bottom' => esc_html__('Bottom', 'jevelin'),
)
),
'margin' => array(
'label' => esc_html__( 'Margin', 'jevelin' ),
'desc' => wp_kses( __( 'Enter your custom margin (<b>top right bottom left</b>)', 'jevelin' ), jevelin_allowed_html() ),
'type' => 'text',
'value' => '0px 0px 15px 0px',
'help' => esc_html__( 'Example: 0px 0px 15px 0px', 'jevelin' ),
),
),
),
'colors' => array(
'title' => esc_html__( 'Colors', 'jevelin' ),
'type' => 'tab',
'options' => array(
'text_color' => array(
'label' => esc_html__('Text Color', 'jevelin'),
'desc' => esc_html__('Select text color', 'jevelin'),
'type' => 'color-picker',
'value' => '#ffffff'
),
'text_hover_color' => array(
'label' => esc_html__('Text Hover Color', 'jevelin'),
'desc' => esc_html__('Select text hover color', 'jevelin'),
'type' => 'color-picker',
),
'background_color' => array(
'label' => esc_html__('Background Color', 'jevelin'),
'desc' => esc_html__('Select background colors', 'jevelin'),
'type' => 'rgba-color-picker',
'value' => '#3f3f3f'
),
'background_hover_color' => array(
'label' => esc_html__('Background Hover Color', 'jevelin'),
'desc' => esc_html__('Select background hover color', 'jevelin'),
'type' => 'rgba-color-picker',
'value' => ''
),
'border_color' => array(
'label' => esc_html__('Border Color', 'jevelin'),
'desc' => esc_html__('Select border color to add border', 'jevelin'),
'type' => 'rgba-color-picker',
'value' => ''
),
'border_hover_color' => array(
'label' => esc_html__('Border Hover Color', 'jevelin'),
'desc' => esc_html__('Select border hover color', 'jevelin'),
'type' => 'rgba-color-picker',
'value' => ''
),
),
),
'load_animation' => array(
'title' => esc_html__( 'Show Animation', 'jevelin' ),
'type' => 'tab',
'options' => array(
'animation' => array(
'type' => 'select',
'label' => esc_html__('Animation', 'jevelin'),
'desc' => esc_html__( 'Select button animation', 'jevelin' ),
'value' => 'none',
'choices' => array(
'none' => esc_html__('None', 'jevelin'),
'fadeIn' => esc_html__('Fade In', 'jevelin'),
'fadeInDown' => esc_html__('Fade In Down', 'jevelin'),
'fadeInDownBig' => esc_html__('Fade In Down Big', 'jevelin'),
'fadeInLeft' => esc_html__('Fade In Left', 'jevelin'),
'fadeInLeftBig' => esc_html__('Fade In Left Big', 'jevelin'),
'fadeInRight' => esc_html__('Fade In Right', 'jevelin'),
'fadeInRightBig' => esc_html__('Fade In Right Big', 'jevelin'),
'fadeInUp' => esc_html__('Fade In Up', 'jevelin'),
'fadeInUpBig' => esc_html__('Fade In Up Big', 'jevelin'),
'slideInDown' => esc_html__('Slide In Down', 'jevelin'),
'slideInLeft' => esc_html__('Slide In Left', 'jevelin'),
'slideInRight' => esc_html__('Slide In Right', 'jevelin'),
'slideInUp' => esc_html__('Slide In Up', 'jevelin'),
'zoomIn' => esc_html__('Zoom In', 'jevelin'),
'zoomInDown' => esc_html__('Zoom In Down', 'jevelin'),
'zoomInLeft' => esc_html__('Zoom In Left', 'jevelin'),
'zoomInRight' => esc_html__('Zoom In Right', 'jevelin'),
'zoomInUp' => esc_html__('Zoom In Up', 'jevelin'),
'rotateIn' => esc_html__('Rotate In', 'jevelin'),
'rotateInDownLeft' => esc_html__('Rotate In Down Left', 'jevelin'),
'rotateInDownRight' => esc_html__('Rotate In Down Right', 'jevelin'),
'rotateInUpLeft' => esc_html__('Roate In Up Left', 'jevelin'),
'rotateInUpRight' => esc_html__('Roate In Up Right', 'jevelin'),
'bounceIn' => esc_html__('Bounce In', 'jevelin'),
'bounceInDown' => esc_html__('Bounce In Down', 'jevelin'),
'bounceInLeft' => esc_html__('Bounce In Left', 'jevelin'),
'bounceInRight' => esc_html__('Bounce In Right', 'jevelin'),
'bounceInUp' => esc_html__('Bounce In Up', 'jevelin'),
'bounce' => esc_html__('Bounce', 'jevelin'),
'flash' => esc_html__('Flash', 'jevelin'),
'pulse' => esc_html__('Pulse', 'jevelin'),
'rubberBand' => esc_html__('Rubber Band', 'jevelin'),
'shake' => esc_html__('Shake', 'jevelin'),
'headShake' => esc_html__('Head Shake', 'jevelin'),
'swing' => esc_html__('Swing', 'jevelin'),
'tada' => esc_html__('Tada', 'jevelin'),
'wobble' => esc_html__('Wobble', 'jevelin'),
'jello' => esc_html__('Jello', 'jevelin'),
'flipInX' => esc_html__('Flip In X', 'jevelin'),
'flipInY' => esc_html__('Flip In Y', 'jevelin'),
'lightSpeedIn' => esc_html__('Light Speed In', 'jevelin'),
'hinge' => esc_html__('Hinge', 'jevelin'),
'rollIn' => esc_html__('Roll In', 'jevelin'),
)
),
'animation_speed' => array(
'type' => 'slider',
'value' => 2,
'properties' => array(
'min' => 0,
'max' => 5,
'step' => 0.1,
),
'label' => esc_html__('Animation Speed', 'jevelin'),
'desc' => esc_html__('Choose animation speed (seconds)', 'jevelin'),
),
'animation_delay' => array(
'type' => 'slider',
'value' => 0,
'properties' => array(
'min' => 0,
'max' => 5,
'step' => 0.1,
),
'label' => esc_html__('Animation Delay', 'jevelin'),
'desc' => esc_html__('Choose animation delay (seconds', 'jevelin'),
),
),
),
);
Hi Esther,
I hope you are well today and thank you for your questions.
When using the visual page builder in a blog post, the post widget ignores the excerpt and takes the html code from the pagebuilder. You can see that here for example. In some posts we don’t use the page builder and the excerpt works fine. Is there a way to fix this? I tried looking in the PhP, but I’m not quite sure what the problem is.
When you use page builder for the post then please add excerpt text manually in the Excerpt field of post as shown in the attached screenshot because if you do not add it then the WordPress also takes page builder markup as excerpt.
I’m trying to insert this timeline plug-in on the website. The plugin is purchased and installed and it says I just need to insert a shortcode on the page. When I do this I actually see the shortcode instead of the timeline. Is there a reason these two are incompatible?
Could you please tell me which shortcode you are using and on which page on your site so that i can troubleshoot it?
Also try adding the shortcode in the editor text mode.
I need to make teammembers that re-occur on multiple pages (the same goes for testimonials). I’m used to WordPress themes that give you the opportunity to create a teammember in the back-end and use a widget to insert him/her on multiple pages (as with the blog-post widgets). So that you can also change it just once without having to change it on 10 different pages if neccesary. So far I haven’t found a way to do so yet. Could you help me with that?
To achieve this you can use any of the following plugins and use their shortcode or widget to add them in multiple pages.
https://wordpress.org/plugins/team-members/
https://wordpress.org/plugins/gs-team-members/
https://wordpress.org/plugins/tc-team-members/
https://wordpress.org/plugins/team-member-showcase/
https://wordpress.org/plugins/tags/team-members
Best regards,
Shufflehound team
Hi Willy,
I hope you are well today and thank you for your question.
Yes you have to use contact form 7 plugin and to connect it to mailchimp you can use the following plugin.
https://wordpress.org/plugins/contact-form-7-mailchimp-extension/
Best regards,
Shufflehound team
Hi @cmurockstar,
I hope you are well today and thank you for your question.
You can use its shortcodes [countdown] and [icon_box] to display it.
These shortcodes have many arguments as following that you can use to configure them.
Countdown :
$options = array(
'id' => array( 'type' => 'unique' ),
'date' => array(
'label' => esc_html__('Date', 'jevelin'),
'desc' => esc_html__('Choose target date', 'jevelin'),
'type' => 'datetime-picker',
'value' => '',
'datetime-picker' => array(
'format' => 'Y/m/d H:i',
'maxDate' => false,
'minDate' => false,
'timepicker' => true,
'datepicker' => true,
'defaultTime' => '12:00',
'step' => 30
),
),
'style' => array(
'label' => esc_html__('Style', 'jevelin'),
'desc' => esc_html__('Select main style', 'jevelin'),
'type' => 'radio',
'choices' => array(
'style1' => esc_html__('Style 1', 'jevelin'),
'style2' => esc_html__('Style 2', 'jevelin'),
'style3' => esc_html__('Style 3', 'jevelin'),
),
'value' => 'style1',
),
'size' => array(
'label' => esc_html__('Size', 'jevelin'),
'desc' => esc_html__('Select countdown number and text size', 'jevelin'),
'type' => 'select',
'choices' => array(
'small' => esc_html__('Small', 'jevelin'),
'medium' => esc_html__('Medium', 'jevelin'),
'large' => esc_html__('Large', 'jevelin'),
),
'value' => 'medium',
),
'alignment' => array(
'label' => esc_html__('Alignment', 'jevelin'),
'desc' => esc_html__('Select coundown alignment', 'jevelin'),
'type' => 'select',
'choices' => array(
'center' => esc_html__('Center', 'jevelin'),
'left' => esc_html__('Left', 'jevelin'),
'right' => esc_html__('Right', 'jevelin'),
),
'value' => 'center',
),
'number_color' => array(
'label' => esc_html__('Number Color', 'jevelin'),
'desc' => esc_html__('Select number color', 'jevelin'),
'type' => 'color-picker',
),
'title_color' => array(
'label' => esc_html__('Title Color', 'jevelin'),
'desc' => esc_html__('Select title color', 'jevelin'),
'type' => 'color-picker',
),
'border_color' => array(
'label' => esc_html__('Border Color', 'jevelin'),
'desc' => esc_html__('Select border color', 'jevelin'),
'type' => 'rgba-color-picker',
'value' => ''
),
'bold' => array(
'type' => 'switch',
'label' => esc_html__( 'Bold Numbers', 'jevelin' ),
'desc' => esc_html__( 'Switch between regular and bold numbers', 'jevelin' ),
'value' => 'regular',
'left-choice' => array(
'value' => 'regular',
'label' => esc_html__('Regular', 'jevelin'),
),
'right-choice' => array(
'value' => 'bold',
'label' => esc_html__('Bold', 'jevelin'),
),
),
'title_size' => array(
'type' => 'text',
'label' => esc_html__( 'Title Size', 'jevelin' ),
'desc' => wp_kses( __( 'Enter custom title size (with <b>px</b>)', 'jevelin' ), jevelin_allowed_html() ),
'help' => esc_html__( 'Example: 16px;', 'jevelin' ),
),
);
Icon_box :
$options = array(
'id' => array( 'type' => 'unique' ),
'general' => array(
'title' => esc_html__( 'General', 'jevelin' ),
'type' => 'tab',
'options' => array(
'icon' => array(
'type' => 'new-icon',
'label' => esc_html__('Icon', 'jevelin'),
'desc' => esc_html__( 'Select Icon', 'jevelin' ),
'set' => 'jevelin-icons',
),
'title' => array(
'type' => 'text',
'label' => esc_html__( 'Title', 'jevelin' ),
'desc' => esc_html__( 'Enter Title', 'jevelin' ),
),
'content' => array(
'type' => 'wp-editor',
'teeny' => false, //true
'reinit' => true,
'media_buttons' => false,
'size' => 'large',
'label' => esc_html__( 'Content', 'jevelin' ),
'desc' => esc_html__( 'Enter content', 'jevelin' ).'
<script>jQuery(document).ready(function ($) { setTimeout(function(){ $("#textarea_dynamic_id-tmce").trigger("click"); }, 1); });</script>',
'editor_height' => 120
),
'url' => array(
'type' => 'text',
'label' => esc_html__( 'URL', 'jevelin' ),
'desc' => esc_html__( 'Enter URL', 'jevelin' ),
),
),
),
'styling' => array(
'title' => esc_html__( 'Styling', 'jevelin' ),
'type' => 'tab',
'options' => array(
'style' => array(
'type' => 'multi-picker',
'label' => false,
'desc' => false,
'value' => array(
'style' => 'style1',
'style1' => array(
'icon' => 'icon-like',
),
),
'picker' => array(
'style' => array(
'label' => esc_html__('Style', 'jevelin'),
'type' => 'select',
'choices' => array(
'style1' => esc_html__('Double icons', 'jevelin'),
'style2' => esc_html__('Simple Iconbox 1', 'jevelin'),
'style12' => esc_html__('Simple Iconbox 2', 'jevelin'),
'style3' => esc_html__('Large Iconbox 1', 'jevelin'),
'style4' => esc_html__('Large Iconbox 2', 'jevelin'),
'style5' => esc_html__('Large Iconbox 3', 'jevelin'),
'style6' => esc_html__('Large Iconbox 4', 'jevelin'),
'style7' => esc_html__('Large Iconbox 5', 'jevelin'),
'style8' => esc_html__('Large Iconbox 6', 'jevelin'),
'style9' => esc_html__('Large Iconbox 7', 'jevelin'),
'style10' => esc_html__('Large Iconbox 8', 'jevelin'),
'style11' => esc_html__('Large Iconbox 9', 'jevelin'),
),
'desc' => esc_html__('Choose main style', 'jevelin'),
)
),
'choices' => array(
'style1' => array(
'icon' => array(
'type' => 'new-icon',
'label' => esc_html__('Icon', 'jevelin'),
'desc' => esc_html__( 'Select Icon', 'jevelin' ),
'set' => 'jevelin-icons',
'value' => 'icon-like'
),
'color_line' => array(
'label' => esc_html__( 'Line Color', 'jevelin' ),
'desc' => esc_html__( 'Select line color', 'jevelin' ),
'type' => 'color-picker',
),
),
'style4' => array(
'color_line' => array(
'label' => esc_html__( 'Line Color', 'jevelin' ),
'desc' => esc_html__( 'Select line color', 'jevelin' ),
'type' => 'color-picker',
),
),
'style5' => array(
'color_line' => array(
'label' => esc_html__( 'Line Color', 'jevelin' ),
'desc' => esc_html__( 'Select line color', 'jevelin' ),
'type' => 'color-picker',
),
),
'style7' => array(
'color_line' => array(
'label' => esc_html__( 'Line Color', 'jevelin' ),
'desc' => esc_html__( 'Select line color', 'jevelin' ),
'type' => 'color-picker',
),
'shape' => array(
'type' => 'select',
'label' => esc_html__('Shape', 'jevelin'),
'desc' => esc_html__('Select icon shape', 'jevelin'),
'value' => 'circle',
'choices' => array(
'circle' => esc_html__('Circle', 'jevelin'),
'square' => esc_html__('Square', 'jevelin'),
'rounded' => esc_html__('Rounded', 'jevelin'),
'rhombus' => esc_html__('Rhombus', 'jevelin'),
)
),
),
'style8' => array(
'background_color' => array(
'label' => esc_html__( 'Background Color', 'jevelin' ),
'desc' => esc_html__( 'Select background color', 'jevelin' ),
'type' => 'color-picker',
),
'shape' => array(
'type' => 'select',
'label' => esc_html__('Shape', 'jevelin'),
'desc' => esc_html__('Select icon shape', 'jevelin'),
'value' => 'circle',
'choices' => array(
'circle' => esc_html__('Circle', 'jevelin'),
'square' => esc_html__('Square', 'jevelin'),
'rounded' => esc_html__('Rounded', 'jevelin'),
'rhombus' => esc_html__('Rhombus', 'jevelin'),
)
),
),
'style9' => array(
'background_color' => array(
'label' => esc_html__( 'Background Color', 'jevelin' ),
'desc' => esc_html__( 'Select background color', 'jevelin' ),
'type' => 'color-picker',
),
'shape' => array(
'type' => 'select',
'label' => esc_html__('Shape', 'jevelin'),
'desc' => esc_html__('Select icon shape', 'jevelin'),
'value' => 'circle',
'choices' => array(
'circle' => esc_html__('Circle', 'jevelin'),
'square' => esc_html__('Square', 'jevelin'),
'rounded' => esc_html__('Rounded', 'jevelin'),
'rhombus' => esc_html__('Rhombus', 'jevelin'),
)
),
),
'style11' => array(
/*'title' => array(
'type' => 'text',
'label' => esc_html__( 'Hover Title', 'jevelin' ),
'desc' => esc_html__( 'Enter hover title', 'jevelin' ),
'value' => 'Second title'
),
'descr' => array(
'type' => 'text',
'label' => esc_html__( 'Hover Description', 'jevelin' ),
'desc' => esc_html__( 'Enter hover description', 'jevelin' ),
'value' => 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. '
),
'image_background' => array(
'label' => esc_html__( 'Background Image', 'jevelin' ),
'desc' => esc_html__( 'Upload background image', 'jevelin' ),
'type' => 'upload',
),
'background_color' => array(
'label' => esc_html__( 'Background Color', 'jevelin' ),
'desc' => esc_html__( 'Select background color', 'jevelin' ),
'type' => 'color-picker',
),
'active_hover_action' => array(
'type' => 'switch',
'label' => esc_html__( 'Active Hover Action', 'jevelin' ),
'desc' => esc_html__( 'Enable or disable active hover action', 'jevelin' ),
'value' => false,
'left-choice' => array(
'value' => false,
'label' => esc_html__('Off', 'jevelin'),
),
'right-choice' => array(
'value' => true,
'label' => esc_html__('On', 'jevelin'),
),
),*/
),
),
),
'alignment' => array(
'label' => esc_html__('Alignment', 'jevelin'),
'desc' => esc_html__('Choose alignment', 'jevelin'),
'type' => 'radio',
'choices' => array(
'left' => esc_html__('Left', 'jevelin'),
'center' => esc_html__('Center', 'jevelin'),
'right' => esc_html__('Right', 'jevelin'),
),
'value' => 'center'
),
'color_title' => array(
'type' => 'color-picker',
'label' => esc_html__('Title Color', 'jevelin'),
'desc' => esc_html__('Select title color', 'jevelin'),
'value' => '',
),
'color_text' => array(
'type' => 'color-picker',
'value' => '',
'label' => esc_html__('Text Color', 'jevelin'),
'desc' => esc_html__('Select text color', 'jevelin'),
),
'color_icon' => array(
'type' => 'color-picker',
'value' => '',
'label' => esc_html__('Icon Color', 'jevelin'),
'desc' => esc_html__('Select icon color', 'jevelin'),
),
'color_text_hover' => array(
'type' => 'color-picker',
'value' => '',
'label' => esc_html__('Text Hover Color', 'jevelin'),
'desc' => esc_html__('Select text hover color', 'jevelin'),
),
'color_icon_hover' => array(
'type' => 'color-picker',
'value' => '',
'label' => esc_html__('Icon Hover Color', 'jevelin'),
'desc' => esc_html__('Select icon hover color', 'jevelin'),
),
),
),
'typography_options' => array(
'title' => esc_html__( 'Typography', 'jevelin' ),
'type' => 'tab',
'options' => array(
'font' => array(
'type' => 'select',
'label' => esc_html__('Title Font Famility', 'jevelin'),
'desc' => esc_html__( 'Select from theme options', 'jevelin' ),
'choices' => array(
'heading' => esc_html__( 'Heading', 'jevelin' ),
'body' => esc_html__( 'Body', 'jevelin' ),
'additional1' => esc_html__( 'Additional font 1', 'jevelin' ),
'additional2' => esc_html__( 'Additional font 2', 'jevelin' ),
),
'value' => 'heading',
),
'weight' => array(
'type' => 'select',
'label' => esc_html__('Title Weight', 'jevelin'),
'desc' => esc_html__( 'Select title weight', 'jevelin' ),
'choices' => array(
'default' => esc_html__( 'Default (from theme settings)', 'jevelin' ),
'normal' => esc_html__( 'Normal', 'jevelin' ),
'bold' => esc_html__( 'Bold', 'jevelin' ),
),
'value' => 'default',
),
'font_size' => array(
'type' => 'select',
'label' => esc_html__('Title Size', 'jevelin'),
'desc' => wp_kses( __( 'Enter title size (with <b>px</b>)', 'jevelin' ), jevelin_allowed_html() ),
'type' => 'text',
'value' => '16px'
),
'icon_size' => array(
'type' => 'select',
'label' => esc_html__('Icon Size', 'jevelin'),
'desc' => wp_kses( __( 'Enter icon size (with <b>px</b>)', 'jevelin' ), jevelin_allowed_html() ),
'type' => 'text',
),
),
),
);
Best regards,
Shufflehound team
Hi @emilymilling,
I hope you are well today and thank you for your question.
Are you referring the first title or second title as displayed in the attached screenshot?
Also could you please share me the page URL from your site where it is displaying so that i can help you to achieve it?
Best regards,
Shufflehound team
The theme is compatible with Slider Revolution plugin which you can use to display video in header as described in the following pages.