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 'child theme'
-
AuthorSearch Results
-
In forum: Ascend Theme
In reply to: Support Forum and Theme
June 2, 2020 at 3:24 pm #250644I can’t seem to access your staging, getting this error:
“The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later.”Yes I’m using a child theme here, and specific theme options if you can make your link public I would be happy to help,
Ben
In forum: Ascend ThemeIn reply to: Category
In forum: Virtue ThemeIn reply to: Search box 100% width and mini cart question
In forum: Virtue ThemeTopic: Editar post.php
June 1, 2020 at 3:33 pm #250569Necesito modificar el titulo de mi entrada para personalizarlo. La pregunta es hay forma de agregarlo al theme child o modificarlo de tal forma que al actualizar el tema no se pierda dicha modificación.
In forum: Ascend ThemeIn reply to: Category
In forum: Ascend ThemeIn reply to: Woocommerce Click For More Info Button
In forum: Ascend ThemeIn reply to: Woocommerce Click For More Info Button
Hi Elaine,
There isn’t a default function to change this, you would need to add a custom function into a child theme. Are you currently using a child theme? This should work for you:add_filter( 'woocommerce_loop_add_to_cart_link', 'replacing_add_to_cart_button', 10, 2 ); function replacing_add_to_cart_button( $button, $product ) { $button_text = __("View product", "woocommerce"); $button = '<a class="button" href="' . $product->get_permalink() . '">' . $button_text . '</a>'; return $button; }Hope that’s helpful!
Hannah
In forum: Membership ForumsOne other piece of information. I have a sandbox site that I do new development and testing in. On that site I activated the Twenty Twenty theme and I get the same behavior with the Advanced Heading block and hyperlinks. So it’s not the Genesis Framework or my Genesis child theme.
In forum: Virtue ThemeMay 20, 2020 at 4:43 pm #249921I would like to make it clear again that this is not a theme issue, your plugin is most certainly the issue, I deactivated all of the javascript to test, your plugin breaks when a carousel loads on the page. It doesn’t have to be a theme carousel for it to break things. I suggest you find a better plugin.
However, I’ve added a child theme with a function to remove the related products carousel and turn it into a grid so that your plugin will function.
Ben
We are in the process of switching to *Login to see link for a better product search and navigation. I noticed that custom product tabs (The Virtue theme allows to add 1-3 additional product tabs) are not indexed. Reading the documentation of *Login to see link it seems that these tabs would need to be added to the search indexer using a filter following the steps as outlined at *Login to see link
I am not sure if adding this would be in the scope of the Virtue Theme. If not, I could also add it to our child theme – though, I’d be thankful if you could send me a small snippet that would work for virtue product tabs since I do not know it’s internal meta data names etc. In the linked example code at *Login to see link for instance it is ‘test_meta’ and I would not know the name for the custom tabs.
In forum: Virtue ThemeMay 19, 2020 at 5:07 pm #249857As far as I can see I don’t believe this is an issue with the javascript on our end, however, I’m happy to add a workaround for your site through a child theme. Can you send me ftp access and I can set that up for you.
Out of curiosity what are you using the wfcm plugin for?
Ben
In forum: Virtue ThemeIn reply to: Hide add to cart button
Hey,
If editing the theme files you need to use a child theme. This will allow you to update without having to re-add your changes. You can download a child theme from here: https://www.kadencewp.com/child-themes/
If you don’t want to use a child theme you can also hide the add to cart with css and that will also allow you to update without re-adding code.Hannah
In forum: Ascend ThemeHi,
I’m starting a new site with Ascend and I’m using the transparent header with a white logo that changes to a color logo when starting to scroll for when the header turns opaque white. That works fine on the desktop. But on mobile the logo doesn’t use the transparent white logo and instead uses the color logo that should only be used when you start to scroll.
Here’s the site under development.
*Login to see linkI stated from the Mountains Demo which uses the transparent white header logo on desktop. It then just uses the white transparent text for the site name on mobile and doesn’t use the logo on mobile.
On this site I’d like to use the same logos as on the desktop (only scaled smaller) white on the transparent header until scrolling and then switch to the color one.
Can I fix that with CSS in my child theme?
Thanks,
-MikeSIn forum: Ascend ThemeIn reply to: Hyperlink text to open search bar?
In forum: Virtue ThemeIn reply to: Date on blog post grid with numbers
Hi Marion,
Are you using a child theme? If so, you can add the code Ben provided to your functions.php. You can download a child theme here:
https://www.kadencewp.com/child-themes/Hannah
In forum: Virtue ThemeIn reply to: Date on blog post grid with numbers
In forum: Virtue ThemeIn reply to: Proceed to Paypal- chekout button
In forum: Virtue ThemeIn reply to: Date on blog post grid with numbers
Thank you very much for your answer. I don’t speak very well english, not easy to explain you my request.
I don’t use any child theme for the moment, but i planned to use one.If i can add a custom fonction in functions.php, it is wonderfull ! 🙂 I’m very happy.
Can you tell me what I ca add ?Thanks
MarionIn forum: Virtue ThemeIn reply to: Date on blog post grid with numbers
Sorry for the misunderstanding. The design of that layout is meant to show the date via the calendar icon. If you want to change this for this specific format you would need to add a custom function into a child theme. Are you currently using a child theme?
Hannah
In forum: Virtue ThemeHannah,
After reading about functions files, I understand that I would need to be working with a child theme. I read the article that you sent. This seems to me to be just one added layer of complexity to building my website, one that is already daunting enough. So maybe I’ll just let go the desire for this particular feature, and stick to the basic website without child theme.
Thank you for helping to clarify this!
Best,
John Graham -
AuthorSearch Results


