Forum Replies Created
-
AuthorPosts
-
Hi!
Please post a link to your website.
Cheers!
JosueHi!
Try adding !important to the style rules, also, if you are going to use HTML tags you’d need to change the layer type to HTML.
Best regards,
JosueHey Bert!
Seems you already managed to mimic the demo header, let us know if there is something else we can help with.
Best regards,
JosueSeptember 14, 2014 at 4:04 am in reply to: Menu Settings Not Configured After Demo Data Upload #318707Hey!
We are aware of this issue, in the meantime you’d need to set a new custom menu.
Regards,
JosueHey Tony!
Can you post a screenshot/mockup of what would you want to achieve?
Best regards,
JosueHey Cesarela!
It may be a conflict with the plugin you are using to translate the site, i’d suggest setting a manual Excerpt (Screen Options > Excerpt) if you want to have post excerpts there.
Regards,
JosueHey!
That’s expected, the theme creates a lot of thumbnails so they can be used on all the elements of the theme. Use this plugin to remove the image sizes you don’t use.
Best regards,
JosueHello,
Please try contacting the plugin author, we can’t give support for third-party plugins.
Best regards,
JosueHey!
Try regenerating the thumbnails with this plugin:
https://wordpress.org/plugins/force-regenerate-thumbnails/Best regards,
JosueHey Paul!
Try adding this code to the Quick CSS:
.home .av_font_icon { opacity: 1; -moz-transform: scale(1); -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); }Cheers!
JosueHey!
I couldn’t note it on my end, try it on another computer and make sure you are using the latest version of Safari (7).
Best regards,
JosueHi Kathie,
Can you please create us an administrator account? post it here as a private reply.
Regards,
JosueThanks for the kind words :)
You are welcome :)
You are welcome, glad to help :)
Regards,
JosueHey!
You can have multiple zip files as long as the fonts have different names (you can set that when you export them from Fontello).
Cheers!
JosueSeptember 14, 2014 at 12:56 am in reply to: Custom Header for Portfolio Item pages using Advanced Layout #318673Yes, that works.
Cheers!
JosueHi!
I tried importing it again and it worked as expected – http://screencast.com/t/tljCFrMiv
Best regards,
JosueSeptember 14, 2014 at 12:01 am in reply to: Custom Header for Portfolio Item pages using Advanced Layout #318663Hi!
Typo by me, code should be:
function put_stuff_before_main_content() { if(is_singular('portfolio')){ echo "header code here"; } } add_action('ava_after_main_container', 'put_stuff_before_main_content');Regards,
JosueHi,
In Quick CSS.
Best regards,
JosueHi,
Does it happen with the default WordPress theme activated?
Cheers!
JosueHi,
Please contact the plugin author for more info about the issue. Making third-party plugins compatible with the theme is beyond the support scope we offer. You can also contact a developer to help you debug the plugin.
Regards,
JosueSeptember 13, 2014 at 10:52 pm in reply to: Custom Header for Portfolio Item pages using Advanced Layout #318652Hey!
Try adding this at the very end of your theme / child theme functions.php file:
function put_stuff_before_main_content() { if(is_single('portfolio')){ echo "header code here"; } } add_action('ava_after_main_container', 'put_stuff_before_main_content');Cheers!
JosueHi!
Where do you want them to be exactly? there is a hook you can use to put content before the container element, try putting the following code in the theme / child theme functions.php:
function put_stuff_before_main_content() { echo "banner code"; } add_action('ava_after_main_container', 'put_stuff_before_main_content');Regards,
JosueHello!
It is possible but it would require a heavy customization to the theme, unfortunately that’s beyond the scope of the support we can offer. If you really need it you would have to contact a developer from Envato Studio or Codeable.
Cheers!
JosueHi Franck!
It depends on the content of the ‘blocks’, if it contains simple text and images i don’t think it will make a difference.
Regards,
JosueHey!
No, those will get preserved.
Best regards,
JosueSeptember 13, 2014 at 10:40 pm in reply to: Second-level nav/menu bar encroaches on full-width layerslider #318644Try putting “-1”.
Best regards,
Josue -
AuthorPosts
