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 - 49,981 through 50,000 (of 53,646 total)
  • Author
    Search Results
  • #18544

    Picture of single page not occupy all the space in the box

    Thank you,
    Constantin

    #18538

    Hi Ben!

    I just noticed this problem. When I’m viewing a single portfolio item, there are three icons on the upper right hand side of the screen (an icon grid and arrows on either side). The icon grid had previously directed back to the home page which is my portfolio page. But now, for some reason, when I click the icon grid, I am taken to just a page of portfolio items with just text, in order that they were posted.

    How to I point this icon in the direction of my home page?

    My website: sharonwacker.com

    Thank you for helping!!

    Sharon

    In forum: Virtue Theme

    Topic: Change SKU

    #18534

    Hi Ben,

    I was wondering whether it would be possible to change SKU to different text on the products page?
    I would like to change it to Part#
    I have read how it can be done using the meta.php, but would prefer if the function was available under the language settings.

    Thanks.

    #18530

    I cannot add a background color to the secondary button of my Kadence slider. All other options for the secondary button work. I have the most up-to-date version of the theme. Help? Link to page :
    Also how can I remove the arrow navigation from the Kadence slider?

    In forum: Virtue Theme

    In reply to: Archive Page Template?

    #18527

    If you make your own page template use a child theme. With a child theme you can add your template and it will not be overridden when there is an update.

    http://codex.wordpress.org/Child_Themes

    “Furthermore, do you plan to integrate an “official” archive template?”

    Probably not, I would just use pagebuilder and the archive widgets.

    Ben

    In forum: Virtue Theme

    In reply to: Archive Page Template?

    #18524

    Hi Ben,

    I used your instructions in this thread to create an own archive page for my blog. It worked great and I was very happy. However, with the last update today I realised that my file was missing and the page therefore broken. I suspect the update has overwritten it or deleted the whole virtue folder and installed the new update from scratch. I was using the WP update function.

    Is there any way to prevent this from happening? I do not want to manually upload the file after every update.

    Furthermore, do you plan to integrate an “official” archive template?

    Btw: In case it is of any interest, you can find the blog archive at http://frischluftgeschichten.de/geschichtenarchiv/ (it’s in German).

    Any help would be very appreciated!

    Thanks in advance!

    Robert

    #18522

    Hi there,

    I’m trying to use a PDF in my portfolio, and I’m wondering if there’s a way I can add the pdf viewer in where the image is supposed to be in a portfolio page. The page is here:

    Right now it’s in the “above” layout, but I would like it to be in the “beside” layout shown in the portfolio page documentation, with the pdf in place of the featured image and the text on the side with the details as shown there. ( Is there any way to do this?

    #18498

    Hi,
    I’m trying to add an AdRoll script, and I’m told I need to place it before the “body” tag in my footer.php for the theme, but when I check, there isn’t a “body” tag at the bottom of the page. Should I be inputting the script in a footer widget or is there somewhere else in the theme where I can do this?
    Thanks in advance.

    #18496

    This page is under construction and is blocked by Ultimate Coming Soon Plugin, I can add you as a user and make a password for you, but I need your e-mail address.

    Or I can send you printscreens.

    But I try to explain once again:

    I have a simple post with a header Image Carousel.
    And to see a description of a single image of this carouser, I have to click on the image. But I need to see it at once after opening this post (visible on the bottom of each image), so I added above code CSS to Advance Settings (my friends helped me wit it), and result was that I had a image description on each image on the bottom without any need to click on the image – it worked correctly two weeks, but after applying your last upgrade, it does not work.

    If I can ask you for a trial on your page (I hope you have), apply above code to your advance settings, and see If it works, and apply the same code on the template Virtue before upgrade.

    Iwona

    In forum: Virtue Theme

    In reply to: fullwidth home

    #18494

    You can with css but it will effect how certain things work and not in a good way. For example. If you are using a carousel. The images are sized to look really great at 1170px width. Not at 2000px if you are using a large desktop screen.

    using the pagebuilder is a good option because you can be selective and purposeful about what is fullscreen width.

    But if you just want your content to spread out here is the css:

    @media (min-width: 1200px) {
    .container {
    width: 100%;
    }
    }

    Ben

    #18487

    Can you post a link to this page? Need to see what you have so I can make sense of this.

    Ben

    In forum: Virtue Theme

    In reply to: fullwidth home

    #18485

    Hey,
    So fullwidth, means no sidebar. That doesn’t mean it expands the full with of the screen it just expands the full width of the page. The theme pages are 1170px max width on large screens. That is because this theme uses the bootstrap framework.

    There are some ways to make certain content the full width of the screen, like using page builder and using the row visual style “wide content”.

    also one more point of clarification the home page is all set in the theme options in terms of sidebar or not, it doesn’t use the page template.

    Here is a tutorial: https://www.kadencewp.com/creating-a-home-page-with-virtue/

    Ben

    #18484

    Hey,

    “I noticed that virtue_premium/assets/css/skins/default.css does not come with such a version”

    That isn’t your theme options generated css. That is the skin you choose in the theme options > basic styling.
    It doesn’t have a version because it’s not really every changed. Just has some color css styles (all of which can be overridden by the theme options).

    Your theme options css is output into the header using a php function that can easily be cached by page php, If your using a caching plugin like w3 total cache (what I recommend) it automatically clears the cache for the user after each save in theme options, then once you’ve set it how you want it. you can easily clear for all other viewers.

    Ben

    #18479

    Hello

    I am using a home icon menu on the homepage.

    I would like to change the hover color from blue to one of my choice, and at the same time change also the hover font color from white to a color of my choice.

    What would be a solution?

    Thanks,

    Ileana

    #18477

    I am using woocommerce plugin with the pinnacle premium theme. When I put a product on Sale my product on sale carousel on my home page doesn’t show the picture. The product is there but there is no picture. If I click on the blank space it does take me to the product on sale. I have tried multiple picture sizes but just cant get a picture on the product carousel. Featured products and other carousel’s work, it seems to only not work on the sale product carousel on the home page. Please help?

    In forum: Virtue Theme
    #18470

    Hi, Well I try to put the home page fullwidth, on Pages->Home->Edit->Pages Attributes->Template->fullwidth, but it doesn’t work.

    Do you know what’s the problem ?

    My home page is this.

    I want to change the margin on this page.

    Thanks!

    In forum: Pinnacle Theme
    #18463

    Guess i can’t really test it if it won’t let me add a visual editor widget to page builder. lol so i think it’s safe to say that it’s that plugin’s doing but i can’t confirm since i can’t really test it if it’s deactivated.

    In forum: Pinnacle Theme
    #18462

    Tested both methods.
    Page Builder won’t let me add Pinnacle shortcodes or images in html editor.

    But now that i think about it. I think it might be the Tiny MCE Widget plugin because thats how i get the visual editor in page builder.

    I’ll test that right now and see if that still happens.

    In forum: Pinnacle Theme
    #18461

    Disabled PageBuilder and it worked like a charm. Should i activate pagebuilder and then try to add an image in html editor or without pagebuilder active?

    In forum: Pinnacle Theme
    #18460

    Try deactivating pagebuilder or the visual editor widget and see if it still happens. Also try and add a image using the media button while on the html tab. That will narrow down where the issue is coming from.

    Ben

Viewing 20 results - 49,981 through 50,000 (of 53,646 total)