Forum Replies Created
-
AuthorPosts
-
Hi,
We adjusted the coed a bit.
// https://kriesi.at/support/topic/contact-form-subject-line-fill-with-text-field/#post-728337
Best regards,
IsmaelDecember 28, 2016 at 3:18 am in reply to: Contact form – subject line (fill with text field) #728337Hi,
I see. Please adjust the code in the functions.php file a bit.
add_filter('avf_form_subject','avia_change_mail_subject', 10, 3); function avia_change_mail_subject($subject, $new_post, $form_params) { if ($form_params['avia_formID'] == 1) { $subject = urldecode($new_post['avia_4_1']); } else { $subject = $subject; } return $subject; }Best regards,
IsmaelHey!
Please replace the code with this.
add_filter('avf_contact_form_submit_button_attr','avf_contact_form_submit_button_attr_track_mod', 10, 3); function avf_contact_form_submit_button_attr_track_mod($att, $formID, $form_params){ if (is_page(85)) { $att = "onclick=\"var _gaq = _gaq || [];_gaq.push(['_trackEvent', 'kontakt-formular', 'click', 'formular-sendt', '', true]);\""; } elseif (is_page(87)) { $att = "onclick=\"var _gaq = _gaq || [];_gaq.push(['_trackEvent', 'seo-analyse', 'click', 'analyseformular-sendt', '', true]);\""; } else { $att = ""; } return $att; }Cheers!
IsmaelHey!
The featured image will still display on the blog overview and the archive or category pages. However, in the single post page built with the advance layout builder, you have to add the image manually.
Cheers!
IsmaelHi,
Thank you for the info. Please try to remove the hidden input fields.
<input type="hidden" value="1" name="avia_generated_form1">Best regards,
IsmaelHey!
I don’t know what you added in the child theme folder, but I can’t see any productimages at
You should see the “order” folder if you visit the child theme directory.
Could you please provide a valid zip code so that we can get passed the checkout page?
Bitte geben Sie eine gültige Postleitzahl ein.
This is what we have on our own installation when we modified the “order” templates.
// http://i.imgur.com/u8VbVXh.png
Best regards,
IsmaelHey!
I thought it was the date in the loop-index.php file but when I checked the markup of the page, I got a few open graph meta tags. I think this is where google get the date.
<meta property="article:published_time" content="2016-11-07T14:50:47+01:00" /> <meta property="article:modified_time" content="2016-11-13T18:23:17+01:00" /> <meta property="og:updated_time" content="2016-11-13T18:23:17+01:00" />If you want to remove it, you need to disable Yoast’s open graph meta data for facebook.
// https://kb.yoast.com/kb/getting-open-graph-for-your-articles/
Regards,
IsmaelHey BPC,
Thank you for using Enfold.
The table in the page looks alright. Could you please provide a screenshot of the issue? You can use imgur or dropbox.
and if i let the first field empy also the complete table breaks.
Add a non-breaking space character inside the field.
Best regards,
IsmaelHey Emma,
Thank you for using Enfold.
Please add this in the Quick CSS field.
@media only screen and (max-width: 989px) { /* Add your Mobile Styles here */ .av-overlay-on-hover .avia-image-container-inner .av-image-caption-overlay { opacity: 1; filter: alpha(opacity=100); } }Best regards,
IsmaelHi,
There is a init.php file in the child theme folder and it’s calling a lot of other files. What is that for?
Best regards,
IsmaelHi,
Thank you for the info.
Please replace the css code with this.
#simple-social-icons-3 li, #simple-social-icons-3 { width: 100%; text-align: center; }Best regards,
IsmaelHey superbikecoach,
Thank you for using Enfold.
Please use this code in the Quick CSS field.
.header_bg { opacity: .50; filter: alpha(opacity=50); }Default value is 95.
Best regards,
IsmaelHi,
Thank you for using Enfold.
Could you please provide a screenshot of the issue? You can use imgur or dropbox.
And please refrain from bumping or replying to your own thread because it gets pushed back to the end of the queue and moderators won’t be able to provide a response immediately. Please be patient while we go through the rest of the queue. Thank you for your understanding.
Best regards,
IsmaelHi,
I can’t reproduce the issue on my end but I think you can decrease the font size a little bit to prevent it from creating a new line. Another solution is to reconstruct the paragraphs so that they have the same number of characters.
Best regards,
IsmaelDecember 22, 2016 at 4:51 am in reply to: How to show author, post date in elegant blog over page #727375Hey AboveDigital,
Thank you for using Enfold.
You need to modify the framework > php > postslider.php file. Look for this code around line 441:
$markup = avia_markup_helper(array('context' => 'entry_time','echo'=>false, 'id'=>$the_id, 'custom_markup'=>$custom_markup)); $meta .= "<time class='slide-meta-time updated' $markup>" .get_the_time(get_option('date_format'), $the_id)."</time>"; $meta .= "</div> ";You can add the author and date info there. Use the following functions.
// https://developer.wordpress.org/reference/functions/get_the_author_meta/
// https://codex.wordpress.org/Function_Reference/get_the_dateBest regards,
IsmaelHey Elsa,
Thank you for using Enfold.
I’m sorry but we are not familiar with the wcvendors plugin. How can we get to that page?
Best regards,
IsmaelHey Annelies,
Thank you for using Enfold.
Please replace the code with this.
.grid-sort-container > .grid-entry { padding-bottom: 10px; padding: 0 12px 0 12px; }Best regards,
IsmaelDecember 22, 2016 at 4:24 am in reply to: Add padding to Portfolio columns & small main menu edit #727372Hey kazooki,
Thank you for using Enfold.
I’m sorry but the page does not exist. Could you please re-create the test page so that we can inspect it? You can try the following css code.
#top .isotope .isotope-item { padding: 10px; }Best regards,
IsmaelHi,
What is the actual model or version of your iPad? Is it a retina display? Please provide a screenshot using imgur or dropbox. Or try this css code.
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and ( min--moz-device-pixel-ratio: 2), only screen and ( -o-min-device-pixel-ratio: 2/1), only screen and ( min-device-pixel-ratio: 2), only screen and ( min-resolution: 192dpi), only screen and ( min-resolution: 2dppx) { /* Retina-specific stuff here */ .avia_desktop.avia_transform3d .av-caption-on-hover.av-caption-style- .av-masonry-entry.av-masonry-item-with-image .av-inner-masonry-content, .avia_desktop.avia_transform3d .av-caption-on-hover-hide.av-caption-style- .av-masonry-entry.av-masonry-item-with-image:hover .av-inner-masonry-content { -webkit-transform: rotateX(0deg) !important; transform: rotateX(0deg) !important; opacity: 1 !important; } }Please don’t forget to remove the browser cache or hard refresh the page.
Best regards,
IsmaelHi,
Yes, it’s going to be overwritten on update. Please create a child theme then create a duplicate of the “includes” directory and the file.
// http://kriesi.at/documentation/enfold/using-a-child-theme/
Best regards,
IsmaelHi,
Thank you for the info.
Please add the code in the functions.php file to render a breadcrumb before the product grid.
add_action( 'woocommerce_before_shop_loop', 'avia_woocommerce_breadcrumb_mod', 50); function avia_woocommerce_breadcrumb_mod() { echo avia_breadcrumbs(); }Best regards,
IsmaelDecember 22, 2016 at 4:10 am in reply to: Advanced Layout Builder on custom post doesn't open by default #727368Hi,
This is the screenshot.
And you can find our locations here.
Best regards,
IsmaelDecember 22, 2016 at 4:06 am in reply to: Masonry with Blog Posts – does not work if link is in Excerpt #727364Hi,
We are glad that you found a workaround and thanks for sharing! Merry Christmas! :)
Best regards,
IsmaelDecember 22, 2016 at 4:05 am in reply to: Contact form – subject line (fill with text field) #727363Hi,
I’m sorry but the filter will affect every contact form in the page. You have to put the second contact form in another page then add the is_page conditional function or remove the filter in the functions.php file altogether.
Best regards,
IsmaelHi,
We are very sorry for the late response. We added the modifications in the child theme folder.
Best regards,
IsmaelHi,
Again, i have 3 sites running the Enfold theme. 1 site i have been able to upgrade the other 2 just hang.
Are they running on the same hosting? We are not really sure why it’s not working but there’s a chance that it’s an issue with the server configuration. Please try to update the site manually for now.
I have ran the wp-sweep and this did not resolve the issue. I asked my host to increase the max allowed packets, they now read the following;
I don’t think they set it correctly. It is a mysql settings.
// http://stackoverflow.com/questions/5688403/how-to-check-and-set-max-allowed-packet-mysql-variable
Best regards,
IsmaelHi,
Are the images visible on landscape mode? And what is the actual model or version of your iPad? We will forward this to Kriesi.
Best regards,
IsmaelHi,
What is the css codes that you used? I’m sorry but we can’t use the “ticket number” to visit the thread. We need the actual url. You can insert those css codes inside a css media query so that it won’t affect the mobile view.
@media only screen and (min-width: 989px) { /* Add your Desktop Styles here */ }Best regards,
Ismael -
AuthorPosts
