YajYolid
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Create Child theme for already developed (local) site ..I have a copy of functions.php on my child theme for some customization, and forgot to mention that I did change the folder file name into “Theme Functions” and I didn’t change anything on the original functions.php, its just for a pure customization I need.
Thanks Jan for the link and I hope I made it clear.Thanks Jan, and yes you’re right, I forgot to mention about the child theme thing.
on your CSS file, use this code
#heatmapthemead-credits p { display: none; }
on your footer,you can create a new div for your site name
<div class="copyright"> copyright ? 2014 <a href="domain.com">yourdomain.com</a> </div>
I hope this helps.
Forum: Themes and Templates
In reply to: Create Child theme for already developed (local) site ..If you have change a lot on functions.php file can break a website, as far as I know functions.php is the heart of the theme. But if you would copy it first and then do the customization then you are safe because you have a copy of the file in case you’ve done it wrong.
In your case,you said you already done some customization on your functions.php file that’s why I suggested to copy it to your child theme. If you’ve done that well then everything will be fine because once you update the parent theme, all the customization you’ve done previously will vanished, just like you have restored it, everything will be back to it’s default.
I am using responsive theme on my website, in my child theme I have copied the functions.php also and it still works fine.Forum: Themes and Templates
In reply to: Create Child theme for already developed (local) site ..Hi misscosmicdotcom!
You can create child theme by following this https://codex.www.ads-software.com/Child_Themes
Create a new folder on your theme directory, wp-content/themes
Name the folder Enfold-child.
Copy the CSS files as well as the files you did some customization like you’ve mentioned header.php , functions.php and other files you think you customized and paste it on your child theme.
On your theme, activate your Enfold-child and update your parent theme.Hope that helps.
Forum: Themes and Templates
In reply to: Text Size in WordPressHi primant,
Why don’t you try responsive theme. If you want to host a forum site, you may use bbpress plugin.Forum: Themes and Templates
In reply to: [Responsive] DropdownmenuHi rapidla,
Yes, you will change the font color on the styli.css
However, if you make your customization on your parent theme, in times of updating your theme,all the customization will disappear so it’s advisable to do the customization using child theme of your responsive parent theme.Forum: Themes and Templates
In reply to: [Corpo] Image qualityHi gspa,
On tablet your images are of good quality. Try check your resolution and image size on both photoshop file and your media library.
Hope that helps. In case you still have other issue other than I have mentioned, post it here and we will look for other option.Forum: Themes and Templates
In reply to: [Parabola] Image sizeHi AJ425, you can remove the footer on your theme using CSS, just look for the footer div of yout theme and use CSS rule: display: none;
It’ll be better if you are using child theme to prevent lost of any customization of your parent theme in case of update.
Hope that helps.Forum: Themes and Templates
In reply to: Add logo next to site title@WPyogi- sorry for that. I have remove that line.
Forum: Themes and Templates
In reply to: [Parabola] Image sizesimply edit the sizes of the images with the size you think enough for a thumbnail. For example, resize each of them withe size of ##px with by ##px heigth. Do you have experience in editing images?
Forum: Themes and Templates
In reply to: Add logo next to site titleNo, it’s not a plugin, it’s a graphic software like photoshop or other editing tools.
Hi! That will really help your site looks pretty good. Do you want just a plain txt on it or you are also considering an image graphics to make your header more appealing?
Forum: Themes and Templates
In reply to: [Tonic] Replace Site Title with LogoIf you like, you can make your header as an image with your logo and the site title. The advantage of this is you can freely create a header that will match your whole site and look terribly appealing for your viewers. You can ask me questions if you need help.
Forum: Themes and Templates
In reply to: [Twenty Thirteen] Screen Width.It needs to make responsive so that it will look good if the visitor uses different devices.