Forum Replies Created
-
AuthorPosts
-
EliteGD
MemberThe ones I was looking at as a potential starting point were the following
https://my.studiopress.com/themes/navigation/
https://my.studiopress.com/themes/mai-reach/
https://my.studiopress.com/themes/corporate/EliteGD
MemberOh I found my problem inside output.php
I missed
$opts = apply_filters( 'altitude_images', array( '1', '2', '3', '4', '5', '6', '7' ) );
This was still 1,3,5,7
EliteGD
MemberHi Jamie, I'm working with Calamity on this one and i have some and i was able to get it to register so that you can apply it but it's not bringing in the background images after we browse and apply them.
The website we are working on is http://gigabitbacon.com/
In Front-page.php for 2, 4 and 6 I altered the
<div class="solid-section">
to
<div class="image-section">Inside customize.php
I added to the array
$images = apply_filters( 'altitude_images', array( '1', '2', '3', '4', '5', '6', '7' ) );So when we go to Appearance, Customise, Front Page Background Images -
We can now browse for images for all sections but they aren't displaying the background images they are just showing the default gradient as if there was no image.When I inspect i see the inline css bringing in
<style id="altitude-pro-theme-inline-css" type="text/css"> .front-page-1 { background-image: url(//gigabitbacon.com/wp-content/uploads/2015/05/bg-1.jpg); }.front-page-3 { background-image: url(//gigabitbacon.com/wp-content/uploads/2015/05/90860_c6ef4e013a65138a6093b229f803a5b1.jpg); }.front-page-5 { background-image: url(//gigabitbacon.com/wp-content/uploads/2015/05/android-boot-logo_634639.jpg); }.front-page-7 { background-image: url(//gigabitbacon.com/wp-content/uploads/2015/05/potbelly-pig-lounging-615.jpg); } </style>
However it's not grabbing the ones for Featured Section 2 that we browsed for and applied.
September 25, 2014 at 5:48 pm in reply to: Epic Theme – Anyone else have problems getting support #125737EliteGD
MemberI've checked everythying multiple times no email but my user name and password works which will resolve the issue for me thank you very much.
September 25, 2014 at 9:39 am in reply to: Epic Theme – Anyone else have problems getting support #125675EliteGD
MemberThanks, The issue isn't really the theme it's that i can't seem to get access to the support forums or the upcoming files as i don't have an Appfinite account and they haven't gotten back to me to give me access as i purchased the theme through studiopress site.
EliteGD
MemberHard to say they have the agent listing one which is pretty specific and works really well. I used it for an afterschool and atheltics program site so they could easily add and remove listings of there offerings. So them going the classified route wouldn't surprise me and there isn't a lot of really good options.
Going the plugin route is good if you have the time or are being paid to set it up and configure all of the options. Which I wouldn't mind doing if I knew there would be a return on investment but it's hard to say people in my area might stick to the buy and sell facebook page lol.
So I'm trying to look at solutions to get it up and running quickly but not so quickly that is done poorly and then look at enhancing it over time based on it's actual usage.
EliteGD
MemberI wish studiopress had a classified system that would be my first choice but i'm considering classipress.
-
AuthorPosts