AlexStarbuck
Forum Replies Created
-
EDIT: Actually, it’s not “quote” that is above “portfolio grid” but rather it’s the “page title” but I believe the principle is still the same.
If I were to edit this page, “page content” would appear between this title and portfolio grid. It’s this “content” that I wish to put below portfolio.
Thanks
Forum: Fixing WordPress
In reply to: Strategy for a webshop – oppinions and crash course neededShipment tracking can also be done via a WooCommerce extension as well. Check this out:
I understand but were in Croatia ?? so aint no Croatian post in there ??
Thanks guys, thank you all. I have decided to try woo and opencart side by side and will decide on one of them for sure. eCommerce is a lot clearer to me now
Cheers!
Forum: Fixing WordPress
In reply to: Strategy for a webshop – oppinions and crash course neededSorry, my bad.
What I meant to say is this:
1. simple website with the ability of selling the products online (necklaces and bracelets)
2. mostly one off items (handmade and unique) so customers cannot chose variations of the product and then click add to cart/purchase; they can purchase them as they are
3. options of tracking the shipments not needed (for now at least)I wish to avoid purchasing woo extensions (I know there are quite a few) but Id like to get it rolling without increases in budget and stick to basics untill we see if it will work.
Cheers!
Forum: Fixing WordPress
In reply to: Strategy for a webshop – oppinions and crash course neededA-ha, now I understand. I basically need to:
1. install wordpress
2. install ecommerce plugin which extends the WP “backend” functionality
3. apply the design theme which is designed with the chosen plugin in mind, so that I got the correct “front end” to displat the products and functions needed for shopping process (sign in, payment gateway, etc.)I am interested in this particular theme from Envato
https://themeforest.net/item/the-retailer-retina-responsive-woocommerce-theme/4287447which supports the WooCommerce plug in. What I can’t yet figure out is if it will support other plugin if I decide to change (for example Open Cart) and is the basic free WooCommerce plugin enough to sell simple, unique products without any customization or recurring payments options?
Thank you very much for your effort!
AlexForum: Themes and Templates
In reply to: [Ridizain] Weird problem – featured content titles dissappeared?Zulfikar, many thanks I took care of it! ??
I am however having another issue or two:
1. on the homepage, in the post excerpt (just under the featured images) there seems to be something wrong with the markup
If you have a bit of time, please check out my homepage again and under the image of the first post on the “timeline” the lists are not rendered correctly
2. if I use the “image” or “ephemera” widget in the sidebar, which image is the system retrieving and displaying? Random image (post type:image) or…? I couldnt find a way to choose any particular one.
Cheers!
AlexForum: Fixing WordPress
In reply to: Basics of WordPress .php and Themes? (Sight theme)David, thank you for your reply!
Here is what I have found to be (probably) important in the header.php:
<header id="masthead" class="site-header" role="banner"> <hgroup> <h1 class="site-title"><a href="<?php echo home_url( '/' ); ?>" title="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>" rel="home"><?php bloginfo( 'name' ); ?></a></h1> <h2 class="site-description"><?php bloginfo( 'description' ); ?></h2> </hgroup> <?php $header_image = get_header_image(); ?> <?php if ( ! empty( $header_image ) ) : ?> <a href="<?php echo esc_url( home_url( '/' ) ); ?>" title="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>" rel="home"> <img src="<?php header_image(); ?>" width="<?php echo get_custom_header()->width; ?>" height="<?php echo get_custom_header()->height; ?>" alt="" class="custom-header" /> </a> <?php endif; // if ( ! empty( $header_image ) ) ?> <nav role="navigation" class="site-navigation main-navigation clear-fix"> <h1 class="assistive-text"><?php _e( 'Main Menu', 'oxygen' ); ?></h1> <div class="assistive-text skip-link"><a href="#content" title="<?php esc_attr_e( 'Skip to content', 'oxygen' ); ?>"><?php _e( 'Skip to content', 'oxygen' ); ?></a></div> <?php wp_nav_menu( array( 'theme_location' => 'primary' ) ); ?> </nav> </header><!-- #masthead .site-header -->
I think it’s got to do with this <hgroup> but I could be wrong… Any ideas?
Cheers!
Forum: Fixing WordPress
In reply to: How to make the site work both with and without www ?No, I think I don’t!
Thanks for the quick reply btw.
AlexForum: Fixing WordPress
In reply to: Absolute beginner with some basic IT knowledgeThanx guys. I solved the problem and learned a lot along the way ;).
I don’t want to change the title in the settings (which currently says Life more tasty) but rather the BROWSER title. I want to learn which line to modify in order to assign different browser titles to different pages.
For instance, while viewing this page and typing my post, it reads: “WordPress> Support> Basic PHP and Chateau theme”… etc
Cheers!
EDIT: Just checked again – The titles do again work/change as I click through my posts. Now all I need is this thumbnail solution
Hm, I have looked at the lines between the title tags and there is too much for me to mess with. I don/t know where to insert the title I wish to have so I think I wont touch it.
I have tried these and other plugins but none seem to work. I guess I’ll just change theme and thats it.
Phuh, WordPress is powerful platform but definitely not for beginners (like myself)
Cheers and thanx!
Im sorry, forgot to say which site it is for –
1. my first site (the one I like) is https://astrbac.wordpress.com
2. the second one, without the images in post lead-ins is https://grumpygrampa.com
Forum: Fixing WordPress
In reply to: Cannot "insert images from URL" into postsHey, thanx for the reply!
No, IMage url’s are correct, I do know that much about html :). (I simply copy the link from FLICKR; not from address bar in Firefox but from within Flickrs SHARE function
Cheers!
Forum: Fixing WordPress
In reply to: Problem applying multiple settings to an image in post at onceSorry!
Im new to all this so I may have posted in the wrong place.
Thanx for the tip, I’ll ask there.
Cheers!Forum: Fixing WordPress
In reply to: Removing Home link on nav bar & keeping Home (page I created) linkHey guys, I have this same problem but have no clue how to do this. I am using a free account for hosting my blog (at WordPress, I just signed up) and I a, edotomg the content via dashboard.
Where can I access these .php files?
This is my blog
astrbac.wordpress.com
(Id like to remove this home link from top_nav_bar)
Cheers!