gcole_5
gcole_5
About
- Username
- gcole_5
- Joined
- Visits
- 42
- Last Active
- Roles
- Member
License key verification
We do not store any license keys, it is for verification purpose only if support expired
Where can I find my purchase code?Comments
-
Seems to be a caching issue with WP Rocket and JS delivery. After disabling and re-building all cache files, it appears to be working again. Was there a change in how full-width sections get applied/detected - some change in a browser window size/re…
-
Never mind - found the CORRECT answer in another post here: http://forum.muffingroup.com/betheme/discussion/3128/theme-shortcodes-php-doesn-t-work-in-betheme-child
-
And forget third-party plug-in support, what if all I needed to do was display the post excerpt after the title?
-
You don't have examples of doing a shortcode override??? Can you please tell me why? This is pretty common functionality and should be achievable with the code I outlined - but the priority is not being respected (remove_shortcode and then add_short…
-
Also tried: add_action( 'after_setup_theme', 'call_child_theme_setup' ); function call_child_theme_setup() { remove_shortcode('blog_slider'); add_shortcode( 'blog_slider', 'sc_blog_slider' );}
-
Can you please provide further detail on how to override this setting in a child theme? WHat do we add to functions.php or do we ned to create functions/theme-functions.php in our child theme? DO we simpy ad: add_image_size( 'clients-slider', 150, …
-
* Add Custom Post Type support to Loop options (like blog) * Add a Blog Timeline layout that alternates the posts like the standard Timeline module (timeline centered) * Add a Client Slider layout with the styling of the Client Loop - 'Tiles' opti…