Forum Replies Created

Viewing 30 posts - 37,861 through 37,890 (of 66,745 total)
  • Author
    Posts
  • in reply to: Place contact form in Accordeon element #728338
    in reply to: Contact form – subject line (fill with text field) #728337

    Hi,

    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,
    Ismael

    in reply to: Google Analytics event tracking #727800

    Hey!

    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!
    Ismael

    in reply to: Blog: featured images: not appearing #727799

    Hey!

    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!
    Ismael

    in reply to: CSS design login form in code block #727785

    Hi,

    Thank you for the info. Please try to remove the hidden input fields.

    <input type="hidden" value="1" name="avia_generated_form1">
    

    Best regards,
    Ismael

    in reply to: Productimages Woocommerce review-order.php #727780

    Hey!

    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,
    Ismael

    in reply to: Datum aus Suchergebnissen in Google entfernen #727778

    Hey!

    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,
    Ismael

    in reply to: alignment pricing table #727396

    Hey 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,
    Ismael

    in reply to: Image Captions on permanently for mobile devices #727395

    Hey 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,
    Ismael

    in reply to: Call to undefined function error #727394

    Hi,

    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,
    Ismael

    in reply to: widget centered footer #727392

    Hi,

    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,
    Ismael

    in reply to: Header transperancy percentage #727391

    Hey 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,
    Ismael

    in reply to: Remove the white space next to the Facebook Box #727390

    Hi,

    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,
    Ismael

    in reply to: Headline Rotator #727389

    Hi,

    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,
    Ismael

    in reply to: How to show author, post date in elegant blog over page #727375

    Hey 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_date

    Best regards,
    Ismael

    in reply to: First attribute is not displayed correctly #727374

    Hey 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,
    Ismael

    in reply to: portfolio grid padding adjust only the last row #727373

    Hey 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,
    Ismael

    in reply to: Add padding to Portfolio columns & small main menu edit #727372

    Hey 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,
    Ismael

    in reply to: masonry gallery excerpt disapears on ipad #727371

    Hi,

    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,
    Ismael

    in reply to: alt-attribute for transparency header logo #727370

    Hi,

    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,
    Ismael

    in reply to: WooCommerce #727369

    Hi,

    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,
    Ismael

    Hi,

    This is the screenshot.

    // http://imgur.com/a/eKCrq

    And you can find our locations here.

    // http://kriesi.at/about

    Best regards,
    Ismael

    in reply to: adding titles to auto sidebar menus #727366

    Hi,

    No problem. Let us know if you need anything else.

    Best regards,
    Ismael

    Hi,

    We are glad that you found a workaround and thanks for sharing! Merry Christmas! :)

    Best regards,
    Ismael

    in reply to: Contact form – subject line (fill with text field) #727363

    Hi,

    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,
    Ismael

    in reply to: Productimages Woocommerce review-order.php #727362

    Hi,

    We are very sorry for the late response. We added the modifications in the child theme folder.

    Best regards,
    Ismael

    in reply to: Theme Update Hangs #726477

    Hi,

    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,
    Ismael

    in reply to: enfold app demo on ipad #726473

    Hi,

    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,
    Ismael

    in reply to: Accordion Slider (mobile edit) help #726472

    Hi,

    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

    in reply to: Enfold not passing Google's Mobile-Friendly Test #726465

    Hi,

    Thank you for using Enfold.

    Did you create a robot.txt file? What is the content of the .htaccess file? Please post it on pastebin.com so that we can check it.

    Best regards,
    Ismael

Viewing 30 posts - 37,861 through 37,890 (of 66,745 total)