Forum Replies Created
-
AuthorPosts
-
July 13, 2015 at 10:43 pm in reply to: different layouts – color scheme and logo in one project #472720
Hey altei!
Yes you can use the same license, as it is the same domain.
Now regarding the logo and the colo scheme, you would need to somehow work with the custom CSS to be different on every page, but that would require a lot of custom modifications, and what is your php / CSS lvl? Can you do those alone?Best regards,
BasilisHey!
I can not see the & in the top, where you mean it should be, and about the highlight of the page, it seems you got it working?
Cheers!
BasilisHey!
What is although the style you need to have on both, to be the same?
Which one of the two, should we provide as code?Regards,
BasilisHey!
Thanks a lot for letting us know that.
We will be happy to help you further, feel free to open a new task for us!Best regards,
BasilisHi sabrinasantilli!
Eevrything at Themeforest is real and true, so the info there are actually correct!
Again, thx a lot for using our products!
Cheers!
BasilisHey!
Those are many changes, and go ahead our Support Policy!
You can contact one of our Customization Contractors, who will help you out with the process.
http://kriesi.at/contact/customizationLet us know if we could do anything else, regarding our theme
Best regards,
BasilisHi superwsn!
Please go to Settings -> Permalinks and save them again.
Please let us know if that works out.Cheers!
BasilisHi!
Can u at least give us a screenshot, if what you need to do?
Best regards,
BasilisHi!
The update should be manual now, as envato is having some issue with their API, and a lot of things do no pass as should.
Best regards,
BasilisHi katiadiamond!
Please show us your site, so we can be sure about the CSS that take place in that area!
Regards,
BasilisHey finchkelsey!
Have you tried it and you get such an issue?
Can you show us 2 pages and also provide us backend access?Best regards,
BasilisHey Robyone925!
Please remove the Cache plugin and regenerate the CSS files, and as it seems it will work back for you.
Let us know!
Regards,
BasilisHi katiadiamond!
Everything is possible, but that would need a lot of work to be done.
You can contact one of our Customization Contractors, who will help you out with the process.
http://kriesi.at/contact/customizationLet us know if we could do anything else, regarding our theme
Best regards,
BasilisHey!
I will close the post here, as it is solved.
Please feel free to open a new one, if you need to.Regards,
BasilisHey Roy!
Is that heppening also, if your post is clear with zero markup?
Best regards,
BasilisHi lepetitweb!
portfolio is a custom post type, so queries are based
<?php if ( get_query_var('paged') ) $paged = get_query_var('paged'); if ( get_query_var('page') ) $paged = get_query_var('page'); $query = new WP_Query( array( 'post_type' => 'books', 'paged' => $paged ) ); if ( $query->have_posts() ) : ?> <?php while ( $query->have_posts() ) : $query->the_post(); ?> <div class="entry"> <h2 class="title"><?php the_title(); ?></h2> <?php the_content(); ?> </div> <?php endwhile; wp_reset_postdata(); ?> <!-- show pagination here --> <?php else : ?> <!-- show 404 error here --> <?php endif; ?>
Now regarding the taxonomy, that is a way to get them:
<?php //list terms in a given taxonomy (useful as a widget for twentyten) $taxonomy = 'termcat'; $tax_terms = get_terms($taxonomy); ?> <ul> <?php foreach ($tax_terms as $tax_term) { echo '<li>' . '<a href="' . esc_attr(get_term_link($tax_term, $taxonomy)) . '" title="' . sprintf( __( "View all posts in %s" ), $tax_term->name ) . '" ' . '>' . $tax_term->name.'</a></li>'; } ?> </ul>
More informations how you want to use them, it might help!
And ofc, thx a lot for your kind words!
Regards,
Basilis- This reply was modified 9 years, 5 months ago by Basilis.
Hey!
I have now done a clear Install with Enfold and activated Yoast SEO and everything worked fine.
Please do a clear installation, test it and let us know if the error you get it there.Best regards,
BasilisHi!
Glkad you got it solved!
Let us know if we can do anything else for you!Best regards,
BasilisHi!
Great, that is the best solution to debug it!
Now, leave that one outside!We will be happy to assist with anything else for you, please let us know
Best regards,
BasilisHey Mark!
You will have to target the sliders, like the one you did now, to achieve it for all.
Cheers!
BasilisHey!
Please keep us informed, if we have to do a fix, for our theme!
Cheers!
BasilisHi!
Please take a look here: http://codecanyon.net/item/ninja-popups-for-wordpress/3476479
Best regards,
BasilisHi!
Please use english, so we can assist you out.
Best regards,
BasilisHi!
Can u please move the scripts the main directory, and let us know if that fixes the issue?
Regards,
BasilisHey!
Those options do stay on the server, so there is no way to loose those at all!
Best regards,
BasilisHi!
Great you have solved your issues!
We will be here for anything else needed.Best regards,
BasilisHey textbueroandremoch!
That is because of the type of your logo, which it might be beatiful but hard for responsive to be read.
What do you want as a solution:1. Change the size of the logo
2. Change the logo for responsiveLet me know, and I will provide the correct solution
Cheers!
BasilisHey!
How that went out?
Let us know please, else to check some other solutionsBest regards,
BasilisHi reedrock!
Can you please disable all your plugins, and let us know if that fixes the issue?
Cheers!
BasilisHi reederjack5252!
Thanks a lot for the incredible words, we do appreciate them!
That would require some advanced CSS to be done!
You can contact one of our Customization Contractors, who will help you out with the process.
http://kriesi.at/contact/customizationLet us know if we could do anything else, regarding our theme
Cheers!
Basilis -
AuthorPosts