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 'page '

Home / Forums / Search / Search Results for 'page '

Viewing 20 results - 50,081 through 50,100 (of 53,646 total)
  • Author
    Search Results
  • In forum: Virtue Theme
    #18120

    Hey,
    1. try adding this css to your custom css box in the theme options > advanced settings:

    img.alignleft {
    margin-right: 20px;
    }
    .main ul {
    list-style-position: inside;
    }

    2. So interestingly with the page builder embed video widget you use the video url not the embed code.

    Ben

    In forum: Virtue Theme

    In reply to: templates footer

    #18119

    1. You can always download the theme from the my-account page.
    https://www.kadencewp.com/my-account/

    2. What is the link? So I can see what might be causing the footer to not appear?

    Ben

    In forum: Virtue Theme

    In reply to: Facebook link codes

    #18116

    If you are using pagebuilder you have to use a text widget don’t try adding stuff in the text tab.

    Ben

    #18107

    There are a few adjustments I haven’t been able to figure out since I switched to the Virtue Premium theme. They were fine before but aren’t now and I’ve probably just been staring at these issues for too long. I tried to find the answers on the forms but things I’ve tried haven’t worked. My site isn’t live and can be found at fireflyartglass.com/wordpress.

    1. The logo gets really large in mobile mode. Is there a way to reduce this?

    2. The background image behind the logo doesn’t seem to get bigger or smaller when the screen size is adjusted. In the mobile mode there is a big gap under the logo. Ties in with above problem.

    3. The image I have in my slider doesn’t adjust to the screen size changes either.

    I like how the navigation bars continue with the size of the screen when it increases. Is it possible for the images to do that as well?

    4. Is there a way to remove the white space between the slider and the menu bar?

    I’ve tried some css code I’ve seen others use but haven’t been able to be successful. Also, why doesn’t my css code work in my child theme? I’ve copied and unzipped the file I found for the premium theme child but my code only works when it is in the advanced settings in the theme options.

    5. Is there a way to move the copyright text/footer to the other side?

    Thank you so much in advance for any help you can give me.

    #18106

    Hello again,
    Working on finnlayhector.com – on the Campus Solutions and Personal Solutions pages, the bullets encroach on the photos – any thoughts?

    Also – I put an Embed Video widget onto the Video page with Page Builder, 2 across x 2 high, embedded YouTube code in each… shows up on page as code, not video – not sure what I’m doing wrong…?

    many thanks.

    In forum: Pinnacle Theme

    In reply to: Gravatar

    #18102

    Hey Ben,

    Would you consider adding the option of letting our customers upload their own avatar?

    I think that would be a great addition to the my account page and the overall theme.

    #18097

    Hello Ben,

    I would like to eliminate the white space (i suppose it is the widget top margin or padding top) you see in my homepage just in between the header background and the widget area. How can I do it?
    Please, visit http://www.laplandinteractive .com

    You have admin data but better let me know how to manage it, so in future I don’t disturb you again.

    Best Regards,
    Angelo

    In forum: Virtue Theme

    In reply to: add to cart help

    #18094

    Don’t worry about being confused. I stay confused. Removing the add to cart just for the firearms was an idea that I had. There are special rules that have to be followed in order to sell firearms. I am sure that you know this. I was just thinking that it might be a good idea to have the customer contact me directly when wanting to order a firearms. That way I can control the process, and make 100% sure that everything is legal. After really thinking about it, I may forget about the idea. It may be more work than it is worth. Just putting a disclaimer on those pages may be the better idea.

    In forum: Virtue Theme

    In reply to: Facebook link codes

    #18087

    Hi Ben, busy with Custom Facebook Feed and want to copy/paste this code into my home page ; [custom-facebook-feed]

    Every time this is done it is not saved in the text layout. Have some page builder in this page also. What to do?!

    Andy

    In forum: Pinnacle Theme

    In reply to: Language changes

    #18084

    After create Poedit in my language, Poedit don’t modify this:

    “This field is required” in Contact Page
    “Search Results for” in Search Page
    “You searched” title in Search Page

    How I do it? And How I change the photo of top in Search Page?

    Thanks!

    #18081

    Hello. I am working on my home page and I’m wondering how to adjust the font and size in the Virtue Image Menu item boxes. I build the home page in page builder. It’s http://www.luxepair.com. Right below my main slider I have four image menu items.
    I’d love to be able to change the font size, and have the typing, but not the gray box where the type is. Is there a better widget to be using? Any suggestion you can give me would be great.

    Thanks,

    Mark.

    In forum: Pinnacle Theme

    In reply to: Image Menu Item widget

    #18078

    Thanks for the posts,
    Are you wanting a image menu that you set once and appears on every page?

    Ben

    #18076

    Try this, in your post edit page, top right corner of the page click “screen options” then click to enable excerpts. Try adding a custom excerpt and see if that fixes.

    Ben

    In forum: Virtue Theme

    In reply to: add to cart help

    #18071

    I’m confused, you don’t want to sell firearms? Are you wanting to remove add to cart from all pages including the grid of products?

    Ben

    #18066

    display is ok if configure to show full text in blog page

    it still have problem on home page “Latest blog post” widget

    #18065

    Hi, can get from Facebook HTML5 code to include in my website. For example a like and share button with box count.

    Need to use following action; Include the JavaScript SDK on your page once, ideally right after the opening <body> tag.???
    Than; Place the code for your plugin wherever you want the plugin to appear on your page.???

    Q; Where to put exactly the Javascript code and the 2nd code? Not very clear where to copy/paste it …

    Andy

    #18062

    I am using Easy Adsense Pro plugin and config to show ads on 3 areas top middle and footer of blog post. Also showing in side bar widget.

    Please advice to solve this issue.

    Many thanks

    In forum: Virtue Theme

    In reply to: add to cart help

    #18057

    I think I have if figured out. I used this css,
    .glock-g29sf-pf2950201-g29sf form.cart {
    display: none;
    }

    .glock-g29sf-pf2950201-g29sf a.add_to_wishlist {
    display: none;
    }
    Although I do have to do it for each page.

    In forum: Virtue Theme
    #18053

    You can use this page as an example, ( ). I am wanting to “display none” for the add to cart for any pages that show actual firearms for sale. I realize I will most likely have to do this for each page that has a firearm on it. But I am having trouble isolating the page for it to take effect. I can use the following css,

    .woocommerce-page #content div.product form.cart .kad_add_to_cart {
    display: none;
    }

    but it works across the range of pages. Can you help??

    #18052

    Hi Ben,

    under the following condition the main nav dropdown/submenu doesn’t get displayed centered but stretched to the left:

    i. Theme Options > ‘Limit Max Page width’ to 940 is ON
    ii. browser window width > 1200px
    iii. ‘Enable Large Menu’ ON for a main menu item
    iv. in my setup: 6 submenu items, grouped in two columns

    Issue seems to stem from a firing @media (min-width: 1200px) which assigns width: 1140px to #nav-main .sf-menu>.kt-lgmenu>ul despite of ‘Limit Max Page width’ beeing ON.

    Can You reproduce that?

    Dirk

Viewing 20 results - 50,081 through 50,100 (of 53,646 total)