pauljamessexton@hotmail.com
Forum Replies Created
-
Hi Tom,
Apologies for the late reply … I have been away on vacation.
I temporarily used code to open the category archive pages in a new window.
Would be great to use the plugin to open in a new window.
Please let me know if this is possible?
Thank you.
Regards,
Paul
Hi Algoritmika,
Thank you for your help … thats amazing!!
However its not working on any of the category archive pages. (They all open in the same window)
I would very much appreciate you agin looking into the Category/Archive products opening in a new external tab / window.
Thank you so much for your help.
Regards,
Paul
Forum: Plugins
In reply to: [Product Size Chart for Woocommerce] change size and color of buttonThank you so much Crispweb … thats amazing 🙂
Forum: Fixing WordPress
In reply to: How can I hide custom links from static page menu onlyHi Esmi,
Thank you for your advice, I will look into how I can do this.Thank you so much, your advice is very much appreciated!
Paul
Forum: Fixing WordPress
In reply to: How can I hide custom links from static page menu onlyAnybody!!!
Forum: Fixing WordPress
In reply to: How can I hide custom links from static page menu onlyPlease can some kind person from the WordPress forum help with the above.
Thank you!
Paul
Forum: Fixing WordPress
In reply to: How can I hide custom links from static page menu onlyI should add that I have not added:
Clothing Bags Shoes Accessories Vintage Lifestyle
to my site yet, just in case it seems that they are already hidden.
Thank you!
Paul
Forum: Fixing WordPress
In reply to: How to remove the white space in headerResolved, I discovered I needed to change the Brunelleschi theme settings.
Forum: Fixing WordPress
In reply to: How to remove the white space in headerWould very much appreatiate any advice on how I can solve the above.I have tried everything, but still cant discover how to reduce the size of my header.
Many thanks in advance!
Paul
Forum: Fixing WordPress
In reply to: How to remove the white space in headerHi Govpatel,
I thought I had resolved the problem, but unfortunately not.
I need to reduce the height of my header,but whatever I change has no effect.
I read a post from someone using the Brunelleschi theme and they said you can reduce the height by changing the height number in the below code found in theme functions php.
I changed the header image height number to 100, I think it was originally 190. I changed my koh samui logo height to 50 and the size of the header height in theme functions to 100, but the size will not reduce.
Ideally I would want my header size to be half of what it currently is.
My logo height is currently 150.
Could someone please tell me what I need to do to achieve this.
I would very much apreciate help as I have been trying now for weeks, but whatever I do does not work.
Many thanks.
Paul
The below code is from my themes theme function php
# CUSTOM IMAGE HEADER
#
—————————————-*//* REQUIRED! — define content width */
if ( ! brunelleschi_option(‘content-width’) ) { $content_width = 960; }
else { $content_width = brunelleschi_option(‘content-width’); }/* Disable Based on Settings */
if(brunelleschi_option(‘use-header-image’)) {/* Define Default Header */
if ( ! defined( ‘HEADER_IMAGE’ ) ) { define( ‘HEADER_IMAGE’, ‘%s/images/headers/beach.png’ ); }define( ‘HEADER_IMAGE_WIDTH’, apply_filters( ‘brunelleschi_header_image_width’, $content_width ) );
define( ‘HEADER_IMAGE_HEIGHT’, apply_filters( ‘brunelleschi_header_image_height’, 100 ) );Forum: Fixing WordPress
In reply to: my wordpress site cant be seen on internet explorerHi everyone,
I found out the problem was with my child theme, I have switched over to the original theme, and it works fine now with IE.
Paul
Forum: Fixing WordPress
In reply to: Subscribe button and email box on the Mailchimp signup formResolved, I deleted and used a link to my subscription form instead.
Forum: Fixing WordPress
In reply to: How to remove the white space in headerThank you so much for your advice Govpatel!
I changed the header height to 150 in theme function php.
Then i changed the image height to 100 and the canvas size to 150.
This worked for me.
Kind regards,
Paul