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 - 12,421 through 12,440 (of 53,646 total)
  • Author
    Search Results
  • Anonymous
    #222719

    Hi Kadence Themes support team,

    I’m having a baffling problem with a few Aweber forms on one of my clients’ websites.

    The original problem is that the font size within the fields of the contact form was displaying too small.

    EXAMPLES =

    Please see the form at the top of this page:

    And the bottom of this page:

    I contacted Aweber’s customer service team to inquire how to fix this, and the person I spoke with said that instead of using the Javascript code, I should use the html code and then run a find/replace to change every rem to em within the code.

    I did that for this page:

    But then I realized that the new code changed the alignment of the form, please see this screenshot of how it looked:

    So the next step was that we just removed the drop shadow and now it doesn’t look precisely how I wanted, but it looks okay.

    I followed the same steps and changed the form code to html on this page (although I didn’t have to remove the drop shadow):

    But the third page I tried to fix was this one:

    And when I replaced the Javascript with the HTML code, it completely sent the whole page haywire. I restored the page to the previous version and tried again, and the page did not go haywire, but the formatting of the form changed significantly, with text running into the boxes and the button changing size and so on.

    I spoke with Aweber customer service again, and they said the problem is not on their end, the problem must be with the website. Womp womp. So I am reaching out to you to see if you can offer a suggestion of how to fix this.

    Ideally, I’d really prefer the form to look like the original Javascript version but with larger font, but I would be fine if I can just make the two remaining pages display with bigger font in the form fields, but no drop shadow etc.

    The last two pages where I need the form fixed are right here:

    Thank you in advance for your help!

    #222715

    Thanks Hannah,
    Sorry, I should have been more specific.
    The news items are added lower down the page under “Latest News”.

    The post “Great RWD Article in Wairarapa Times-Age” has a featured image of the newspaper cutting, size: 796px × 566px

    It looks OK on the post itself, but in the summary display on the home page, the automatic cropping doesn’t leave a good picture.

    Is it possible to use CSS to constrain this one image to “contain” or similar??
    Many thanks,
    Phil.

    In forum: Virtue Theme

    In reply to: Portfolio grid options

    #222691

    You can set the image sizes in your portfolio grid page settings.

    http://docs.kadencethemes.com/virtue-premium/templates/portfolio-page-template/

    Under the image height change it to 360 for example.

    Ben

    #222686

    Sorry, here is an example but it appears on all category pages:

    https://www.bhsupplements.co.uk/shop/

    John

    #222681

    Hi!
    I have found out that products on category pages do not display properly – the add to cart button cannot be used as the images blend together. I have a screenshot to send if you need it. Two different mobiles phones were tested: iPhone and HTC.

    Could you, please, tell me how to fix this?

    Thank you.
    John

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

    Hello,

    You are correct, .single-portfolio will effect every single portfolio post on your site. The php filename itself isn’t going to allow you to select anything though, you need to find what the class is called in the body of your page’s html to get that.

    Using Chrome inspect tools or other browser dev tools, you should be able to easily locate the classes. See here:
    https://postimg.cc/ykHWzPr4

    So for example, if you wanted one of the above CSS snippets to only effect that page, you would simply add this class to the start of it:

    .page-id-1954 .page-header {
    border-top: 1px solid #e6dfdf;
    border-bottom: 1px solid #e6dfdf;
    }

    If you wanted to select all feature templates, it would look like this:

    .page-template-page-feature .page-header {
    border-top: 1px solid #e6dfdf;
    border-bottom: 1px solid #e6dfdf;
    }

    Hopefully that helps!

    If not, I’m happy to help you write custom CSS, I just need to know your specific goals. If possible, sharing screenshots to show your needs will make it clearer so I can get it right the first time.

    -Kevin

    #222660

    I need some understanding, please. I am trying to understand the php and css files and filenames so that I can make css changes without so many questions. I would like to change the size of the title on some of my pages. I found the following posted to the support forum to change the title on the single-portfolio page

    .single-portfolio h1.entry-title {
    color: #444;
    font-size: 30px;
    }
    .page h1.entry-title { this works for all pages
    color: #444;
    font-size: 30px;
    }

    Is the single-portfolio the page or the template? I found the content-singleportfolio.php file which appears to outline the classes.

    please see //jpriceanalytics.com/services-dnp/ this page uses site origin page builder and the the feature template
    I have inserted the code below in the advanced css and see the lines delineating the banner, header , and title. what is contained in the space between the lines? It appears to me that .page-header contains more than the h1.entry?

    How do I determine what the services-dnp page consists of?

    header#kad-banner {
    border-bottom: 1px solid #e6dfdf;
    padding-top:0px
    padding-bottom:0px
    }
    .page-header {
    border-top: 1px solid #e6dfdf;
    border-bottom: 1px solid #e6dfdf;
    }
    .page h1.entry-title {
    color: #444;
    font-size: 30px;
    border-top: 1px solid #e6dfdf;
    border-bottom: 1px solid #e6dfdf;
    height: 1px;
    margin-bottom: 1.625em;
    margin-top: 1.625em;
    padding-top: 5px
    padding-bottom: 5px
    background-color: #2d5c88;
    }

    #222657

    Sorry I misunderstood your issue initially. I’ve just tested and it appears that the font setting within the page is not working properly. I’ll send this onto the theme developer so he can take a look and let us know what’s going on.

    -Kevin

    In forum: Virtue Theme

    In reply to: Staff grid

    #222644

    You can do this using a shortcode rather than the staff template. Like this: [staff_posts orderby="date" items="4" filter="false" link="true" columns="5" height="200" limit_content="false"] You would just paste that into the content area of your page.

    Hannah

    #222642

    Is there anyway to make the videos not play on the category grid? I only want videos to be playable via the actual post page. One workaround I found is to set the summary and head content to image, but I really need the video thumbnail to display. Similar to YouTube.

    Don’t play videos on a page like this:

    Let me know if it’s possible. Thanks!

    #222641
    This reply has been marked as private.
    #222640

    Hello,

    You’re adding the map in page builder I see. Try instead using the template settings to configure the map, and it should go fullwidth:
    http://docs.kadencethemes.com/virtue-premium/templates/contact-template/

    Another option that should work is setting the page builder row to fullwidth stretched.

    Let me know if this is helpful.

    -Kevin

    #222638

    Hi Kevin,

    I’m currently using a slider on the home page so that works separately (I’ve set it to kadence slider pro in those home page header settings)

    What I wanted was to be able to control the title font size of the other pages.

    Did you want me to test that with the home page for a reason?

    #222637

    Hey Muhammad,
    From your home edit page are you setting the rows to full width?

    Hannah

    #222636

    Hello,

    For your home page, you should be able to set the font in Theme Options> Home Page Header, “Home Page Title Font size.”

    Does that work for you?

    -Kevin

    #222635

    Hi,

    I’m having difficulty adjusting the page title font size either from within the page or via the theme options default title options.

    On this page the title text (in the middle) I’ve set to 150px on the page, but its being overridden by a font-size: 79.2857px;

    The same happens if I set it in default title options.

    How can I change this?

    #222629

    Hello,

    please see this page:

    is not the first time that i create a page like this on virtue, but is the first time that happen this: the google map is not 100% full width from desktop and mobile.

    How i can fix?

    Thanks and best regards

    #222626

    Hi!

    I’ve just discovered this morning the pinnacle premium theme has broken? I’ve done the average log-in and update WordPress / Plug-Ins / Themes and I’ve discovered in the themes page that it’s listed as broken.

    Description: Stylesheet is missing.

    It was the most recent version of pinnacle and with WordPress being on 5.1.1

    Is there anyway of fixing this simply? Or, will this be a case of deleting and reading the theme onto the site?

    Many thanks!

    #222617

    Hey Phil,
    I’m not seeing a newspaper cutting on the page. Where are you adding it? What size image are you uploading?

    Hannah

Viewing 20 results - 12,421 through 12,440 (of 53,646 total)