Forum Replies Created
-
AuthorPosts
-
January 2, 2015 at 6:08 pm in reply to: Blog roll img on the left preview content on the right #374123
Hey!
Is it the Grafikerin or Autorin page? Your using the blog shortcode on both of those each with a different layout so I’m not sure what your trying to do.
Send us a link to the exact page and take a screenshot highlighting what your trying to do so we can get a better idea.
Regards,
ElliottHi felixef!
1. Your trying to add a new icon to your header social links correct? See here,
https://kriesi.at/support/topic/adding-custom-social-icons/
https://kriesi.at/support/topic/custom-social-bar-icons-replaceadd-enfold/If you cannot find the icon you want and if you have an image you want to use instead then we can give you some CSS to switch it out. Send us a link and let us know which icon you want to switch to an image.
2. Our gallery shortcode has a tooltip feature, http://kriesi.at/themes/enfold/shortcodes/gallery/, you could try using that and just use one image per shortcode.
Regards,
ElliottHey!
Send us a link so we can get a better idea of what’s going on.
Cheers!
ElliottJanuary 2, 2015 at 5:51 pm in reply to: Remove and edit meta data under post in blog posts view #374112Hey!
Open up /enfold/config-templatebuilder/avia-shortcodes/postslider.php and on lines 378 – 384 you should see this.
if ( $commentCount != "0" || comments_open($the_id) && $entry->post_type != 'portfolio') { $link_add = $commentCount === "0" ? "#respond" : "#comments"; $text_add = $commentCount === "1" ? __('Comment', 'avia_framework' ) : __('Comments', 'avia_framework' ); $output .= "<div class='slide-meta-comments'><a href='{$link}{$link_add}'>{$commentCount} {$text_add}</a></div><div class='slide-meta-del'>/</div>"; }Change it to this.
$output .= '<span class="blog-author minor-meta">'.__('by','avia_framework')." "; $output .= '<span class="entry-author-link" '.avia_markup_helper(array('context' => 'author_name','echo'=>false)).'>'; $output .= '<span class="vcard author"><span class="fn">'; $output .= get_the_author_link(); $output .= '</span></span>'; $output .= '</span>'; $output .= "<div class='slide-meta-del'>/</div>";Cheers!
ElliottHey Wilko!
Your screenshot is not loading and you forgot to include a link to your site.
Try using imgur.com to host your screenshot and make sure to highlight what your trying to do so we can get a better idea.
Cheers!
ElliottJanuary 2, 2015 at 5:42 pm in reply to: Widget: Sidebar Menu (How to make it into drop down List or Accordion) #374104Hey!
You have to create a custom widget area called “test” and then drag a custom menu widget to it. It’s working fine on my XAMPP setup so try deactivating all plugins and upload a fresh copy of the theme.
Regards,
ElliottHi voice903fm!
I noticed that if you click on the gallery when on your actual gallery page then it works as expected so I think this is how the plugin is supposed to work.
We try and help our customers out as much as possible but plugin customization is outside the scope of our support so you will need to contact the plugin authors to help you out with this customization.
Cheers!
ElliottJanuary 2, 2015 at 5:30 pm in reply to: Organizing my posts in many ways and maybe adding custom fields? #374099Hi!
You do not need to create parent and child pages if you do not want to. You would just need to select whichever category or categories you wish to display in the blog posts shortcode.
You can use the shortcode wherever you need to create multiple blog pages.
Best regards,
ElliottHi!
Add this.
.iconlist_title { margin-top: 8px !important; }Regards,
ElliottJanuary 2, 2015 at 5:22 pm in reply to: How to add "Previous-Next" TEXT LINKS to WooCommerce Product Posts? #374095Hi garycedar!
1. Add this to the bottom of your functions.php file.
add_action( 'woocommerce_before_main_content', 'enfold_customization_navigation_links' ); function enfold_customization_navigation_links(){ $previous = get_previous_post(); $next = get_next_post(); echo '<a href = "'.$previous->guid.'">'.$previous->post_title.'</a>'; echo '<a href = "'.$next->guid.'">'.$next->post_title.'</a>'; }2. Try adding this to the function.
echo '<a onclick = "window.history.back()">Go back</a>';3. See here, https://kriesi.at/support/topic/social-buttons-on-woocommerce-product-pages/.
Cheers!
ElliottJanuary 2, 2015 at 12:17 am in reply to: Forward Slash remains after un-check display comments #373972Hi enester1!
That shouldn’t be happening. I checked the link in your screenshot but you already switched the layout to something else and added the comment meta back in.
Set it back to how it was so we can take a look and deactivate all plugins.
Best regards,
ElliottHi!
Set the image to align center and then add a textbox element below the image and add this inside.
<h2 style="text-align: center;">Test</h2> <p style="text-align: center;">Here is some text</p>That will make it look like in the link you posted.
Best regards,
ElliottHi!
Add this to your custom CSS to create white space above the logo.
.logo img { position: relative; top: 20px; }If that’s not working then send us a link to your page and we’ll take a look.
Best regards,
ElliottHi kimchan2!
You can do this with the grid row element. Each cell has an edit button which you can click to set a custom background.
Cheers!
ElliottHi Bklaus_sk!
Try adding this to your custom CSS.
.av_one_fourth img { max-width: 50% !important; }If that’s not correct then send us a link to your page and take a screenshot highlighting exactly what your trying to do.
Regards,
ElliottJanuary 1, 2015 at 11:55 pm in reply to: Blog roll img on the left preview content on the right #373962Hi!
Go ahead and send us a link to your page so we can get a better idea of what’s going on.
Regards,
ElliottHi!
Your getting a bunch of javascript errors now. Deactivate all of your plugins and let us know when your done.
Regards,
ElliottJanuary 1, 2015 at 11:08 pm in reply to: Missing ability to comment on blog page & lack of avia page builder on "posts" #373956Hi!
I’m not really sure how mobiles handle PDFs. Send us a link and we’ll take a look.
Cheers!
ElliottJanuary 1, 2015 at 11:04 pm in reply to: Blog – using the advanced layout editor & photo size in full width easy slider #373953Hi!
In the slider settings set the “Slideshow Image and Video Size” to “No Scaling”. If that’s not correct then send us a WordPress login and a link to the exact page your using it on so we can take a closer look.
Regards,
ElliottHi scrivens!
So your having the layers transition in and out correct? Make sure each slide has the correct “Delay” value for the transition in. This is the setting you use to delay each layer from displaying. Also take in to account the “Duration” value for the transition out setting.
Regards,
ElliottHey!
1. Copy all of the contents of the class-form-generator.php file except the first line.
<?php if ( ! defined( 'AVIA_FW' ) ) exit( 'No direct script access allowed' );2. Paste it into your child theme functions.php file.
3. Do the edit in Ismael’s first post.
Cheers!
ElliottHi ditteditte!
Drag a color section element to your content and add the background image that way. You can then add a video inside the color section so it displays on top of the background image.
If that’s not what your trying to do then send us a link to your page and take a screenshot highlighting exactly what your trying to do so we can get a better idea.
Best regards,
ElliottHi!
Drag a codeblock element to the page and add this inside.
<style type = "text/css"> .avia-gallery { display: none; } </style>And then for your image drag another codeblock element over and add this inside.
<img src = "URL to your image" onclick = "jQuery('.avia-gallery').show();" />Regards,
ElliottJanuary 1, 2015 at 7:55 pm in reply to: Blog – using the advanced layout editor & photo size in full width easy slider #373898Hi makingskincare!
See here, https://kriesi.at/support/topic/how-to-add-advanced-layout-manager-to-blog-posts/.
Regards,
ElliottHi inixmedia!
Your using Enfold 2.4.2. Updating to the latest version, 3.0.4, should fix this.
See here for updating via FTP, http://kriesi.at/documentation/enfold/portfolio-item/update-theme-files-with-ftp/.
Regards,
ElliottHey!
I suppose you could use some CSS to hide the gallery and then add some javascript to the powerchords image to display it when clicked on. Send us a link and we’ll take a look.
Best regards,
ElliottHi thedook!
You’ll want to set the Masonry size setting to “Flexible Masonry” or you can use the portfolio grid element and set the image size to “No Scaling”.
Regards,
ElliottHi Martin!
I remember some of our customers used s2member before. If you see any problems then send us a link and we’ll take a look.
Best regards,
ElliottJanuary 1, 2015 at 7:41 pm in reply to: Not sure if this is the right place but I have a backup/restore error message #373889Hi Martin!
See here, https://kriesi.at/support/topic/warning-session_start-function-session-start-help-asap-please/.
For the blue background issue send us a link to your page and take a screenshot highlighting what is going on so we can get a better idea.
Best regards,
ElliottHey thedook!
This is usually a problem with your server. Contact your hosting provider and check to see if PHP mail is working properly. Also double check your email address to see if there is any typos and check your spam folder as well.
If your host requires you to use SMTP mail then you can use this plugin, https://wordpress.org/plugins/wp-smtp/.
Regards,
Elliott -
AuthorPosts
