dfeuster
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Uptown Style] Cannot add a button to heroHello @stnicholaspreservation,
I understand you’re trying to add a CTA button to the Hero section of a page. You can add the Hero Text widget. You can do this in Customize > Widgets > Hero > Add a Widget. The particular Widget is called “Hero Text” and it has a place for a heading, some text and the button.
I hope this gets you pointed in the right direction.
Regards,
Daniel F.Hi @thresholdjlt,
I understand you’re having an issue with the Text font on the page title for you /blog page. I took a look at your example URL and it looks like the font is the same when I click on “Continue reading” and the blog post opens. If you’re still seeing this issue, let us know and we can take another look.
Regards,
Daniel F.- This reply was modified 6 years, 1 month ago by dfeuster.
Forum: Themes and Templates
In reply to: [Uptown Style] Mobile ResponsiveHello @kadarao,
I understand the pagination on your mobile menu isn’t working properly, this is due to a bug that we are working to correct in a future release. You can follow the progress here: https://github.com/godaddy-wordpress/primer/pull/303.
Currently, we have prioritized engineering time to our new Go theme and as such development is limited on this older theme. If you would like to find out more about our new theme and maybe give it a test-drive, you can find it at https://ww.wp.xz.cn/themes/go/. You can see the layouts in action: https://wpnux.godaddy.com/v2.
Regards,
Daniel F.Forum: Themes and Templates
In reply to: [Uptown Style] Footer Menus in Uptown StyleHello @anneo80,
I took a look at your example URL and it appears you have already solved this issue.
Regards,
Daniel F.Forum: Themes and Templates
In reply to: [Uptown Style] Go Away: A Drama of How I Want to Hide the MenuHi @mimibb82,
Thanks for the question and thanks to Michael(@alchymyth) for providing a great answer!
Regards,
Daniel F.Forum: Themes and Templates
In reply to: [Uptown Style] Edit Page and View Page are not the sameHi @elementsoforg,
I took a look at your example URL and it appears you have switched to another theme(Twentyseventeen).
Regards,
Daniel F.Forum: Themes and Templates
In reply to: [Stout] Footer transparency boxI took a look at your URL and it appears you have taken care of this issue already!
Regards,
Daniel F.Forum: Themes and Templates
In reply to: [Stout] Change Logo for Mobile: Stout themeHello @donvitodesign,
I understand you’re wanting to use different CSS styling on your logo image for mobile and desktop. This is something that will have to be targeted through a media query. You can add changes to CSS in Customize > Additional CSS. It would be similar to this:
@media screen and (min-width: 768px) { .custom-logo-link img, body.home.title-tagline-hidden.has-header-image .custom-logo-link img, body.home.title-tagline-hidden.has-header-video .custom-logo-link img { max-width: 30%; max-height: 20%; } }You will want to target the min-width for the right screen size and he dimensions of your logo. You can find more info on
@mediahere: https://www.w3schools.com/cssref/css3_pr_mediaquery.aspI hope this gets you pointed in the right direction for your logo.
Regards,
Daniel F.- This reply was modified 6 years, 1 month ago by dfeuster.
Forum: Themes and Templates
In reply to: [Mins] Edit/remove Hero TextHi @stevepe,
I understand you don’t want to see the Blog page title on your blog page. You can target that with CSS and make the change in Customize > Additional CSS. The basics would be like this:
h1.page-title {
display: none;
}
I hope this gets you on the path with where to make the CSS changes necessary.
Regards,
Daniel F.Forum: Themes and Templates
In reply to: [Mins] Split Header Media in Mins ThemeHello @kamen007,
After adding the Text Widget, you can target
div.hero-innerwith CSS and add a background color. The custom CSS can be added in Customize > Additional CSS. It would be similar to:
div.hero-inner {
background-color: #fefe;
}
I hope this helps get you on the right path for CSS.
Regards,
Daniel F.Forum: Themes and Templates
In reply to: [Escapade] Can you add footer link color to the settings?Hello @a4jpcom,
Thank you for the feedback on the Escapade theme. I took a look at your example URL and it looks like you’re using a different theme.
We have prioritized engineering time to our new Go theme and as such development is limited on this older theme. If you would like to find out more about our new theme and maybe give it a test-drive, you can find it at https://ww.wp.xz.cn/themes/go/. You can see the layouts in action: https://wpnux.godaddy.com/v2.
Regards,
Daniel F.Forum: Themes and Templates
In reply to: [Escapade] Adjusting Header Image Size (height)Hello @hotrock3,
I took a look at your example URL and it looks like you found the solution to both of your inquiries.
Regards,
Daniel F.Forum: Themes and Templates
In reply to: [Escapade] Two Columns: Sidebar | Content ResizeHello @smanuk,
The theme Escapade is a child of our Primer theme, and it currently has a bug with the layout controls. You can follow the issue here: https://github.com/godaddy/wp-primer-theme/issues/226.
We have prioritized engineering time to our new Go theme and as such development is limited on this older theme. If you would like to find out more about our new theme and maybe give it a test-drive, you can find it at https://ww.wp.xz.cn/themes/go/. You can see the layouts in action: https://wpnux.godaddy.com/v2.
Regards,
Daniel F.Forum: Themes and Templates
In reply to: [Ascension] Product page sidebarHello @42connect,
I understand you’re trying to add a sidebar to your Product pages and are having trouble. This appears to be a bug that we are tracking in https://github.com/godaddy/wp-primer-theme/issues/251.
We have prioritized engineering time to our new Go theme and as such development is limited on this older theme. If you would like to find out more about our new theme and maybe give it a test-drive, you can find it at https://ww.wp.xz.cn/themes/go/. You can see the layouts in action: https://wpnux.godaddy.com/v2.
Regards,
Daniel F.Forum: Themes and Templates
In reply to: [Ascension] Remove woocommerce cart from menuHello @benzett83,
I took a look at your example and it appears you have already removed the WooCommerce cart from your main menu. If you have any other issues, don’t hesitate to ask.
Regards,
Daniel F.