Forum Replies Created
-
AuthorPosts
-
Yah that solved the issue.
ThanksHi, i still can’t activate the editor once a create a new page. I click the button to activate the editor and noting happens.
I send you the login for administration.Hi, do you have update?
RegardsHere it goes
Ok, i’ve already set it
thanksThank you, now it works fine.
RegardsHere it goes, thank you.
Here it goes
Hi, since i’ve created the “entrar” menu item with a code added in the functions.php file, i can’t add a submenu item, in the menu editor in the wordpress.
The code i’ve added to the functions file was this:// Add Log in / log out links to top menu add_filter( 'wp_nav_menu_items', 'add_loginout_link', 10, 2 ); function add_loginout_link( $items, $args ) { if (is_user_logged_in() && $args->theme_location == 'avia') { $items .= '
- Log Out
'; } elseif (!is_user_logged_in() && $args->theme_location == 'avia') { $items .= '- Log In
'; } return $items; }Now i need to create subitens on this menu with links for my-account page and other pages.
Thank you for the support.- This reply was modified 8 years, 11 months ago by Yigit. Reason: added code tags
HI, do you have any news on this issue?
RegardsOk here it goes, thanks.
Worked like a charm ;)
Thank youYes thank you, Here it goes:
Thank you, but it’s not quite what i need. Because in smaller screens the images don’t sack verticaly has the columns do.
I’ve managed to get it working with 5 columns but when i add the other 4, they automaticaly align in another row below the first 5 images. That’s what i need to change.
Any ideas?
Thank youHi, i need to set up 9 images that are side by side, each one can be clickable with links.
In smaller screens i want them to stack verticaly, as nomarly happens in this theme.
I send you an image of the design that i’m developing.This reply has been marked as private.This reply has been marked as private.Hi, THANK YOU ;)
That worked great !!
Can you please how i set the logo dimension, once we scroll the page down?
RegardsThank you Josue, i’ve made that changes but still nothing happens.
Was i supposed to revert the original grid.css code?
Or i’m i using the wrong page id? I’ve set an section id on the avia builder, is that the correct page id info?
regards
PedroThis reply has been marked as private.Hey Elliot do you know anyone who would do this?
Regardsworked just great ;) thank you
Thank you, but what i mean is the entire header, not only the menu links, sorry.
February 16, 2015 at 1:36 pm in reply to: LayerSlider is not resizing in iphone 4s and in vertical ipad #396699Hey, thank you but it was my mistake.
It’s all ok.
RegardsHello, i just need to website to stack columns in one page, the first one of the website.
RegardsOk thank you, i’ve managed to set the background has i wanted.
Thank you for your support.
RegardsNo
regards
Hi, is it possible to keep that funcionality but only in one page?
Thank youThis reply has been marked as private.Can you help me out on this?
Thank you -
AuthorPosts