Notice: These forums are now retired and closed. For active support, please Submit a Ticket or visit our official WordPress.org community pages.
Kadence Theme | Kadence Blocks | Starter Templates | WooCommerce Email Designer | Ascend | Virtue | Pinnacle

Search Results for 'widget area'

Home / Forums / Search / Search Results for 'widget area'

Viewing 20 results - 2,081 through 2,100 (of 2,437 total)
  • Author
    Search Results
  • #43516

    Hey Hannah,

    Thanks for the link, I found something similar, which scrolls consistently > http://strictlysalesandmarketing.co.uk/wp_strictly2015/

    At the moment the ticker is within the content area, however the client wants it on every page, so I guess its better to place this in the footer?

    Currently my footer has 3 widgets. How can I create a row at the top to add the ticker within the footer?

    Would be grateful for advice.

    Karisma

    #43402

    Hi Ben,

    I’ve put a text widget in the Header widget area.
    I’m wondering if there is a fairly simple way of displaying a different bit of text for certain pages – so it could be something relative to the page or category.
    Can you think of something?

    Andrew

    In forum: Pinnacle Theme
    #43398

    Hey,
    If you set your bottom carousel to show images from only the same portfolio type it is going to pull the featured image from each portfolio post in the given type. Does that make sense? If you wanted a custom portfolio slider underneath the video you could use pagebuilder in the description area to add a pinnacle: gallery widget and set the Project Layout to Above.

    Hannah

    In forum: Virtue Theme

    In reply to: Products in the store

    #43392

    Hi,
    You can make your homepage you shop page in Settings > Reading. Or you can use a shortcode like this: [recent_products per_page="12" columns="4"] You could just enable the home widget area and paste that into a visual editor widget.

    Hannah

    In forum: Virtue Theme

    In reply to: Footer size

    #43293

    The way you have your widgets lined up, there isn’t much space to be had. You can add this in your custom css box in the theme options:

    .footerclass .widget {
        margin-top: 0;
    }
    
    .footerclass .widget h3 {
        font-size: 24px;
    }
    
    .footercredits {
        padding-top: 0;
    }

    That will shrink it some. If you want more I suggest moving your paypal widget to the next widget area.

    Ben

    #43288

    Hey Edmundo,
    You can use a shortcode like this: [portfolio_posts orderby=date excerpt=false columns=4 items=4 height=200 lightbox=true showtypes=true cat=photos]
    Just specify your category in replace of “photos”. Then you can paste it into a visual editor widget using your home widget area.

    Hannah

    #43139

    Hi there,

    I’m having problems with this website taking 20-40 seconds to load:

    I’ve optimised it using W3 caching plugin, plus Leverage Browser Caching Ninja plugin and have optimised images using EWWW imagoe optimiser. After doing these things, it’s actually got a good rating for page load speed on GT Metrix – see here:

    However, as you can see from their report, the page size is really large and it’s taking much longer than it should to load.

    The host says it’s nothing server side, so I’m a bit stumped.

    Is there anything theme related or any way I’ve presented the site that could be causing this slow load?

    Here’s the custom CSS I’ve used within custom CSS box.

    .boxed #wrapper.container {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    }

    .ktslider_home_hidetop {
    margin-top: 3px;
    }

    .topbarmenu ul li a {
    font-size: 16px;
    color: #908c8c;
    }

    .topbar-widget {
    font-family: Alegreya;
    font-size: 16px;
    }

    a.sf-with-ul:after {
    content: “e3b6″;
    font-family: virtue_icons;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    }

    #topbar-search .form-search ::-webkit-input-placeholder {color: #908c8c;}
    #topbar-search .form-search :-moz-placeholder {color: #908c8c;}
    #topbar-search .form-search ::-moz-placeholder {color: #908c8c; opacity: 1;}
    #topbar-search .form-search :-ms-input-placeholder {color:#908c8c;}
    #topbar-search #searchsubmit {color:#908c8c;}
    #topbar-search input[type=”text”] {color:#908c8c;}

    .kad-slider .kad-slider-btn {
    font-size: 28px;
    }

    .wpcf7-form p input, .wpcf7-form p textarea{

    font-size:larger;
    background-color:#f2f1f1;
    color:#000055;
    border-left-color:#32849c;
    border-top-color :#32849c;
    border-bottom-color:#bbbbff;
    border-right-color:#bbbbff;
    padding:2px;
    }

    .virtue_social_widget a i {
    font-size: 50px;
    line-height: 70px;
    }

    #containerfooter h3 {
    font-size: 30px;
    }

    Thanks in advance for any suggestions,

    Steve

    #43128

    Hey,
    Sure you can use pagebuilder for stuff like this. Since it has an area where you can change the background of a widget. You can add a visual editor widget and then add your video and make the background a color.

    https://www.kadencewp.com/using-page-builder-virtue-premium/

    Ben

    #42932

    If you’re using a static page you don’t need the home widget area. Just make sure page content is enabled in the homepage layout manager.

    The virtue/pinnacle toolkit is not needed for premium versions. From the edit page you should see a button that says Virtue Shortcodes above the content box. Click that and then click the youtube button then paste in your URL.

    Hannah

    #42891

    1. So if your page is static then you’ve selected a page to be the front page, correct? Just need to go into that page and create two columns in page builder. Then add your widgets through that instead of the home widget area. These tutorials should help:
    https://www.kadencewp.com/creating-a-home-page-with-virtue/
    https://www.kadencewp.com/using-page-builder-virtue-premium/

    2. Add this to your custom css box in theme options > advanced settings:

    @media (min-width: 992px) {
    #logo {
      width: 140%;
    }
    }

    3. If the slider is slow it is more than likely because of your images, not the slider itself. Have you tried scaling the images down? And what do you mean you want to add back one post?

    Hannah

    #42801

    Thanks for the suggestion Hannah, but I’d like to keep the widget as it is rather than use the footer credits area… maybe I haven’t been clear what I mean

    The button link for terms and conditions currently looks like this within the button:

    terms and
    conditions

    I want it to look like this:

    terms and conditions

    So increase the allowed pixels width of the button so that all characters fit in.

    The only work around I’ve found is making the font size small enough so that the whole thing fits in one line within the button, but it means the font is tiny.

    Or I can change the terms and conditions to just terms, but that’s not ideal.

    So just wondered if the button width had a set value that could be changed with css?

    Steve

    #42741

    Hey,
    You can edit the copy write text with css:

    .footercredits p {
    font-size: 10px;
    }

    If your wanting the image to align with the copyright text it might be better just to add that image in your copyright box in the theme options rather then use the widget area since the widget areas are designed to be above the copy right text.

    Ben

    #42730

    Also I have am image in my footer in 2 widget area, How can i align it so it sits in the middleof my footer but at the bottom o it aligns with my copy write text?
    Thanks

    #42699

    My copyright credentials are nicely left aligned in the footer area as they should be. Ideally I’d like to put a simply text link on the same plane but right justified and in a larger font. Is there an easy way to do this?

    If I can’t do this I considered using a simple Footer widget, but is there any way to control the height of the Footer Widget area? I really wouldn’t want or need it to be any taller than perhaps 25px.

    Thanks!

    In forum: Pinnacle Theme

    In reply to: extra row on home page

    #42684

    Cheers Hannah.

    I had home widget area enabled below the image menu. I’ve disabled that, but it hasn’t changed anything.

    It’s like there is an extra invisible picture there – if you hover over the left side of that extra row you see a big orange box.

    Chris

    #42493

    Beautiful, thank you.
    The navigation in the footer is not a widget I think. It is placed below the widget area, on the same line with the copyright statement. Footer Navigation it is called in my menu section in the backend.

    #42440

    1.

    .sidebar .widget-first {
      margin-top: 6px;
    }
    .postlist {
      margin-top: 4px;
    }

    2. same ^

    3.

    .kad_img_upload_widget {
        clear: both;
        margin-bottom:1px;
    }
    

    4. In each row you can change the bottom margin. In each widget you can use pagebuilder to help you change the margins or paddings depending on the widget.

    5. You would have to use a child theme and edit the templates/comment.php file or use a plugin that overrides the wordpress comments. This is also true for the submit button.

    6. The diagonal lines are added by the browser.

    #commentform label {
      color: blue;
      text-transform: uppercase;
      font-weight: normal;
    }
    #commentform textarea, #commentform .col-md-4 input {
        border-color: blue;
    }

    7. remove whatever plugin you added that is adding that. It’s not a default thing.

    8. The contact forum is on the right because your page content would show on the left. I’m adding css to move it to center which means the page content will now appear above the contact form.

    9. You can do that right in the page itself. Just remove the form title in your page options.

    10. You can’t remove something in the text unless you edit the template with a child theme. Or use a plugin to create your own contact form like contact form 7.

    .contactform label {
        color: blue;
        text-transform: uppercase;
    }
    .contactform label b {
        font-weight: normal !important;
    }
    

    11. The diagonal lines are added by the browser.

    .contactform textarea, .contactform input.full, .contactform input.kad-quarter {
        border-color: blue;
    }

    12. You can’t change something in the text unless you edit the template with a child theme. Or use a plugin to create your own contact form like contact form 7.

    Ben

    #42362

    Hello!

    I thought i’ve finished my work with this website…I made a backup of everything and then uploaded it via FTP and uploaded on the new database .sql

    Now that’s the problem: everything is perfect but all my works with page builder seems disappeared: every code now is typed on text area of the page (no more widgets).
    I have all contents yet, but they lost their format in the new domain.

    I read that is the problem of the visual editor plug-in but it sounds strange for me! I’m sure i can fix it without do all the work!

    Any tips please? (Sorry for bad english!!)

    #42093

    Hi,

    (1) i used the tobbar widget and like to display in it my custom menu. Now i have the problem, that the menu (the links) don`t look like the links in the topbar menu on the left site. What can i do to get the links (menu) on the right site (in the topbar widget area) look like the links on the left site, only difference that they aligned right?

    (2) I found an alternative method with the same result, maybe this is easier to answer/help ;-).

    – using only the topbar-left with 5 links

    .kad-topbar-right {
    display:none
    }
    .kad-topbar-left {
    width: 100%;
    }

    The only think i need help, is to display the links 4 and 5 not left, they should aligned right.

    Sorry for my english!

    Thanks in advance for your help!

    Kind Regards

    MC

    #41761

    Hi Hannah,

    oops! I spoke too soon. Once I modified or changed the image in the home area widget, a small space reappeared between the rev slider and the home area widget. I looked for the padding code that controls that in the css file but could not find it.

Viewing 20 results - 2,081 through 2,100 (of 2,437 total)