Search Results for 'add widget'

Home Forums Search Search Results for 'add widget'

Viewing 15 results - 256 through 270 (of 704 total)
  • Author
    Search Results
  • #80717

    In reply to: remove a widget

    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 { display:none;}
    .widget-column-1 { margin:0 50px 4% 0;}
    .widget-column-3 { width:35%;}

    Regards,
    Chris

    #80674
    NigelNigel
    Participant
    Member since: March 17, 2016

    Adding a WordPress search widget (header top bar right) corrupts the theme header (deleted the phone/email), please advise

    http://crosskeys.uk.com/wordpress

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

    Hi,

    1. Kindly go to Appearance » Widgets » Sidebar Main and drop drop an empty text widget there.

    2. Contact form emails by default goes to admin email id, if you want to change it kindly use below shortcode and replace [email protected] with your email address.

    [contactform to_email="[email protected]" title="Contact Form"]

    Regards,
    Brad

    #80155
    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) {
    .signin_wrap .widget-left, .signin_wrap .widget-right { width:100%;}
    .signin_wrap span.donateuser { float:none; border-right:none !important; border-bottom:1px solid #fe927e !important;}
    }

    Regards,
    Chris

    #79920

    In reply to: Car rental issue

    Vanessa GómezVanessa Gómez
    Participant
    • Topics: 185
    • Replies: 484
    • Total: 669
    Member since: July 4, 2016

    Hi Chris,

    I introduced first and second columns content through the customizer of the theme. Titles of these columns use .footercols3 h4 tag
    But I introduced third column content through widgets (two menus) and they use #nav_menu-2 h3 and #nav_menu-3 h3 tags respectively.

    I tried with this code in custom css:

    #nav_menu-2 h3 { color: #000147!important; font-weight: normal; margin-top: 40px; text-transform:uppercase; font-size: 22px; padding-bottom: 30px; border-bottom: 2px solid #000147!important;}

    With this code appears a blue line under h3 wodget title but this line is too large. The line should measure 40 pixels wide, just like the lines under first and second column titles.

    How can I fix this?

    Thank you very much for your help!!

    Best regards,
    Vanessa

    #79574
    Wendy MechelleWendy Mechelle
    Member
    • Topics: 5
    • Replies: 22
    • Total: 27
    Member since: July 20, 2017

    Another issue… Widget section not working correct. I can not add a simple Text area as it only shows a place for custom CSS.

    #79568
    FeridunFeridun
    Member
    Member since: March 31, 2017

    Hello,
    How can i reduce spaces as shown with yellow boxes in below screen shot?
    I can delete page titles or reduce font size.
    I am using very small picture 1px X 1px for the featured images of each page.

    My Website: aswagroup.com

    I am also pasting my Customize CSS codes:

    .slider-main{
    
     position  : relative; 
      width     : 90.7%;  
      height    :100%; 
    }
    
    .slider-main{margin:0 auto; display:table;}
    
    .inner-banner{
    
     position  : relative; 
      width     : 100%;  
     
    }
    
    .innerbanner{margin:0 auto; display:table;}
    
    #footer-wrapper { padding:0;}
    .copyright-wrapper { padding:8px 0;}
    
    #footer{display:none !important;}
    #footer-wrapper{height     : 5%;}
    
    .nav ul:hover ul { width:350px !important;}
    
    .widget-column-4{display:none;}
    .widget-column-1{display:none;} 
    .widget-column-2{display:none;} 
    .widget-column-3{display:none;}
    
    .nivo-caption{top:20% !important;}
    
    .header { padding-top:5px;}
    .head_fix { padding:10px 0 0;}
    
    .header .header-inner .logo{padding:0 !important;}
    
    .innerbanner{display:none;}
    
    body.page .header {position: static;}
    .innerbanner {display: none;}
    
    .header .header-inner .nav ul { font-size:13px;}
    .header .header-inner .nav { top:0;}
    .header .header-inner .nav ul li a { padding:5px 40px;}
    
    .slider-main { top:-5px;}
    
    

    ASWA Group Header Space Reducing

    #79378
    Florian MilzFlorian Milz
    Participant
    • Topics: 2
    • Replies: 17
    • Total: 19
    Member since: May 31, 2017

    Hi Chris,
    thank you for fixing this issue. Looks good now.

    I found one more issue I’m having trouble with. For the blog page (“neuigkeiten”) I added the default wordpress search widget to the sidebar but the search field is behaving incorrectly.

    In Safari browser the css styling doesn’t seem to apply to the search field and the search button at all. The appearance looks very strange.
    In all other browsers when I start typing a search query the blue loupe-button for starting the search disappears and I cannot start the search without hitting the “enter” key.
    Can you please fix this for me or instruct me how to fix it?

    Kind regards
    Florian

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

    Hi,

    Kindly edit skt-restaurant-pro/functions.php and paste below code at the very end:

    // Enable shortcodes in text widgets
    add_filter('widget_text','do_shortcode');

    After that kindly go to Appearance » Widgets » Sidebar Main, drag drop a text widget, paste below shortcode there in text view and change values.

    [time_table]
    [time_table_row title="Monday" start="10:00 am - to - 08:00pm"]
    [time_table_row title="Tuesday" start="10:30 pm - to - 09:00pm"]
    [time_table_row title="Wednesday" start="09:00 am - to - 09:30pm"]
    [time_table_row title="Thursday" start="09:00 am - to - 09:30pm"]
    [time_table_row title="Friday" start="09:00 am - to - 05:00pm"]
    [time_table_row title="Saturday" start="09:00 am - to - 04:00pm"]
    [time_table_row title="Sunday" start="Closed"]
    [/time_table]

    Now drag drop one more text widget, paste below shortcode there in text view and change [email protected] to your email address.

    [contactform to_email="[email protected]" title="Contact Form"]

    Regards,
    Dave

    #79003

    In reply to: Bakery theme section 2

    Roger BarkleyRoger Barkley
    Member
    • Topics: 0
    • Replies: 9
    • Total: 9
    Member since: April 7, 2015

    I am having a similar problem. I am using the theme and the person wanting the site is insistent on using a background pic of a lake. However – in doing so – the words are hard to see. In former WP themes I was able to use a faded PNG file to use as a bkrgd as an individual page bkgrd. The CSS Code I used in the past did not work with the Bakery theme.

    “#hgroup-wrap, #site-logo { padding: 0; }
    .site { box-shadow: none; }
    #header-center { width: 100%; }

    .post-by { display: none; }
    #featured-post .entry-title {
    display: block;
    } #main-slider .entry-container { display: none; }

    #page, #branding {
    background: none transparent;
    }
    #header-right .widget_search { display: none; }

    #hgroup-wrap { padding: 0; }

    #masthead { background: none transparent; }
    #site-logo { padding-top: 0; }
    #hgroup-wrap { padding-top: 0; }

    .site { margin-top: 0; }

    #page { background-color: transparent; }
    #main { background: url(“http://www.garrardchamber.org/wp-content/uploads/2017/07/grey80.png”) repeat scroll left top transparent; }”

    So I looked thru these boards and tried a few of what I saw but nothing exactly what I need. Any ideas??

    website is http://www.garrardchamber.org/

    #78355
    SigurdurSigurdur
    Member
    • Topics: 1
    • Replies: 1
    • Total: 2
    Member since: September 22, 2016

    Hi,
    Thanks a lot for the help!

    Not sure why but that specific box was not updating although I have had no problems changing other options and saving them. In addition since I have two other lines of css code in there I also tested deleting them to see what happens and they also remain in this case. So at some point this was working, but I’m not sure if it is worth finding out what is happening.

    In stead I added the code to the style.css of the theme. Not ideal of course but got it working at least. In theory only the second line is needed in order to stop the image and the text overlapping. So I deleted the first line again since it was enlarging the box of the widget too much.

    Thanks again for the help.

    best,
    Siggi

    #78260
    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:

    h3.widget-title { font-size:28px;}
    .contentBX h3 { font-size:38px !important;}
    .pgwSlideshow .ps-current ul li img { width:100%; object-fit:cover;}

    Regards,
    Dave

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

    Hi,

    Kindly edit skt-white-pro/functions.php go to bottom and paste below code:

    // Enable shortcodes in text widgets
    add_filter('widget_text','do_shortcode');

    Regards,
    Chris

    edford80edford80
    Member
    Member since: July 7, 2017

    I would like to have different pages with different sidebar links.
    When i use the default page and add different text widgets all of them appear in all the pages using the default template.

    ie: In the hip page i would like to have hips links in the sidebar and don’t want them to appear in the knee page and viceversa.

    #77407
    FeridunFeridun
    Member
    • Topics: 4
    • Replies: 7
    • Total: 11
    Member since: March 31, 2017

    Hello, it does not work

    Actually i could not explain what i need clearly.

    1- I need to reduce header height size as shown below screen shot. I need to remove green area and shift menu up.

    2- For the menu (home page) i need to reduce height or i need to reduce font size as shown in the second image.

    Reduced Header Height

    Reduced Menu Height

    And Here is the added codes into the my CSS area

    .slider-main{
    
     position  : relative; 
      width     : 92%;  
      height    :100%; 
    }
    
    .slider-main{margin:0 auto; display:table;}
    
    .inner-banner{
    
     position  : relative; 
      width     : 100%;  
     
    }
    
    .innerbanner{margin:0 auto; display:table;}
    
    #footer-wrapper { padding:0;}
    .copyright-wrapper { padding:8px 0;}
    
    #footer{display:none !important;}
    #footer-wrapper{height     : 5%;}
    
    .nav ul:hover ul { width:350px !important;}
    
    .widget-column-4{display:none;}
    .widget-column-1{display:none;} 
    .widget-column-2{display:none;} 
    .widget-column-3{display:none;}
    
    .nivo-caption{top:20% !important;}
    
    .header { padding-top:5px;}
    .head_fix { padding:10px 0 0;}
    
    .header .header-inner .logo{padding:0 !important;}
    
    .innerbanner{display:none;}
    
    body.page .header {position: static;}
    .innerbanner {display: none;}
    
Viewing 15 results - 256 through 270 (of 704 total)