Warning: include_once(views/theme_options/index.php) [function.include-once]: failed to open stream: No such file or directory in /home/content/26/10159626/html/wp-content/themes/Avenue/framework/theme_options.php on line 7
Warning: include_once() [function.include]: Failed opening ‘views/theme_options/index.php’ for inclusion (include_path=’.:/usr/local/php5_3/lib/php’) in /home/content/26/10159626/html/wp-content/themes/Avenue/framework/theme_options.php on line 7
Even the icon for Avenue Theme in the WP Dashboard shows up as a missing image.
Thanks for any help!!
]]>I’m trying to build a small site based on social networking for car and bike ennthusiasts – loveofroad.com/wordpress. I’m very new to web building and stuff and wordpress support forums have been really useful for a new learner (please dont mind the stupid stuff I’ve done in the site )
I’m currently using the avenue theme and it looks really clean and smartly laid out and thanks to the Smartcat team for this.
I’ve kind of completed the setup of the theme and I notice that the home page is left aligned and cuts out of the screen on the left side. This is the only thing pending for me to correct before I head to fix the speed issues but not able to find a solution.
]]>Also is there a way to change the font sizes for pages, posts etc?
thank you for any help!
]]>I’m trying to rezise the logo but I’m unable to find where I can do this, i’ve looked through the style.css file and a few others but am having no luck.
Any guidance would be appreciated.
the theme is this one: https://www.ads-software.com/themes/avenue/
]]>I am currently using the free version of avenue but i am thinking of upgrading, i have tried contacting smartcat to ask directly but no response, i want to know:
1. Can i change the colour of the menu (header) background?
2. is the $40 avenue pro fee a yearly fee
3. can i hyperlink the sliders.. it seems rather pointless having sliders that cannot be hyperlinked…
I am using the avenue theme, and would like the logo picture to take up a larger space at the header, as it currently looks small and misplaced. My website is: https://www.abilitypandocare.com/
Any help or guidance would be great appreciated! Thank you very much!
]]>I have custom post type called listings. It has many fields when editing, but doesn’t have author. I found the code in normal post
<label class="inline-edit-author"><span class="title">Автор</span><select name='post_author' class='authors'>
but I don’t know where to add it. Watching ftp files I only have edit.php, but I dont understand how to change edit.php?post_type=listings
website: asp-polyana-sochi.ru theme: avenue
I hope i gave clear explanation, if not please ask.
]]>I’m hoping to get some help with changing the height of the picture carousel in the Avenue theme.
Adding custom CSS in a “child” theme would normally work for an issue like this, I believe, but in this case the height of the carousel (called camera_wrap_1) is set using JavaScript somewhere in the theme. The JavaScript is loaded after the header, so it was overwriting the child theme which was loaded in the header. This is what I see in the source code:
<script>
jQuery(document).ready(function($){
jQuery('#camera_wrap_1').camera({
height: '400px',
loader: 'pie',
pagination: false,
thumbnails: false,
fx: 'simpleFade',
time: 4000,
overlayer: true,
});
});
</script>
I tried Automattic’s Custom JavaScript Plugin, without success too. The plugin gave me an error of “alert was used before it was defined” when simply putting alert(“”); in the editor.
]]>