Hi there,
I would like to remove the blank empty block that appears in my site just below the header, above the content of the page. I am using Astra theme.
Could anyone help?
Thanks in advance
]]>Good afternoon,
I have Astra theme in my site. I am getting to many spam comments lately, so I have decided to remove the URL field in them, in order to discourage spam in my site.
I have tried including this simple code in my snippets code plugin, but it is not working:
function remove_url_field($fields){
unset($fields['url']);
return $fields;
}
add_filter('comment_form_default_fields', 'remove_url_field');
I have read this may be caused because the Astra theme does not use the default comments of WordPress.
I know there is the option of hiding it with CSS, but I don't want to use it as I think this solution is not "clean".
Please, could you help me to solve this?
Thanks in advance
]]>
Good day everyone! Is there a free plugin for editing the product’s weight and dimensions in bulk? Thank you in advance!
]]>Hello, I wan to remove the marked “TAX TOKEN” field from the website and “Carholder name ” field to full width
kindly check the screenshot below
can you kindly help me the custom css code to remove it
here is the website, you may find the field page when you select a vehicles after searching on booking form
]]>I want to evaluate an answer based on different type of options in MCQ.
I am using WPLSM for quiz. I have a question with 6 options. The options are not incorrect. User can choose any option. Based on their answer I want to automatic evaluation. Like if they select
Option 1 they will get 0,
for option 2 it is 1,
for 3 it is 3 and so on.
How can I do this in my project. I am using “wplms learning management system” theme and WPLMS plugin
If I have one specific word for multiple instance in different pages of my website, can I create a hyperlink for that word for all of it’s instances within the website?
I guess I’m asking for a way to add hyperlinks in bulk. Let’s say, I would want a specific link to word ‘wordpress’, for as many times the word ‘wordpress’ has been repeated in my website. Is this possible?
Hi there; I have such warning on my wordpress error_log file
[20-Dec-2023 10:45:30 UTC] PHP Warning: Attempt to read property “post” on null in /home/myuser/public_html/wp-content/themes/enfold/shortcodes/spiderfly-elements/page_title.php on line 53
[20-Dec-2023 10:45:30 UTC] PHP Warning: Attempt to read property “post_title” on null in /home/myuser/public_html/wp-content/themes/enfold/shortcodes/spiderfly-elements/page_title.php on line 53
Is there any solution to this?
]]>I need shipping guidance. I sell party decor items, they have not yet been uploaded to the site because I am battling to figure the shipping out. I have small products and big products. the company that I use for shipping gives 5 levels of shipping with prices, so if a product is under 2kg and 10×10 a certain amount is charged, if it goes over that the next level of pricing is charged etc. how do I set up my shipping that when a small and big product is added to the cart, that the shipping of the biggest/largest product is used, because the small product will then for example fit into the class of shipping of the big product that was purchased.
]]>Hi
after installing slider plug in , my products are showing on the Home page but when clicked , it does not opne with the details ..
link is attached
https://brandshabit.com/product/tom-kids-white-with-grey-lining-polo-shirt-copy/
i ve uninstalled the plugins, but the prob remains, plz help
I am having an issue with Firefox asking to access the user location upon entry to a wp page. Besides having each site visitor go into their Firefox settings and blocking access to the location to suppress this question OR clicking Block to the prompt, is there a way in WordPress to automatically suppress this prompt in asking for their location at the site or even a specific page level? btw, the page contains address fields which are populated if the site visitor chooses to allow access to their location. This is not what I want (i.e. I want them left blank).
]]>woo-commerce variation feed
]]>I am experiencing an issue with the display of advertisements on the specific page of the website. Up until yesterday morning, the ads were appearing on the page without any issues, but suddenly they stopped showing. I have attempted to troubleshoot the problem by clearing my cache, changing the cache plugin, modifying the theme and trying various other solutions but have been unsuccessful in resolving the issue. I was previously using Auto Ads by Google, but since the ads stopped showing, I decided to install an ad inserter plugin and placed the ad code, but this did not fix the problem. I am now reaching out for help in resolving this issue, and would greatly appreciate any suggestions or solutions you may have to offer.
]]>My website was displaying ads without any problem until yesterday morning to now. Suddenly, ads stopped showing up, I tried to troubleshoot but nothing fixed.
I cleared the cache, and changed a cache plugin, theme, and everything you are thinking of, trust me, I did.
I wasn’t using any ad inserter plugin, just Auto Ads by Google, so I had to install one, and placed the ad code but nothing helped.
That’s when I started thinking about reaching out to people for help. Kindly, If you have anything that can help fix this- I’m here waiting for it.
Thanks,
Kelly.
Hello Team,
I need help with a problem that I’m facing with Google Adsense Ads. I have used ads on my WordPress website for more than 2 years. Recently (from October 01, 2022) when I’m creating new posts, Ads are not showing up on that. Also on the post page sidebar ads are not appearing. I waited for more than 3 days, but still the same issue. Could you please assist here?
Homepage: https://sleducation.lk/
Example of a new post With a problem: https://sleducation.lk/?p=3745
Example of an old post without the problem: Post With Issue :
https://sleducation.lk/?p=3728
Hello,
I recently noticed that my left hand corner menu bar is not working. I have tried to deactivate all plugins, tested then reactivated them. Did not solve the issue. Seeking help on what may be causing the problem. Thank you!
]]>my site https://www.rangpata.com Not loading at all and no access to admin panel.
my hosting provider speak that no problem technical in hosting,its wordpress problem please help me
thanks
]]>Hello all,
I can’t get my website on a full page. i have tried a few things in ccs and content but nothing has the result i want ??
where can i set the page on full width or at least center it.
https://hetwaregenieten.nl/ as you can see my website is on lift dife and only half of the page.
Thanks!
]]>I Updated to WP 3.9.1 but I cannot now alter the font style or size, I have Tiny MCE Advanced and tried to put the buttons on the toolbar but it did not work. Please help, I need an idiot guide!!
Thanks Jackie
]]>Is it possible do integrate captcha to you module?
Question and answered are not include in WP search results. Is it possible to search in question and answers? – any solution
Even payed solutions (for both).
]]>How do you Disable the Requirement for Users to Register in order for users to ask questions. Feature Recommendation: Users can simply add their email address and ask questions on the forum. I believe this is simple whereby the requirement to register can be disabled and you add a field on the Question area whereby a user can enter their name and their email.
Please confirm.
Thanks
]]>can any one tell me how to get URL parameter in next page, when link clicked. Im searching and trying this for days but still not working. I got below code for register new variables but its not working. Please Help me
function add_query_vars_filter( $vars ){
$vars[] = "my_var";
return $vars;
}
add_filter( 'query_vars', 'add_query_vars_filter' );
global $wp_query;
$var = $wp_query->query_vars['my_var'];
print "ID==".$var;
]]>
I am getting broken links when I try to access the questions on the Shortcoded page that shows the Form for Questions and Answers. Please provide steps to debug this so I can access the Question on its own page in an active link that works accordingly.
https://bostonbuddhavararam.org/questions-and-answers/
https://bostonbuddhavararam.org/question/buddhist-teachings/
Thanks…William
]]>The users’ answer and best answer counts are showing up in the profile tables like they should be, but the question counts are not showing anything. I know it has something to do with q_numqs not working properly, but I can’t figure out what or where. Anyone have any ideas?
]]>Hello.
Can someone provide a link so i can see this plugin live ?
Thanks
]]>This might be a problem unrelated to this plugin but what I want to achieve is when a question has been answered and a user posts a comment to the answered question, I would like wordpress to send an email to the admin. Is this possible?
]]>Hey,
when I use the [list_questions] shortcode, I get a second category-dropdown-menu which I would like to remove because it doesn’t work (redirect to no-where). Is that possible?
Despite this detail, the plugin is great!
]]>Is there a way to include a published question and answer in the regular blog feed? I’d like to see each question with its answer show up as a new blog post on the main blog. Thanks in advance!
]]>Hi All
I have a strange little problem. In my View All Questions page using the shortcode [list_questions] if I select a category from the dropdown list to filter questions it “kills” the site reverting to the Bitnami main page (am using a stack). Would anyone know why?
If I click on a question and open it, then click the category icon attached it shows me all the questions in that category.
Would anyone know why?
I would be quite happy if I could just delete the categories drop down list/menu. How would I do that?
Many Thanks
]]>Hello,
i love this plugin. Works great.
Is there a way to add captcha to questions?
Thank you,
Maya.
I vaguely remember a post from the author that he’s not offering support for this plugin any more so PLEASE, if anyone else can figure it out…
Here’s the page with the problem to show what’s happening: https://www.pontesbury.info/forumpress/
After updating to the current WordPress to get a lot of other things working properly again I got a problem with this one. Scroll down and you’ll see the right hand column has been pushed below the template. I’ve tried changing templates to see if it was that, but the same happens. I’ve switched off all other plugins to check for something clashing but the same happens. If I switch off this plugin, the page falls back in to line.
I’ve suggested changing to a new forum to the client but they’re used to this one, happy how it looks, how simple it is, etc.
I’m stuck…
Can anyone help?