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 - 29,701 through 29,720 (of 53,646 total)
  • Author
    Search Results
  • #113543

    I would suggest you contact your host. Ask theme to check your php max upload size. Make sure it’s set to at least 8mb. This should be default for any server that hosts wordpress but for some it’s not.

    Also Make sure your not extracting the .zip file you download from the my-account page. That should stay as a zip file.

    Ben

    #113537

    You can access that by editing the page builder row within the home edit page. In the row where you see the widget box for Like What You See? hover over the tool on the top right of the row then click edit row. Then in the Design tab you can change the background image.
    https://www.kadencewp.com/using-page-builder-virtue-premium/
    Hope that helps!

    Hannah

    #113535

    Hi,
    Sorry, I should have been more specific. I used the Virtue – Premium:Choose Your Demo Style, and chose style 4. Here is a link so you can see my landing page: http://test4mark.deantriolodesign.com
    I can’t access the midsection with the blue mountains and has the phrase Like What You See? with and fake action button. I have gone into the section Theme Options/Home Layout and couldn’t access it there and tried under Pages/Front Page and I see the widget boxes for Like What you see? and the “action Button” but can’t find the widget to access the blue mountain image. It’s a beautiful image, but won’t work for my client.
    Thanks

    #113533

    Hello,

    I just purchased Virtue Premium, however, when I try to upload it to WordPress I keep getting this error..No Data Received. Unable to load the webpage because the server sent no data. Reload this webpage. Press the reload button to resubmit the data needed to load the page. Error code: ERR_EMPTY_RESPONSE
    Please Help!!

    Thank you

    #113532

    Hey,
    1. In Theme Options > Portfolio Options you can set the All Projects Default Portfolio Page. Is that what you mean?

    2. There’s an option to change this in Theme Options > Language Settings.

    Hannah

    #113527

    Hi Guys!! I have looked thru the forum but can’t find clear answers..

    My Portfolio: High volume of “projects” but I am creating a “portfolio grid page” for every “Parent” portfolio type (it is a town or city) which in turn displays the “child” portfolio type (a travel product for that location) using the isotope filter. It looks great!

    I am also using portfolio tags. When I click a tag it takes me to that particular “tag” page. BUT… the url/breadcrumbs always take it back to a default portfolio page (the page that came with demo content).. this is okay but leads me into my first question.
    It was happening too for projects but i disabled breadcrumbs for projects.

    1) Can I filter only the “Parent” portfolio type in this “default” tag page..there is too many “child” portfolio types to filter for the customer. In real words I just would like to show the town or city here. (I do have this in a menu format already but if this “default portfolio page” isn’t going away then I would like it to be navigable.)

    2) On mobile the isotope filter shows the title “Filter Projects”….. Can this text be changed to “Filter Eco Travel”

    If you wanna check out the site…a good place to start is http://www.treehuggertravel.com.au/portfolio/tropical-horizons-daintree-dreamtime/
    This is my first completed project page… the site is published but only for editing purposes. I had trouble viewing edits in construction mode.

    Your help is super appreciated. JP

    In forum: Virtue Theme

    In reply to: Post carousel

    #113521

    Hannah, I think we are getting there. Can you tell me the css to remove the featured image page and where it should go please.

    Thanks again. Roger.

    #113514

    Mike,
    Rather than adding the css directly into your page builder row, try adding Ben’s css into your custom css box in Theme Options > Advanced Settings. Does that work for you?

    Hannah

    #113511

    I have to be honest in saying that you lost me with that question Ben. On the page I have a row with 3 columns, each has a Virtue Gallery widget with a single image. I’m using the CSS Attribute box for that widget to add a drop shadow. It looks perfect along the right side, but there is a broad white margin between the bottom of the image and the drop shadow effect.

    I hope this makes sense.

    #113510

    Hey,
    Based on what settings you seem to want to use you will need to use this function in a child theme: https://www.kadencewp.com/child-themes/

    function child_init() {
    add_filter('kt_post_excerpt_image_height_portrait', 'kt_custom_image_height_blog');
    function kt_custom_image_height_blog() {
    return null;
    }
    }
    add_action('init', 'child_init');

    And on your home page you will want to use this shortcode in a text widget instead of the home page module in your theme options > home layout.

    [kad_blog orderby=date items="8" cat="most-popular"]

    Ben

    #113501

    Thanks, Ben. I did update it, and I guess once this is sorted out, I’ll remake a new child theme.

    Anyhoo…the final decision is that we are going with all featured images being “portrait.” To be exact, they are 735 wide x 1102 high. However, they only seem to resize themselves correctly in a blog grid page type. You can see here: http://www.yourorganizedlife.org/cleaning. ***Only the one that says “Spring Fresh Laundry” is the one with the correct image size we plan to use throughout***

    What I need to do now is figure out how to get the images to automatically resize correctly on the home page (Most Recent Posts, which I have labeled Reader’s Favorites from My Blog), and on the main blog page (This article with the correct image size we will be using shows up on page three of the blog): http://www.yourorganizedlife.org/all-organizing-articles-and-tips/page/3/ (Actually, if there was one universal way that they would all resize proportionately throughout, that would be great, but…you know what I mean.)

    Things I have already tried:
    Making the home “page type” be a blog grid. It seems that since this is a “Home” page, it doesn’t allow that to happen.
    Adding a widget to the page builder on the home page: Tried several different widgets but they all only show thumbnails, very tiny, not resized correctly, and with no excerpt.
    The reason I don’t just make the home page be the blog page is that we only want posts from the category: most popular, to be on the home page.

    So that leaves me back to the original: I have the home page set in Theme Options to include Latest Blog Posts/Home Blog Settings. Long story short, what I need to do is: 1) Have images on home page blog posts resize correctly (portrait) and 2) Have images in main blog feed resize correctly (portrait).

    Thanks again. Your time and expertise are greatly appreciated.
    –Lori

    #113496

    Hi Ben

    I’m using a Virtue Image Menu widget on this home page:

    … and on this other page:

    The first is placed in the default primary sidebar, the second in a sidebar I created. When I style them I notice that they are wrapped in different classes, the first includes classes called “image_menu_content” and “image_menu_message”. Those classes don’t exist in the seond sidebar, there’s just a class called “home_message” before the H4 and H5 content.

    More out of interest than anything, and to help me understand what’s going on, could you explain why what would seem to be just a widget in a sidebar isn’t delivered in the same way on each page?

    Sorry to bother you though, please don’t reply if you don’t have time, it isn’t important.

    Kind regards
    Steve

    #113490

    Hi,

    I just moved from the free theme to the premium. When i’ve entered to my product page i couldn’t see the products.
    But i noticed that when i moved the mouse over the blank area, the symbol of the mouse changed from arrow to finger. When i’ve clicked on the blank area it transferred me to product page.

    My product page is:

    Thank you,
    Moshe

    In forum: Virtue Theme

    In reply to: Wrong Weblink Pages

    #113483

    Dear Kevin,

    great page to controll …. but what I dont understand is … now I know which links are wrong .. but I dont know where in my shop these wrong link cant be found ?

    The tool from Ben I have activate and done for these I have known … but thinking the tool dont work really good

    Any else possibility ?

    Many Thanks

    Jenny

    #113481
    This reply has been marked as private.
    In forum: Virtue Theme

    In reply to: parallax and filter

    #113478

    oops just noticed the JS text is showing on the page itself just above the footer…

    In forum: Virtue Theme

    In reply to: parallax and filter

    #113476

    if i refresh the page at that zoom it seems to be fine. if i am at 100% then refresh it will be there when i go to 90%

    In forum: Virtue Theme

    In reply to: parallax and filter

    #113472

    Does this happen for you when you change the zoom or when your refresh the page at that zoom?

    Ben

    In forum: Pinnacle Theme
    #113450

    Hello Calle,

    Setting visibility to hidden should remove it from your shop page regardless of the login status on your site.

    Have you tried clearing your cache after changing the product visibility? You could be seeing an older version of the page.

    Let me know if this helps.

    -Kevin

    #113448

    Hi,

    I’m trying to hide one product from the main shop page. I have tried doing Catalog Visiblity: Hidden under the Publish tab, but it only works if I am logged into the website. Is there a why that I can hide “Deplorable Welcome Mat” from this page ?

    Thank you,
    Calle

Viewing 20 results - 29,701 through 29,720 (of 53,646 total)