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: Membership Forums
Hey guys,
So I reached out to GeneratePress about the margin bottom on rows with GeneratePress.
.entry-content > [class*="wp-block-"]:not(:last-child) {
margin-bottom: 1.5em;
}This is what they responded with…
Hi there,
That CSS is needed most of the time for people who aren’t using Kadence blocks.
Ideally the plugin should overwrite the theme setting when it’s needed.
CSS fix is the best for now 🙂
The CSS fix works fine but I figured it was worth letting you know.
In forum: Ascend ThemeIn reply to: Completely Remove Schema From The Theme
October 21, 2019 at 10:46 am #239176add_filter( 'ascend_microdata', '__return_false' );You can add that in your child theme functions.
Ben
In forum: Ascend ThemeHi there Kadence folks!
I want to add a widget area to the footerbase div so that I can place the Social Media widget there. Is it possible to ‘inject’ the widget area code here with a function, rather than modifying the templates/footer.php file? Or can you think of an alternate way to do this? I’m using a child theme, but even so I don’t want to change the source files unless I have to in case a future update requires me to change my code again.
In forum: Membership ForumsIn reply to: archive-product.php, archive loop
October 14, 2019 at 2:46 pm #238922I wasn’t able to find anything that made sense. I suggest deactivating all your plugins even your coming soon plugin and with clean woocommerce run tests where you remove files from your child theme.
In forum: Virtue ThemeIn reply to: change logo url in header in Virtue
October 14, 2019 at 9:34 am #238889I’m using updated virtue premium and virtue premium child
Current WordPress version
Virtue – Premium ChildVersion: 1.0.0
Virtue – PremiumVersion: 4.9.16“Your PHP code changes were rolled back due to an error on line 6 of file wp-content/themes/virtue_premium_child/functions.php. Please fix and try saving again.
syntax error, unexpected ‘:’, expecting ‘;'”
In forum: Virtue ThemeIn reply to: change logo url in header in Virtue
October 13, 2019 at 1:12 pm #238860Thanks Hannah I’m getting this error.
Your PHP code changes were rolled back due to an error on line 5 of file wp-content/themes/virtue_premium_child/functions.php. Please fix and try saving again.
syntax error, unexpected ‘:’, expecting ‘;’
when I
add_filter('kadence_logo_link', 'custom_logo_url'); function custom_logo_url($link) { return https://www.delphi.com; }In forum: Virtue ThemeIn reply to: change logo url in header in Virtue
Hey Tony,
Yes, you would need to add a filter to your functions.php folder within your child theme. The filter would look like this:add_filter('kadence_logo_link', 'custom_logo_url'); function custom_logo_url($link) { return http://www.example.com; }Hope that helps!
Hannah
In forum: Pinnacle ThemeIn reply to: Slider above sticky header in home page
October 11, 2019 at 10:06 am #238790Hey,
I can help,
First remove what you added in the front-page.php. Best to not edit that file. And best to get you back to a clean install.Make sure theme options > home slider you have “Place behind Header” off.
And you also turn off any slider added there. Set “Choose a Home Image Slider” to none.
Then in your child theme functions.php file add this:
add_action( 'pinnacle_header', 'custom_add_slider_above_header', 2 ); function custom_add_slider_above_header() { echo do_shortcode('[kadence_slider_pro id="1"]'); }Just change out the slider id with your slider.
Ben
In forum: Pinnacle ThemeOctober 11, 2019 at 9:57 am #238789Hey,
I’m not experiencing this in the demo or test environments. Can you tell me what you are seeing what the error is? Can you post a link?Are you using a child theme?
You click here to download version 2.4.3
Ben
In forum: Pinnacle ThemeHello!
I am trying in pinnacle theme to put the slider above the sticky header like *Login to see link
I created a child theme and put in front-page.php a php command to call a slider. When i do that the sticky header does not work. I compare the sticky.js in both virtue and pinnacle and they are the same. I don’t want to use virtue cause i want a transparent header in the internal pages.
Can you help me please?
Thank you!!!
In forum: Membership ForumsIn reply to: Ascend Portfolio Post Bottom Carousel
Unfortunately there isn’t a built-in function to remove the three dots. Not without adding a custom function into a child theme.
Your entire image is clickable, the only part that is not is the area just around the excerpt. Because your excerpt takes up almost the entire image it’s hard to notice this. If you decrease the number of columns it will increase the portfolio image size allowing for more clickable space outside of the text.Hannah
In forum: Ascend ThemeHi,
I wanted to do a simple form for subscribers to a newsletter. I copied the code from Get Response Dashboard and pasted it on a page.
Unfortunately the Subscribe-button is too far down on the page. How do I place it higher up?Another strange thing is that when I submit, you should end up at a confirmation page on the site. But it says the page you are looking for do not exist.
WP Version 5.2.3
Version: 1.8.8 With Child ThemeIn forum: Ascend Themeyep, I missed it, sorry, here you go:
WOOCOMMERCE### WordPress Environment ### WordPress address (URL): https://pivozdomu.sk Site address (URL): https://pivozdomu.sk WC Version: 3.7.0 REST API Version: ✔ 1.0.2 Log Directory Writable: ✔ WP Version: 5.2.3 WP Multisite: – WP Memory Limit: 512 MB WP Debug Mode: – WP Cron: ✔ Language: sk_SK External object cache: – ### Server Environment ### Server Info: Apache PHP Version: 7.3.3 PHP Post Max Size: 512 MB PHP Time Limit: 600 PHP Max Input Vars: 1000 cURL Version: 7.47.0 OpenSSL/1.0.2g SUHOSIN Installed: – MySQL Version: 5.5.5-10.1.10-MariaDB Max Upload Size: 256 MB Default Timezone is UTC: ✔ fsockopen/cURL: ✔ SoapClient: ✔ DOMDocument: ✔ GZip: ✔ Multibyte String: ✔ Remote Post: ✔ Remote Get: ✔ ### Database ### WC Database Version: 3.7.0 WC Database Prefix: vffcwp_ MaxMind GeoIP Database: ✔ Celková veľkosť databázy: 24.26MB Veľkosť údajov v databáze: 20.24MB Veľkosť indexu databázy: 4.02MB vffcwp_woocommerce_sessions: Data: 1.02MB + Index: 0.02MB + Engine InnoDB vffcwp_woocommerce_api_keys: Data: 0.02MB + Index: 0.03MB + Engine InnoDB vffcwp_woocommerce_attribute_taxonomies: Data: 0.02MB + Index: 0.02MB + Engine InnoDB vffcwp_woocommerce_downloadable_product_permissions: Data: 0.02MB + Index: 0.06MB + Engine InnoDB vffcwp_woocommerce_order_items: Data: 0.02MB + Index: 0.02MB + Engine InnoDB vffcwp_woocommerce_order_itemmeta: Data: 0.09MB + Index: 0.06MB + Engine InnoDB vffcwp_woocommerce_tax_rates: Data: 0.02MB + Index: 0.06MB + Engine InnoDB vffcwp_woocommerce_tax_rate_locations: Data: 0.02MB + Index: 0.03MB + Engine InnoDB vffcwp_woocommerce_shipping_zones: Data: 0.02MB + Index: 0.00MB + Engine InnoDB vffcwp_woocommerce_shipping_zone_locations: Data: 0.02MB + Index: 0.03MB + Engine InnoDB vffcwp_woocommerce_shipping_zone_methods: Data: 0.02MB + Index: 0.00MB + Engine InnoDB vffcwp_woocommerce_payment_tokens: Data: 0.02MB + Index: 0.02MB + Engine InnoDB vffcwp_woocommerce_payment_tokenmeta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB vffcwp_woocommerce_log: Data: 0.02MB + Index: 0.02MB + Engine InnoDB vffcwp_commentmeta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB vffcwp_comments: Data: 1.36MB + Index: 0.86MB + Engine InnoDB vffcwp_cp_calculated_fields_form_discount_codes: Data: 0.02MB + Index: 0.00MB + Engine InnoDB vffcwp_cp_calculated_fields_form_posts: Data: 0.02MB + Index: 0.00MB + Engine InnoDB vffcwp_cp_calculated_fields_form_revision: Data: 0.02MB + Index: 0.00MB + Engine InnoDB vffcwp_cp_calculated_fields_form_settings: Data: 0.02MB + Index: 0.00MB + Engine InnoDB vffcwp_links: Data: 0.02MB + Index: 0.02MB + Engine InnoDB vffcwp_options: Data: 3.06MB + Index: 0.11MB + Engine InnoDB vffcwp_postmeta: Data: 4.13MB + Index: 0.72MB + Engine InnoDB vffcwp_posts: Data: 1.42MB + Index: 0.47MB + Engine InnoDB vffcwp_termmeta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB vffcwp_terms: Data: 0.02MB + Index: 0.03MB + Engine InnoDB vffcwp_term_relationships: Data: 0.11MB + Index: 0.08MB + Engine InnoDB vffcwp_term_taxonomy: Data: 0.02MB + Index: 0.03MB + Engine InnoDB vffcwp_usermeta: Data: 0.08MB + Index: 0.03MB + Engine InnoDB vffcwp_users: Data: 0.02MB + Index: 0.05MB + Engine InnoDB vffcwp_wcpdf_invoice_number: Data: 0.02MB + Index: 0.00MB + Engine InnoDB vffcwp_wc_admin_notes: Data: 0.02MB + Index: 0.00MB + Engine InnoDB vffcwp_wc_admin_note_actions: Data: 0.02MB + Index: 0.02MB + Engine InnoDB vffcwp_wc_customer_lookup: Data: 0.02MB + Index: 0.03MB + Engine InnoDB vffcwp_wc_download_log: Data: 0.02MB + Index: 0.03MB + Engine InnoDB vffcwp_wc_order_coupon_lookup: Data: 0.02MB + Index: 0.03MB + Engine InnoDB vffcwp_wc_order_product_lookup: Data: 0.02MB + Index: 0.06MB + Engine InnoDB vffcwp_wc_order_stats: Data: 0.02MB + Index: 0.05MB + Engine InnoDB vffcwp_wc_order_tax_lookup: Data: 0.02MB + Index: 0.03MB + Engine InnoDB vffcwp_wc_product_meta_lookup: Data: 0.05MB + Index: 0.09MB + Engine InnoDB vffcwp_wc_tax_rate_classes: Data: 0.02MB + Index: 0.02MB + Engine InnoDB vffcwp_wc_webhooks: Data: 0.02MB + Index: 0.02MB + Engine InnoDB vffcwp_wd_fb_data: Data: 0.02MB + Index: 0.00MB + Engine InnoDB vffcwp_wd_fb_info: Data: 0.02MB + Index: 0.00MB + Engine InnoDB vffcwp_wd_fb_option: Data: 0.02MB + Index: 0.00MB + Engine InnoDB vffcwp_wd_fb_shortcode: Data: 0.02MB + Index: 0.00MB + Engine InnoDB vffcwp_wd_fb_theme: Data: 0.02MB + Index: 0.00MB + Engine InnoDB vffcwp_wfblockediplog: Data: 0.02MB + Index: 0.00MB + Engine InnoDB vffcwp_wfblocks7: Data: 0.02MB + Index: 0.05MB + Engine InnoDB vffcwp_wfconfig: Data: 1.33MB + Index: 0.00MB + Engine InnoDB vffcwp_wfcrawlers: Data: 0.02MB + Index: 0.00MB + Engine InnoDB vffcwp_wffilechanges: Data: 0.02MB + Index: 0.00MB + Engine InnoDB vffcwp_wffilemods: Data: 3.52MB + Index: 0.00MB + Engine InnoDB vffcwp_wfhits: Data: 1.02MB + Index: 0.28MB + Engine InnoDB vffcwp_wfhoover: Data: 0.02MB + Index: 0.02MB + Engine InnoDB vffcwp_wfissues: Data: 0.02MB + Index: 0.06MB + Engine InnoDB vffcwp_wfknownfilelist: Data: 1.52MB + Index: 0.00MB + Engine InnoDB vffcwp_wflivetraffichuman: Data: 0.02MB + Index: 0.02MB + Engine InnoDB vffcwp_wflocs: Data: 0.02MB + Index: 0.00MB + Engine InnoDB vffcwp_wflogins: Data: 0.13MB + Index: 0.03MB + Engine InnoDB vffcwp_wfls_2fa_secrets: Data: 0.02MB + Index: 0.02MB + Engine InnoDB vffcwp_wfls_settings: Data: 0.02MB + Index: 0.00MB + Engine InnoDB vffcwp_wfnotifications: Data: 0.02MB + Index: 0.00MB + Engine InnoDB vffcwp_wfpendingissues: Data: 0.02MB + Index: 0.06MB + Engine InnoDB vffcwp_wfreversecache: Data: 0.02MB + Index: 0.00MB + Engine InnoDB vffcwp_wfsnipcache: Data: 0.02MB + Index: 0.05MB + Engine InnoDB vffcwp_wfstatus: Data: 0.13MB + Index: 0.11MB + Engine InnoDB vffcwp_wftrafficrates: Data: 0.02MB + Index: 0.00MB + Engine InnoDB vffcwp_wpi_object_log: Data: 0.02MB + Index: 0.06MB + Engine InnoDB vffcwp_yith_wapo_groups: Data: 0.02MB + Index: 0.00MB + Engine InnoDB vffcwp_yith_wapo_types: Data: 0.02MB + Index: 0.00MB + Engine InnoDB vffcwp_yith_wccl_meta: Data: 0.02MB + Index: 0.00MB + Engine InnoDB vffcwp_yoast_seo_links: Data: 0.02MB + Index: 0.02MB + Engine InnoDB vffcwp_yoast_seo_meta: Data: 0.11MB + Index: 0.00MB + Engine InnoDB ### Security ### Secure connection (HTTPS): ✔ Hide errors from visitors: ✔ ### Active Plugins (22) ### ManageWP - Worker: GoDaddy – 4.9.1 Classic Editor: WordPress Contributors – 1.5 GDPR Cookie Consent: WebToffee – 1.8.1 Elementor Pro: Elementor.com – 2.7.2 Elementor: Elementor.com – 2.7.4 Imsanity: Exactly WWW – 2.4.3 Kadence WooCommerce Extras: Kadence WP – 1.6.0 Kadence WooCommerce Elementor: Kadence Themes – 1.0.3 – Nebolo testované s aktívnou verziou WooCommerce Loco Translate: Tim Whitlock – 2.3.0 Really Simple SSL: Rogier Lankhorst Mark Wolters – 3.2.5 Simple CSS: Tom Usborne – 1.1 Stop Spammers: Bryan Hadaway – 2019.1 WooCommerce Weight Based Shipping: weightbasedshipping.com – 5.3.2.1 Woo XML Feeds: Woo – 1.9.0 – Nebolo testované s aktívnou verziou WooCommerce WooCommerce Admin: WooCommerce – 0.19.0 Booster for WooCommerce: Algoritmika Ltd – 4.5.1 WooCommerce PDF Invoices & Packing Slips: Ewout Fernhout – 2.3.4 WooCommerce: Automattic – 3.7.0 Kybernaut ICO DIC: Karolína Vyskočilová – 1.4.0 Wordfence Security: Wordfence – 7.4.0 Yoast SEO: Team Yoast – 12.2 YITH WooCommerce Product Add-ons: YITH – 1.5.21 ### Inactive Plugins (2) ### Maintenance: WP Maintenance – 3.8 WooCommerce XML feed for Skroutz & Bestprice: Enartia – 1.5.0 – Nebolo testované s aktívnou verziou WooCommerce ### Must Use Plugins (1) ### ManageWP - Worker Loader: GoDaddy – ### Settings ### API Enabled: – Force SSL: – Currency: EUR (€) Currency Position: right_space Thousand Separator: , Decimal Separator: . Number of Decimals: 2 Taxonomies: Product Types: external (external) grouped (grouped) simple (simple) variable (variable) Taxonomies: Product Visibility: exclude-from-catalog (exclude-from-catalog) exclude-from-search (exclude-from-search) featured (featured) outofstock (outofstock) rated-1 (rated-1) rated-2 (rated-2) rated-3 (rated-3) rated-4 (rated-4) rated-5 (rated-5) Connected to WooCommerce.com: – ### WC Pages ### Slug pre obchod: #260 - /obchod/ Košík: #261 - /kosik/ Pokladňa: #262 - /kontrola-objednavky/ Môj účet: #263 - /moj-ucet/ Všeobecné obchodné podmienky: #253 - /obchodne-podmienky/ ### Theme ### Name: Ascend Child Version: – 0 je dostupný Author URL: Child Theme: ✔ Parent Theme Name: Ascend - Premium Parent Theme Version: 1.8.7 Parent Theme Author URL: https://www.kadencewp.com/ WooCommerce Support: ✔ ### Templates ### Overrides: ascend_premium/woocommerce/archive-product.php ascend_premium/woocommerce/checkout/thankyou.php ascend_premium/woocommerce/content-product.php ascend_premium/woocommerce/content-product_cat.php ascend_premium/woocommerce/content-single-product.php ascend_premium/woocommerce/loop/loop-end.php ascend_premium/woocommerce/loop/loop-start.php ascend_premium/woocommerce/loop/rating.php ascend_premium/woocommerce/loop/sale-flash.php ascend_premium/woocommerce/product-searchform.php ascend_premium/woocommerce/single-product/add-to-cart/variable.php ascend_premium/woocommerce/single-product/product-image.php ascend_premium/woocommerce/single-product/product-thumbnails.php ascend_premium/woocommerce/single-product/related.php ascend_premium/woocommerce/single-product/sale-flash.php ascend_premium/woocommerce/single-product/up-sells.php ascend_premium/woocommerce/single-product.php ### Action Scheduler ### Complete: 1 308 Oldest: 2019-09-07 19:33:54 +0200 Newest: 2019-10-08 18:20:00 +0200 Pending: 2 Oldest: 2019-10-08 19:20:00 +0200 Newest: 2019-10-11 04:22:42 +0200 Canceled: 2 Oldest: 2019-10-08 15:41:09 +0200 Newest: 2019-10-08 15:41:09 +0200 In-progress: 0 Oldest: – Newest: – Failed: 1 Oldest: 2019-07-24 10:57:52 +0200 Newest: 2019-07-24 10:57:52 +0200And server error log is basically a lot of the same below. Looks like this is the culprit?
pivozdomu.sk [Tue Oct 08 18:20:13.537577 2019] [php7:error] [pid 38266] [client 66.249.79.113:54384] PHP Fatal error: Cannot redeclare ElementorPro\\Modules\\Woocommerce\\WcTemplates\\Cart\\elementor_pro_render_mini_cart_item() (previously declared in /nfsmnt/hosting2_2/c/6/c608d18d-039a-403f-928f-bfcd0dc42ddb/pivozdomu.sk/web/wp-content/plugins/elementor-pro/modules/woocommerce/wc-templates/cart/mini-cart.php:7) in /nfsmnt/hosting2_2/c/6/c608d18d-039a-403f-928f-bfcd0dc42ddb/pivozdomu.sk/web/wp-content/plugins/elementor-pro/modules/woocommerce/wc-templates/cart/mini-cart.php on line 7, referer https://pivozdomu.sk/obchod/Guess this isn’t you guys then 🙂
How do I interpret it? It’s saying that it cannot redeclare elementor_pro_render_mini_cart_item(), because it’s already declared …in the same plugin? Usually that’s a clash between two plugins, not the same one 😀
Couldn’t find much Googling, so will take it to Elementor support.
thanks for pointing me to the right place!
LukasIn forum: Ascend ThemeIn reply to: Ascend Staff Post Defaults
October 8, 2019 at 9:36 am #238659/** * Add featured inline image for staff posts. */ function add_featured_inline_staff() { global $post; if ( has_post_thumbnail( $post->ID ) ) { ?> <div class="kadence-staff-post-image"> <a href="<?php the_permalink(); ?>" title="<?php the_title_attribute(); ?>" class="kadence-staff-post-image-link"> <?php the_post_thumbnail( 'large' ); ?> </a> </div> <?php } } add_action( 'kadence_staff_content_before', 'add_featured_inline_staff' );You can add a function like that in a child theme.
Ben
In forum: Ascend Theme…on a second thought – even if it’s not your feature, it only breaks, if I activate Ascend (child or parent). It works fine with other themes and all plugins active.
And now it’s a problem only on mobile, and adding /?wc-ajax=add_to_cart:1 Failed to load resource: the server responded with a status of 500 () to the problem too.
what do I do? 🙂
In forum: Ascend ThemeHi Hannah,
This doesn’t work with the parent theme either, so no point going into detail of the child theme?
In short, I have created a custom folder for a PDF invoice template and added functions.php code for GDPR checkbox.
but I get the same error with the parent theme active too.
Do you need the login details?
Lukas
In forum: Ascend ThemeIn forum: Virtue ThemeTopic: Change of Host to Siteground
Hello,
In searching your blog, I see that you mentioned Siteground as being one of your higher suggestions back in a 2017 post.
I am seriously considering migrating from GoDaddy to Siteground. Do you still consider Siteground to be a formidable choice to be used with Virtue Premium (note I have a Child Theme) ?
Thank you.In forum: Ascend ThemeIn reply to: Custom content on post category page
October 4, 2019 at 3:06 pm #238521Hey,
You would need to install this plugin: https://wordpress.org/plugins/widgets-on-pages/Then you would need to add a layout builder widget in pagebuilder to that new widget area and in that, you would place your category and search widgets.
Then if you only have a couple of categories I suggest you just add the shortcode into the category description areas.
If you have a ton and manually adding isn’t an option you will need to override the archive.php file in your child theme and add the shortcode into the template like this, just be sure to replace the shortcode
[widgets_on_pages id=x]with the correct one for the widget area created with the plugin:Then in a child theme you would add a function like this, just be sure to replace the shortcode
[widgets_on_pages id=x]with the correct one for the widget area created with the plugin:<?php echo do_shortcode( '[widgets_on_pages id=x]' ); ?>You would add that around line 74.
Ben
In forum: Ascend ThemeHello,
I want to have custom content on my blog category pages. For all categories the content is the same. I have build the sample blog category page in Page Builder.
I have added the category dropdown menu and the Ivory search form that you have recommended.
Is there a possibility to have this custom content displayed on all blog category pages? I use the child theme.
I will give all the info about the site in the next message. Thanks in advance, Gabi -
AuthorSearch Results


