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

    In reply to: edit tab colors

    #26247

    after looking into it, i noticed that it does work with the initial opening of the page, but i noticed that as soon as i click one of the links, they all go back to white.. including the active tab.

    do you have any other suggestions?

    In forum: Pinnacle Theme

    In reply to: Centered Bullet list

    #26245

    Ermanno,
    You want to center the list but you also want to left align the bullet points. Which means you want to left align the list. This does’t really work because of how css works. If it’s center then each item in the list would center itself.

    For a option to try and see if you get the effect your going for open up the page, use page builder and add three columns in a row. The place your list in the middle column. (don’t center it)

    Ben

    In forum: Virtue Theme

    In reply to: edit tab colors

    #26244

    Hey,
    Well step one is to open the page, click the “text” tab and make sure you remove the

    tag that is open near the top. You have extra spacing created because the p tag is there.

    You can target the active tab with this css:

    .nav-tabs>li.active>a, .nav-tabs>li.active>a h4 {
    background: black;
    color: white;
    }

    Ben

    In forum: Virtue Theme

    In reply to: Mobile Menu

    #26243

    Hey,
    did you assign a menu to your “mobile navigation” in the appearance > menus page?

    Ben

    In forum: Virtue Theme
    #26234

    hello,

    i am using the “tabs” shortcode, and i was wondering, is there a way to modify the open tab?

    i would like to change the background color and text color of only the open tab to give it a bit more emphasis.

    if needed, a link to the page is as follows

    #26218

    Hey,
    Post excerpt images are not actually thumbnails they are created when needed depending on the page settings, like if you have a sidebar or not then it uses different size images. This is all to use the best sizes for the place it’s being used.

    This means you can’t edit the thumbnail image for the post excert. If you have a specific part of an image you want to show I recommend you upload your image as a square. Then when it’s resized it won’t be cropped.

    Ben

    #26217

    Hey,
    So this isn’t just about coding. For those things to be there you have to want to show things like that. For example if in your portfolio description you want to have a line that shows Author: Mark. Or “lasted updated December 28”. You can’t add microformats in the code it has to be on the page and by default the portfolio pages don’t show that information. Because it’s not like a blog post. I don’t have any plan to add this kind of data into the portfolio or testimonial post pages but you can in the description. Here is what the html looks like:

    Project Title: <span class="entry-title"> My project</span>
    Author: <span class="author">Mark</span>
    Last updated: <span class="updated">December 28th, 2014</span>

    Ben

    #26212

    Hi,

    My website is report hentry (markup: microformats.org) errors for portfolio and testimonial pages. All are reporting the following errors :

    Missing: author
    Missing: entry-title
    Missing: updated

    Can you shed some light on the cause and how to fit it?

    Examples of pages reporting the errors :

    Regards Mark

    #26211

    An update: My husband loaded the site on his android phone and he sees the standard image menu that I’d set up through the Theme options page (home page options). The image menu buttons work, but no image content is delivered to his phone – he ends up on blank portfolio grid pages. The links are also all screwed up.

    #26206

    Found the solution. I have missed the new Grid Engine rewrite for more efficient CSS in the new Page Builder 2.0.

    In forum: Virtue Theme
    #26205

    I’ve rest one of my portfolio grids back to 3 items per page so you can see the pagination issue:

    http://www.abstractscientificart.com/Nerdlypainter/?page_id=5914

    #26203

    In the Virtue Premium theme, Ive set up some Portfolio grid pages to help categorize and sort my portfolio items. I would like to show just four items in columns on each front page of a Portfolio grid. This looks possible in the settings for Portfolio grid pages.

    When I select settings that show fewer than “all” items per page and view the page, I see the specified number of items on the page.

    At the top is a button that says “All”, which I suppose is a “Show all items” button. It doesn’t do anything – it’s basically dead.

    Below the portfolio items (featured images) are some numbers – pagination numbers to navigate the items not shown on the first page. These also do nothing – they’re dead.

    I would really prefer to be able to use this feature, both for the cleaner look of the portfolio grids with fewer images per page and also because (if implemented well) it should speed loading of the initial grid page.

    Is there a hot fix or something I can download?

    This pagination feature works just fine on the free version of Virtue, which is the main reason i have not yet upgraded my other site (I like my pages).

    #26202

    IS there anyway to have something appear above the featured image in a portfolio post? I have my website set up using big image files as featured images, which show up cropped like a banner. There is a smaller version in the body of the post below that I’ve added with the text. I really like the look of this. My pages would load a lot faster if I could use a smaller image file as the featured image that would show up uncropped, and have a detail from the image as a banner above it. Is this possible?

    Here is an example of the look that I’m talking about:

    The banner is being creaed by the feature image, which has to be huge to create a banner effect. I’d rather just create a banner in that location and upload a smaller feature image that appears just below it.

    #26201

    I am happy to be part of Virtue Premium Theme now. Really like what you have created!

    some questions:
    -> is there a list with recomended image sizes somewhere
    -> or is there a possibility to resice/crop images to the same size? Did I miss some settings?

    My homepage: http://www.kargl.co.at
    thanks
    Erwin

    #26200

    I have a site working pretty well on my Windows desktop using Virtue Premium, no customizations, just the provided features. It won’t fully load on my Android device. The device loads the menu bar, text, and any static images, but immediately crashes when it tries to load a slider or a portfolio grid page. What’s up?

    I’ve tried creating the supposedly mobile-friendly navigation slider, but it is not being served to my android device (and sliders are crashing Android). I need a workaround – around 30% of my customers are on mobile Android devices

    #26185

    I am setting up pages using pagebuilder. My issue is that I’m not able to reduce the spacing between the pagebuilder rows.

    I believe this should have worked:
    .panel-grid-cell .panel.widget {margin-bottom: 0px !important;}

    but it does not have any effect.

    Live URL here:

    Regards
    Rune

    #26155

    In your wordpress settings your site title should just be “Neobici”. You shouldn’t have the rest unless you want all that on every page. which isn’t good for seo.

    wp_title() is what yaost uses to add the page titles. It’s supposed to be there it’s how any plugin hooks into the page title.

    We don’t have any SEO Tutorials because SEO isn’t theme specific. You can find lots of tutorials on and about using yaost online though.

    Ben

    In forum: Virtue Theme

    In reply to: iFrame and breadcrumbs

    #26154

    Hey,
    You posted a link? Are you not using iframe code when you add to the page? I just tested with that link and adding into iframe code and it worked fine for me.

    Ben

    #26150

    Hi,
    I have 3 link images created to look like buttons in an image menu on the homepage of my site. As they adjust responsively the images are clipping so that half the button disappears. I have tried producing this both in an image menu and also in a pagebuilder widget using a virtue image widget but the effect is still the same and while the image menu resizes the buttons properly once it gets to mobile size, the pagebuilder/virtue image widget combination ends up with magnified buttons instead – an effect I don’t like. Please can you tell me what image sizes/ image size ratios I need to ensure that the link images retain their pictures at all sizes. My website is http://www.youngthinkersguild.com
    Thank you
    Geraldine

    #26144

    Thanks for your attention! Yes, Ben, i have selected Kadence slider and use the shortcode. But ONLY in homepage don’t work. It’s a mistery for me.

Viewing 20 results - 48,361 through 48,380 (of 53,646 total)