Forum Replies Created
-
AuthorPosts
-
November 25, 2016 at 12:12 am in reply to: accordion toggle tabs – add javascript code in link #716626
Hi Basilis,
A shortcode yes, but that would mean we have to install a plugin for it. That means more code, more weight, slowing down the website. For the use of it, it is overkill.
Too bad the framework (still) does not support this :-(
November 24, 2016 at 8:21 pm in reply to: accordion toggle tabs – add javascript code in link #716560Hi rikard, the double quotes is something that happend here. It is not in the code we use. The problem is thwt the javascript part. The ‘onlick’ is immediately being stripped from the html when the accordion is saved.
Ofcource we input the html in ‘text’ modus.
Seems the javascript is not rendered by the framwork.
How can we input this code in the accordion?
November 24, 2016 at 9:26 am in reply to: accordion toggle tabs – add javascript code in link #716315Hi rikard,
Can you see the code now?
<a href=""http://www.domainamexx.com/wp-content/uploads/folder.pdf"" onclick=""ga('send', 'event', 'PDF', 'Download', 'PDF Download');"" target=""_blank"">download</a>
September 30, 2016 at 8:54 am in reply to: set image alt tag and title in image media element #693566Any updates on this matter? Since you collaborate with WPML we hope this matter will be incorporated in the theme soon. For SEO this is really a must.
That worked like a charm, thanks!!!!
Hi Ismael,
The code above is the same:
add_filter('avf_form_subject','avia_change_mail_subject', 10, 3); function avia_change_mail_subject($subject, $new_post, $form_params) { $subject = 'e-mailform - ' . urldecode($new_post['4_1']); return $subject; }
Can you paste the modified code here please.
Hi Ismael,
The code is not working properly it seems.
The content from the ‘avia_4_1’ field, or any other field is not placed in the subject. The text addition ‘e-mailform – ‘ is placed.
Any ideas what might cause the content from the field not being processed?Hi Ismael,
We also want to add a piece of static text in the subject line, so the subject would look something like this: “e-mailform – onderwerp-field-content”.
Any suggestions on how to add that in your code?
So if im correct we have to place this code in the fucntions file
add_filter('avf_form_subject','avia_change_mail_subject', 10, 3); function avia_change_mail_subject($subject, $new_post, $form_params) { $subject = urldecode($new_post['avia_3_1']); return $subject; }
and tell what field is to be used to fill the subject field?
and by what field it is the ‘number’ of the field?below the link to our contact form
the field ‘onderwerp’ should be the subject line. it would be nice to be able to set the field name in the code, so when the field moves we dont get a problem.
And we would like to have an extra text set before it ‘the name of the website’.Hi Vinay,
On the bottom of the page, above the footer and below the review. You see a white horizontal area which is the codeblock.
It gets a padding from the .content that is placed around it.
Placing the codebock inside other elements does not solve the problem.Any suggestions?
Hi Andy,
I made a request already.
But, is it possible to add the alt tag in the shortcode now?
Hi Basilis,
Thank for your reply.
In WP it is possible to set a different alt tag to an image when it is inserted in a page.It would be great if we can add the alt tag to the shortcode (in text view), is it possible to add an alt tag to the shortcode like below:
[av_image src='https://www.site.com/wp-content/uploads/image.png' attachment='1110' attachment_size='full' align='center' styling='' hover='' link='' target='' caption='' font_size='' appearance='' overlay_opacity='0.4' overlay_color='#000000' overlay_text_color='#ffffff' animation='no-animation' custom_class=''][/av_image]
The media library sets the alt tag for the image. But if the same image is used on a different page, you cannot set a different alt tag.
Hi Ismael,
Thanks for looking into it.
I find it really strange that there is no support for it. From SEO purposes this is an very important SEO setting.
Any idea how to make this an urgent future request?
It would be very efficient to be able to add the alt tag with ALB image item.Regards
Hi Rikard,
Below the urls to two pages where we setup some images to show the problem.
On both pages we inserted an image with ALB and an image without ALB.Hope there is a way to solve this (or in the next update).
Love to hear from you.
May 30, 2016 at 1:08 pm in reply to: Create specific sidebar widget area for every single product page #640318Hi Josue,
Thank for your answer.
Have you tried the ALB on a product page?
Because the ALB is only applied to the ‘description’ tab area…
So its not possible to layout the page itself or add extra widgets underneath the standard widget area.May 30, 2016 at 8:25 am in reply to: Create specific sidebar widget area for every single product page #640171Hi Josue,
The woocommerce product pages are automatically being generated, they cannot be build bij ALB.
I find it strange that the theme does not supply a template for this. now there is inconsistent behaviour…
Hi Andy,
We did that but on the category overview page the date and author still shows…
you can see that the css class (to not display date and author) is not added to the items on that page
- This reply was modified 8 years, 8 months ago by hotspot.
Nope, we deactivated the cache pluing but the problem still persists. (check yourself)
I assume it has something to do with the page being set as ‘blog’ overview page- This reply was modified 8 years, 8 months ago by hotspot.
Hi Andy,
You can see that one page IS showing date and author and the other page is not.
This is strange since the option to disable it in the cms was set to not display it.
So the framework is not working for all pages.I dont want to use custom css to fix this, the framework settings should just work right?
Hope y know what is going on.
Hi Basils,
Any news about how to fix this issue ?
- This reply was modified 8 years, 8 months ago by hotspot.
Hi basilis,
hope you know what is going on and how we can solve this
I also have a problem with the autor and blog date still showing after i disabled it.
i noticed it is correctly working on the blog overview page (that is set in the theme settings), BUT when i am on a specific category page the date and author is showing. see the links for the examplesyeah sure
Hi Rikard,
This is a custom feature from the theme.
We created a temporarily page to show the sub menu (menu-item 1, menu-item 2, etc).
See the link in the private content box.How can we have this ‘sub menu’ automatically show on the whole website (all pages, blog pages etc)
Hope you can help us
Hi Elliott,
We need to display the title area always. It would make more sense to just show that area underneath the image instead of on top. So the image is never covered with the title/area.
How can we achieve that?
Hi Yigit,
Can you elaborate, i dont understand how we can change the icons to numbers this way
Hi Elliott,
We dit that, but when we change that line at the end of the slideshow the transition to the first slide goes wrong (very fast).
Hi Elliot,
We noticed what is causing the hard transition at the end of the slideshow.
It is because of the edit we did, after your advise to:Try editing line 3730 in /endold/js/shortcodes.js.
transitionSpeed:900,
The value is in milliseconds so 1000 = 1 second.When we change it back to 900 the, the hard transition is gone.
Any suggestions? -
AuthorPosts