Forum Replies Created
-
AuthorPosts
-
Hey bgolpaye!
I think that’s intended, you would need to create the ‘rest’.
Cheers!
JosueHey!
Can you link me to a page where i can comment to test if it appears in the widget?
Regards,
JosueHello Andrew,
I haven’t tested this because my install is local but this may work:
Open to this file /enfold/framework/php/class-form-generator.php and go to the line 634:Add this line:
$header .= 'Bcc: (Email address hidden if logged out) '. "\r\n";
The final code should look like this:
Best regards,
JosueHey erantdo!
What ‘recent comments’ are you referring to? i just tested with the native ‘recent comments’ widget and it does show comments from pages and posts.
Cheers!
JosueHi,
Can you post the link to your website please?
Regards,
JosueGlad we could help,
Regards,
JosueHello Xavier,
Be sure you are selecting the ‘1030px’ width option in the Theme Options page, then replace the contents of css/grid.css with this, remember to backup this file before updating the theme.
Regards,
JosueGlad we could help :)
Regards,
JosueIf you prefer you can email him directly: office(at)kriesi(.)at
http://kriesi.at/legal-information
Cheers!
JosueHi!
You could limit it by targeting its parent element (av_two_third):
.av_two_third .avia_textblock{
background: #F7F2F7;
border: 1px solid #C8B693;
padding: 10px 19px;
}Best regards,
JosueHey Jorge!
You could try importing dummy data to your store.
http://docs.woothemes.com/document/importing-woocommerce-dummy-data/Cheers!
JosueSeptember 22, 2013 at 9:04 pm in reply to: Full screen slider backward the Nav Menu(transparent) before scroll #164878Hola,
¿Me puedes pasar la URL de tu página web?
Saludos,
JosueHey Sofia!
Use this code instead:
if($show_meta && !empty($excerpt)) { $output .= "<div class='slide-meta'>"; if ( $commentCount != "0" || comments_open($the_id) && $entry->post_type != 'portfolio') { $link_add = $commentCount === "0" ? "#respond" : "#comments"; if($commentCount == "0") { $text_add = __('Contribute', 'avia_framework' ); } else { $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>"; } $output .= "<div class='slide-meta-time'>" .get_the_time(get_option('date_format'), $the_id)."</div>"; $author_id = $entry->post_author; $author_url = get_site_url()."/author/".get_the_author_meta( 'user_nicename' , $author_id ); $author_name = get_the_author_meta( 'display_name' , $author_id ); $output .= 'by <a href="'.$author_url.'">'.$author_name.'</a>'; $output .= "</div>"; }
Cheers!
JosueHello faterra!
I think that behavior happens because the WP-Client forms tend appear at the beginning.
Best regards,
JosueSeptember 22, 2013 at 8:34 pm in reply to: Content Slider – 2 cols – display on the iPhone and iPad portrait is not correct #164874Glad we could help Katharina :)
Regards,
JosueSeptember 22, 2013 at 8:24 pm in reply to: Content Slider – 2 cols – display on the iPhone and iPad portrait is not correct #164869Hello Katharina!
I see, adding this code to custom.css/Quick CSS will fix it:
@media only screen and (max-width: 767px) { .slide-entry-wrap .slide-entry.av_one_half { width: 100% !important; margin: 0 !important; } }
Regards,
JosueSeptember 22, 2013 at 8:05 pm in reply to: Grid blog layout — collapse to one column on narrow screen width? #164867Hello bongoman!
I see, adding this code to custom.css/Quick CSS will fix it:
@media only screen and (max-width: 767px) { .slide-entry-wrap .slide-entry.av_one_half { width: 100% !important; margin: 0 !important; } }
Regards,
JosueHi Adenadoume!
What ‘width’ are you using for the pages? i think you should need to use a percentage value. A link to your website would be helpful :)
Best regards,
JosueHi Denis,
Can you post the link to your website please?
Regards,
JosueHello!
This code will fix it, add it to the Quick CSS or to the css/custom.css file:
#top .ajax_form .captcha { padding-left: 82px; }
Cheers!
JosueSeptember 21, 2013 at 8:43 pm in reply to: How to add border and adjust border color on layerslider #164533Hey!
Yes, that happens because there is another rule overwriting it, however adding !important will force it to change:
.ls-container { border: 20px solid red !important; }
Cheers!
JosueSeptember 21, 2013 at 8:14 pm in reply to: Portfolio Thumbnails not loading in Safari, and sometimes Chrome #164525Hey!
Yes, i think you may need to change those titles, add tags / description in each page, i’d personally recommend this plugin, it’s a simpler one.
By the way, i don’t see the problem got fixed, if you want me to check it personally please create an administrator account and send it to me at (Email address hidden if logged out)
Best regards,
JosueHello!
Does it gets fixed if you switch back to the default WordPress Theme?
Cheers!
JosueHello Masten
Oh, i though you were referring to the breadcrumb “Home”, follow Ismael instructions, if you can provide us with an URL that would be really helpful.
Regards,
JosueSeptember 20, 2013 at 10:51 pm in reply to: How to add border and adjust border color on layerslider #164255Hi miketran!
Simply define a third paremeter in the border property you already created:
.ls-container { border: 20px solid red; }
Regards,
JosueHi Andrew,
Can you post a link to your website please? I’d like to check it on my Android device.
Regards,
JosueHello yutakaemura!
I’ll tag Kriesi so he can see this fix, thank you.
Cheers!
JosueGlad we could help. Let us know if you have any other questions or issues :)
Regards,
JosueHello Josh!
I see you are using PNG images for the slider, and each one is nearly 1MB size, i’d recommend converting them to JPG and also optimizing them with a tool like this.
Cheers!
Josue -
AuthorPosts