harshmeet
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Mautic] Form Now working with elementor popupHey have you had a look into this ? I really want to use a popup but i am not able to
Forum: Plugins
In reply to: [WP Mautic] Form Now working with elementor popupYes,
https://orangedge.com/resources/ecommerce-marketing-strategy-covid-19/This is the URL, The test speed button at the bottom of the page will trigger the popup with mautic form inside it. Implemented multiple times.
My host did Some White listing. and made it clear from his end. now the error has changed from the old one to this
Your Jetpack has a glitch. We’re sorry for the inconvenience. Please try again later, if the issue continues please contact support with this message: xml_rpc-32700
Try connecting again.
Error Details: The Jetpack server could not communicate with your site’s XML-RPC URL. Please check to make sure https://downloadandroiddrivers.com/xmlrpc.php is working properly. It should show ‘XML?RPC server accepts POST requests only.’ on a line by itself when viewed in a browser and should not have any blank links or extra output anywhere.Forum: Installing WordPress
In reply to: Host CPU usage is extreme, Can't Figure out Why.Thank you ! im plamnning to start from scratch
Forum: Fixing WordPress
In reply to: How to create a specific directory type display ?Thank You !
Forum: Plugins
In reply to: [Custom Post Type UI] Taxonomies not visible on Custom Post TypeI found a solution to this, but this will not work if one needs to get only text without the link.
<?php echo get_the_term_list( $post->ID, 'devices', 'Device: ', ', ' ); ?>
I will very much recommend this to anyone who wants normal links. This is not messy and can do all sort of things with the single function.
Thank you for your assistance Michael, ??
Reference WordPress Codex : https://codex.www.ads-software.com/Function_Reference/get_the_term_list
Forum: Plugins
In reply to: [Custom Post Type UI] Taxonomies not visible on Custom Post TypeCan you please provide me an example of using “get_the_terms()” in context to the theme code i provided.
As Im not able to gather much information to make it work with my theme !
I have tried to use this code next to the “the_category(, )” thingy
<?php $terms = get_the_terms( $post->ID, 'tags' ); if ( $terms && ! is_wp_error( $terms ) ) : $tags = array(); foreach ( $terms as $term ) { $tags[] = $term->name; } $tags = join( ", ", $tags ); ?> <p>Actors: <span><?php echo $tags; ?></span></p> <?php endif; ?>
as seen in the wordpress codex : https://codex.www.ads-software.com/Function_Reference/get_the_terms
But Im still not able to see any significant changes !
Forum: Fixing WordPress
In reply to: How to Add CSS for a specific Custom Post Type ?the website address : https://rootmyandroid.org
The Line of Css i want to use
#sidebar-left { display: none; } #content { margin: 40px 0 0 ; }
Basically i want to remove the left sidebar from the custom post type. According to the theme developer the CSS does the job(yes it does but for every page and even the home page.)
but i only want left sidebar to be hidden on custom post type page.The custom post type url is : https://rootmyandroid.org/custom_roms/hello
Im using an if(is_post_type==”custom_roms”) to execute the code for the table which is present in the single.php
So the table only shows when the post type is custom_roms
Any Inputs ?
Forum: Fixing WordPress
In reply to: How to create a specific directory type display ?anybody for inputs !
Forum: Fixing WordPress
In reply to: How to create a specific directory type display ?Anyway, this is what i think can help me a bit.
https://www.ads-software.com/plugins/query-posts/
but this doesn’t has any thing for Featured Images. And is out of support.Forum: Plugins
In reply to: [Comments Evolved for WordPress] Google comment moderationWill There be any Notifications ? i need them to be in my Google Notification bell ! can anybody help !
Forum: Plugins
In reply to: [Page Theme] not working with.htmli use no plugin and have by default set the permalinks to “.html”
and the plugin doesnt works. so the problem is not in the plugin that u use to change the permalink but the problem is in this plugin that doesnt works with the .html extension !
plugin author for page theme please help !
im in great need !Forum: Fixing WordPress
In reply to: want to hide the error on the top of my website !thanxx alot ! thanx alot forn this fast and helpful reply
Forum: Fixing WordPress
In reply to: want to hide the error on the top of my website !im a newbie n i need to mail my host !
can u please tell me that what will i actually write ti him for getting this specific error hidden !thanx for your effortfull helpfull reply !
Forum: Fixing WordPress
In reply to: want to hide the error on the top of my website !will this only hide the errors?
and also will it hide all the errors which will come in future ?
or just specifically this 1 ?