seancli
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Advertica Lite] Laggy front pageSadly yes. It looks like it freezes for a second every time it reloads a version of the white bar on top as you scroll up and down. Any tips?
Thank you!
Forum: Themes and Templates
In reply to: [Advertica Lite] Laggy front pageI’m noticing now that it happens in Safari, but not in Chrome. Haven’t tried any other browser yet. Any advice would be greatly appreciated!
Forum: Fixing WordPress
In reply to: How to make a template's link do nothing?Still looking for help!
I don’t know much, but I found out that the link is in a php in the “includes” folder. I used Inspect Element in Chrome to remove the href=”#” and it works fine, so now I don’t know how to actually eliminate this without editing the parent theme.
I’ve tried a method that didn’t work:
I copied from advertica-lite/includes/front-featured-boxes-section.php
to advertica-lite-child/includes/front-featured-boxes-section.phpAnd in the child version, removed all the href parts, but the site is still loading the link. Any advice? Is there a proper way to override the .php file?
Thanks in advance!
Forum: Fixing WordPress
In reply to: How to make a template's link do nothing?Hey Stephan,
Think your advice for this one got mixed with my other post!
Forum: Fixing WordPress
In reply to: How to remove a section of my template?Worked like a charm! Thanks so much!
Forum: Fixing WordPress
In reply to: How to make a template's link do nothing?Bump – the page has been moved to http://rent.seanli.nyc. Please help! Thanks!
Forum: Fixing WordPress
In reply to: How to remove a section of my template?Bump – the page has been moved to http://rent.seanli.nyc. Please help! Thanks!
Forum: Themes and Templates
In reply to: How to make pages not full width?Thanks for looking into it, but I don’t think my question is very theme specific.
I’d like to make a div, and if someone could help me with where to put the code in my situation, that would probably be a great help! (I attempted my style.css and in the page’s html)
And I have checked out the video for my theme, but unfortunately they only go through how it works with WordPress, saying nothing about additional coding :/
Awesome, works perfectly (for now hah). They definitely made it harder, but at least I learned a lot. You rock, thanks so much!
Awesome!
First, I forgot to set it to use my menu (whoops, was just used to everything looking wrong)
And I copied over the files for the time being so it can finally run properly and I can start making changes (thanks! better than copying any other file types hah). The footer doesn’t use those terms to retrieve the info, do you think that there is another way?Here’s my footer.php file:
<?php $shortname = "unit_theme"; ?> <?php //if (!is_home() && !is_front_page() && !is_archive()) { ?> <div class="footer_copyright_cont"> <div class="footer_copyright"> <div class="container"> <div class="footer_social"> <?php if(get_option($shortname.'_twitter_link','') != '') { ?> <a href="<?php echo get_option($shortname.'_twitter_link',''); ?>"target="_blank"><img src="<?php bloginfo('stylesheet_directory'); ?>/images/twitter-icon.png" alt="twitter" /></a> <?php } ?> <?php if(get_option($shortname.'_facebook_link','') != '') { ?> <a href="<?php echo get_option($shortname.'_facebook_link',''); ?>"target="_blank"><img src="<?php bloginfo('stylesheet_directory'); ?>/images/facebook-icon.png" alt="facebook" /></a> <?php } ?> <?php if(get_option($shortname.'_google_plus_link','') != '') { ?> <a href="<?php echo get_option($shortname.'_google_plus_link',''); ?>"target="_blank"><img src="<?php bloginfo('stylesheet_directory'); ?>/images/google-plus-icon.png" alt="google plus" /></a> <?php } ?> <?php if(get_option($shortname.'_picasa_link','') != '') { ?> <a href="<?php echo get_option($shortname.'_picasa_link',''); ?>"target="_blank"><img src="<?php bloginfo('stylesheet_directory'); ?>/images/picasa-icon.png" alt="picasa" /></a> <?php } ?> <?php if(get_option($shortname.'_pinterest_link','') != '') { ?> <a href="<?php echo get_option($shortname.'_pinterest_link',''); ?>"target="_blank"><img src="<?php bloginfo('stylesheet_directory'); ?>/images/pinterest-icon.png" alt="pinterest" /></a> <?php } ?> <?php if(get_option($shortname.'_vimeo_link','') != '') { ?> <a href="<?php echo get_option($shortname.'_vimeo_link',''); ?>"target="_blank"><img src="<?php bloginfo('stylesheet_directory'); ?>/images/vimeo-icon.png" alt="vimeo" /></a> <?php } ?> <?php if(get_option($shortname.'_youtube_link','') != '') { ?> <a href="<?php echo get_option($shortname.'_youtube_link',''); ?>"target="_blank"><img src="<?php bloginfo('stylesheet_directory'); ?>/images/youtube-icon.png" alt="youtube" /></a> <?php } ?> <?php if(get_option($shortname.'_flickr_link','') != '') { ?> <a href="<?php echo get_option($shortname.'_flickr_link',''); ?>"target="_blank"><img src="<?php bloginfo('stylesheet_directory'); ?>/images/flickr-icon.png" alt="youtube" /></a> <?php } ?> <div class="clear"></div> </div><!--//footer_social--> <footer> email: <a href="mailto:sean@seancli.com">sean@seancli.com</a> | © 2015 Sean C. Li </footer> <div class="clear"></div> </div><!--//container--> </div><!--//footer_copyright--> </div><!--//footer_copyright_cont--> <?php //} ?> <?php wp_footer(); ?> </body> </html>If it’s a whole different beast then no worries, honestly you’ve helped me out enough so far and I really appreciate it!!
Nice, the image slider is showing, but not the social media buttons at the bottom, and it’s also not displaying the page Works anymore (works is a category, seancli.com/category/works).
Also, the menu is in the wrong order…is that relevant? It’s live for you to check out
Cool, thanks! Giving it a shot now
Sure, here it goes
Just tried it, but looks the same unfortunately :/
Oh awesome thanks so much! I really appreciate it