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 '
-
AuthorSearch Results
-
In forum: Ascend ThemeAnonymousApril 10, 2019 at 5:08 pm #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:
*Login to see linkAnd the bottom of this page:
*Login to see linkI 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:
*Login to see linkBut then I realized that the new code changed the alignment of the form, please see this screenshot of how it looked:
*Login to see linkSo 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):
*Login to see linkBut the third page I tried to fix was this one:
*Login to see linkAnd 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!
In forum: Virtue ThemeIn reply to: Modify blog image on home page
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 ThemeIn reply to: Portfolio grid options
April 10, 2019 at 10:53 am #222691You 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
In forum: Virtue ThemeIn reply to: Blending of Product Images on Mobile Devices
Sorry, here is an example but it appears on all category pages:
https://www.bhsupplements.co.uk/shop/
John
In forum: Virtue ThemeHi!
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.
JohnIn forum: Membership ForumsIn reply to: Kadence Blogs Full Width problem
In forum: Virtue ThemeIn reply to: Setting page specific css
Hello,
You are correct,
.single-portfoliowill 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/ykHWzPr4So 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
In forum: Virtue ThemeTopic: Setting page specific css
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;
}In forum: Ascend ThemeIn reply to: Page Title Font Size (cannot adjust)
In forum: Virtue ThemeIn reply to: Staff grid
In forum: Ascend ThemeTopic: Video Blog Post Summary
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: *Login to see link
Let me know if it’s possible. Thanks!
In forum: Pinnacle ThemeIn forum: Virtue ThemeIn reply to: Google map is not 100% full-width
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
In forum: Ascend ThemeIn reply to: Page Title Font Size (cannot adjust)
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?
In forum: Membership ForumsIn reply to: Kadence Blogs Full Width problem
In forum: Ascend ThemeIn reply to: Page Title Font Size (cannot adjust)
In forum: Ascend ThemeHi,
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 *Login to see link 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?
In forum: Virtue ThemeHello,
please see this page: *Login to see link
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
In forum: Pinnacle ThemeHi!
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!
In forum: Virtue ThemeIn reply to: Modify blog image on home page
-
AuthorSearch Results


