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 - 51,141 through 51,160 (of 53,646 total)
  • Author
    Search Results
  • #12770

    OK, so call me an idiot but I can’t get a contact form to display on my home or blog page – all I want is a simple contact form. I’m sure the problem is me but I could use some help. I have been everywhere and done everything I could think of but to no avail. Site is By the way, I love your theme but you could REALLY use some better tutorials, especially for those of us who are just getting started. Thanks for the time and help.
    James

    #12766

    Hi Ben,

    I would like to know if it is possible to have a rev slider as background on my home page and the menu with transparent background so it would be possible to see the rev slider through. Here is an example :

    Thanks for your support.

    Alexis

    #12762

    Hi guys, can anyone point me in the right direction: I want to make the home page Carousel display random entries from my portfolio.

    Many thanks…

    In forum: Virtue Theme

    Topic: Changing font

    #12757

    Hi,

    1.
    How do I change the font type/color on this blog page?

    I would like to give it the font-look of this page:

    2.
    Also, on my individual products pages (ex. how do I change the “Additional information” and “Product description” to the same font/color of the “Related Products” type at the bottom of the page?

    Thanks!

    #12756

    Hi, searched the forum and just found one posting about ‘pagenavi is included in Virtue’. However pagenavi is implemented as ‘previous and next’ but I would like it to be pagenumbers. For this I have chosen the plugin ‘Page navi slider’ ( Can’t get it to work cause I don’t know where to put the code (which files and where in the file). Second question is: do I need to turn pagination on or off in theme options?

    Can you help me out Ben?

    PS: I love your Virtue theme and I was impressed by how you support the theme thru this forum. Excellent work!

    Cheers, Charles

    In forum: Virtue Theme
    #12752

    Hi,

    The dropdown menu on my “checkout” page page font color is white, like the background (you need to add something to the cart, theguitarist.net/store). I used the following code and a few days ago, but now it is not showing again. I can’t figure out why?

    Here is the code:

    .chosen-container .chosen-drop {
    color: #444;
    }

    In forum: Virtue Theme

    In reply to: Kadence Slider

    #12750

    Xander-
    I had the same issue and spent so much time entering Kadence Slider but nothing. So, in your Admin menu go to “Appearance” then “Install Plug Ins”. This takes you to a page titled “Install Suggested Plug Ins”. You will find the various sliders there. Activate the one you want and then at your admin menu you will see the slider listed. Click on it and “Add Slider” and “All Sliders” will appear. Click on “add” to create your slider. Once created you will see it listed in your Admin section under “sliders” It will state (depending on which slider you created) “If revolution slider, choose your revolution slider here”. Simply click on the slider you created. Hope this helps.

    In forum: Virtue Theme
    #12747

    Hi,

    I am just wanting to know if you have any more Prebuilt layouts ?

    I am particularly interested in the design.
    Do you have a PreBuilt layout of this Homepage for page builder ?
    Example1 and 2 dont really help me in designing my own home page to replicate your example above.
    Sorry if it has already been answered but I did searched and could not find it.

    Thanks,
    Scott

    #12744

    Hi there! I do have to say that I love the theme that you have created. It’s really simple and is fabulous to look at. However, I have a snag.

    I read other forum posts about disabling the built in MagnificPopup so that I could use my own lightbox. I deleted the portion of the main.js file that pertains to Magnific, however, I have noticed that the theme still adds the rel property to any image files that I add to pages. I noticed that it does not do this with video files, just image files. How can I go about modifying that so I can continue to use my own lightbox?

    I would also be all right with using Magnific if I have to, but there is no documentation about how to incorporate the script into my own pages. Those would invariably be helpful as well.

    Thank you so much for your time, and for the great theme.

    ~Pedro

    In forum: Virtue Theme

    In reply to: Kadence Slider

    #12743

    I’m trying to create a simple slider and paste it onto a page. Are there any instruction or tutorials that walk you through the process?

    I’ve read every page that contains the word slider in your 79 page PDF.
    Nothing explains the difference between a Revolution slider, a Cyclone Slider, or a Kadence SLider.

    Regarding the above instructions, there no plugin called “kadence slider” to activate and no plugin of that name that can be downloaded via wordpress.
    I’ve added 12 images but have no idea how to paste the slider onto the page.
    The Virtue Shortcodes option does not include any kind of slider

    If Revolution Slider
    Choose your Revolution Slider Here
    No items of this type were found.
    If Kadence Slider
    Choose your Kadence Slider Here
    No items of this type were found.

    I have no idea what if anything to paste into the field “If Cyclone Slider or using any shortcode
    Paste shortcode here”

    Do you have a simple step by step instructions for inserting a slider on a page?

    In forum: Virtue Theme
    #12718

    Hello, i can’t figure out whats going wrong so i hope you can help me.
    We’ve a few pages where we’ve chosen the portfolio grid to show the item from a certain work type orderded by date. It showed perfect a few days ago, now the items are not cropped anymore and the order is gone. Can you please help me?

    #12716

    Hi,
    Just wondering if you could help me with a quick question: I want to change the styling on the portfolio grid page, so that when you hover over a portfolio item, instead of a transparent gray highlight over the portfolio item title, it is a color of my choosing (to match the menu highlights here:

    I know this will have to be added through custom css, but just am having trouble finding the exact terms to use, and thought you might be able to quickly point me in the right direction.

    Thanks for the help!

    In forum: Virtue Theme

    In reply to: check out page

    #12713

    1. It’s either an option in your paypal settings or you have to use paypal pro. It’s not something the theme can change.

    2. add this css

    .order-again {
    display:none;
    }

    What do you mean by other products? The page only shows the product you purchased?

    3. You would have to edit a woocommerce template file to remove the link. You can use css to make it white so its not confusing?

    .order_details .product-name a {
    color: #fff;
    }
    .order_details .product-name small a {
    color: blue;
    }

    4.

    .order_details .product-name small a {
    font-size: 14px;
    }

    5. You have to use a custom function, so in your child theme functions file add this:

    // Hook in
    add_filter( 'woocommerce_checkout_fields' , 'custom_override_checkout_fields' );
    
    // Our hooked in function - $fields is passed via the filter!
    function custom_override_checkout_fields( $fields ) {
         unset($fields['order']['order_comments']);
    
         return $fields;
    }

    Ben

    In forum: Virtue Theme
    #12707

    Hi,

    Once someone buys a product on my page I am having the following problems (theguitarist.net/store):

    1. Once someone pays with paypal I would like to automatically have the buyer get redirected back to my website, instead of having to click a link to get back. Do you know how to do that?

    The following questions are for:

    2. How do I remove the “order again” buttons on this page (and all other products), the example I have shown is just for an order I placed with the free product in my store, “Etude 1”

    3. How do I remove the hotlink for the Etude 1 on this page (and all other similar products). I have had customer’s who thought that was the link to download a file.

    4. I would like to enlarge the font size of the product download file link, so it is more obvious to the customer?

    5. On the final checkout page (you need to add something to the cart to see it, it requests billing details, etc.), how do I delete the “Additional Information” & “order notes” on the right-hand side?

    In forum: Virtue Theme
    #12705

    Are you extracting the zip file you download from this page: https://www.kadencewp.com/install-virtue-premium-with-demo-content/
    and importing the .xml file?

    Can you send me a login?
    [email protected]

    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
    #12698

    Hey, yeah the built categories in wordpress creates are all arranged one way if you want the grid layout then you have to use the page template. That is the only way.

    Ben

    #12671

    I would like to have wider margins on each side of the pages – 36px left and right side. I am using the boxed layout and have a child theme but have not been able to find the css to make this change and adding margins to every element doesn’t really work.

    I’d also like to have NO side margins on the flex slideshow I have on my homepage.

    Hope this isn’t too much – it’s just an overall design preference.

    I really like using this theme.

    Thanks.

    #12667

    Hi Ben,

    If I wanted to have a background colour behind each footer widget, what would the CSS be for this? And also, IF I wanted to have a separate background colour behind the main text on my home page (behind the portfolio) how would I change that.

    http://www.picturethispicturethat.co.uk

    Thanks so much.

    Jas

    #12666

    Hi Ben,
    I looked through the forum and the Theme Options but I cannot find how to set post display in a category.
    I try to explain better
    1-I add a post category to the navigation menu/submenu, when I click on it the results are shown in sequence of one below the other.
    see this link to understand

    Is there a way to choose how many posts to show in a row of post category or I always must create a blog-archive page and assigning a category and choose the column number to be displayed?

    Thank you
    Angelo

Viewing 20 results - 51,141 through 51,160 (of 53,646 total)