tomaja
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [rtPanel] Change White Background To Image/Different ColorYep, just like @Thimothe said, u can use
#main-wrapper { background: none; }If you want to do the same with main menu
#rtp-primary-menu { background-color: none; border: none; }Of course, that would likely lead you to some link color modifications.
Forum: Themes and Templates
In reply to: [Customizr] Cusomizr Tagline – add image?Again, spam filters π
please check my post aboveForum: Themes and Templates
In reply to: [Customizr] Cusomizr Tagline – add image?Check your custom css field, have you make any css modifications there ?
You could also try to add.navbar .nav > li > a { position: static; }to see if it makes any good for your menu
Forum: Themes and Templates
In reply to: [Customizr] Cropping imagesIt could be Jetpack/wordpress.com issue, I noticed that when I was using Photon option (and related addons like Tiled Galleries) in Jetpack plugin. After disabling everything was normal again.
Forum: Themes and Templates
In reply to: [Customizr] Cusomizr Tagline – add image?You need to remove specific css for those two menu item links (menu-item-34 and menu-item-74), so find and remove next three lines, or at least make that top 0 px:
top: 1px !important; left: 0px !important; position: relative !important;Forum: Themes and Templates
In reply to: [Customizr] How to change top border to specific color-code?change the color of the border-top to whatever you want
.tc-header { border-top: 5px solid #F300F3; }and paste it to your child theme style.css
Forum: Themes and Templates
In reply to: [Customizr] Syntax error – major problem, crashed everything,Simply remove or rename your childs theme functions.php and create new one.
Use this css code
entry-meta { display: none; }in your child theme style.css or custom css field.
You could also use this snippet if you prefer php and hooks.Forum: Themes and Templates
In reply to: [Customizr] Facebook like box problemSorry, you have to install Jetpack plugin for this option.Then you just need to expand that Facebook or any other widget or custom text in the footer area where you put it, press “Visibility” button and set it to be “shown” when “page” is “front page”
Instead Jetpack you could use another pluginForum: Themes and Templates
In reply to: [Customizr] Add More Featured pages to HomepageCheck this forum thread for your answer
Forum: Themes and Templates
In reply to: [Customizr] Facebook like box problemThe easiest way is to place that box in the footer area, and then you can set visibility options for it, e.g to choose showing that box only on front page.
Forum: Themes and Templates
In reply to: [Duena] Adding a Profile PictureNo problem. You can make this thread resolved.
Forum: Themes and Templates
In reply to: [Customizr] Remove "Designed by Themes & Co" Β·from footerYou can try this snippet
Forum: Themes and Templates
In reply to: [Duena] Adding a Profile PictureYou can try this plugin, its quite simple.
Forum: Themes and Templates
In reply to: [Customizr] About the logoLink to your logo points to localhost, so I guess you need to check settings and URLs in wp admin area, e.g yoursite.com/wp-admin/options-general