n
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Removing Individual Page Title: Shoreditch ThemeI’d be happy to help if you could provide a link to your site. My assumption given your provided CSS is that you are attempting to remove the wrong title, and are therefore unable to see any changes.
Forum: Plugins
In reply to: [Max Mega Menu] Center and Styling IssueTom, thank you for your attention to this issue. I ended up opting to use another theme, which allowed me to retain the theme-based menu options. I was having multiple issues with the theme and hoped your plugin would resolve them; however, there is only so much a plugin can do to make up for poor theme construction. Thanks for your effort in putting out this plugin, and for replying to this thread.
–Christopher
Forum: Plugins
In reply to: [SiteOrigin Widgets Bundle] Changing from 33% to 100% [SO Text Editor]Fortunately I solved this after attempting a last resort solution. If you are searching for a way to adjust specific widgets here’s what I used:
@media (min-width: 1200px) { #sow-editor-10 { width: 100% !important; } }
Just adjust the ID to what you’re managing.
Forum: Plugins
In reply to: [WooCommerce] Products Ordering By Name, Not Menu OrderHey Joey, thanks for your response. Unfortunately I have already attempted organizing them via independent shortcode and it was not a success. The organization of the responsive theme yielded a very small area for the widget to populate and was not large enough to be functional. I believe the order will lose importance as more items are added to their offering! Again, thanks for your response.
Forum: Fixing WordPress
In reply to: WooCommerce Forcing Header Image on Product PagesThank you, JakePT! I had attempted to use !important to a few elements and had not yet tried that. Thanks so much!
Forum: Themes and Templates
In reply to: [Sydney] Alter Fonts (To those not offered via google fonts)You are right my friend! I appear to have a problem with my specific browser, thank you.
Forum: Themes and Templates
In reply to: [Sydney] Alter Fonts (To those not offered via google fonts)Forum: Themes and Templates
In reply to: [Sydney] Alter Fonts (To those not offered via google fonts)Kharis that is not Villeray font, that is another font which was stock with the website template.
Forum: Themes and Templates
In reply to: [Sydney] Alter Fonts (To those not offered via google fonts)Forum: Themes and Templates
In reply to: [Sydney] Alter Fonts (To those not offered via google fonts)I am going to be using the Villeray font for the headers.
This is the code for the body text (which is working).
@font-face { font-family: "LANENAR_"; src: url('font-face/LANENAR_.eot'); src: url('font-face/LANENAR_.eot?#iefix') format('embedded-opentype'), url('font-face/LANENAR_.woff') format('woff'), url('font-face/LANENAR_.ttf') format('truetype'); } body, #mainnav ul ul a{ font-family: "LANENAR_", sans-serif; }
Font name/style/sets: Source+Sans+Pro:400,400italic,600
Font family: ‘LANENAR_’, sans-serifThis is the current code for the header font which is not working
@font-face { font-family: "VillerayRegular"; src: url('font-face/VillerayRegular.eot'); src: url('font-face/VillerayRegular.eot?#iefix') format('embedded-opentype'), url('font-face/VillerayRegular.woff') format('woff'), url('font-face/VillerayRegular.ttf') format('truetype'); } h1, h2, h3, h4, h5, h6, #mainnav ul li a, .portfolio-info, .roll-testimonials .name, .roll-team .team-content .name, .roll-team .team-item .team-pop .name, .roll-tabs .menu-tab li a, .roll-testimonials .name, .roll-project .project-filter li a, .roll-button, .roll-counter .name-count, .roll-counter .numb-count button, input[type="button"], input[type="reset"], input[type="submit"] { font-family: "VillerayRegular", sans-serifX; }
Font name/style/sets: Raleway:400,500,600
Font family: ‘VillerayRegular’, sans-serifXJust let me know what to alter, I have tried adjusting the font family to Sans-serifX and altering the CSS; however, this has not worked either.
Forum: Themes and Templates
In reply to: [Sydney] Alter Fonts (To those not offered via google fonts)Perhaps you could really save me some time though. I’ve been able to successfully change the body text; however, I’d like to change the header fonts to a different font (another non-google font).
I’ve used the same instructions on the thread which require the additional plug for h1,h2, etc.. Is the problem within the “Font name/style/sets” or perhaps that the font family does not change? Please advise.
Forum: Themes and Templates
In reply to: [Sydney] Alter Fonts (To those not offered via google fonts)Thank you!
Forum: Plugins
In reply to: [One-Click Child Theme] Copy of templateAh. Perhaps the plugin I am running which inputs headers is causing this?
Forum: Themes and Templates
In reply to: Removing Whitespace wpcom-themeAwesome, thank you!
Forum: Themes and Templates
In reply to: Removing Whitespace wpcom-themeThis has worked wonderfully! If you wouldn’t mind I would appreciate learning how to apply this to additional pages although I believe ‘home’ was the major page in need of this change.