mdivk
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Why the phase cannot be align to center?Thanks
In different capsular I added text-align: center;
You can see it in copyright, copytext
Forum: Themes and Templates
In reply to: How to change the font for menu only?Can you also check this page on the same site and see how can I change the color of the “VIEW MORE” button?
The page is generated using a gallery plugin called: Huge IT gallery
Thanks lots.
Forum: Themes and Templates
In reply to: How to change the font for menu only?Thank you.
I have just added the code, but unfortunately it is NOT working for the font, changing color is working. This makes me thinking another question: maybe somehow the system thinks the font showing up on the menu is Titillium+Web which is what I want:
But it doesn’t really look like here:
Forum: Themes and Templates
In reply to: [ProfitMag] Remove Latest PostI remember it’s some where in a css file, check it there
If use a Custom Text, the new message will be displayed in the middle of the page and the contact form will be hidden, in my situation (I have images on the page beside the contact form), that’s not a good solution, the right place to modify the message is here:
/public_html/wp-content/plugins/contact-form-maker/frontend/models/FMModelForm_maker_fmc.phpForum: Plugins
In reply to: [RegistrationMagic - User Registration Forms Plugin] Chinese input not savedPlease see the page for your reference
Thanks.
Thank you cubecolour, I made the change in function.css, only some portion on the website are changed font, I want to change the font for menu, so in Chrome I inspect the menu and it tells me the font is:
font-family: ‘Raleway’!important;
But it doesn’t tell me where it is from and in which css file it is.Thank you again for your kind help and time you devoted. It is much appreciated.
Thanks cubecolour.
I see the font is still the same with no change, I used Chrome and found the active font is “Helvetica Neue”, “Helvetica”, Helvetica, Arial, sans-serif
I do see Poiret One but it is with cross line, meaning it was overidden somewhere.
Tried to search the style.css, I don’t see Helvetica font anywhere.
Yes I am using a commercial theme, the vendor was contacted but still no respond to my font/align request, what can I do? I can only seek help from people like you on the public forum here.
Your help is greatly appreciated.
Forum: Themes and Templates
In reply to: How to align bottom copyright info centeranyone there? 🙁
thank you in advance, this issue has been bothering me badlyThank you cubecolour, btw, is it possible for you to see why the bottom banner cannot be aligned center?
Here is the site: http://suntrustway.com/shop/
Thank you for your correction, the site is no longer hanging now, however, the font is not updated:
I changed the font for body:
body {
font-family: ‘Poiret One’, cursive;
background: #f7f7f7;
}I don’t see the font is the one I want.
The font has been uploaded to the theme’s font folder, I am using hathor-pro theme. The theme’s arthor didn’t respond to my question yet. 🙁
Thank you again for your time and patient
Thank you, after applying the code to the function.php at the end of the file, I got this error:
Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING in /home/amily168/public_html/shop/wp-content/themes/hathor-pro/functions.php on line 768
The site actually cannot be opened at all.
line 768: wp_enqueue_style( ‘googleFonts’);Thanks for your reply,
after applying the function load_gfonts() to functions.php in the theme, the site will be opened.
Where do I place
function load_gfonts() { wp_register_style('googleFonts', 'http://fonts.googleapis.com/css?family=Poiret+One'); wp_enqueue_style( 'googleFonts'); } add_action('wp_print_styles', 'load_gfonts');I placed it at the end of the funcsions.php, just before:
?> <?phpIs it correct?
Thank you.
Forum: Themes and Templates
In reply to: [ProfitMag] How to remove "related post"@tahoe Rock, @politicalnick:
Thank you guys very much, the related post is hidden now.