ericbullet
Forum Replies Created
-
Forum: Plugins
In reply to: [Weblizar Pin It Button On Image Hover And Post] RSS Killer…Works!
Forum: Themes and Templates
In reply to: [Spot] Featured images from headerRight. When I initially added featured images the theme worked fine but if i made any change to permalinks or the default header then only the default header would display. AS soon as i disabled photon everything works fine. I tested it on two different instances of my site.
Forum: Themes and Templates
In reply to: [Spot] Featured images from headerStill had issues. however i solved it.
not sure why but when photon is enabled in jetpack the featured image stops working.
Forum: Themes and Templates
In reply to: [Spot] Remove testimonialsactually it works great. thanks!
Forum: Themes and Templates
In reply to: [Spot] Remove testimonialsoh DUH. Thank you.
`$xsbf_theme_options = array(
//’background_color’ => ‘f2f2f2’,
//’content_width’ => 1170,
//’embed_video_width’ => 1170,
//’embed_video_height’ => null, // i.e. calculate it automatically
//’post_formats’ => ”,
//’touch_support’ => true,
//’fontawesome’ => true,
//’bootstrap_gradients’ => false,
‘navbar_classes’ => ‘navbar-inverse navbar-fixed-top’, // Different than parent
‘custom_header_location’ => ‘content-header’,
//’image_keyboard_nav’ => true,
//’sample_widgets’ => true,
//’sample_footer_menu’ => true,
‘testimonials’ => false, // requires Jetpack
);‘
however this does not seem to remove the testimonials.
Forum: Themes and Templates
In reply to: [Spot] Featured images from headerwell yes i “fixed” the issue — but just as a FYI:
I set up the site with the “normal” permalinks of %postname%/
but as the site is for a musician I decided to use post categories to sort the content rather than custom post types and the permalinks as /%category%/%postname%/after I made the changes to the permalinks the featured image will not display as a header image. I tested on a new version of the site from scratch and had the same results.
I would like to help discover how this occurs so that it won’t affect others. So, if there are any other questions let me know.
Forum: Themes and Templates
In reply to: [Infinite] Adding Instagram to Social Media consoleon the footer.php add ‘Instagram’ => ‘social_instagram’,
<?php $social_icons = array('Facebook' => 'social_facebook', 'Twitter' => 'social_twitter', 'Google-plus' => 'social_googleplus', 'Instagram' => 'social_instagram', );
on options.php add
$options[] = array( 'name' => __('Instagram Link', 'options_framework_theme'), 'id' => 'social_instagram', 'std' => '', 'type' => 'text');
HMM. Weird because everything else like say blog posts and the admin screen shows in descending order. I guess file it under nice to haves. thanks.
actually i want to change the sort order of the jetpack portfolio page to newest first on the home page. it’s using the portolio shortcode https://davidlamplugh.com/
Forum: Themes and Templates
In reply to: [Sketch] jetpack sharingoh no. it’s not for my website which is not using sketch but this website for one of my clients.
https://davidlamplugh.com/portfolio/this-game-ends-in-tears-full/
Forum: Plugins
In reply to: [WP Gallery Custom Links] lightbox on iphone 4actually i mean.. https://southsidetattoos.com/southside-tattoo-artists/
Forum: Themes and Templates
In reply to: [Nova Lite] Having issues with the jetpack carouselTried several things and when I enable both the jetpack carousel and jetpack’s PHOTON the images become skewed and stretched. I reached out the jetpack team here.
SEE The Gallery here.The themes CSS seems fine.
Any ideas?ok. IT definitely does not happen once i disable PHOTON.
but, thanks for the effort.
Forum: Themes and Templates
In reply to: [discover] Full Width Pagealso,
at the VERY TOP of your new file (i.e. BEFORE the content you just added into it), put the following:<?php /* Template Name: Full Width */ ?>
once you’ve created a page template, you can remove the sidebar by deleting:
<?php get_sidebar(); ?>
Next, you’ll need to find the Div ID for the content and change it to:
<div id="content-fullwidth">
see https://premium.wpmudev.org/blog/create-a-full-width-page-for-wordpress-in-5-simple-steps/
sorry. link