Forum Replies Created
-
AuthorPosts
-
December 19, 2017 at 4:37 pm in reply to: Product variation images not working as they should #890563
Hi Basilis,
Below the links to the 2 stores.
please adviseHi Victoria,
The problem is not creating a menu, the problem is the placement of the menu in that certain location.
Please adviseHi Victoria,
That is really disappointing.
What plugin wouls achieve placing a menu on that location?
Hi Victoria,
What do you mean with ‘try to adjust the enfold menu position’?
The theme does not support a menu in that location other than the social menu, this is really disappointing. We use the theme for our webshops, and a lot of shops work with extra navigation now a days.Maybe im not clear enough, so here an image of the location we need to place a secondary menu:
Hi Victoria,
The link to our site is in the private content.
We created the blue horizontal menu manually. Now we want the themes functionality (logo left and menu below) to create our main menu there.
But with that setup social media logo’s are placed in the logo area on the right side (where now the menu ‘home’ ‘webwinkel’ and ‘contact’ resides).We don’t want that, instead we would like to have a secondary menu there. How can we achieve that?
Hi Ismael,
So it’s a bug?
I dont understand why it is working on other pages?Hi victoria,
this is an issue for our ranking, and we want to solve this asap.
can you please advise?
Hi Victoria,
Check the elements as discribed above with the two image links
Hi Victoria,
Did you check the page code itself? As you can see the ‘itemscope itemtype’ is missing. This is probably why the information is not shown by google in the search results.
November 9, 2017 at 11:39 am in reply to: set image alt tag and title in image media element #874601Any news yet on this “flaw”?
For seo purposes of our website that is in different languages it is a must to change the alt tags of the images for each image.
You theme states that it is wpml compatible, but it is not for this feature…Any news?
Hi,
Problems upgrading, we use a child theme and update via ftp.
About this:
‘Open the new theme panel in your backend located at Enfold->Main Menu’
Where is the theme panel?
And there is no ‘main menu’ option in the enfold settings section.Anyone?
February 24, 2017 at 5:54 pm in reply to: Blog post with the excerpt + link option shows the full content #751510Hi andy, sorry but you dont understand the issue.
Please check the html code of the theme whit excerpt code and without. The theme inserts the read more in a div, it needs to be inserted inside the paragraph.
Is there anything i can explain / visualize this in a better way for you?
February 24, 2017 at 4:15 pm in reply to: Blog post with the excerpt + link option shows the full content #751470Hi Andy,
Will do but, updating the theme and WP does not some the way the html is build.
February 22, 2017 at 11:46 am in reply to: Blog post with the excerpt + link option shows the full content #750427Hi Andy,
Via the backend there is not option to change code behaviour. Thus having the <div> inside the <p.
I believe your template / theme code should be adjusted for this.Hi Nikko,
We do not want to use the ‘read more’ tag because of the duplicate content problem for SEO.
So we want to use the excerpt.We found an answer here already, now hoping the design issue can be fixed also:
February 21, 2017 at 5:07 pm in reply to: Blog post with the excerpt + link option shows the full content #750045Hi andy the link supplied.
The code is installed at the moment. Without the code the read more link is inside the paragraph tag.February 20, 2017 at 10:04 pm in reply to: Blog post with the excerpt + link option shows the full content #749617Hi Andy,
I have made two screenshots:
A: is the way the read more links shows now.
B: is how the read more link shows in the custom way (without your code). This is also the way we would like to have it.February 20, 2017 at 2:09 pm in reply to: Blog post with the excerpt + link option shows the full content #749356Hi Andy,
The code you supplied works great.
Only thing is now that the ‘read more’ link is place in another <div> so it is place underneath the <p>
We want the read more link to display in the same way as before, so that it is place behind the last word of the exerpt of read more text.Any idea how to achieve this?
Love to hear from you.
February 17, 2017 at 3:31 pm in reply to: Blog post with the excerpt + link option shows the full content #748493Hi, we want to show excerpts on the category overview and archive pages.
The link you supplied gives the info, but in the enfold archive.php thethe_content();
is not called.
Also the theme does not have a category.php page….How can we activate the use of excerpts in enfold?
December 22, 2016 at 10:36 am in reply to: Contact form – subject line (fill with text field) #727470Hi Ismael,
Thanks for your help.yigit is helping out on another thread about this:
Hopefully he can figure out how to get this to work.
thanksDecember 21, 2016 at 3:23 pm in reply to: Change Blog date to "last updated" instead of "Date published" #727072Hi,
does this also change the date of the blog post to the last edited date in google serps?
Hi Yigit,
This still returns the default form subject line on both forms.
Hi Yigit,
Thanks for you extra code.
Unfortunately the code is returning the default subject messages now that are set in the form. I changed the page id and form id’s accordingly:add_filter('avf_form_subject','avia_change_mail_subject', 10, 3); function avia_change_mail_subject($subject, $new_post, $form_params, $formID) { if(is_page(133) && $formID == 1) { $subject = 'xxxxxxxx - ' . urldecode($new_post['4_1']); } elseif(is_page(133) && $formID == 2) { $subject = 'xxxxxxxx - ' . urldecode($new_post['4_3']); } return $subject; }
Any idea whatmight be going wrong.
ps: what is the “10, 3” code for?
Any idea how to target the specific forms on the same page?
December 17, 2016 at 12:34 pm in reply to: Contact form – subject line (fill with text field) #725683Hi Ismael, what do you mean?
we have 2 form ons the page, both work and sent email.
– The first form has the subject field automatically populated with the code you supplied.
– The second form we need to function in the default way. Or also be able to have the subject line automatically populated with the content of a specific field.Any suggestions how to ahieve this?
Hi yigit,
That is great but we are using 2 forms on the same page…
Hi Yigit,
Thanks for helping out in the other thread.
debugged and the form is working now ;-)
Would be great to be able to change the subject for this particular/new form back to the default options.
Or set the subject to something static directly in the functions.Maybe it is a better solution to target the specific form the code in the functions should be targetting….
add_filter('avf_form_subject','avia_change_mail_subject', 10, 3); function avia_change_mail_subject($subject, $new_post, $form_params) { $subject = 'xxxxxxxxxxxx - ' . urldecode($new_post['4_3']); return $subject; }
Hi Yigit,
We copied the functions.php from the child theme you offer as a download. This ’empty’ file does not break the website. But if we place code in it, it does.
We copied this code in it and the website breaks:
<?php /* * Add your own functions here. You can also copy some of the theme functions into this file. * WordPress will use those functions instead of the original functions then. */ //set builder mode to debug add_action('avia_builder_mode', "builder_set_debug"); function builder_set_debug() { return "debug"; }
Hi Ismael,
If i’m correct we have to activate the debug mode so we can copy the shortcode?
We followed this instruction and added the code underneath the line in the parent theme functions.phpBut this does not seem to work, we do not see the field in the back-end.
ps: when we add a functions.php file to the child theme, the website goed blanco.
Any idea how to solve this?
December 16, 2016 at 3:07 pm in reply to: Contact form – subject line (fill with text field) #725348Hi Guys,
An additional question or maybe a bug.
I placed another contact form in the same page, this form doesn not neccessarily need to have the subject line filled in this way.
But this extra form does not seem to work when we test it. We hit the send button and the form closes, but the thatnk you message is not displayer, nor do we receive the email.Any ideas what might be causing this?
Love to hear from you.
-
AuthorPosts