Forum Replies Created
-
AuthorPosts
-
Can’t, try changing the code to:
.main_color .container { border-right: 1px solid #e1e1e1; border-left: 1px solid #e1e1e1; padding: 0; }Regards,
JosueHi!
There’s a hook that filters the query:
add_filter('avia_blog_post_query', function($query, $params) { // play with $query here return $query; }, 10, 2);Cheers!
JosueSeems you’re using PopUp by Supsystic now. You’d need to request support in their forum.
Best regards,
JosueSame procedure, add this code to functions.php first:
add_theme_support('avia_template_builder_custom_post_type_grid'); add_theme_support('add_avia_builder_post_type_option');If you get a blank screen you’re probably copying it wrong.
Regards,
JosueWould need a link to get some context on what you’re trying to do.
Regards,
JosueMiralo ahora, tienes que definir un logo en Header > Opciones de Transparencia.
Saludos,
JosueOk, try the form now, it should work.
Cheers!
JosueHey Phillip!
You can create a new menu in Appearance > Menus and assign that as the alternate footer menu.
Cheers!
JosueCorrected the [nolink] tag, was [no link].
Best regards,
JosueHey!
Child theme doesn’t require to be updated and your Theme Settings will be preserve. On how to update:
http://kriesi.at/archives/the-complete-guide-to-updating-enfoldRegards,
JosueLink is removed now.
Hey!
Can you post a link to that page?
Regards,
Josue1. Set a Tag to the Portfolio Items you want to affect.
2. Create a Portfolio Grid and select to show that Tag.Regards,
JosueHey!
Would be a matter of just copying the same block to your child style.css and it will override the parent one:
@media only screen and (min-width: 480px) and (max-width: 767px) { .responsive #top .slideshow_caption h2{font-size: 60px !important;} }Regards,
JosueJune 11, 2015 at 9:43 pm in reply to: Portfolio categories not showing up and pagination error #458045Hey!
The first option should be “All” in the Grid popup:

Best regards,
JosueHi Bill,
You can’t, at least not from the Theme Options, that’s why we suggest using a CSS approach instead (which works the same):
#top #header_main > .container, #top #header_main > .container .main_menu ul:first-child > li > a, #top #header_main #menu-item-shop .cart_dropdown_link { height: 469px !important; line-height: 469px !important; }Regards,
JosueCheck:
http://dev.nerijusgood.com/this-grid-will-show-portfolio-items-tagged-tag/Regards,
JosueHi,
Please check on another computer / browser to discard.
Regards,
JosueOk let’s try another thing, go to the login screen of your WordPress installation and attempt to recover your user password, check if you get the WP email.
Regards,
JosueIf you don’t have a child theme set-up you could use this plugin (once activated go to Plugins > Edit Functions) to store custom functions like that.
Best regards,
JosueCheck with the another e-mail to discard, also set the From e-mail to:
wordpress@YOURDOMAIN.comRegards,
JosueMandame link a la pagina y si puedes, una cuenta temporal tambien seria de ayuda.
June 10, 2015 at 5:43 pm in reply to: disable integrated Lightbox effect for a specific page #457418Cool, glad to help :)
Regards,
JosueHi,
Can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
JosueJune 10, 2015 at 5:36 pm in reply to: disable integrated Lightbox effect for a specific page #457411I wish there would be a hook for this but -currently- there isn’t, so yeah using child theme header.php is the way to go.
Regards,
JosueHi!
Anchor seems to be working as expected, when i click on “Read their testimonials” (on About).
Best regards,
Josue-
This reply was modified 10 years, 9 months ago by
Josue.
Hi,
Can you please create me a WordPress administrator account? post it here as a private reply.
Regards,
JosueHi Mary!
You could set a rel=index tag in the individual custom post types to explicitly state their index, you can use the following code in your theme / child theme functions.php for that:
add_action('wp_head', function() { if(is_singular('portfolio')){ ?> <link rel='index' title='Portfolio Index' href='http://mysite.com/portfolio-index' /> <?php }elseif(is_singular('product')){ ?> <link rel='index' title='Product Index' href='http://mysite.com/product-index' /> <?php }elseif(is_singular('book')){ ?> <link rel='index' title='Book Index' href='http://mysite.com/book-index' /> <?php }else{} }, 1);Change slugs and URLs.
Regards,
JosueJune 10, 2015 at 5:23 pm in reply to: Add social share bar to all pages, custom post types and templates #457393Hi,
Can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
JosueHey!
Try adding this at the very end of your theme / child theme functions.php file:
add_theme_support('avia_template_builder_custom_post_type_grid'); add_theme_support('add_avia_builder_post_type_option');Cheers!
Josue -
This reply was modified 10 years, 9 months ago by
-
AuthorPosts
