Forum Replies Created
-
AuthorPosts
-
Hey!
The .htaccess file should be in the root of your installation, but is hidden, i can try adding that code to the .htaccess but i’d need temporary FTP access.
Regards,
JosueHi,
Can you create an administrator account and post it here as a private reply?
Regards,
JosueHey Laure!
Open js/avia,js and look for these lines (227-229):
if (active.parent('.dropdown-menu').length) { active = active.closest('li.dropdown').addClass(this.options.applyClass) }Replace them by:
if (active.parent('.sub-menu').length) { active = active.closest('li.dropdown_ul_available').addClass(this.options.applyClass) }Regards,
JosueYou are welcome, glad we could help :)
Regards,
JosueHey!
Could you create a mockup of what would you want to achieve?
Best regards,
JosueHey Mathieu!
I did reproduce the menu issue on my end, it was happening due to menu corruption. I fixed it, you should be able to access now:
http://www.cotedasie.nc/wp-admin/nav-menus.phpRegarding the LS issue i was able to render a LS slide without issue here:
http://www.cotedasie.nc/ls-test/If the menu problem happens again (it shouldn’t) what you need to do is switch to the default WP theme and look for corrupt menu items in your Menu (they will appear with a red background).
Cheers,
JosueHi Tim!
Yes, compare both functions.php, maybe there is some code at the very bottom.
If that doesn’t work, i’d recommend you to update the theme to the latest version (you have 2.4.1).
Best regards,
JosueHey!
In my experience UNLESS – I have some Avia layout element (say a slider) that extends the full width of the page – as the VERY FIRST element on the page – “Color Sections” will not render as expected.
I tried reproducing the issue on my install according to what you said:

But the result was this (both the slider and the color section extend the full width):

One thing i noted is that you have Enfold 2.6.1 on your site, please try updating it to the latest version.
Cheers!
JosueHi!
This will do it for the icons:
.av_header_transparency .social_bookmarks a { color: white !important; }I’m still investigating the header shrinking issue.
Cheers!
JosueHi!
1. Have you tried setting a manual excerpt?
2. You can set that in the Header options at the right when editing the Page:

Best regards,
JosueApril 17, 2014 at 3:13 am in reply to: Jump of around 5px to the left and then back on every page load on a mac #252397Hey Linda!
Tested now on a 10.7.5 Mac / Firefox 27, still no jumping:
http://screencast.com/t/qFK8Kwqs56Regards,
JosueApril 17, 2014 at 2:29 am in reply to: Gap between check box and text, not sure what css is causing it though #252387Hey Dave!
Try adding this code to the Quick CSS:
p.comment-subscription-form label { left: 20px !important; top: -4px !important; }Cheers!
JosueHey!
It’s not, can you post a link to your website? what’s the problem exactly?
Best regards,
JosueHey Cameron!
It seems to be an issue with the server because it’s still returning a 404 error:

Regards,
JosueHi!
Try emptying your .htaccess file, and re-setting the permalink structure in WP.
Please note that this is not a theme issue.
Cheers!
JosueHey Cameron!
This font is still missing:
http://thinkgate.com/wp-content/themes/thinkgate/config-templatebuilder/avia-template-builder/assets/fonts/entypo-fontello.woff?v=2Regards,
JosueApril 16, 2014 at 3:24 am in reply to: Jump of around 5px to the left and then back on every page load on a mac #251916Hi Linda!
Is definitely not happening on my end (OS X 10.9, Chrome 34):
http://screencast.com/t/ujkEkMloDo you have information on what OS version and browser are they using?
Regards,
JosueHi Charlie!
For the columns: Layout Elements > 1/3.
For the content in the columns: Content Elements > Text blockYou can handle the styling, images, etc in the WYSIWYG editor inside the Text block.
Best regards,
JosueHi,
Can you create an administrator account and post it here as a private reply?
Regards,
JosueYou are welcome, glad we could help :)
Regards,
JosueYou are welcome, glad we could help :)
Regards,
JosueHi John!
Add this to your child theme functions.php:
function custom_head_func(){ echo "<div class='custom_content'>hello world</div>"; } add_action('ava_main_header', 'custom_head_func');Change as needed.
Cheers!
JosueHey Ben!
The URL you posted isn’t loading on my end (not even 404).
Cheers!
JosueHi,
Does it happen with the default WordPress theme?
Cheers!
JosueHey Lucas!
Try adding this code to the Quick CSS:
.noborder_tabs.sidebar_tab_left .tab_content, .noborder_tabs.sidebar_tab_right .tab_content { box-shadow: none !important; }Cheers!
JosueHey!
If i understood you correctly, you want to have this right text included in the image to the left?

Cheers!
JosueHi!
If you look at the errors, they are 404 ones, so maybe some files were not created/uploaded correctly, try restoring them manually via FTP (use a copy of the theme for that).
Regards,
JosueApril 15, 2014 at 6:27 pm in reply to: Font family not working when logged out or in Google Chrome #251727So it would be to the installation that has the problem.
April 15, 2014 at 6:09 pm in reply to: Font family not working when logged out or in Google Chrome #251719Are you seeing the issue in the test environment too?
Cheers!
Josue -
AuthorPosts
