bob
Forum Replies Created
-
So Yes the meta descriptions were there in the last version, before updating.
And I’ve just tested using the plugin WP Rollback and now the meta descriptions still don’t show up. So i’m not sure whats happening here. It’s like they’ve been deleted from the database or something.
I believe it was mostly page descriptions. And yes we use Yoast SEO for this. Is there some kind of conflict with the Yoast Seo plugin?
Hi,
So we dont really have it setup with many faq’s on our stagging site and certainly haven’t made any meta data, like excerpts or page description, as it’s the stagging site. And unfortunately i cannot give access to our production. Is there another work-around for us to try here?
Thanks.
Forum: Plugins
In reply to: [Contact Form 7] Current Page URLjust an update:
I found a stackoverflow thread. Below is creating a custom shortcode for cf7 to capture the current page url, and it works. The only problem is the cf7 webhooks dont send the current_url data to zapier, it either doesn’t show up or has no data. Do i need to append it to the form submission? or have i not registered it properly? Where am i going wrong with this?add_action( 'wpcf7_init', 'wpcf7_add_form_tag_current_url' ); function wpcf7_add_form_tag_current_url() { // Add shortcode for the form [current_url] wpcf7_add_form_tag( 'current_url', 'wpcf7_current_url_form_tag_handler', array( 'name-attr' => true ) ); } // Parse the shortcode in the frontend function wpcf7_current_url_form_tag_handler( $tag ) { global $wp; $url = home_url( $wp->request ); return '<input type="hidden" name="current-url" value="'.$url.'" />'; }
Forum: Plugins
In reply to: [Contact Form 7] Current Page URLYe but when I send the form to zapier using webhooks with this [_url] it doesn’t send anything. I think that’s meant to be used in the mail tab yes? That’s not what im looking for.
I want to send the current page url with all the other form field value in the form submission.
also there seems to be stuff from the helpie faq plugin getting printing to the console.
Search init
jqueryThese 2 things are in the browser console. Why is this happening and how can this be fixed?
Hi,
So that option was enabled and didn’t really work. So what I’ve done is used the shortcode generator, selected the category id and placed it on the page.
It works for what i need right now, I just wish it was more clear and easier.
Thanks.
- This reply was modified 3 years, 4 months ago by bob.
Forum: Plugins
In reply to: [Redirection] redirect on a 403So im trying to put a redirect on a 403 (Forbidden Url) link but its doesn’t work.
it says Agent: Not using Redirection.
Could this be on the server end of this?Hi,
Thank you for your response, unfortunately I don’t think this can work. I need it to be dynamic, as in how translating text is done, you click on an image and have fields for different languages. I can’t do it though css because for example I use this certain block on numerous pages and the css class structure would be the same for each page. is there any other suggestions? or is this a known issue that is planning to be fixed in a future update?
Thanks.
Forum: Developing with WordPress
In reply to: Latest Posts Block – add next page optionHi,
Thanks for your reply.
So i’ve made a page template called home.php, do you know what filters or actions i need to do to get the blog posts to show up on the frontend?
Thanks.
Forum: Plugins
In reply to: [Autoptimize] Preconnect domains/ scripts don’t have an originOk So this is the warning i get in the google browser when i run the lighthouse test:
A preconnect <link> was found for “https://www.google-analytics.com” but was not used by the browser. Check that you are using the
crossorigin
attribute properly.I have a few waring but this is an example.
Even Though i have gone into your plugin, gone to the EXTRA tab and to Preconnect to 3rd party domains (advanced users) section.
Forum: Plugins
In reply to: [Multi Step for Contact Form 7] Extra ‘Back’ button on step 1Hi, So this is occurring on my development which is password protected. Would a picture help?
Forum: Plugins
In reply to: [Calculate Contact Form 7] How to use with pipes?I was just about to ask about this topic, im also interested in the resolution.
Forum: Plugins
In reply to: [Contact Form 7] Dropmenu – pipe number value?ok. are you able to give me an example of this? because i way i’ve already tried above is not working. do i need to wrap the number in another set of quotes? or is there something else?
Forum: Plugins
In reply to: [Contact Form 7] Dropmenu – pipe number value?well im currently running it on my local machine as i’m trying to test this out before putting it on any live site. Is possible to have a numeric value in the pipes? I’ve seen this done before but i’m not sure how to do this.
Any suggestions?