My google maps used to work on my contact page but now they dont. Please advise. http://dolcimomentibakery.com/our-locations/
Hello, Download updated version of theme from your members area and upload it, This will solve your issue. Login here: http://inkthemes.com/members/member/index Thanks & Regards Gourav Shrivastava
I downloaded the zip file for the theme. Went to install new theme, uploaded the zip, then it said it failed.
Hello, Follow the link given below to update your theme. http://www.inkthemes.com/how-to-update-a-premium-theme-by-inkthemes/05/ I hope this will help you.
I was able to update the theme but it screwed up a lot of settings. The font for the menu has changed, how can I change this? The items on the right side of the slider appear, I would like to remove these. How can I change the header fonts, please see pictures.
Hello, 1. To change the font of menu, Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: #menu .ddsmoothmenu li a { font-family: symbol; } In place "symbol" you can put font. 2. To remove the caption tab of slider, Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .showcase-thumbnail-container { display: none; } 3. To change the font of footer widget header, Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .footer .footer_widget h4 { font-family: symbol; } In place "symbol" you can put font. This will solve your issue.
I think I see what the problem is, is it possible that when I updated the theme, it removed my fonts that I had installed? How can I reinstall them with coding?
Hello, Could you please specify us your issue with the help of screenshot images that which font you want to use at which place.
The menu items and header items changed font for some reason, I want to get it back to the rest of the page.
Hello, You have added double css code for menu and footer. Search for code given below in the custom css (Appearance > Theme Option > Styling Option > Custom CSS) If you want "verdana" font. Then keep this font and remove other. #menu .ddsmoothmenu li a { font-family: verdana; } #menu .ddsmoothmenu li li a { font-family: verdana; } If you want "raleway" font. Then keep this font and remove other. #menu .ddsmoothmenu li a { font-family: raleway; } #menu .ddsmoothmenu li li a { font-family: raleway; } .footer .footer_widget h4 { font-family: raleway; } .footer-bottom .copyrightinfo { font-family: raleway; } Thanks & Regards Nitesh Raghuwanshi
I would like to change the menu titles to RALEWAY, such as home, about us, menu etc. I would like to change the title at the bottom of the page also, these titles would be ABOUT US, HOLBROOK, PATCHOGUE, LOCATIONS. www.dolcimomentibakery.com
Hello, Raleway is the Google font. So firstly you have to import Raleway Google font in the style.css file (present in the theme directory) and after that the code for Raleway font provided in the above posts will work. Follow the link given below to add google font in the theme. http://www.inkthemes.com/community/threads/changing-fonts-throughout-theme.10005/
Hello, I have checked your website and it seems that still you have not imported the Raleway Google font in the style.css file yet. See the image for reference To add the Raleway Google font in the style.css file follow the steps given below. 1. Go to the link http://www.google.com/fonts/ and search your font. 2. Click on the Quick use button. 3. After click, Scroll down at 3rd point of that page and click on the @import tab and then copy the code as shown in the image given below. and paste it in the style.css file (Theme directory ->style.css ) as shown in the image given below. This will solve your issue.