Forum Replies Created
-
AuthorPosts
-
Hi,
Can you post a link to the website please? this one doesn’t have icons neither bottom navigation.
Regards,
Josue
Hi,
I don’t know much about Microsoft Excel embedding, but i think that could be done using a custom shortcode, which you could do it yourself or hire someone to do it.
Regards,
Josue
Hi,
You would need to delete the theme folder (using FTP) before uploading the zip.
http://wordpress.org/support/topic/destination-folder-already-exists-2
http://wordpress.org/support/topic/destination-folder-already-exists
Regards,
Josue
Hi,
I see this sidebar in the website you linked:
Regards,
Josue
Hi Doremos,
You’d need to get the code that starts in line 152 (Last but not least the comment_form() wordpress function..) and put it at the beginning, if don’t now how to, copy and paste all the content from this gist.
Regards,
Josue
September 4, 2013 at 8:49 pm in reply to: PLACE LOGIN / CLIENT REGISTRATION LINK ON THE TOP OF THE PAGE 2 #139373Oi Fabiana,
Can you create an administrator account and send me it to avia.josue (at) gmail.com so i can check it personally?
Regards,
Josue
Hi Tricia,
Correct me if i’m wrong, you want the left sidebar menu items to turn into a dropdown menu like the main navigation (in mobile)?
Regards,
Josue
Hi,
You can disable it globally in functions.php, open it and go to the line 219:
wp_enqueue_script( 'avia-prettyPhoto' );
Replace it with this:
//wp_enqueue_script( 'avia-prettyPhoto' );
Regards,
Josue
Hi,
Can you post the link to your website please?
Regards,
Josue
September 4, 2013 at 7:10 pm in reply to: Remove Admin Bar (instead of autohiding after loading) #139417Hi,
Go to your profile and uncheck the “Toolbar” option:
Regards,
Josue
Hi,
No, they don’t, style.css is the file that tells WordPress the theme name, the author, version, etc. and shouldn’t be edited, on the contrary custom.css is a file that you can edit without affecting the core functionality of the theme.
Regards,
Josue
Hi Btina,
Try adding this CSS code to the custom.css file or to the Quick CSS:
.image-overlay-inside::before{
background: red !important;
border-color: red !important;
}
Change red for the desired color.
Regards,
Josue
Hi Rob,
Try this CSS:
.sidebar li a {
color: black !important;
}
Regards,
Josue
Hi,
You don’t need that, you just need to select the right option in the Theme Options page > Header:
Regards,
Josue
Hi,
Could you please tell me what version of IE is that? so i can try to reproduce the error.
Regards,
Josue
Hi,
Here’s a workaround: create a page and put all the shortcodes you want using the visual editor, after that change to the default Theme, then go the page and you will see the shortcodes in plain text, learn their syntax and you would not need to use the visual editor.
Regards,
Josue
Hi,
You could play with the built-in Enfold function isMobile(), try adding this code in js/avia.js, line 1305 (inside function run($this){ … } ):
if(isMobile()){
window.location = "http://google.com";
}
Change the http://google.com to the desired URL (for mobile website), i tested locally and it works.
Regards,
Josue
Hi,
Try disabling some plugins, it appears that the error occurs in this file http://www.ramentolpujol.ad/wp-content/plugins/sitepress-multilingual-cms/res/js/browser-redirect.js
Regards,
Josue
Hi,
Can you post a link to your website please?
Regards,
Josue
September 4, 2013 at 4:39 pm in reply to: PLACE LOGIN / CLIENT REGISTRATION LINK ON THE TOP OF THE PAGE 2 #139371Oi Fabiana,
The file you need to edit is header.php, you could add the HTML before the header_meta closes, somewhere in line 117:
<div class="login_buttons">
<a href="http://paisagismoonline-com-br.web22.redehost.com.br/nsite1/portal/login-page/">LOGIN</a>
<a href="http://paisagismoonline-com-br.web22.redehost.com.br/nsite1/portal/client-registration/">REGISTRAR</a>
</div>And then, you can style it using CSS:
.login_buttons{
position: absolute;
top: 5px;
left: 140px;
}Regards,
Josue
Hi,
Can you post a link to your website please?
Regards,
Josue
Hi,
A page grid is already incorporated using the Layout Builder, could you please be more specific about your question?
Regards,
Josue
Hi,
Do you have access to the PHP log? if so, please paste the content of it.
Regards,
Josue
Hi Btina,
Yes you can, you need to put the shortcode in a Text/HTML Widget, maybe edit some things and that would be it:
[av_contact email=' (Email address hidden if logged out) ' button='Submit' title='Send us mail' sent='Your message has been sent!' subject='' autorespond='' captcha='']
[av_contact_field label='Name' type='text' options='' check='is_empty' width='']
[av_contact_field label='E-Mail' type='text' options='' check='is_email' width='']
[av_contact_field label='Subject' type='text' options='' check='is_empty' width='']
[av_contact_field label='Message' type='textarea' options='' check='is_empty' width='']
[/av_contact]Regards,
Josue
Hi Roberto,
Add the following code to the Quick CSS section or to the custom.css file:
.container_wrap_logo .container{
width: 100%;
}
.container_wrap_logo .logo{
left: 20px;
}
.container_wrap_logo .main_menu{
right: 20px;
}
Regards,
Josue
Hi,
Can you post a link to your website please?
Regards,
Josue
September 4, 2013 at 6:31 am in reply to: Filter Portfolio Grid by a Tag before outputting Categories? #139269Hi,
Screen Options is at the top right corner of the page, see attached images:
Then when you edit any menu item, you should see:
Regards,
Josue
-
AuthorPosts