Search Results for 'add widget'

Home Forums Search Search Results for 'add widget'

Viewing 15 results - 211 through 225 (of 704 total)
  • Author
    Search Results
  • #90444

    In reply to: Need Help with Theme

    Sonal S SinhaSonal S Sinha
    Moderator
    • Topics: 0
    • Replies: 31276
    • Total: 31276
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:

    Add this code there:

    .widget-column-2 { min-height:235px;}

    Regards,
    Dave

    #90423

    In reply to: Need Help with Theme

    guycodefactsguycodefacts
    Member
    • Topics: 1
    • Replies: 2
    • Total: 3
    Member since: December 21, 2017

    Thanks Dave… 2 more things, on my FOOTER the 3rd “widget” will NOT align up with Footer Widgets 1&2… do you know why this may be? There is nothing I can see in that spot on any of the customize setting areas for widget 3.

    Also, i will try searching in the forums but is there a way to customize the CONTACT FORM that is in the right margin of the contact page, I want to make sure the company email address is “connected”.

    #89653
    Sonal S SinhaSonal S Sinha
    Moderator
    • Topics: 0
    • Replies: 31276
    • Total: 31276
    Member since: August 16, 2013

    Hi,

    There is no space in your website’s header for header widget, kindly make a screenshot with marking where you want to add the header widget.

    Regards,
    Brad

    #89595
    Sonal S SinhaSonal S Sinha
    Moderator
    • Topics: 0
    • Replies: 31276
    • Total: 31276
    Member since: August 16, 2013

    Hi,

    Kindly show us your website URL and make a screenshot with marking where you want to add the header widget.

    Regards,
    Brad

    #89568
    AaronAaron
    Participant
    Member since: May 4, 2016

    What’s the best way to add a header widget to the Parallax Me Pro theme? There is no option for header widgets in the Appearance>Widget area. Please help! I want to add a right aligned search widget into the site.

    #89288

    In reply to: Theme Updates

    BrunoBruno
    Participant
    • Topics: 6
    • Replies: 19
    • Total: 25
    Member since: August 21, 2016

    Hi there guys, can you show me how (in SKT architect theme) can I use the embedded Contact Form?
    I see a contact form automatically show a contact form (not the one created via contact form 7) on pages’ sidebar main widget, but I couldn’t make it send the message to address I want it arrives. Where I can notify which address contact form has to send email to?

    Thanks
    Regard

    B

    #88761
    Sonal S SinhaSonal S Sinha
    Keymaster
    • Topics: 10
    • Replies: 6995
    • Total: 7005
    Member since: June 12, 2013

    Don’t see social media either.

    Sidebar is widget friendly so you can add your own widgets on left and right sidebar to remove and replace to whatever you want or like.

    Regards,
    Shri

    #88634
    Sonal S SinhaSonal S Sinha
    Moderator
    • Topics: 0
    • Replies: 31276
    • Total: 31276
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:

    Add this code there:

    .footer ul li { padding-bottom:0; margin-bottom:0;}
    .cols-3 .widget-column-1, .cols-3 .widget-column-2, .cols-3 .widget-column-3 { padding-top:40px; padding-bottom:0; min-height:inherit;}

    Regards,
    Dave

    #88434

    In reply to: right sidebar

    Sonal S SinhaSonal S Sinha
    Moderator
    • Topics: 0
    • Replies: 31276
    • Total: 31276
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:

    Add this code there:

    body { color:#282828; background-color:#edecec !important;}
    h1.entry-title, h3.widget-title { color:#282828;}

    Regards,
    Chris

    #88066
    Sonal S SinhaSonal S Sinha
    Moderator
    • Topics: 0
    • Replies: 31276
    • Total: 31276
    Member since: August 16, 2013

    Hi,

    http://sktthemesdemo.net/complete/page-right-sidebar/

    Please check this page if you want to add search box like this so please under admin going to Appearance » Widgets » Page Sidebar And here add search widget

    OR

    if you want to add search functionality in header inplace of Sign In — Sign Up going to Appearance » Widgets » Header Top Right Widgets and add search widget here …. same if you want to add search box inplace of phone or email so add search box widgets in Header Top Left Widgets

    Regards,
    Brad

    #87769

    In reply to: Wine Pro Theme

    Sonal S SinhaSonal S Sinha
    Moderator
    • Topics: 0
    • Replies: 31276
    • Total: 31276
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:

    Add this code there:

    Remove

    @media screen and (max-width:479px) {
    .logo { float: none; width: auto; margin: 0 auto; display: table;}
    .cols-3 .widget-column-1 { width:100%;}
    }

    And add this new code there

    @media screen and (max-width:479px) {
    .logo { float: none; width: auto; margin: 0 auto; display: table; padding:0;}
    .cols-3 .widget-column-1, .cols-3 .widget-column-2, .cols-3 .widget-column-3 {width: 100%;}
    .headerinfo { text-align:left;}
    }

    Regards,
    Chris

    #87766

    In reply to: Wine Pro Theme

    Sonal S SinhaSonal S Sinha
    Moderator
    • Topics: 0
    • Replies: 31276
    • Total: 31276
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:

    Add this code there:

    @media screen and (max-width:479px) {
    .logo { float: none; width: auto; margin: 0 auto; display: table;}
    .cols-3 .widget-column-1 { width:100%;}
    }

    Regards,
    Chris

    #87180
    Sonal S SinhaSonal S Sinha
    Moderator
    • Topics: 0
    • Replies: 31276
    • Total: 31276
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:

    Add this code there:

    .topnav { display:none;}
    .header-right { margin:25px 20px 0 0;}
    .signin_wrap .widget-right .social-icons a { padding:0 0 0 35px; margin:0 0 0 35px;}

    Regards,
    Dave

    #86637

    In reply to: about header SKT Hotel

    Sonal S SinhaSonal S Sinha
    Moderator
    • Topics: 0
    • Replies: 31276
    • Total: 31276
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:

    Add this code there:

    .ui-datepicker.ui-widget .ui-datepicker-calendar .ui-state-default { box-sizing:border-box; text-align:center !important;}

    Regards,
    Dave

    #86377
    AndreiAndrei
    Member
    Member since: January 26, 2017

    Hi,

    I have placed the selector languages widget (Q-translate) in the
    header right topbar . I would like the icons to be on a single line,
    horizontaly, but they are now displayed verticaly,without list
    dots and ani specify of active language flag. Is there anything in the CSS I can change ??

    -> Here is the actual CSS :

    .qtranxs_widget ul { margin: 0; }
    .qtranxs_widget ul li
    {
    display: inline; /* horizontal list, use “list-item” or other
    appropriate value for vertical list */
    list-style-type: none; /* use “initial” or other to enable
    bullets */
    margin: 0 5px 0 0; /* adjust spacing between items */
    opacity: 0.5;
    -o-transition: 1s ease opacity;
    -moz-transition: 1s ease opacity;
    -webkit-transition: 1s ease opacity;
    transition: 1s ease opacity;
    }
    /* .qtranxs_widget ul li span { margin: 0 5px 0 0; } */ /* other way
    to control spacing */
    .qtranxs_widget ul li.active { opacity: 0.8; }
    .qtranxs_widget ul li:hover { opacity: 1; }
    .qtranxs_widget img { box-shadow: none; vertical-align: middle; }
    .qtranxs_flag { height:12px; width:18px; display:block; }
    .qtranxs_flag_and_text { padding-left:20px; }
    .qtranxs_flag span { display:none; }

    Thanks !

Viewing 15 results - 211 through 225 (of 704 total)