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,361 through 2,380 (of 2,437 total)
  • Author
    Search Results
  • In forum: Virtue Theme

    Topic: topbar text

    #14326

    Hello,

    I think it is super easy, but I can’t find the answer. How to write some text with hyperlink and icon in the topbar? For example: . There is one variant by disabling “Search” toolbar and adding topbar widget area, but I want that “Search” toolbar would be too. Sorry for bad English 😀

    #13583

    The header widget area doesn’t really work well to change whats in it from page to page without a plugin. Here is an example: https://wordpress.org/plugins/display-widgets/screenshots/

    You would have to add the widget to the header for me to be certain of what css to add. need to see what it’s going to look like.

    You can make the icons larger with this css:

    .kad-header-widget .virtue_social_widget a i {
    font-size: 28px;
    line-height: 30px;
    }
    

    Moved a little left with this css:

    @media (min-width: 992px) {
    .kad-header-widget {
    padding-left: 50px
    }
    }

    Ben

    In forum: Virtue Theme

    In reply to: Move menu

    #13266

    Hey so you can add more spacing with css using the css hannah posted and then just changing the number to 100 or whatever you need.

    Adding a widget above the area is more tricky, You can use the logo layout 4 in the theme options > main settings and that turned the whole right side into a widget area but the menu drops below.
    You can edit the header.php file and add your text into the page. Or you can use a hook function in a child theme. There is a do action right before the menu called:do_action( 'virtue_above_primarymenu' );
    Ben

    #13265

    Thanks. I will investigate the menu per pages.
    For the logo: I just upgraded to the latest Virtue theme and was experimenting with the “option 4” for the logo style, so including a header widget area. But I can change to option 1 (left) if needed.

    Hope this is sufficient.

    Again thanks!

    Mark.

    #13248

    Dear support desk,

    I am looking for a way to show different (let’s say max 10) secondary menus (and logos) depending on the page.
    As a workaround, I was thinking to create a widget area for each of the 10 scenarios and put a custom menu in each of them and show only the relevant widget area and hide the others. (I am not a php and css expert at all, but it seems to me that this is easily done.)

    But, it would be more ideal if I could dynamically assign a predefined wordpress menu to the Virtue secondary menu based on the page loaded. I want to classify the pages in 10 categories.

    Can you give me a clue how to dynamically set the secondary menu like this? (also for logo, but this seems more doable)

    Many thanks!

    Mark van den Broek
    Netherlands

    #13245

    Hi,

    I’m using the icon menu as an example, but I was wondering if it was possible to have two of some of the blocks used in the Homepage Layout Manager? It would be really handy to have two icon-menus, for example, or widget areas (not sidebars)… Is there a way of doing this?

    Thanks in advance

    Tim

    In forum: Virtue Theme

    In reply to: Search Pages

    #13110

    If you want the search to only show products, you can use the woocommerce search and it will show the products in a grid like the shop page. Just switch out the search widget with the woocommerce search widget using the topbar widget area.

    Ben

    #12797

    Hey James,
    This theme only includes a contact form with the contact page template: http://docs.kadencethemes.com/virtue/#contactpage

    If you wanted to add to a sidebar or really any widget area I recommend using a plugin. Contact form 7 works great with this theme.

    As for tutorials do you have any recommended topics that might help? I am happy to take input and would love to make the tutorials easy to understand and follow.
    Ben

    In forum: Virtue Theme
    #12700

    1. Background behind widget in footer:

    .footercol1 {
    background: #eee;
    }
    .footercol2 {
    background: #eee;
    }
    .footercol3 {
    background: #eee;
    }

    2. Do you mean like the content area of the page… contentclass which is set in the theme options > advanced styling or did you mean just specific to the home page portfolio section?

    Ben

    In forum: Virtue Theme

    In reply to: Remove import/export

    #12649

    Ok are you talking about import options in the theme options or are you talking about the wordpress import tool. But if your using the theme options you can’t import blog posts.. It only imports theme options.
    As for the topbar can you post a link so I can see what you mean. Is it a widget from a widget area?

    Ben

    #12438

    These are the plugins I use now:

    Cookie Law Info

    Jetpack por WordPress.com

    Jetpack Post Views

    Jetpack Widget Visibility

    Page Builder by SiteOrigin

    Shareaholic

    WooCommerce

    WooCommerce Accepted Payment Methods (installed but not activated)

    WooCommerce Customizer

    Woocommerce Payment Gateway by Novalnet (installed but not activated)

    WordPress Importer

    WordPress SEO

    WP All Import

    #12180

    Hey, the first thing you need to do is activate the revolution slider plugin in appearance > plugins. Once activated a revolution slider tab will show in your wp admin area. From there select “create new slider.” Add your slides and make whatever customization you like. Virtue allows you to display the slider basically anywhere on your site. You can add the shortcode to a text widget, you can display it to a page by making the page template “feature” or you can display it on your homepage in theme options > slider settings.
    Hope this helps! Let me know if you have further questions.
    Hannah

    #11800

    thanks for your prompt response Ben. I have it added by using the top bar widget area and it is fine.. http://lc-marketing.co.uk/
    Thanks so much
    carol-ann

    #11797

    You could add one next to the search box by making the left side of the topbar a widget area.
    Of if you use a custom class you can add a custom link, menu item but instead of using an icon class you could create your own class then add css for the flag like:

    .my-customclass {
    content:url('linktoflagimage');
    }

    Ben

    In forum: Virtue Theme

    In reply to: Preventing Spam

    #11776

    I think https://wordpress.org/plugins/akismet/ is the best plugin but it requires you sign up with theme and tehy as for you to pay but you can try it out by selecting to pay nothing then go from there.
    There are some others that target specific areas like the registration form and comment form.

    As for the registration, woocommerce adds more options to the built in registration of wordpress. You can add a link to the my account page where you can have registration or use a plugin with a registration widget. Once a user registers it doesn’t mean they are subscribed to your blog like they will get notices every time to you post. You would need a plugin to add that.
    https://wordpress.org/plugins/new-post-notification/

    Ben

    In forum: Virtue Theme

    In reply to: Tabs shortcode picture

    #11613

    sorry – 1 more quick question.

    So I was able to get a tab picture by creating it in the widget area, then I cut and pasted into a new blank page to test – and it worked.

    But when I went to my existing page I built with page builder and copied the image within the code of the text field – it disappears when I save the page.
    So for me to use this I have to only use the text editor on the page?? I cannot mix the 2 editors – is that correct?

    Thanks again
    patricia

    In forum: Virtue Theme

    In reply to: Ad placement issue

    #11451

    In the theme options > home layout. You can see that there are ways to rearrange what is shown on the home page. Since you are using the page content for the top, then the latest posts module I suggest you add the ads to the home widget area and place that below the latest posts.

    Ben

    #11179

    Hi, thanks for the great support. I’m trying to link an image in the footer widget area to another website. I’ve used the “About with image” widget to place the image in the correct footer widget column, but I cannot seem to make it the image link to another URL. If there is another way to place an image in the footer and link it to another website, I’d appreciate it. Thank you. Here is a link to the site I’m referring to:

    #10919

    You would have to add content in the footers using widgets, just like you have to assign a menu. The demo content helps get you started but there are some things that only you can do. If you go to appearance > widgets. You will see widgets and footer column areas to put them in.

    If you need to understand more about widgets check out this video: https://www.youtube.com/watch?v=UiZY0iA4bJk

    Ben

    In forum: Virtue Theme
    #10739

    Hey Ben,
    I am trying to get the cart and widget area on the same side of the topbar (right). Can you help me out with the CSS? Thanks.

Viewing 20 results - 2,361 through 2,380 (of 2,437 total)