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 - 1,601 through 1,620 (of 2,437 total)
  • Author
    Search Results
  • #93590

    hi,
    I’m trying to use wpml…but it is quite hard…for example: how can I manage the virtue gallery in homepage? (www.innave.it)

    it looks I have to reload every image?? so I have to rebuilt my virtue gallery? is it not possible to duplicate the italian gallery to english gallery?

    #93405

    You can add an image via a text editor widget, and with the link generator that the text editor has, you can add the link.

    So you’ll simply add the image into any text editor, click the image, then click the link generator in the text editor options. (the chain icon above the text input area.)

    Then an option for what to link to will pop up under the image, and then you can just paste the url there.

    Hopefully that makes sense.

    #93299

    Hi Ben,
    Thanks again for your patience & help!

    1. I’ve checked the two areas you’re talking about and don’t see anything that should interfere with the h1 tag. Right now on my site, when I go into the Customizer I cannot make any changes that I can actually save. Whenever I go there, it simply says the customizer is loading in the upper tab…and it never fully loads. There is no display of my site on the right-hand side. So I cannot touch the typography there, and I feel this is part of the problem (related to that product page, etc.). But I don’t know why this is happening. I can make the changes in Typography through Theme Options. Sometimes this seems to work, but sometimes not.

    For example, I made a change to the Paragraph font to Notica Text in Theme Options/Typography. But it only changes in some places, but not others. A good way to see this is on this page: http://cultureweave.com/who-what-why/. If you go to the very bottom, you’ll see there is a bulleted section. That is in the new Notica Text font, but the rest of the page is in the old font. I’m not sure why this change doesn’t populate throughout the site, but I suspect it ties in with the problem I’ve identified above.

    2. I have made the change to the child theme. It wasn’t as scary as I thought :-)! I did have to work awhile to reconfigure widgets, but that’s about it. Will having the Pinnacle Premium Child Theme allow me to customize more?

    BTW, this is my first foray into wp.org. Sorry for all the questions. I am doing some online training now so I hope I can learn how to take care of these questions myself in time. But I appreciate your help, especially with #1 above. I cannot seem to figure out what’s going on!

    Thanks, Caroline

    #93174

    In theme options > home layout > home layout manager they give you a handfull of components to pick from for your homepage design. For some reason It wont let me pick the Homewidget Area twice, it wont let me pick anything twice.

    Help!

    In forum: Virtue Theme

    In reply to: Virtue Theme Questions

    #93133

    1. Theme options > shop settings.
    2. I think you’re wanting this css:

    .contentclass {
        padding-top: 0;
    }
    .kt-full-slider-container {
        margin-top: 0;
    }

    3. In your apperance > menus you can add product categories directly to the menu. If you don’t see that option just click “screen options” in the top right corner.
    4. It’s just that your footer background is the same as your primary color.. You can add this to make the hover white:

    .footerclass a:hover {
        color: white;
    }
    

    5. You can add this css:

    .sliderclass {
        padding-bottom: 0;
    }

    6. You can use this css:

    .home-iconmenu a:hover h4, .home-iconmenu a:hover i, .home-iconmenu a:hover p, .home-iconmenu .home-icon-item:hover h4, .home-iconmenu .home-icon-item:hover i, .home-iconmenu .home-icon-item:hover p {
        color: black;
    }
    .home-iconmenu a:hover, .home-iconmenu .home-icon-item:hover {
        background: transparent !important;
    }
    

    7. In your theme options > topbar settings do you have the widget area enabled?
    8. theme options > basic styling. “Sitewide Gray Fonts”.
    9. I can’t recreate on any browser so can you tell me Anything specific about creating this? can you test with your browser and set up on the demo site?
    http://themes.kadencethemes.com/virtue-premium/shop/
    10. There is no default for private, your responsible to check that box.
    11. we don’t post private replies unless there is some specific reason for it.

    Ben

    #92664

    With the way your site is currently configured, I don’t know whether or not this will work.

    You could try going into Theme Options> Main Settings> and select the widget option for “Logo Layout (Standard Header only).”
    You would then add a Search widget to that area via Appearance> Widgets.

    Try following those steps to see if you get results that you’re after.

    #92579

    yeah, just moving the widget from the footer area to the topbar area.

    Ben

    #92514

    Hi Ben, I figured out how to upload to the gallery, but there seems to be a space on the right hand side of the screen that I can’t get rid of. there use to be a “recent post” there, and i deleted it from the widget area. but seems to have left a space there?

    Thanks,
    Benson

    #92503

    ok, so I updated the theme for you. In the process the home widget area was reset. Can you either tell me to move back what widgets you wanted there?

    Ben

    #92436

    Hey,
    So to be clear about 1. YOu can’t have the mobile menu in the topbar unless you want to make a child theme.

    2. You have tagline text? It’s white so it’s invisible on mobile. I see that you are adding css for in on desktop do you want it removed on mobile?

    3. Your setting a fixed width, height and float to the header widget area… this is bad bad css for responsive site:

    .kad-header-widget {
        margin-top: 10px;
        height: 50px;
        width: 220px;
        padding-bottom: 0px;
        float: right;
    }

    Please either remove that or place in a media query so you don’t break the site on mobile like it is now.

    Ben

    #92201

    Where are you adding that shortcode to add a cyclone slider to your home page? There isn’t an option to assign the cyclone slider as a home slider in Theme Options> Home Slider.

    So I would recommend using Page Builder to accomplish this.

    You’ll want to create a new row in the page builder area of your home page, and within that row, you’ll want to add a Site Origin editor widget.

    There, you can paste the shortcode for the slider and it will show up on your home page.

    You’ll also want to be sure that this row is on the top of any other rows you may have, and that in Theme Options> Home Layout> Home Layout Manager, be sure that you’ve assigned Page Content to be active in the area of the page you want it to display.

    Let me know if this works for you!

    #91729

    That space is there because you’ve got a sidebar assigned.

    If you want the page content to be full width, and for that widget to consistently appear in the same area on both mobile and desktop displays, you could use a full width template on the page. You can do that by going into the edit page area under Page Attributes.

    If you’re not familiar with page builder, then I suggest going through this tutorial to help you get the hang of it faster.
    https://www.kadencewp.com/using-page-builder-virtue-premium/

    And instead of assigning that widget to the sidebar, you could create a page builder row that places it under all of your content.

    This would allow your slider to be full width, as well as keep your widgets consistently in the same place on your page.

    Let me know if this helps!

    In forum: Virtue Theme

    In reply to: Top Bar

    #91329

    You would have to add the phone number in a text widget in the topbar widget area if you want it to be on the right size and the icons on the left.

    Ben

    #91098

    Hi,
    just for your information i just find out that its only the problem with the virtue info box back ground, if you can find the way to make the info box background ( in the header widget area)color to transparent it will be the solution. hope you will able to find solution the relevant css code, thank you in advance for your support.
    Panduka

    In forum: Virtue Theme
    #91096

    Dear All,

    I dont mean the normal Standard wordsize I could Change in the Settings – I mean the wordsizes in the widgetarea right side ( the words for example under the Pictures are very small –> would like to increase a bit.
    and on the comment side – the comments for customers are also written very small ( would like also to increase a bit

    Thanks

    Jenny

    In forum: Virtue Theme

    In reply to: Mobile version site

    #91091

    Done. What next?
    Tried to do this, but no result…

    @media screen and (max-width: 768px) {
    #saphali_filter-7 {
    display: none;
    }
    }
    @media screen and (min-width: 768px) {
    .sidebar-secondary-widget-area-2{
    display: none;
    }
    }
    #91083

    Hi Hannah,
    Thanks for the reply but as you can see its still not working ( the code you send its not working) i have tried few codes too with col-md-8 kad-header-widget and kad-info-box kad-info-box-46 clearfix but still non of the codes working , it still not transparent as you can see the background header watermark ( purple water color watermark) bottom part is not visible , so i think its some thing got to do with the header widget cause i have used the social media and the info box on header widget area. so can you please analyze and send me the code to make it transparent so the logo with the watermark able to see clearly. thanks
    Panduka

    #91008

    Dear All,

    I would like to increase the wordize of the commentside and the widgetarea on my Homepage…

    At the Moment the wordsize is to small – would like to have it a bit bigger for better reading

    What can I do ?

    Many thanks

    Jenny

    In forum: Pinnacle Theme
    #90967

    The home widget area is differnet and one of the ways would be through the string translation but I don’t recommend it because of the exact issue you were having wpml just isn’t the best with that so the easiest to me would be that you use the home page content instead of the widget area. Then you can translate right in the page.

    Else you would need to use widget logic and show a widget based on language, see here: https://wpml.org/2011/03/howto-display-different-widgets-per-language/

    In terms of the icons you can do that in your string translation settings of wpml. Each icon area would have each part available for translation.
    Ben

    In forum: Pinnacle Theme
    #90965

    Thank you so much!
    Another thing about Home Widget Area, up to now, I haven’t been able to figure out how to translate my Homepage content(Home Widget Area and Menu Icons). Is there a way to do so?

Viewing 20 results - 1,601 through 1,620 (of 2,437 total)