ThinkUpThemes
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Engrave (Lite)] how to change slider?Hi dhruven,
You can change all of the above from the theme options panel that can be found under Appearance -> Theme Options. You’ll find the slider settings under Homepage and the homepage content area controls under Homepage (Content).
Let me know if you have any problems finding these and I’ll help out.
Hi croweks,
These buttons are pagination links. Because you’ve got more posts than you’ve set to show on a single page these buttons allow your users to navigate to other pages.
It’s not clear why it’s leading to a 404 page when clicked, however if you want to simply hide these buttons you can do this via custom css. Simply add the following css to your site using either a child theme or directly from the theme options panel under General Settings -> Custom CSS:
.pag { display: none; }
Hope this helps!
Forum: Reviews
In reply to: [Engrave (Lite)] good theme, even better supportHi Mark,
Thanks for the feedback. Sorry to hear you felt that Engrave is an average theme. If you ever feel like giving some specific feedback we’d love to hear your thoughts and would be more than happy to implement new features if you these would be of use to you.
Thanks again for taking the time to share your thoughts!
Forum: Themes and Templates
In reply to: [Engrave (Lite)] IE 10 display issueHi onurorkut,
Would you mind posting a link to your site please
Forum: Themes and Templates
In reply to: [Engrave (Lite)] Responsive rendering issues – blocks overlapThe latest version of Engrave (Lite) is now available and includes a fix for this issue.
Forum: Reviews
In reply to: [Engrave (Lite)] Great Theme for a Business SiteThanks so much for the kind words Parvus! We’re always looking to improve our themes. So if there’s anything we can do to make the theme a 5 star in your view then we’d love to hear your thoughts!
Thanks again! By the way your site looks awesome!
Forum: Themes and Templates
In reply to: [Engrave (Lite)] footer invaded by content of page with mozillaUpdate is now available with this issue fixed.
Forum: Themes and Templates
In reply to: [Engrave (Lite)] Icons showing up blankUpdate is now available with this issue fixed.
Forum: Themes and Templates
In reply to: [Engrave (Lite)] Extra content popping up in unknown locationYou have to assign a static frontpage to the homepage. You can learn more about how to do this by following this YouTube video tutorial:
Forum: Themes and Templates
In reply to: [Engrave (Lite)] Point Header Slider Images to URLThis is not possible in the lite version. When you add a link a button will appear titled Read More.
Forum: Themes and Templates
In reply to: [Engrave (Lite)] How do I point slider image to URL?This is not possible in the lite version. When you add a link a button will appear titled Read More.
Forum: Themes and Templates
In reply to: [Engrave (Lite)] Change ThinkUpSlider Transition TimesYou can change the ThinkUpSlider transition times by adding some custom jQuery from the theme options panel under General Settings -> Custom jQuery. Add the following to change the transition time to 1 second. Adjust the value of the timeout (in ms) to whatever you prefer (1 second = 1000 ms):
jQuery(window).load(function(){ jQuery(".rslides-inner .slides").responsiveSlides({ timeout: 1000 }); });
Hi all,
Thanks for the reminder! You can make this change using custom jQuery. Add the following jQuery to your theme under General Settings -> Custom jQuery:
jQuery( '#section-home .section1 > a' ).attr( 'href', 'https://www.google.com/'); jQuery( '#section-home .section2 > a' ).attr( 'href', 'https://www.yahoo.com/'); jQuery( '#section-home .section3 > a' ).attr( 'href', 'https://www.msn.com/'); Just change the link part to whatever you want. For example https://www.google.com/ to https://www.you-site.com/page/
Let me know if you run into problems.
Forum: Themes and Templates
In reply to: [Engrave (Lite)] Change blog positionHi,
This is a WordPress feature and theme specific. You can set a static front page and also set your blog to appear on another page of your choice from Settings -> Reading.
Here a good video tutorial on YouTube which walks through the process:
https://www.youtube.com/watch?v=yk0paXCTtTw
Good luck!
Forum: Themes and Templates
In reply to: [Engrave (Lite)] Custom link in Pre-Made Homepage Content Area 1Hi madsf80,
Thanks for the reminder! You can make this change using custom jQuery. Add the following jQuery to your theme under General Settings -> Custom jQuery:
jQuery( '#section-home .section1 > a' ).attr( 'href', 'https://www.google.com/'); jQuery( '#section-home .section2 > a' ).attr( 'href', 'https://www.yahoo.com/'); jQuery( '#section-home .section3 > a' ).attr( 'href', 'https://www.msn.com/');
Just change the link part to whatever you want. For example https://www.google.com/ to https://www.you-site.com/page/
Let me know if you run into problems.